@charset "utf-8";
/*
Theme Name: smart060
Theme URI: http://theme.o2gp.com/
Description: smart060
Version: 1.0
Author: o2 Group
Author URI: http://theme.o2gp.com/

	o2 Group v1.0
	 http://theme.o2gp.com/

	This theme was designed and built by o2 Group,
	whose blog you will find at http://theme.o2gp.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font: 15px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#252525;
-webkit-text-size-adjust: none;
background:#fff;
}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#777;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#999;
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #ffca95;
background: -moz-linear-gradient(top, #ffca95 0%, #F7931E 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffca95), color-stop(100%,#F7931E));
background: -webkit-linear-gradient(top, #ffca95 0%,#F7931E 100%);
background: -o-linear-gradient(top, #ffca95 0%,#F7931E 100%);
background: linear-gradient(to bottom, #ffca95 0%,#F7931E 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca95', endColorstr='#F7931E',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:120%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #ffca95;
background: -moz-linear-gradient(top, #F7931E 0%, #ffca95 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7931E), color-stop(100%,#ffca95));
background: -webkit-linear-gradient(top, #F7931E 0%,#ffca95 100%);
background: -o-linear-gradient(top, #F7931E 0%,#ffca95 100%);
background: linear-gradient(to bottom, #F7931E 0%,#ffca95 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7931E', endColorstr='#ffca95',GradientType=0 );
cursor:pointer;
}

*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:960px;
	overflow:hidden;
}

#header{
overflow:hidden;
background:#fff;
}

#content{
float:right;
width:690px;
padding:30px 0;
}

#sidebar{
float:left;
width:245px;
padding:30px 0;
}

#footer{
clear:both;
padding-top:20px;
background:#f6f6f6;
	text-align:center;
} 


/* ヘッダー
*****************************************************/
#header .bg{background:#eee;}


/* サイト説明文 + 住所
----------------------------------*/
#header h1,#header p{
float:left;
padding:3px 0;
font-size:80%;
font-weight:normal;
}

#header p{
float:right;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:20px 0 10px 10px;
color: #515151;
font-size:160%;
font-weight:bold;
}


.expla{
padding:20px 0 10px 20px;
font-size:80%;
color:#595757;
float:left;
}

.tel{
float:right;
padding:20px 0 10px 0;
}

/* サブナビゲーション
----------------------------------*/
#header ul{
padding-top:40px;
float:right;
}

#header ul li{
display:inline;
margin-left:10px;
font-size:90%;
}

#header ul li a{
padding-left:10px;
color:#000;
background:url(images/arrowSub.png) no-repeat 0 5px;
}

#header ul li a:hover{
color:#bababa;
background-position:0 -10px;
}


/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
margin-top:-20px;
line-height:0;
text-align:center;
z-index:0;
}

.toppage{
margin:0 0 20px 0;
padding:10px;
border:1px solid #dadada;
background: #fff;
}


/* タイポグラフィ
*****************************************************/
h2.toppage{
clear:both;
margin:0;
padding:10px 10px 10px 15px;
font-size:110%;
border:1px solid #dadada;
border-bottom:0;
background:#fff url(images/border.png) repeat-x 0 100%;
}

h2.title{
margin:0 0 10px;
padding: 0 5px 0 10px;
line-height:37px;
font-size:130%;
font-weight: normal;
color:#fff;
border:0;
background:#E45826;
font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.dateLabel{
margin:10px 0 10px;
text-align:right;
font-weight:bold;
color:#858585;
}

.post p{padding-bottom:15px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #000;
border-bottom:3px solid #000;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color: #333;
border-bottom:2px solid #515151;
}

.post h3{
margin:10px 0;
padding:10px;
font-size:130%;
font-weight:bold;
color:#000;
background:#F0F0F0;
border-left:10px solid #E45826;
font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}


.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border: 1px #ccc solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
width:100%;
}

.post table th{
padding:7px 10px 7px 5px;
border: #ccc solid;
border-width: 0 0 1px 1px;
font-weight:bold;
color:#000;
background:#FCD4A5;
width:35%;
font-size:120%;
font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.post table td{
padding:7px 5px;
border: 1px #ccc solid;
border-width: 0 0 1px 1px;
background:#fff;
}


table.prof{
border-top:1px dotted #754C24;
border-width: 1px 0 0 0;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
width:100%;
}

table.prof th.ppp {
padding:7px 10px 7px 5px;
border-top: 1px dotted #754C24;
border-bottom: 1px dotted #754C24;
border-width: 1px 0 1px 0;
color:#000;
font-weight:normal;
font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
width:50%;
background:#fff;
font-size:100%;
}

table.prof td.rrr{
padding:7px 5px;
border-top: 1px dotted #754C24;
border-bottom: 1px dotted #754C24;
border-width: 1px 0 1px 0;
background:#fff;
font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}


.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}


img.alignright4{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

.alignright4{float:right;}


strong {
font-weight: bold ! important;
}


/* サイドバー　ウィジェット
*****************************************************/
section.widget, .widgetInfo{
padding: 5px 0;
background: #fff;
}

.textwidget{
border:1px solid #CCC;
padding: 5px;
background:#FCF3EB;
}

#banners img{
max-width:245px;
height:auto;
padding-bottom:10px;
}

#banners2 img{
max-width:245px;
height:auto;
}


section.widget h3{
clear:both;
padding:5px 0px 5px 8px;
font-size:130%;
font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
font-weight:normal;
color: #000;
background:#FCD4A5;
line-height:22px;
}

section.widget a{
display:block;
padding:3px 0 3px 13px;
text-decoration:none;
background:url(images/arrow.png) no-repeat 0 50%;
}

section.widget a:hover{
text-decoration:underline;
}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:100px;
vertical-align:bottom;
}

#sidebar ul{
padding-bottom:7px;
border:1px solid #dadada;
margin-bottom:10px;
background-color: #fff;
}

#sidebar ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
width:100%;
padding:5px 2px;
margin-right:60px;
background: url(images/arrow.png) no-repeat 0 12px;
border-bottom:1px dotted #dadada;
}

#sidebar ul li	a{
display:block;
padding:0 0 0 12px;
overflow:hidden;
text-decoration:none;
color:#777;
}

#sidebar a:hover{
text-decoration:underline;
}

section.widget dl{
border-bottom:1px dotted #dadada;
padding:5px 2px;
}

section.widget dt{
font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
color: #F15A24;
}


#sidebar #info {
	font-size: 87%;
	margin-bottom: 20px;
}

#info dd {
	border: 1px solid #CCCCCC;
	padding: 4px;
}


/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0 0 20px;
padding:5px 0;
color: #333;
border-bottom:1px solid #ccc;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:80%;
background:url(images/arrow.png) no-repeat 0 50%;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom: 1px solid #ccc;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#333;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#515151;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#777;}



/* フッター
*****************************************************/
#footer ul{
padding-bottom:10px;
}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
margin-right:30px;
font-size:90%;
background:url(images/arrow.png) no-repeat 0 12px;
}

#footer ul li	a{
display:block;
padding:0 0 0 12px;
overflow:hidden;
text-decoration:underline;
}

#footer ul li	a:hover{text-decoration:none;}

#footer ul li li{
display:block;
padding:0;
margin:0 0 0 10px;
background-position:0 5px;
}


*:first-child+html #footer ul li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer ul li li a,*:first-child+html #footer ul li li{display:none;}

#copyright{
clear:both;
padding:10px;
text-align:center;
font-size:75%;
zoom:1;
color:#fff;
background:#F15A24;
}

.fix_menu_smartphone{display:none;}



/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}


/* トップページ 最新記事3件
------------------------------------------------------------*/
.thumbWrap{
width:735px;
margin:20px -25px 20px 0;
}

.thumbWrap li{
float:left;
width: 220px;
margin:0 25px 0 0;
padding:2px 0 40px;
background:none;
}

/* 最新記事リンク */
ul.thumb h3{
margin-top:10px;
padding:1px;
font-weight:normal;
font-size:100%;
text-align:center;
background:#fff;
border:1px solid #777;
}

ul.thumb h3 span{
display:block;
padding:2px 3px;
background:#F7931E;
}

ul.thumb h3 a{color:#fff;}

ul.thumb h3:hover span{background:#ffca95;}




/* ＤＬ
*************/
dl.kaisya {
  margin:20px 0px;
  border-bottom:1px dotted #754C24;
  letter-spacing:-0.31em;
  *letter-spacing:normal;
  word-spacing:-0.43em;
} 
/* 
 * In this rule, we reset the white-space (see hack above)
 * The width + left/right padding of DTs/DDs equals 50% (for two equal columns)
 */
.kaisya dt,
.kaisya dd {
  display:inline-block;
  *display:inline;
  zoom:1;
width:46%;
  letter-spacing:normal;
  word-spacing:normal;
  vertical-align:top;
  padding:3px 2% 4px;
  margin:0;
  border-top:1px dotted #754C24;
}
/*
 * To keep things tight
 */
.kaisya dt {
  margin-right:-1px;
  font-weight:bold;
font-size:110%;
}



/* Q&A
------------------------------------------------------------*/
.faq {
	background-color: #ffffff;
	font-size: 10pt;
	padding: 5px 5px 5px 10px;
}


.faq_dt {
color:#603813;
padding: 18px 15px 18px 65px;
border-bottom:1px dotted #CCC;
background-image:url('https://nakagawa-chiryo.com/wp-content/uploads/2017/02/q.png');
background-position:center left;
background-repeat:no-repeat;
font-size:19px;
font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}


.faq_dd {
	color: #666;
line-height:1.3em;
	padding-bottom: 1em;
	font-size:15px;
padding: 18px 15px 18px 65px;
margin-top:5px;
background-image:url('https://nakagawa-chiryo.com/wp-content/uploads/2017/02/a.png');
background-position:top left;
background-repeat:no-repeat;
font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}


/* 強調
------------------------------------------------------------*/
.red{
color:#FF6633;
}

.yellow{font-size:115%;
color:#FCEE21;
border-bottom:1px solid;}

.orange{
color:#F15A24;
font-weight:bold;
}

.orange2{
color:#F15A24;
font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
font-weight:bold;
font-size:22px;
}

.orange3{
color:#F15A24;
font-weight:bold;
font-size:110%;
font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.mark{
background-color:#FEF8A6;
font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
font-weight:bold;
font-size:110%;
}

.mark2{
background-color:#FEF8A6;
font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
font-weight:bold;
font-size:17px;
}

.big1{
font-size:25px;
font-weight:bold;
color:#663300;
text-decoration: underline;
font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.big2{
font-size:20px;
color:#663300;
text-decoration: underline;
font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.big3{
font-size:25px;
font-weight:bold;
color:#663300;
font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.big3 span{
color:red;
}

.big3_2{
font-size:20px;
background:#F7931E;
color:#fff;
padding:5px;
font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.big3_2_2{
font-size:20px;
font-weight:bold;
color:#F7931E;
font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.big4{
font-size:30px;
color:#FF6633;
text-decoration: underline;
font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.big4_2{
font-size:20px;
background:#F7931E;
color:#fff;
padding:5px;
font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.big4_2_2{
font-size:20px;
font-weight:bold;
color:#F7931E;
font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.big5{
font-size:25px;
color:#5596FF;
font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.big6{
font-size:19px;
color:#5596FF;
font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.big7{
font-size:40px;
font-weight:bold;
color:#663300;
text-decoration: underline;
font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.big8{
font-size:39px;
font-weight:bold;
font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
border-bottom: 1px dotted #663300;
margin-bottom:10px;
text-align:center;
color:#663300;
}

.dotted{
border-bottom: 1px dotted #99CCFF;
font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
color:#99CCFF;
}

.small{
font-size:80%;
}


.list {
	font-size: 23px;
        font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	background-image: url(http://dolphin318.sakura.ne.jp/wp/wp-content/uploads/2016/10/list.png);
	background-repeat: no-repeat;
        font-weight:bold;
	background-position: left top;
	padding:7px 0px 5px 40px;
	list-style: none;
        line-height:35px;
}

.list2 {
	font-size: 23px;
        font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	background-image: url(http://dolphin318.sakura.ne.jp/wp/wp-content/uploads/2016/10/list.png);
	background-repeat: no-repeat;
        font-weight:bold;
	background-position: left top;
	padding:5px 0px 5px 40px;
	list-style: none;
        line-height:35px;
       border-bottom:1px dotted; 
       margin-bottom:10px;
}


.green{
font-size:200%;
font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
padding:5px 0 5px 0;
margin-bottom:15px;
color:#669933;
font-weight:bold;
background:#FBF7EC;
text-align:center;
}


/* チェックボックス
------------------------------------------------------------*/
ul.checkbox {
	line-height: 1.8;
}

ul.checkbox li {
	font-size: 21px;
        font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	background-image: url(https://nakagawa-chiryo.com/wp-content/uploads/2017/02/checkbox.png);
	background-repeat: no-repeat;
        font-weight:bold;
	background-position: left top;
	padding-left:40px;
       padding-bottom:10px;
	list-style: none;
        border-bottom:1px solid #999999;
}

ul.checkbox li span{
color:#F15A24;
}

/* スクロール
------------------------------------------------------------*/
.scroll{
border: 1px solid #be8954;
color:#5C4033;
padding: 10px 5px 10px 10px;
margin-top:20px;
margin-bottom:20px;
background-color:#F4EBE2;
font-size:95%;
overflow: scroll;
height: 200px;
}


/* バック
------------------------------------------------------------*/
.box_2{
border: 1px dashed #5C4033;
color:#5C4033;
margin-bottom:15px;
padding:10px 10px 10px 10px;
overflow:hidden;
}

.box_2_2{
border: 2px dashed #C7D487;
color:#5C4033;
margin-bottom:15px;
padding:10px 10px 10px 10px;
overflow:hidden;
}

.box_3{
border: 1px dashed #5C4033;
color:#5C4033;
margin-bottom:15px;
padding:10px 10px 5px 10px;
overflow:hidden;
}

.box_4{
border: 10px solid #F0F0F0;
color:#5C4033;
margin-bottom:15px;
padding:10px 10px 10px 10px;
overflow:hidden;
}

.back_prof1{
border-bottom: 1px dashed #5C4033;
border-left: 1px dashed #5C4033;
color:#5C4033;
padding: 10px 0 5px 10px;
margin-bottom:20px;
overflow:hidden;
}

.back_prof2{
border-bottom: 1px dashed #5C4033;
color:#5C4033;
margin-bottom:20px;
padding-bottom:10px;
overflow:hidden;
}

.back1{
color:#5C4033;
padding: 10px;
margin-bottom:15px;
background:#FCF9F3;
overflow:hidden;
}

.back2{
color:#5C4033;
padding: 10px;
margin-bottom:15px;
background:#F6FBF0;
overflow:hidden;
}

.back3{
overflow:hidden;
}


.back4{
background:#F7931E;
font-size:39px;
font-weight:bold;
font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
margin-bottom:10px;
text-align:center;
color:#fff;
}

.back5{
background:#F4D0AB;
overflow:hidden;
}


.back6{
background:#fff;
	padding:10px;
overflow:hidden;
	margin:10px;
	margin-top:0px;
}


.cv{
color:#5C4033;
padding: 5px;
margin-bottom:5px;
background:#F0F0F0;
font-size:110%;
font-weight:bold;
font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
	nav#mainNav{
	clear:both;
	position:relative;
	z-index:200;
	background:url(images/mainnavBg.png) repeat-x;
	}
	
	nav#mainNav ul{
	content:""; display: table;clear: both;zoom:1;
	border-right:1px solid #ffd4a9;
	border-left:1px solid #ffd4a9;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	border-left:1px solid #ffd4a9;
	border-right:1px solid #ffca95;
	}
	
	nav#mainNav ul li:first-child{
	border-left:1px solid #ffca95;
	}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	color:#fff;
	height:40px;
	line-height:40px;
	font-size:110%;
	padding:15px 23px 5px;
	}
	
	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	font-size:90%;
	line-height:1.4;
	}
	
	nav#mainNav ul li a span{
	font-size:70%;
	color:#fff;
	}

	nav div.panel{
  display:block !important;
  float:left;
  }
  
  a#menu{display:none;}
  
  nav#mainNav ul li.current-menu-item, nav#mainNav ul li:hover, nav#mainNav ul li.current-menu-parent{
  background:url(images/mainnavBg.png) repeat-x 0 100%;
  }
  
  nav#mainNav ul ul{width:160px;}
  
  nav#mainNav ul li ul{display: none;}
  
  nav#mainNav ul li:hover ul{
  display: block;
  position: absolute;
  top:60px;
  left:0;
  z-index:500;
	border:0;
  }
	
  nav#mainNav ul li li,nav#mainNav ul li li:first-child{
	padding:0 0 0 10px;
	margin:0;
  float: none;
  height:40px;
  line-height:40px;
  width:160px;
	border:0;
	background:url(images/mainnavBg.png) repeat-x 0 -2px;
  }
	
  nav#mainNav ul li li a{
  width:100%;
  height:40px;
	padding:0 0 0 ;
  line-height:40px;
  font-size:95%;
  text-align:left;
  }
	
	nav#mainNav ul li li.current-menu-item a{font-weight:bold;}
	
	nav#mainNav ul li li:hover{background:url(images/mainnavBg.png) repeat-x 0 100%;}
  
	nav#mainNav ul li:hover ul li:last-child{border:0;}
}

/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:10px 0;
	}
	
	nav#mainNav .inner{width:98%;}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:37px;
	font-weight: bold;
	text-align:left;
	color:#fff;
  background: #ff6633 url(images/menuOpen.png) no-repeat 5px 10px;
	}
	
	nav#mainNav a#menu span{padding-left:35px;}
	
	nav#mainNav a.menuOpen{
	border-bottom:0;
	background: #F7931E url(images/menuOpen.png) no-repeat 5px -32px;
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul{margin:0;padding:0;}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px solid #F7931E;
	background:#fff;
	}

 nav#mainNav ul li a span{display:none;}
 
	nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active{
	color:#fff;
	background:#ffd4a9;
	}
	
	nav#mainNav ul li.current-menu-item li a{color:#777}

	nav#mainNav ul li li{
	float:left;
	border:0;
	}

	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
		padding-left:40px;
		background:#fff url(images/sub1.png) no-repeat 20px 18px;}

	nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover{
		background:#ffca95 url(images/sub1.png) no-repeat 20px -61px;}
	
	nav#mainNav ul li li:last-child a{background:#fff url(images/subLast.png) no-repeat 20px 20px;}
	nav#mainNav ul li li:last-child.current-menu-item a,nav#mainNav ul li li:last-child a:hover,nav#mainNav ul li.current-menu-item li:last-child a:hover{background:#ffca95 url(images/subLast.png) no-repeat 20px -65px;}
	
	nav div.panel{float:none;}
	
	#mainImg{margin-bottom:20px;}
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  #wrapper, #header, .inner{width:100%;}

	#header h1, #header p{padding:5px 10px;}
	#header h2{padding:20px 10px 0;}
	#header ul{padding:20px 10px 10px;}


	nav#mainNav ul, .thumbWrap{margin:0 auto;}
	nav#mainNav ul ul{padding:0;}

	nav div.panel{float:none;}
	
	#mainImg img{width:98%;height:auto;}

	#content, #sidebar{
	clear:both;
	width:95%;
	float:none;
	margin:0 auto;
	padding:10px 0;
	}
	
	#banners{width:100%;margin:0 auto;text-align:center;}
	#banners p{display:inline;margin:0 10px;}
  #banners p img{width:100%;height:auto;}
	
	section.widget_search{text-align:center;}

	#footer{margin:0;border:0;text-align:center;}
	
 #footer{display:none;}
	#footer ul{	text-align:center;	}
	#footer ul li{margin-right:20px;}
.fix_menu_smartphone{display:none;}

}


/* 幅648px以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 648px){
	.thumbWrap{width:100%;margin:0 auto;text-align:center;}
	.thumbWrap ul.thumb li{width:30%; float:left;margin:0 1% 0 2%;}
  .thumbWrap img{width:100%;height:auto;}
}



/*641px～PC　PC上では見えないようにする*/
@media screen and (min-width:641px){
	.footer_area{
		display: none;
}	
}

/*スマホ～641pxの幅サイズまで*/
@media screen and (max-width:640px){
.footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
   height:80px;
    background-color: rgba( 0, 0, 0, 0.6 );
	z-index: 10000;
	margin-bottom:-30px;
	
}
.footer_area .footer_area_inner {
    position: relative;
    width: 80%;
    margin: 0px auto;
    padding: 10px 0;
	margin-right: 0px;
}
.footer_area .footer_area_inner .footer_area_inner_btn {
    width: 85%;
    padding: 11px 0;
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
	line-height: 1.3;
    
}
.inquiry_btn {
    background-color: #39B54A;
    -webkit-border-radius: 3px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
	width: 80%;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
}
.inquiry_btn:link, .inquiry_btn:visited {
    color: #FFFFFF !important;
}
.footer_area_inner span{
	color: #fff;
}
#siteBottom{
	margin-bottom: 50px;
}
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	#header{text-align:center;}
	#header h2,#header ul{float:none;}
	#headerInfo{width:250px;margin:0 auto;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
         .alignright4{float:right;width:40%;}
	#footer ul{text-align:left;padding:15px;}
	#footer ul ul{padding:0;}
	#header h2{display:none;}
.expla{display:none;}
        .tel{display:none;}
 #teln{display:none;}
.big3{font-size:110%;}
	.green{font-size:120%}
	.big8{font-size:140%}
	.back4{font-size:120%}
ul.checkbox li {font-size:100%;background-image: url(https://nakagawa-chiryo.com/wp-content/uploads/2017/02/checkbox_s.png);padding-left:30px;line-height:30px;}
.fix_menu_smartphone{
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 10000;
  display:inline;
}
.fix_menu_smartphone img{
  width:100%;
}
}