/*-----------------------------------------------------------

    Theme Name: Pytheas
	Version: 1.1
    Description: Business/Portfolio WordPress theme
    Author: WPExplorer
    Author URI: http://www.wpexplorer.com
	Theme URI: http://www.wpexplorer.com/pytheas-free-wordpress-theme/
	Tags: light, flexible-width, custom-header, custom-background, threaded-comments, custom-menu, featured-image-header, featured-images, full-width-template, theme-options, translation-ready
    License: GNU General Public License version 2.0
    License URI: http://www.gnu.org/licenses/gpl-2.0.html



/*	RESET - ADAPTED FROM MEYER RESET
	URL - http://meyerweb.com/eric/tools/css/reset/
	LICENSE - PUBLIC DOMAIN
----------------------------------------------------------- */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video { 
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;font-size: 100%; font-weight: inherit; font-style: inherit; vertical-align: baseline; white-space: normal; margin: 0; padding: 0; border: 0; outline: 0; background: transparent; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
ol, ul { list-style: none }
blockquote, q { quotes: none }
:focus { outline: 0 }
table {
 /*border-collapse: collapse; border-spacing: 0;*/
}
img { max-width: 100%; height: auto; }
/*	24 COLUMN - RESPONSIVE GRID SYSTEM
	DEVELOPED BY DENIS LEBLANC
	URL - http://responsive.gs
	VERSION - 2.0
	LICENSED UNDER GPL & MIT
----------------------------------------------------------- */
.row:after, .col:after, .clr:after, .group:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }
.row { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.col { margin-bottom: 1.5em; display: block; float: left; width: 100%; margin-bottom: 1.5em; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* normal table 20210522 */

table.normal {
  border-collapse:collapse;
  margin:0 auto;
}
table.normal td, table.normal th{
  border:1px solid #ccc;
  padding:10px;
}
table.normal th{
  background:#EFEFEF;
}
table.normal tr:first-child th{
  border-top:5px solid #005ab3;
}
table.normal tr:first-child td{
  border-top:5px solid #ccc;
}

/* sale table 20210522 */
table.sale{
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
/*  width: 490px; */
  width: 100%;
}

table.sale tr:last-child{
  border-bottom:solid 1px #ddd;
}

table.sale th{
  text-align: center;
  padding: 7px 0;
  border-right:solid 1px #ddd;
  border-left:solid 1px #ddd;
/*    width: 155px; */
}

table.sale th:nth-child(1){
  background-color:#dddddd;
}

table.sale th:nth-child(3){
  background-color:#f5b932;
  color: white;
}

table.sale tr:nth-child(2) td{
  font-size: min(5vw, 30px);

}
table.sale tr:nth-child(2) td span {
  display: block;
  font-size: min(3vw, 16px);
}
table.sale tr:nth-child(4) td  {
  font-size: min(3vw, 16px);
}
table.sale td{
  text-align: center;
  padding: 7px 0;
  border-right:solid 1px #ddd;
  border-left:solid 1px #ddd;
/*  width: 155px; */
  width: 33%;
}

table.sale td a{
  background-color: #25b327;
  color: white;
  padding:5px 20px;
  border-radius: 30px;
  font-weight: bold;
}
table.sale td a.soon {
  background-color: #9b9b9b;
  pointer-events: none;
}
table.sale .popular{
  width: 33%;
}

table.sale th.popular{
  position: relative;
}

table.sale th.popular span.no1{
  position: absolute;
  top: -10px;
  left:calc(50% - 30px);
  background: #bdcc28;
  width: 60px;
  font-size: 10px;
  border-radius: 15px;
  line-height: 1;
  padding: 5px;
}

table.sale th.popular span.inner{
  position: absolute;
  color:white;
  background-color: #f34955;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
}

/* price table 20221030 */
table.price{
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
/*  width: 490px; */
  width: 100%;
}

table.price tr:last-child{
  border-bottom:solid 1px #ddd;
}

table.price th{
  text-align: center;
  padding: 7px 0;
  border-right:solid 1px #fff;
  border-left:solid 1px #ddd;
  background-color:#dddddd;
/*    width: 155px; */
}

table.price th:last-child{
  border-right:solid 1px #ddd;
}

table.price th:nth-child(1){
}

table.price th:nth-child(3){
}

table.price tr td{
  font-size: min(5vw, 30px);

}
table.price tr td span {
  display: block;
  font-size: min(3vw, 16px);
}

table.price td{
  text-align: center;
  padding: 7px 0;
  border-right:solid 1px #ddd;
  border-left:solid 1px #ddd;
/*  width: 155px; */
  width: 33%;
}

table.price td a{
  background-color: #25b327;
  color: white;
  padding:5px 20px;
  border-radius: 30px;
  font-weight: bold;
}
table.price td a.soon {
  background-color: #9b9b9b;
  pointer-events: none;
}
table.price .popular{
  width: 33%;
}

table.price th.popular{
  position: relative;
}

table.price th.popular span.no1{
  position: absolute;
  top: -10px;
  left:calc(50% - 30px);
  background: #bdcc28;
  width: 60px;
  font-size: 10px;
  border-radius: 15px;
  line-height: 1;
  padding: 5px;
}

table.price th.popular span.inner{
  position: absolute;
  color:white;
  background-color: #f34955;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
}

div.flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
div.flow .step {
  width: 20%;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 3px;
  text-align: center;
  border: solid 3px #0072b3;
  background: #fff9ed;
  min-width: 145px;
}

div.flow .step:not(:last-child):before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 0 26px 18px;
  border-color: transparent transparent transparent #0072b3;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  right: -20px;
}

div.flow .step h3 {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
  display: inline-block;
  border:solid 2px #f16929;
  padding: 10px;
  height: 200px;
  text-align: justify;
  text-orientation: upright;
  background: #f1692938;
  font-size: 20px;
}
div.flow .step .stepcontent {
  text-align: left;
  font-size: 14px;
}

div.flow .step .stepcontent ul {
  list-style: square;
  padding-left: 20px;
}
div.flow .step .stepnumber {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #fff;
  background: #006fb6;
}

.copy_go {
  text-align: center;
  color: #006fb6;
}

.cpwp-excerpt-text {
  font-size: 13px;
  line-height: 21px;
}

.table-contactform7{
  overflow: hidden;
table-layout: fixed;
}
 
.required-contactform7{
  padding: 1px 5px;
  background: #f05f5f;
  color: #fff;
  border-radius: 3px;
  font-size: 80%;
  float: right;
  font-weight:normal;
}
 
.unrequired-contactform7{
  padding: 2px 5px;
  background: #a0a0a0;
  color: #fff;
  border-radius: 3px;
  font-size: 80%;
  float: right;
  font-weight:normal;

}
 
.table-contactform7 th{
  font-weight:bold;
}
 
.table-contactform7 input,
.table-contactform7 textarea{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
  font-size:16px;
}

.table-contactform7 select{
  font-size:16px;
}

table{background-color:transparent}
.table{width:100%;max-width:100%;margin-bottom:20px}
.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}
.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}
.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}
.table>tbody+tbody{border-top:2px solid #ddd}
.table .table{background-color:#fff}
.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}
.table-bordered{border:1px solid #ddd}
.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}
.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}
.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}
.table-hover>tbody>tr:hover{background-color:#f5f5f5}
table col[class*=col-]{position:static;display:table-column;float:none}
table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}
.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}
.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}
.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}
.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}
.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}
.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}
.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}
.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}
.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}
.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}
.table-responsive{min-height:.01%;overflow-x:auto}
fieldset{min-width:0;padding:0;margin:0;border:0}

input[type=search], input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], textarea,select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

@media (min-width:768px) { 
	.col { margin-left: 1% }
}
@media (min-width:768px) { 
	.span_1 { width: 2.25% }
	.span_2 { width: 6.5% }
	.span_3 { width: 10.75% }
	.span_4 { width: 15.0% }
	.span_5 { width: 19.25% }
	.span_6 { width: 24.0% }
	.span_7 { width: 27.75% }
	.span_8 { width: 24.0% }
	.span_9 { width: 32.5% }
	.span_10 { width: 40.5% }
	.span_11 { width: 44.75% }
	.span_12 { width: 49.50% }
	.span_13 { width: 54.25% }
	.span_14 { width: 58.5% }
	.span_15 { width: 62.75% }
	.span_16 { width: 75.0% }
	.span_17 { width: 71.25% }
	.span_18 { width: 75.0% }
	.span_19 { width: 79.75% }
	.span_20 { width: 84.0% }
	.span_21 { width: 88.25% }
	.span_22 { width: 92.5% }
	.span_23 { width: 96.75% }
	.span_24 { width: 100% }
}
/*clear left margin*/
.clr-margin { margin-left: 0 }



/* Site Widths
----------------------------------------------------------- */
.container { width: 1040px; min-width: 200px; max-width: 85%; margin: 0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.sidebar-container { padding-left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.sidebar-container h4 { margin: 0 }
.content-area.span_16 { }
/* Lists
----------------------------------------------------------- */
.entry, .entry-conten { font-size: 16px;}
.entry ul, .entry ol { margin: 30px 0 30px 30px }
.entry ul { list-style: disc }
.entry ol { list-style: decimal }

.entry, .entry-conten ul {
  padding-left: 1em;
}

.entry, .entry-conten h2 {
  background: #b8e3fd;
  margin-bottom: 1em;
  padding: 10px;
}
.entry, .entry-conten h3 {
  border-bottom: 1px solid #006fb6;
  margin: 1em 0;
  padding: 0 5px;
}
.entry, .entry-conten h4 {
  font-size: 16px;
  margin: 1em 5px;
}
.entry, .entry-conten td {
  padding: 5px;
}
.entry, .entry-conten ul {
    list-style: disc;
}
.entry, .entry-conten ul ul {
    list-style: circle;
}

/* Forms
----------------------------------------------------------- */
/*reset search styling*/
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { display: none }
/*inputs*/
input[type=search], input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], textarea { font-family: inherit; border: 1px solid #ccc; color: #777; display: block; font-size: 13px; font-weight: normal; margin: 0 0 5px; padding: 7px 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; max-width: 100%; -webkit-appearance: none; box-shadow: 0 1px 2px 0 rgba(0,0,0,0.09); -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; }
textarea { width: 100%; padding: 15px; -webkit-appearance: none;border-radius: 0;height:200px; }
input[type=search] { font-size: 12px; font-weight: normal; }
#footer input[type=search] { border: none; box-shadow: none; padding: 10px; width: 100%; }
#sidebar #searchsubmit, #footer #searchsubmit { display: none }
#sidebar input[type=search] { width: 100% }
input[type="search"]:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, textarea:focus { outline: none; border-color: #bbb; }
/*buttons*/
button, input[type="button"], input[type="submit"], input[type="submit"] { font-family: inherit; display: inline-block; *display: inline; padding: 4px 12px; margin: 0; font-size: 12px; line-height: 20px; color: #333333; text-align: center; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); vertical-align: middle; cursor: pointer; background-color: #f5f5f5; *background-color: #e6e6e6; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); background-repeat: repeat-x; border: 1px solid #cccccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); *zoom: 1; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -webkit-transition: background 0.1s linear; }
button:hover, input[type="button"]:hover, input[type="submit"]:hover, #commentsbox input[type="submit"]:hover { color: #333333; background-image: none; background-color: #f6f6f6; }
button:active, input[type="button"]:active, input[type="submit"]:active, #commentsbox input[type="submit"]:active { outline: 0; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
/* WordPress Styles
----------------------------------------------------------- */
/*aligns*/
.aligncenter { display: block; margin: 0 auto; }
.alignright { float: right; margin: 0 0 10px 20px; }
.alignleft { float: left; margin: 0 20px 10px 0; }
/*floats*/
.floatleft { float: left }
.floatright { float: right }
/*text style*/
.textcenter { text-align: center }
.textright { text-align: right }
.textleft { text-align: left }
/*captions*/
.wp-caption { text-align: center; max-width: 100%; }
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.wp-caption img { display: block; margin: 0 auto; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 12px; padding: 4px; margin: 0; text-align: center; }
/*smiley reset*/
.wp-smiley { margin: 0; max-height: 1em; }
/*blockquote*/
blockquote.left { margin-right: 20px; text-align: right; margin-left: 0; width: 33%; float: left; }
blockquote.right { margin-left: 20px; text-align: left; margin-right: 0; width: 33%; float: right; }
/*img attachment*/
#img-attch-page { text-align: center; overflow: hidden; }
#img-attch-page img { display: inline-block; margin: 0 auto; max-width: 100%; margin-bottom: 20px; }
/*gallery shortcode*/
.gallery-item img { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
/* Body, Main & Commons
----------------------------------------------------------- */
body { background: #fff; nowhitespace: afterproperty; font: 12px/1.8 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #444; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; }
body a { color: #f15a23 }
body a:hover { text-decoration: underline }
#wrap {
  margin: 0px auto;
  position: relative;
  padding-bottom:50px;
}
#main { background: #fff; padding: 0px; }
img { max-width: 100% }
.entry-footer { clear: both; margin: 20px 0 0; }
.full-width { width: 100% !important }
/* Commons
----------------------------------------------------------- */
/*read more*/
a.read-more { float: right; margin-top: 10px; }
a.read-more:hover { color: #000; text-decoration: none; }
blockquote { border-left: double #ddd; margin: 20px; padding-left: 20px; font-family: Georgia, Times New Roman, Times, serif; font-style: italic; font-size: 21px; color: #999; line-height: 1.4em; }
blockquote p:last-child { margin: 0 }
pre { background: #eee; margin: 20px 0px; padding: 20px; border: 1px solid #ddd; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; text-shadow: 1px 1px 1px rgba(255,255,255,0.85); }
address { letter-spacing: 1px; margin: 20px 0; }
#page-featured-img { position: relative; margin: -30px -25px 25px; border-bottom: 5px solid #eee; margin-bottom: 25px; }
#page-featured-img img { display: block; width: 100%; }
.blog-entry.sticky { padding: 20px; background: #f6f6f6; border-bottom: 4px solid #ddd; }
.blog-entry.sticky .meta li { background-color: #e6e6e6 }
.bypostauthor { }
/* Typography
----------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { font-weight: bold }
h1, h2, h3, h4, h5, h6 { color: #444 }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #444 }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #f15a23 }
h2 { margin: 30px 0 20px; font-weight: 600; }
h3, h4, h5, h6 { margin: 0px; font-weight: 600; }

h1 { font-size: 24px; margin: 0 0 20px; }
h2 { font-size: 18px }
h3 { font-size: 16px }
h4 { font-size: 14px }
h5 { font-size: 12px }
h6 { font-size: 11px }
.subheader { color: #777 }
p { margin: 0 0 20px }
p img { margin: 0 }
p.lead { font-size: 21px; line-height: 27px; color: #777; }
em { font-style: italic }
strong { font-weight: bold }
small { font-size: 80% }
hr { border: solid rgba(0, 0, 0, 0.2); border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
p a, p a:visited { line-height: inherit }
a:link { text-decoration: none }
a:focus { outline: 0 }
a { outline: 0 }
p a, p a:visited { line-height: inherit }
a:link { text-decoration: none }
a:focus { outline: 0 }
/* Headings
----------------------------------------------------------- */
/*page heading*/
.page-header { position: relative; margin-bottom: 5px; padding: 20px 0; border-bottom: 1px solid #eee; }
.page-header h1, .page-header h2 { font-size: 24px; line-height: 1.2em; color: #000; margin: 0px; max-width: 85%; }
.archive-meta { margin-top: 20px }
.archive-meta p:last-child { margin: 0 }
/*heading class*/

/* .heading span { background: #fff; padding-right: 20px; } */
.heading span {
  padding-left: 12px;
  color: #e3fff9;
  font-weight: normal;
}

#home-services .heading , #home-portfolio .heading {
  /*
  background: #ff6d85;
  border-bottom: solid 2px #c92741;
  */
  line-height: 30px;
  padding:5px;

}
#home-services .heading span , #home-portfolio .heading span {
  padding: 0;
  color: #444;
  font-size: 24px;
  letter-spacing: -0.02em ;
}

#home-blog .heading , .related-posts .heading {
  /*
  background: #cd9648;
  border-bottom: solid 2px #855a1d;
  */
  line-height: 25px;
  height: 25px;
  padding-top:5px;
}
#home-blog .heading span , .related-posts .heading span{
  padding: 0;
  color: #444;
  font-size: 24px;
  letter-spacing: -0.02em ;
}

.page-header-title {
  color: #e3fff9;
  font-weight: normal;
  line-height: 25px;

  padding-top:5px;
  font-size: 24px;
  letter-spacing: -0.02em ;
}

/* Header
----------------------------------------------------------- */
#masthead {
  line-height:0;
  position: relative;
  padding: 0px;
  background: url('./images/header_bg.jpg') 0 0 repeat-x;
}


#masthead-image { display: block; border-top: 5px solid #eee; }
.logo {
  text-align: center;
  position: relative;
 }
.logo a { font-weight: 700; padding: 0px; margin: 0px; text-decoration: none; display: inline-block; }
.logo h1 a, #logo h2 a { color: #000 }
.logo h1 a:hover, .logo h2 a:hover { color: #f15a23; text-decoration: none; }
.logo img { display: block; max-width: 100%; }
.logo img:hover { -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8;}
.logo h1, .logo h2 { font-size: 32px; margin: 0; line-height: 1.3em; }
p.site-description { font-style: italic; font-family: Georgia, "Times New Roman", Times, serif; margin: 0; }
/*header custom content + search */
.masthead-right {
  position: absolute;
  top: 10px;
  right: 10px;
}
.masthead-right-content { text-align: right; margin-bottom: 5px; }
.masthead-right-content i { margin-right: 5px }
/*masthead search*/
.masthead-search input[type=search] { float: left; border: 1px solid #ccc !important; border-right: none !important; font-size: 11px; padding: 0 10px; width: 150px; height: 30px; line-height: 30px; border: none; box-shadow: 0 0 3px rgba(0, 0, 0, 0.08); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.08); border-radius: 0 !important; }
.masthead-search input[type=search]:focus { background: url("./images/search.png") no-repeat scroll 92% center #fff }
.masthead-search #searchsubmit { height: 30px; line-height: 30px; width: 35px; padding: 0; text-align: center; float: right; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; font-size: 12px; font-weight: normal; color: #666; }
/* Main Navigation
----------------------------------------------------------- */
/*core styles*/
.dropdown-menu { margin: 0; padding: 0; list-style: none; }
.dropdown-menu li { position: relative }
.dropdown-menu ul { position: absolute; nowhitespace: afterproperty; nowhitespace: afterproperty; nowhitespace: afterproperty; top: 100%; left: 0; z-index: 99; opacity: 0; visibility: hidden; transition: all .2s ease-in-out; margin: 10px 0 0 0; _margin: 0; /*IE6 only*/ }
.dropdown-menu > li { float: left; display: block; }
.dropdown-menu li:hover > ul { opacity: 1; visibility: visible; margin: 0; }
.dropdown-menu a { display: block; position: relative; }
.dropdown-menu ul ul { top: 0; left: 100%; }
.dropdown-menu > li ul { min-width: 150px }
.dropdown-menu ul ul li { width: 100% }
/* position arrows */
.nav-menu .icon-angle-down { position: absolute; right: 13px; top: 50%; font-size: 12px; margin-top: -6px; }
.nav-menu .icon-angle-right { position: absolute; right: 20px; top: 50%; font-size: 12px; margin-top: -6px; }
/*styling*/
.nav-toggle { display: none; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

#topline {
  background: #0b6bb9;

z-index: 999;
width:100%;

}
#navbar { 
  background: #0b6bb9;
  position: relative; 
  width: 1040px;
  min-width: 200px;
  max-width: 85%;
  margin: 0 auto;
}
.nav-menu { float: left; width: 100%;}
.nav-menu a {
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  padding: 0 5px;
  text-decoration: none;
  font-weight: normal;
   -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
}
.nav-menu li {
  float: left;
  position: relative;
  width: 14.28%;
  background: #0b6bb9;
}
.nav-menu li.dropdown a { padding-right: 30px }
.nav-menu > li > a { }
.nav-menu > li:first-child { border-left: none }
.nav-menu li:first-child > a, .dropdown-menu li:first-child > a:hover { border-left: none }
.nav-menu > li > a:hover, .nav-menu > .current-menu-item > a, .navigation .current-menu-parent > a, .navigation .current-menu-parent > a:hover, .nav-menu > .current-menu-item > a:hover { color: #fff7e5; background: #2f8edb; text-decoration: none; }
/*drop-down styles*/
.nav-menu ul { margin: 0; background: #383838; width: 190px; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
.nav-menu ul li { float: none; display: block; border-left: none; border-right: none; margin: 0; }
.nav-menu ul li:first-child { border-top: 0 }
.nav-menu ul li:last-child { border-bottom: 0 }
.nav-menu a { display: block; position: relative; text-align: center; }
.nav-menu .sub-menu li.current_page_item > a { color: #fff; background-color: #2e2e2e; }
.nav-menu ul a { display: block; padding: 10px; }
.nav-menu ul li { border-bottom: 1px solid rgba(255,255,255, 0.1); border-top: 1px solid rgba(0,0,0,1); }
.nav-menu ul a { color: #fff; padding: 17px 15px; height: auto; margin: 0px; border: 0px; line-height: 1em; font-size: 14px; font-weight: normal; text-shadow: none; }
.nav-menu ul li > a:hover { color: #fff; background-color: #f15a23; background-image: none; text-decoration: none; border-color: transparent; }
/*nav icons*/
.nav-menu li[class^="icon-"], .nav-menu li[class*=" icon-"] { font-family: inherit }
.nav-menu li[class^="icon-"] > a, .nav-menu li[class*=" icon-"] > a { padding-left: 40px }
.nav-menu li[class^="icon-"]:before, .nav-menu li[class*=" icon-"]:before { font-family: 'FontAwesome'; font-size: 19px; line-height: 20px; height: 20px; width: 20px; text-align: center; color: #f0f1b8; position: absolute; left: 13px; top: 50%; margin-top: -11px; z-index: 999; }
.nav-menu li li[class^="icon-"]:before, .nav-menu li li[class*=" icon-"]:before { color: #fff }
/* Social
----------------------------------------------------------- */
#social { position: absolute; right: 25px; top: 50%; margin-top: -10px; list-style: none; margin-bottom: 10px; }
#social li { display: inline-block; margin-left: 7px; }
#social a { height: 20px; display: block; float: left; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
#social a img { height: 20px; width: 20px; -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
#social a:hover img { display: block; -moz-opacity: 1.0; -khtml-opacity: 1.0; opacity: 1.0; }
/* Homepage
----------------------------------------------------------- */
/*headings*/
#home-wrap .heading { text-align: center; text-transform: uppercase; color: #666; font-weight: normal; font-size: 11px; }
#home-wrap .heading span { padding-left: 20px }
/*tagline*/
#home-tagline { color: #333; font-size: 21px; line-height: 1.7em; text-align: center;}
#home-tagline a { border-bottom: 1px dotted #eb6b1e }
#home-tagline a:hover { text-decoration: none }
/*home blog*/
#home-blog { width: 99%;margin-bottom: -15px; overflow: hidden;}
.home-blog-entry-img-link { display: block; border: 1px solid #ddd; margin-bottom: 13px; }
.home-blog-entry-img-link img { width: 100%; display: block; padding: 3px; background: #eee; border: 1px solid #fff; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.home-blog-entry-img-link img:hover { opacity: 0.8; -moz-opacity: 0.8; -webkit-opacity: 0.8; }
.home-blog-entry-excerpt p {
  padding:0;
  margin: 0;
}
.home-blog-entry {
  margin-bottom: 10px;
  color: #444;
}

.home-blog-entry-excerpt {
  padding: 2px 7px 7px 7px;
  background: #fff;
  color: #444;
}
.home-blog-entry a h2 {
  line-height: 1.5em;
  padding: 7px;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
}
.home-blog-entry a {
  display: block;
  color: #fff;
  background: #d56767;
  border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;

}
.home-blog-entry a:hover {
  text-decoration: none;

}
.home-blog-entry a:hover > h2 {
  color: #fff;
  background: #444;
  text-decoration: none;
  border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.home-blog-entry a:hover > div.home-blog-entry-excerpt {
  color: #a13131;
  background: #ededed;
  text-decoration: none;
}
/* Slider
----------------------------------------------------------- */
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus { outline: none }
.slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; }
/* FlexSlider Necessary Styles */
.flexslider { margin: 0; padding: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { width: 100%; display: block; }
.flex-pauseplay span { text-transform: capitalize }
/* Clearfix for the .slides element */
.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .slides { display: block }
* html .slides { height: 1% }
/* No JavaScript Fallback */
.no-js .slides > li:first-child { display: block }
/*main*/
.flexslider-container { position: relative }
.flexslider { zoom: 1; position: relative; }
.flexslider ul { margin: 0 }
.flex-viewport { max-height: 2000px }
/*home slider*/
#home-slider-wrap { position: relative; margin: 0 0 10px 0;}
#home-slider-loader { text-align: center; height: 150px; line-height: 150px; font-size: 16px; }
/*control nav*/
.flex-control-nav { height: 8px; position: absolute; right: 20px; bottom: 20px; }
.flex-control-nav li { margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-nav li:first-child { margin: 0 }
.flex-control-nav li a { width: 8px; height: 8px; display: block; background: url("images/bullets.png") no-repeat 0 0; cursor: pointer; text-indent: -9999px; }
.flex-control-nav li a:hover { background-position: -9px 0 }
.flex-control-nav li a.flex-active { background-position: -9px 0; cursor: default; }
/*next/prev arrows*/
.flex-direction-nav li a.flex-next, .flex-direction-nav li a.flex-prev { position: absolute; display: block; width: 40px; height: 40px; line-height: 40px; position: absolute; bottom: 0; cursor: pointer; font-size: 18px; text-align: center; background: #000; background: rgba(0,0,0,0.5); color: #fff; }
.flex-direction-nav li a.flex-next { left: 41px }
.flex-direction-nav li a.flex-prev { left: 0 }
.flex-direction-nav li a:hover { background: rgba(0,0,0,0.8); color: #fff; text-decoration: none; }
/* slider caption */
.flex-caption { text-shadow: none; position: absolute; left: 20px; top: 20px; text-align: left; margin: 0; background: #000; background: rgba(0,0,0,0.8); padding: 20px; font-size: 13px; color: #fff; font-weight: bold; }
.flex-caption h2 { color: #fff; margin: 0; }
.flex-caption p { margin: 0 0; font-size: 12px; color: #ccc; }
.flex-caption p:last-child { margin: 0 }
.flex-caption a { color: #ef4135 !important }
.flex-caption a:hover { text-decoration: underline }
/* Services
----------------------------------------------------------- */
.service-entry {
  overflow: hidden;
  color: #444;
}
.service-entry a {
  display: block;
}

.service-entry div.imgwaku {
  padding: 5px;
  margin: auto;
  text-align: center;
}

.service-entry a:hover {
  text-decoration: none;
  border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;

}
.service-entry a:hover > h3 {
  color: #ffec91;
  text-decoration: none;

}
.service-entry a:hover > p {
  color: #444;
  text-decoration: none;
  background: #fff1f1;
}
.service-entry p:last-child { margin-bottom: 0px }
.service-entry p { 
  color: #444;
  text-align: left;
  font-size: 14px;
  line-height: 200%;
  padding: 0.5em;
-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
  border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;

 }
.service-entry a h3 {
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  text-align: center;
  line-height: 150%;
  border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
  color: #fff;
background: #d18383; /* Old browsers */
background: -moz-linear-gradient(top, #d18383 0%, #d56767 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d18383), color-stop(100%,#d56767)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #d18383 0%,#d56767 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #d18383 0%,#d56767 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #d18383 0%,#d56767 100%); /* IE10+ */
background: linear-gradient(to bottom, #d18383 0%,#d56767 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d18383', endColorstr='#d56767',GradientType=0 ); /* IE6-9 */
-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
}

.service-icon {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  width: 40px;
  background: #c46868;
  border-radius: 99px;
  text-align: center;
  margin: 5px auto;
}
/*
.service-entry-details { padding-left: 60px }
*/

#service-media { margin: 0 10px 15px 10px; border: 1px solid #ddd; width: 250px;float:right; }
#service-media-inner { padding: 1px; border: 1px solid #fff; background: #eee; }
#service-media-inner img { display: block; width: 100%; }
#service-media-inner img:hover { opacity: 0.8; -moz-opacity: 0.8; -webkit-opacity: 0.8; }
#service-slides-wrap { position: relative; width: 100%; }
#service-slider-loader { text-align: center; height: 100px; line-height: 100px; font-size: 16px; color: #000; }
#service-slider .flex-direction-nav li a.flex-next, #service-slider .flex-direction-nav li a.flex-prev { height: 30px; line-height: 30px; width: 30px; font-size: 14px; }
#service-slider .flex-direction-nav li a.flex-next { left: 31px }
/*tags*/
.service-tags { margin-top: 40px }
.service-tags a { display: block; float: left; padding: 4px 7px; background: #f5f5f5; color: #666; margin-right: 5px; margin-bottom: 5px; font-size: 11px; font-weight: bold; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; }
.service-tags a:hover { background: #f15a23; color: #fff; text-decoration: none; }
/* Tax Filter
----------------------------------------------------------- */
.tax-archives-filter { position: absolute; right: 0; top: 50%; margin-top: -15px; height: 30px; line-height: 30px; background: #eee; border: 1px solid #ddd; }
.tax-archives-filter > li { padding: 0 10px; cursor: default; display: block; position: relative; }
.tax-archives-filter > li { display: block }
.tax-archives-filter > li i { margin-left: 7px }
.tax-archives-filter > li:hover { background: #444; color: #fff; }
.tax-archives-filter li ul { background: #eee; border: 1px solid #ddd; border-bottom: none; margin: 0; width: 100%; max-width: 100%; min-width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.tax-archives-filter li ul li { border-bottom: 1px solid #ddd }
.tax-archives-filter li ul li a { color: #666; display: block; padding: 0 5px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.tax-archives-filter li ul li a:hover { color: #000 }

/* Portfolio
----------------------------------------------------------- */
#portfolio-description { padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #ddd; }
#portfolio-description p:last-child, .portfolio-description p { margin: 0 }
#portfolio-wrap ul { margin: 0px; list-style: none; }
/*portfolio entry*/
.portfolio-entry {
  height: 290px;
  overflow: hidden;
  background: #e6f9ff;
  padding: 0px;
  margin: 0 1% 10px 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: solid 5px #216bb9;

}
.portfolio-entry a {
  color: #444;
  display: block;
  text-decoration: none;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;

}
.portfolio-entry div.imgwaku {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.portfolio-entry img {
/*  width: 175px;
  margin: 0 auto; */
  display: block;
  width: 100%;
  height: 120px;
  object-fit: cover;
}
.portfolio-entry-description  p { margin: 0 ;}
.portfolio-entry-description h2 {
  line-height: 30px;
  height: 30px;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  text-align:center;
  color: #fff;
  background: #216bb9;

  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.portfolio-entry-excerpt {
  font-size: 12px;
  line-height: 150%;
  padding: 3px;
}
.portfolio-entry a:hover {
  color: #fff;
  text-decoration: none;
-webkit-transition: all 0.2s ease-in-out;
 -moz-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out;
}
.portfolio-entry a:hover > div.imgwaku {
transform:scale(1.1,1.1) translateY(-5px);
overflow: hidden;
  opacity: 0.7; -moz-opacity: 0.7; -webkit-opacity: 0.7; 

}
.portfolio-entry a:hover > div.imgwaku img {

}
.portfolio-entry a:hover > div h2 {
  background: #114f90;
}
.portfolio-entry a:hover > div.portfolio-entry-description {
  color: #5c000d;
}

.portfolio-entry-description p:last-child { margin: 0 }
/*single portfolio*/
#portfolio-meta span { font-size: 12px; margin-right: 5px; font-weight: bold; }
#portfolio-media { margin: 0 10px 15px 10px; border: 1px solid #ddd;width: 250px;float:right; }
#portfolio-media-inner { padding: 1px; border: 1px solid #fff; background: #eee; }
#portfolio-slides-wrap { margin-bottom: 5px }
#portfolio-media img { display: block; width: 100%; }
/*single portfolio slider*/
#portfolio-slides-wrap { position: relative; width: 100%; }
#portfolio-slider-loader { text-align: center; height: 100px; line-height: 100px; font-size: 16px; color: #000; }
#portfolio-slider .flex-direction-nav li a.flex-next, #portfolio-slider .flex-direction-nav li a.flex-prev { height: 30px; line-height: 30px; width: 30px; font-size: 14px; }
#portfolio-slider .flex-direction-nav li a.flex-next { left: 31px }
/*tags*/
.portfolio-tags { margin-top: 40px }
.portfolio-tags a { display: block; float: left; padding: 4px 7px; background: #f5f5f5; color: #666; margin-right: 5px; margin-bottom: 5px; font-size: 11px; font-weight: 400; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; }
.portfolio-tags a:hover { background: #f15a23; color: #fff; text-decoration: none; }
/* Blog Posts & Blog Entries
----------------------------------------------------------- */
/*entry*/
.blog-entry { margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #eee; }
.blog-entry p:last-child { margin: 0 }
.blog-entry-img-link { display: block; border: 1px solid #ddd; margin-bottom: 20px;
width: 30%;
min-width: 200px;
margin:auto;
 }
.blog-entry-img-link img { display: block; width: 100%; padding: 3px; background: #eee; border: 1px solid #fff; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.blog-entry-img-link img:hover { opacity: 0.8; -moz-opacity: 0.8; -webkit-opacity: 0.8; }
.blog-entry h2 { margin-bottom: 25px; margin: 7px 0 15px; font-size: 21px; line-height: 25px; }
/*post-thumbnail*/
#post-thumbnail { display: block; border: 1px solid #ddd; margin-bottom: 20px;
width: 30%;
min-width: 200px;
margin:auto;
 }
#post-thumbnail img { width: 100%; display: block; padding: 3px; background: #eee; border: 1px solid #fff; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
#post-thumbnail img:hover { opacity: 0.8; -moz-opacity: 0.8; -webkit-opacity: 0.8; }
/*tags*/
.post-tags { margin-top: 40px }
.post-tags a { display: block; float: left; padding: 4px 7px; background: #f5f5f5; color: #666; margin-right: 5px; margin-bottom: 5px; font-size: 11px; font-weight: 400; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; }
.post-tags a:hover { background: #f15a23; color: #fff; text-decoration: none; }
/*author bio*/
.author-info { margin-top: 40px }
.author-avatar img { display: block; padding: 4px; border: 1px solid #fff; outline: 1px solid #ccc; background: #eee; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.author-description h4 { font-size: 12px; margin: -3px 0 5px; }
.author-link { display: inline-block; margin-top: 5px; }
.author .author-info .heading { display: none }
.author-info .col { margin-bottom: 0 }
.author-info p:last-child { margin-bottom: 0 }
.author .author-info { margin: 0 0 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; }
/*related posts*/
.related-posts { margin-top: 40px }
.related-posts .related-entry { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; }
.related-posts .col { margin-bottom: 0 }
.related-posts p:last-child { margin-bottom: 0 }
.related-posts .related-entry:last-child { margin: 0; padding: 0; border: none; }
.related-posts .related-entry .read-more { font-weight: bold; font-size: 11px; }
.related-entry-img a { max-width: 100%; float: left; display: block; border: 1px solid #ddd; }
.related-entry-img img { display: block; padding: 3px; background: #eee; border: 1px solid #fff; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.related-entry-img img:hover { opacity: 0.8; -moz-opacity: 0.8; -webkit-opacity: 0.8; }
.related-entry-title { margin: 0 0 10px; font-size: 13px; }
.related-entry-content { padding-left: 10px }
.related-posts .span_6 { width: 23.5% }
.related-posts .span_18 { width: 74.5% }
/* Meta
----------------------------------------------------------- */
.meta { display: block; float: none; font-size: 11px; color: #666; margin: 0; padding-bottom: 10px; }
.meta a { color: #666 }
.meta a:hover { color: #000; text-decoration: none; }
.meta li { background: #f5f5f5; padding: 2px 5px; float: left; margin-right: 5px; margin-bottom: 5px; }
.meta li i { margin-right: 5px }
/* Pagination
----------------------------------------------------------- */
ul.page-numbers { list-style: none; margin: 0; }
.page-numbers:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
ul.page-numbers li { display: block; float: left; margin: 0 3px 3px 0; text-align: center; }
.page-numbers a, .page-numbers span { display: block; padding: 1px 7px; text-decoration: none; font-size: 11px; cursor: pointer; color: #666; background: #eee; text-shadow: 1px 1px 1px #fff; border: 1px solid #ccc; }
.page-numbers a:hover, .page-numbers.current, .page-numbers.current:hover { color: #fff; background: #444; border-color: transparent; text-shadow: none; text-decoration: none; }
/* Page Links
----------------------------------------------------------- */
.page-links { margin-top: 20px }
.page-links span { float: left; display: block; padding: 1px 7px; margin: 0 3px 3px 0; text-decoration: none; font-size: 11px; color: #fff; background: #444; border: 1px solid #444; }
.page-links a { float: left; display: block; padding: 1px 7px; margin: 0 3px 3px 0; text-decoration: none; display: block; color: #666; background: #eee; border: 1px solid #ccc; text-shadow: 1px 1px 1px #fff; text-shadow: 0; }
.page-links a:hover { background: #444; border-color: #444; text-shadow: none; }
.page-links a span { background: none; padding: 0; margin: 0; border: none; color: #666; }
.page-links a:hover span { color: #fff }
/* Single Nav
----------------------------------------------------------- */
.single-nav { position: absolute; top: 50%; right: 0; margin-top: -11px; }
.single-nav-left, .single-nav-right { float: left; margin-left: 3px; }
.single-nav a { font-size: 10px; font-weight: bold; width: 22px; height: 22px; line-height: 22px; display: block; text-align: center; color: #666; text-shadow: none; background: #f5f5f5; border: 1px solid #ccc; }
.single-nav a:hover { color: #fff; background: #444; text-decoration: none; border-color: transparent; }
/* Yoast Breadcrumbs
----------------------------------------------------------- */
#breadcrumbs { font-size: 12px; margin-top: 10px; padding-bottom: 15px; border-bottom: 1px solid #eee; color: #777; }
/* Sidebar
----------------------------------------------------------- */
.sidebar-box { margin: 5px 0 }
.sidebar-box .heading { margin-top: 0 }
.sidebar-box ul {
  width: 100%;
}
.sidebar-box li {
  background: url("./images/side_bg.png") no-repeat;
background-position: 5px 1px;
  padding:1px 0 0 19px;
  font-size: 16px;
  border-bottom:1px #ccc dotted;
line-height: 25px;

}
.sidebar-box li a {
  display: block;
  color: #666;
  padding: 3px;
  -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out;
}
.sidebar-box li a:hover {
  background: #eee;
  color: #101010;
  text-decoration: none;
}
/* Widgets
----------------------------------------------------------- */
/*tagcloud*/
.tagcloud a { float: left; display: block; font-size: 11px !important; line-height: 1.3em !important; margin: 3px 5px; padding: 7px; background: #f5f5f5; color: #666; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; }
.tagcloud a:hover { background: #77bcf4; color: #fff; text-decoration: none; }
#footer .tagcloud a { background: #09518c; color: #a1d2f9; border:solid 1px #499de1;}
#footer .tagcloud a:hover { background: #77bcf4; color: #fff; text-decoration: none; }
/*calendar*/
#wp-calendar { width: 100% }
/*recent posts with thumb*/
.wpex-widget-recent-posts { line-height: 1.5em }
.sidebar-container .wpex-widget-recent-posts a { color: #444 }
.sidebar-container .wpex-widget-recent-posts a:hover { color: #000 }
.wpex-widget-recent-posts li { padding-bottom: 15px; margin-bottom: 2px; border-bottom: 1px dotted #ddd; }
.wpex-widget-recent-posts li:last-child { margin: 0 }
.wpex-widget-recent-posts li .date { font-size: 11px; color: #999; }
.wpex-widget-recent-posts img { float: left; margin-right: 5px; border: 2px solid #eee; transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -o-transition: all 0.25s ease; -moz-transition: all 0.25s ease; }
.wpex-widget-recent-posts img:hover { border-color: #f15a23 }
.wpex-recent-posts-content a { font-weight: normal; }
.wpex-recent-posts-content a:after { 
	content: "";
  clear: both;
  display: block;
}

.wpex-recent-posts-content a:hover { color: #fff !important; text-decoration: underline; }
.wpex-recent-posts-content a:hover > img { border-color: #a13131; }

.widget_wpex_port_posts_thumb_widget li {
  background: none;
background-position: 5px 1px;
  padding:1px 5px 0 5px;
  font-size: 16px;
  border-bottom:1px #ccc dotted;
line-height: 25px;

}

#footer .wpex-recent-posts-content a:hover { text-decoration: underline }
.wpex-widget-recent-posts-date { margin-top: 4px; font-size: 12px; }
.wpex-widget-recent-posts-date i { margin-right: 5px }
#footer .wpex-widget-recent-posts li { border-bottom: 1px dotted #333 }
#footer .wpex-widget-recent-posts img { border-color: #444 }
#footer .wpex-widget-recent-posts img:hover { border-color: #f15a23 }
/*pages*/
.widget_nav_menu li { display: block; margin-bottom: 0px; padding-bottom: 0px;}
.widget_nav_menu li ul li { padding-bottom: 0; border-bottom: none; padding-left: 20px; }
.widget_nav_menu li ul li:first-child { margin-top: 7px }
.widget_nav_menu li[class^="icon-"], .widget_nav_menu li[class*=" icon-"] { font-family: inherit }
.widget_nav_menu li[class^="icon-"]:before, .widget_nav_menu li[class*=" icon-"]:before { display: none }
#footer .widget_nav_menu li { border-color: #444 }
#footer .widget_nav_menu li:first-child { padding-top: none; border-top: none; }
/* Footer
----------------------------------------------------------- */
/*footer main*/
#footline {
  background: #0b6bb9;
}
#footer {
  color: #9f9f9f;
  position: relative;
  padding: 25px 25px 0;
  background: #0b6bb9;
  font-size: 12px;
  min-height: 5px;
/*  width: 1040px; */
  min-width: 200px;
/*  max-width: 85%; */
  margin: 0 auto;
}
#footer a { color: #cfe9ff }
#footer a:hover { color: #fff; text-decoration: none; }
#footer ul { margin: 0 }
#footer .col { margin-bottom: 0 }
/*footer widgets*/
.footer-widget { margin-bottom: 25px }
.footer-widget h6 { font-size: 13px; color: #fff; border-bottom: 1px solid #ffd200; padding-bottom: 5px; margin: 0 0 10px; }
/*footer bottom*/
#footline2 {
  background: #09518c;
}
#footer-bottom {
  color: #ffd200;
  padding: 10px 25px;
  font-size: 11px;
  background-color: #09518c;
/*  width: 1040px; */
  min-width: 200px;
/*  max-width: 85%; */
  margin: 0 auto;
}
#footer-bottom a { color: #ffd200 }
#footer-bottom a:hover { color: #cb601f; text-decoration: none; }
#copyright { font-size: 11px }
#copyright p:last-child { margin: 0 }
#footer-bottom .col { margin-bottom: 0 }
/*footer menu*/
#footer-menu { text-align: right }
#footer-menu ul { float: right }
#footer-menu li { display: block; float: left; margin-left: 10px; font-weight: normal; }
#footer-menu a { display: block; font-size: 11px; }
#footer-menu li:last-child a { margin: 0; padding: 0; background: none; }
/* Search
----------------------------------------------------------- */
.search-entry { margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #eee; }
.search-entry h2 { margin: -8px 0 5px; font-size: 16px; }
.search-entry h2 span { margin-left: 5px; color: #999; font-size: 11px; font-weight: 600; }
.search-entry-img-link { display: block; float: left; border: 5px solid #f5f5f5; }
.search-entry-img-link img { display: block }
.search-entry-text { float: right; width: 500px; }
.search-entry-text p:last-child { margin: 0 }
/* Form 7
----------------------------------------------------------- */
div.wpcf7 .wpcf7-not-valid { border-color: #F00; box-shadow: 0 0 6px rgba(255,0,0,0.4); }
span.wpcf7-not-valid-tip { display: none !important }
div.wpcf7-validation-errors { margin: 0; padding: 10px; color: #c4690e; background: #fffdf3; text-align: center; border: 1px solid #e6bf4a; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
div.wpcf7-mail-sent-ng { margin: 0; padding: 10px; background: #ffe9e9; color: #d04544; border: 2px solid #e7a9a9; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

div.wpcf7-mail-sent-ok {
    padding: 10px;
    border: 2px solid #77b1d7;
    background: #ddf4ff;
    border-radius: 3px;
}
/* Comments
----------------------------------------------------------- */
#comments { margin-top: 40px }
.comment-notes { font-size: 12px; color: #666; font-family: Georgia, "Times New Roman", Times, serif; }
.comment-list .children { margin-left: 20px }
.comment-list li article { position: relative }
.comment-author { position: absolute; top: 0; left: 0; border: 1px solid #ddd; }
.comment-author .avatar { padding: 2px; background: #eee; border: 1px solid #fff; display: block; }
.comment-details { margin-left: 90px; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dotted #ddd; }
.comment-meta { margin-bottom: 5px }
.comment-meta .fn { font-weight: bold; font-size: 13px; }
.comment-date a { font-size: 11px; color: #999; }
.comment-reply-link { font-weight: bold; color: #888; font-size: 12px; }
.comment-reply-link:hover { text-decoration: none; color: #000; }
#cancel-comment-reply-link { float: right; background: #fff; color: #F00; padding-left: 10px; }
#respond h3 { height: 35px; line-height: 35px; margin: 15px 0; font-size: 13px; background: url('./images/dot.png') center center repeat-x; }
#respond h3 span { background: #fff; padding-right: 20px; }
#commentform label { font-size: 11px; font-weight: bold; color: #444; }
.comment-navigation { font-size: 12px }
.nav-next { text-align: right }
.form-allowed-tags { display: none }
span.required { color: #F00 }
/*WP JetPack*/
.comment-subscription-form { font-size: 12px; margin-top: 20px; margin-bottom: 0px; }
.comment-subscription-form:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.comment-subscription-form input, .comment-subscription-form label { float: left; margin: 0px !important; margin-right: 5px !important; padding: 10px; }
/* 404 Page
----------------------------------------------------------- */
#error-page-title { font-size: 32px; text-align: center; font-weight: bold; background: none; line-height: 1em; border: none; margin: 0 0 10px; color: #777; }
#error-page-title span { margin-right: 7px }
#error-page-text { text-align: center; font-size: 11px; }
/* Media Queries
----------------------------------------------------------- */
@media only screen and (max-width: 959px) { 
	#social { display: none }
	.nav-menu { display: none }
	.nav-toggle { position: relative; display: block; width: 100%; cursor: pointer; height: 50px; line-height: 50px; color: #fff; font-weight: bold; font-size: 13px; text-indent: 30px; border-bottom: 1px solid rgba(255,255,255, 0.1); }
	.nav-toggle i { position: absolute; right: 30px; top: 50%; height: 14px; line-height: 14px; margin-top: -7px; }
	.nav-menu.toggled-on { display: block; width: 100%; border: 0; }
	.nav-menu.toggled-on li { float: none; width: 100%; border: 0; margin: 0; }
	.nav-menu.toggled-on li a { border: 0; line-height: 1.2em; height: 40px; line-height: 40px; padding: 0 30px; border-bottom: 1px solid rgba(255,255,255, 0.1); border-top: 1px dotted rgba(120,120,120,1); }
	.nav-menu.toggled-on li ul { display: block; position: inherit; top: auto; margin: 0; left: auto; visibility: visible; opacity: 1; box-shadow: none; width: 100%; max-width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
	.nav-menu.toggled-on li ul > li > a { color: #fff; font-weight: bold; padding-left: 50px; }
	.nav-menu.toggled-on li[class^="icon-"]:before, .nav-menu.toggled-on li[class*=" icon-"]:before { left: 30px }
	.nav-menu.toggled-on li.dropdown[class^="icon-"]:before, .nav-menu.toggled-on li.dropdown[class*=" icon-"]:before { top: 0; margin-top: 14px; left: 30px; }
	.nav-menu.toggled-on li[class^="icon-"] > a, .nav-menu.toggled-on li[class*=" icon-"] > a { padding-left: 55px }
	.nav-menu.toggled-on ul li[class^="icon-"]:before, .nav-menu.toggled-on ul li[class*=" icon-"]:before { left: 50px; color: #fff; }
	.nav-menu.toggled-on ul li[class^="icon-"] > a, .nav-menu.toggled-on ul li[class*=" icon-"] > a { padding-left: 75px }
	.nav-menu.toggled-on .icon-angle-down, .nav-menu.toggled-on .icon-angle-right { display: none }
}
@media only screen and (min-width: 768px) and (max-width: 959px) { 
	.flexslider-container .flex-caption { display: none }
	.container { max-width: 93% }
}
@media only screen and (max-width: 767px) { 
	.container { max-width: 95% }
	.sidebar-container { padding: 0; margin-top: 50px; }
	.masthead-right { display: none }
	.single-nav { position: inherit; top: auto; right: auto; margin: 20px 0 0; }
	.single-nav-left, .single-nav-right { margin-left: 0; margin-right: 3px; }
	.comment-list .children { margin-left: 0 }
	#copyright, #footer-menu { text-align: center }
	#footer-menu ul { float: none; margin-top: 5px; }
	#footer-menu li { float: none; display: inliene; display: inline-block; margin-left: 0; margin-right: 10px; }
	.related-posts .span_6, .related-posts .span_18, .related-posts .span_8 { width: 100%; padding: 0; }
	.related-posts .span_8, .related-posts .span_6 { margin-bottom: 1.5em }
	.tax-archives-filter { position: inherit; position: relative; top: auto; right: auto; margin: 30px 0 0; }
	.tax-archives-filter > li { width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
	.tax-archives-filter i { position: absolute; top: 50%; margin-top: -5px; right: 13px; }
  #portfolio-media { float:none; }
  #service-media { float:none; }

}
@media only screen and (min-width: 480px) and (max-width: 767px) { 
	.related-posts .span_6 { width: 30%; margin: 0; }
	.related-posts .span_18 { width: 70%; padding-left: 20px; }
	.related-posts .span_8 { width: 32.0%; margin-left: 2%; }
	.related-posts .clr-margin { margin-left: 0 }
  #portfolio-media { float:none; }
  #service-media { float:none; }

}
.sidebar-box .widget-title {
  background: #3297e1;
  height: 40px;
  line-height: 40px;
border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;

}

.sidebar-box h6.widget-title {
  background: #bbe2ff;
  padding: 0 10px;
}

#dairiten ul{
margin: 10px;
padding: 0; 
list-style: none;
}
#dairiten ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

#dairiten li{ 
display: inline; 
padding: 0; 
margin: 0; 
float: left;
line-height: 40px; 

}

#dairiten li a{
display: block; 
border: 3px solid #d9bc86;
background-color: #fff2da;
padding: 0 3px;
text-decoration: none;
color: #333;
width: 90px; 
margin: 2px 3px;
text-align: center;
font-size: 14px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#dairiten li a:hover{
  background-color: #f5e0b9;
  color: #bd0000;
}

#dairiten .dcon {
  margin: 0 10px;
}
#dairiten .dcon table  {
  width: 80%;
  margin: 0 0 10px 10px;
}
#dairiten .dcon table.dairiten tr td{
  border:solid 1px #dad9c7;
  padding: 3px 10px 1px 10px;
  width: 50%;
}
#dairiten .dcon table.dairiten td.tabler{
  text-align: right;
}
#dairiten .dcon table.dairiten td.tablegoukei{
  border:solid 1px #c9c8ae;
  border-top:double 3px #c9c8ae;
  font-weight: bold;
  background: #f9f8f1;
}
#dairiten .dcon p {
  margin:0;
}
#dairiten .site-content ul {
  list-style-type: square;
  margin: 0 0 10px 1.5em;
  padding:0;
}
#dairiten .site-content li {
  display: block; 
  padding: 0; 
  margin: 0; 
  float:none;
  line-height: 30px; 
  display:list-item;
}
#dairiten .msg {
  margin-bottom: 20px;
  background: #fee;
  padding: 10px;
  font-size: 14px;
  line-height: 22px;
  border: dotted 3px #faa;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#dairiten .msg:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#dairiten .msg .alignright {
  margin:0;
}
#dairiten .site-content {
}
#dairiten .site-content h3 {
  margin:0 0 10px 0;
  padding:2px 10px 0 10px;
  background: #fff2da;
  border: solid 1px #e5cb9b;
  border-bottom: solid 2px #d7b87f;
  line-height: 33px;
}
#dairiten .site-content h4 {
  font-size: 16px;
  margin:10px 0 10px 0;
  padding:0 10px;
  background: #fffcf7;
  border: solid 1px #f5dfb8;
  border-bottom: solid 1px #d7b87f;
  border-left: solid 5px #d7b87f;
   border-top-right-radius: 7px;
   border-bottom-right-radius: 7px;
   /* Safari,Chrome */
   -webkit-border-top-right-radius: 7px;
   -webkit-border-bottom-right-radius: 7px;
   /* Firefox */
   -moz-border-radius-topright: 7px;
   -moz-border-radius-bottomright: 7px;
}
#dairiten .site-content h5 {
  font-size: 14px;
  margin:0 0 10px 0;
  padding:0 10px 0 6px;
  display: inline;
  border: solid 1px #f5dfb8;
  border-bottom: solid 1px #d7b87f;
  border-left: solid 3px #d7b87f;

   border-top-right-radius: 7px;
   border-bottom-right-radius: 7px;
   /* Safari,Chrome */
   -webkit-border-top-right-radius: 7px;
   -webkit-border-bottom-right-radius: 7px;
   /* Firefox */
   -moz-border-radius-topright: 7px;
   -moz-border-radius-bottomright: 7px;

}
#dairiten .site-content p {
margin:0;
padding:0;
}
#dairiten .site-content hr {
  border: none;
  border-top: dotted 5px #ffeeee;
  height: 1px;
}
#dairiten .site-content hr.toumei {
  border: none;
  height: 0px;
  margin: 0;
  height: 5px;
}
#dairiten .page-header {
  margin:0;
}
#dairiten .next {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
#dairiten .msg h3 {
  margin:0 0 10px 0;
  padding:0;
  background: none;
  border: none;
  line-height: 30px;
}
#dairiten .service-icon {
  display: block;
  float: left;
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  width: 30px;
  background: #ff7373;
  border-radius: 99px;
  text-align: center;
}
#dairiten .current-menu-item > a {
  color: #bd0000;
  background: #f5e0b9;
}


/*ContactForm7カスタマイズ*/
table.CF7_table{
	width:80%;
	margin:0 auto;
	border: 3px solid #e5e5e5;
}

table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
  text-align: left;
  font-size: 14px;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
}

.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #f79034;/*オレンジ*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;/*横幅*/
	background-color:#ebedf5;/*ブルーグレー*/
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#ebedf5;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#f79034;/* オレンジ*/
  background-image:none;
  text-shadow: none;
  line-height: 2;
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}