/**********
 all
**********/

/**********
 all
**********/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body{
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{ 
	display:block;
}

#mainNavi ul{
    list-style:none;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}


blockquote:before, blockquote:after,
q:before, q:after{
    content:'';
    content:none;
}

a{
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins{
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark{
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del{
    text-decoration: line-through;
}

abbr[title], dfn[title]{
    border-bottom:1px dotted;
    cursor:help;
}

/** table **/
table{
    border-collapse:collapse;
    border-spacing:0;
}

/** img **/
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


/** hr **/
hr{
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

/** input select **/
input, select{
    vertical-align:middle;
}

/* ol ul */

ol, ul{ list-style: none;}

/* clearfix */
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: " "; 
    clear: both; 
    height: 0; 
    display: block; 
    visibility: hidden; 
}

.cf { zoom: 1;}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after { clear: both;}

/* clear */
.clear{ clear:both;}
.clearBlk{ overflow:hidden;}
/* after */
.afterBlk{}
.afterBlk:after{ 
    content: " "; 
    clear: both; 
    height: 0; 
    display: block; 
    visibility: hidden; 
}


/**********
 common
**********/
/* margin */
.mBtmNone{ margin-bottom:none;}
.mBtm10{ margin-bottom:10px;}
.mBtm20{ margin-bottom:20px;}
.mBtm30{ margin-bottom:30px;}

.mTop5{ margin-top:5px;}
.mTop10{ margin-top:10px;}
.mTop20{ margin-top:20px;}
.mTop30{ margin-top:30px;}

/* padding */
.pBtmNone{ padding-bottom:none;}
.pBtm05{ padding-bottom:5px;}
.pBtm10{ padding-bottom:10px;}
.pBtm20{ padding-bottom:20px;}
.pBtm30{ padding-bottom:30px;}

.pTop10{ padding-top:10px;}
.pTop20{ padding-top:20px;}
.pTop30{ padding-top:30px;}

/* color */
.cRed { color:#900;}
.cOrg { color:#c60;}
.cGry { color:#666;}
.cBrwn{ color:#553b27;}

/* fontsize */
.fs120{ font-size:120%;}
.fs80{ font-size:80%;}

/** border **/
.underB{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dotted #56503d;
}

/** align **/
.aCenter{ text-align:center;}
.aLeft{ text-align:left}
.aRight{ text-align:right;}


/**********
 body
***********/
body{
    width:100%;
    background:#aacf52;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color:#3f3b3a;
    line-height:1.4;
    font-size:0.95em;
	min-width:320px;
}


/**********
 a link
***********/
a{
    color:#33a8da;
    text-decoration:none;
}
a:visited{
    color:#33a8da;
    text-decoration:none;
}
a:hover{
    color:#4ac9ff;
    text-decoration:underline;
}

a:active{
    color:#4ac9ff;
    text-decoration:underline;
}


/**********
 common
**********/
/** margin **/
.mBtmNone{ margin-bottom:none;}
.mBtm10{ margin-bottom:10px;}
.mBtm20{ margin-bottom:20px;}
.mBtm30{ margin-bottom:30px;}

.mTop5{ margin-top:5px;}
.mTop10{ margin-top:10px;}
.mTop20{ margin-top:20px;}
.mTop30{ margin-top:30px;}

/** padding **/
.pBtmNone{ padding-bottom:none;}
.pBtm05{ padding-bottom:5px;}
.pBtm10{ padding-bottom:10px;}
.pBtm20{ padding-bottom:20px;}
.pBtm30{ padding-bottom:30px;}

.pTop10{ padding-top:10px;}
.pTop20{ padding-top:20px;}
.pTop30{ padding-top:30px;}


/** padding margin none **/
.pmNone{
	padding:0;
	margin:0;
}

/** color **/
.cDred{ color:#990000;}
.cGray{ color:#999999:}
.cOrange{ color:#cc6600;}


/** fontSize **/
.fs80{ font-size:80%;}


/*==========================================
 ページトップ
===========================================*/
.pagetop{
	position: fixed;
	bottom: -70px;
	right: 30px;
	z-index:500;
}
.pagetop a{
	display: block;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50px;
	border:2px solid #aacf52;
	text-align: center;
	color: #aacf52;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}

.pagetop a:before {
	content: "\e60c";
	font-family: 'icomoon';
}



/*==========================================
 アイコンフォント
===========================================*/
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?-eg73j5');
	src:url('../fonts/icomoon.eot?#iefix-eg73j5') format('embedded-opentype'),
		url('../fonts/icomoon.woff?-eg73j5') format('woff'),
		url('../fonts/icomoon.ttf?-eg73j5') format('truetype'),
		url('../fonts/icomoon.svg?-eg73j5#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*==========================================
 角丸ボタン
===========================================*/
.commonBtn{
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	width:100%;
	display:block;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	text-align:center;
	text-decoration:none;
	padding:7px 0;
	font-size:0.8em;
}

.commonBtn span{
	padding-left:5px;
}


/*==========================================
 パンくずリスト
===========================================*/
#breadcrumb{
	padding-bottom:15px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	font-size:0.7em;
}

#breadcrumb ul{
	padding-bottom:15px;
}
#breadcrumb ul li{
	float:left;
	padding-left:0.65em;
}

#breadcrumb ul li.first{
	background:url(../img/breadHome.jpg) no-repeat left;
	padding-left:18px;
}

#breadcrumb ul li a{
	display:block;
	background:url(../img/breadArrow.jpg) no-repeat right;
	padding-right:18px;
    color:#3f3b3a;
}



/*==========================================
 secondary ナビゲーション
===========================================*/
#contentLog ul{
	width:100%;
	/*min-width:250px;*/
	padding-bottom:20px;
}

#contentLog ul li{
	padding-bottom:2px;
	border-top:1px solid #999;
	line-height:1.3;
}

#contentLog ul li:last-child{
	border-bottom:1px solid #999;
}

#contentLog ul li a,
#contentLog ul li a:visited{
	width:100%;
	padding:12px 0;
	color:#414141;
	display:block;
	text-align:center;
}

#contentLog ul li a:hover,
#contentLog ul li a:active{
	text-decoration:none;
	color:#4ac9ff;
}


#contentLog ul li a.conLogTop,
#contentLog ul li a.conLogTop:visited{
	color:#414141;
}

#contentLog ul li a.conLogTop:hover,
#contentLog ul li a.conLogTop:active{
	text-decoration:none;
	color:#4ac9ff;
}

#contentLog ul li a.conLogTop_b,
#contentLog ul li a.conLogTop_b:visited{
	color:#414141;
}

#contentLog ul li a.conLogTop_b:hover,
#contentLog ul li a.conLogTop_b:active{
	text-decoration:none;
	color:#4ac9ff;
}

#contentLog ul li ul li a,
#contentLog ul li ul li a:visited{
	width:100%;
	padding:12px 0;
	background:#fff;
	color:#414141;
	display:block;
	text-align:center;
}


/*==========================================
 ヘッダーのスタイル
===========================================*/
/**********
 header
**********/

#header{
	padding:0;
	background:#fff;
	border-bottom:1px solid #231815;
}
/** headInner **/

#headerInner{
	width:96%;
	padding:15px 0 15px 0;
	margin:0 auto;
	text-align:center;
}

/** h1 **/
#headerInner h1{
	width:100%;
	display:block;
	text-align:center;
}

#headerInner h1 img{
	width:100%;
	max-width:350px;
	padding-top:15px;
}


/** headTel **/
#headerInner #headContent #headTel{}
#headerInner #headContent #headTel img{ display:none;}

#headTel_mb{
	padding-top:5px;
}

#headTel_mb p{
	font-weight:700;
	color:#555;
	font-size:0.7em;
}
#headTel_mb p span{
	color:#f60;
	font-weight:normal;
}



/**********
 mainNavi
**********/
#mainNavi{}
#mainNavi_p{ display:none;}

/*==========================================
 コンテンツエリアのスタイル
===========================================*/
/**********
 container
**********/
#container{
 	background:#fff;
	width:100%;
	text-align:center;
	padding-bottom:40px;
	padding-top:17px;
}


.contentWrap{
	background:#fff;
}




/*==========================================
 フッターのスタイル
===========================================*/

/**********
 footer
**********/
#footer{
 	background:#f4f4f4;
	width:100%;
	text-align:left;
}

.footInner{
	width:96%;
	max-width:1200px;
	margin:0 auto;
	padding:5px 0 15px 0;
}

/** footInfo **/
#footInfo{
	padding-bottom:10px;
	margin-bottom:10px;
	background:url(../img/footInfo_bg.gif) repeat-x bottom;
}

#footInfo #footLogo{
	text-align:center;
}

#footInfo #footLogo img{
	display:none;
}

#footInfo #footLogo p{
	font-size:1.3em;
	color:#414141;
	width:auto;
}

#footInfo #footLogo p span{ font-size:0.6em;}

#footInfo #footLogo a{ text-decoration:none;}

#footInfo p{
	text-align:center;
	font-size:0.78em;
	padding-top:5px;
	text-align:left;
	line-height:1.35;
}
#footInfo p span{ display:block;}


/** footTel **/
#footTel{}
#footTel .telInner{ padding-bottom:10px;}
#footTel .telInner:after{ 
    content: " "; 
    clear: both; 
    height: 0; 
    display: block; 
    visibility: hidden; 
}
#footTel .telInner:last-child{ padding-bottom:0;}
#footTel .telInner .telTitle{
	background:#7f7f7f;
	padding:3px 0 2px 0;
	width:100%;
	color:#fff;
	font-size:0.87em;
	float:left;
	text-align:center;
}
#footTel .telInner .telNum{
	float:left;
	font-size:1.5em;
}

#footTel .telInner .telNum span{
	font-size:0.7em;
}
#footTel .telInner .telNotes{
	float:left;
	font-size:0.61em;
	line-height:1.3;
}

#footTel .telInner .telNotes span{
	display:block;
	padding:0;
	margin:0;
}

/* 899px～1200px */
@media only screen and (min-width: 500px) and (max-width: 768px) {
#footTel .telInner .telTitle{
	background:#7f7f7f;
	padding:3px 5px 2px 5px;
	width:auto;
	color:#fff;
	font-size:0.87em;
	float:left;
	text-align:center;
	margin-right:10px;
}

}

#footTel #iryo{}
#footTel #iryo .telTitle{
	background:#7f7f7f;
	padding:3px 3px 2px 3px;
	max-width:120px;
	text-align:center;
	color:#fff;
	font-size:0.87em;
	float:left;
	margin-right:10px;
}
#footTel #iryo .telNum{
	margin:0;
	line-height:1;
	float:left;
	font-size:1.5em;
}
#footTel #iryo .telNotes{
	display:block;
	padding-top:5px;
}



/** footSecondary **/
#footer #footSecondary{
	width:100%;
	padding:0;
	margin:0;
 	background:#fff;
}

#footer #footSecondary .footInner{
	padding-bottom:10px;
}

/** footNavi_mb **/
#footer #footSecondary #footNavi_mb{
	border-top:1px solid #fff;
	text-align:left;
	margin:0 auto;
	padding-top:10px;
}

#footer #footSecondary #footNavi_mb ul{
	text-align:center;
	
}
#footer #footSecondary #footNavi_mb ul li{
	display:inline-block;
	border-left:1px solid #fff;
	font-size:0.75em;
	padding:0 10px;
}

#footer #footSecondary #footNavi_mb ul li:last-child{
	border-right:1px solid #fff;
}

#footer #footSecondary #footNavi_mb ul li a{ color:#fff;}


/** footNavi_mb **/
#footer #footSecondary #footNavi_mb{
	border-top:1px solid #fff;
	text-align:left;
	margin:0 auto;
	padding-top:10px;
}

#footer #footSecondary #footNavi_mb ul{
	text-align:center;
	
}
#footer #footSecondary #footNavi_mb ul li{
	display:inline-block;
	border-left:1px solid #fff;
	font-size:0.75em;
	padding:0 10px;
}

#footer #footSecondary #footNavi_mb ul li:last-child{
	border-right:1px solid #fff;
}

#footer #footSecondary #footNavi_mb ul li a{ color:#fff;}


ul.footNavi li{
	display:inline-block;
	padding-right:15px;
	padding-left:20px;
	font-family: "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック", Osaka, sans-serif;
	background:url(../img/mark_green.gif) no-repeat 0 40%;
	font-size:0.75em;
}

ul.footNavi li a{
	display:block;
	color:#3f3b3a;
}

ul.footNavi li a:hover,
ul.footNavi li a:active{
    color:#4ac9ff;
    text-decoration:underline;
}


/** footPTertiary **/
#footer #footTertiary{
	border-top:1px solid #231815;
	background:#fff;
	width:100%;
}

#footer #footTertiary .footInner{
	padding-bottom:8px;
}

#footer #footTertiary ul li{
	background:url(../img/mark_gray.gif) no-repeat 0 40%;
	font-size:0.75em;
}


/** copyright **/
#footer #copyright{
	padding:10px;
	background:#aacf52;
	font-size:0.7em;
	color:#333;
	text-align:center;
}




/* PC・大型タブレット：769px～1200px */
@media only screen and (min-width: 769px) and (max-width: 1200px) {
	
/*==========================================
 コンテンツエリアのスタイル
===========================================*/
/**********
 container
**********/
#container{ padding-top:20px;}

/*==========================================
 パンくずリスト
===========================================*/
#breadcrumb{
	padding-bottom:15px;
	text-align:left;
	padding-left:0;
	font-size:0.75em;
}

#breadcrumb ul{
	padding-bottom:15px;
}
#breadcrumb ul li{
	float:left;
	padding-left:0.65em;
}

#breadcrumb ul li.first{
	background:url(../img/breadHome.jpg) no-repeat left;
	padding-left:18px;
}

#breadcrumb ul li a{
	display:block;
	background:url(../img/breadArrow.jpg) no-repeat right;
	padding-right:18px;
    color:#3f3b3a;
}


/*==========================================
 ヘッダーのスタイル
===========================================*/
/**********
 header
**********/

#header{
	padding:0;
	border-top:10px solid #aacf52;
	border-bottom:none;
}
/** headInner **/

#headerInner{
	width:96%;
	padding:15px 0;
	margin:0 auto;
}

/** h1 **/
#headerInner h1{
	width:45%;
	display:block;
	float:left;
	text-align:left;
}

#headerInner h1 img{
	width:100%;
	max-width:350px;
}

/** headContent **/
#headerInner #headContent{
	overflow:auto;
	padding-top:0;
	width:50%;
	float:right;
	text-align:right;
}

/** headTel **/
#headTel_mb{ display:none;}
#headerInner #headContent #headTel{}
#headerInner #headContent #headTel img{
	display:block;
	width:100%;
	max-width:443px;
}

/**********
 mainNavi
**********/
#mainNavi{
	padding:0;
	border-top:1px solid #231815;
}

#mainNavi ul{
	width:96%;
	max-width:1200px;
	margin:0 auto;
	display:block;
}

#mainNavi ul li{
	float:left;
	display:block;
	position: relative;
}

#mainNavi ul li#mNv_home { width:19%;}
#mainNavi ul li#mNv_greeting { width:21%;}
#mainNavi ul li#mNv_soudan { width:19%;}
#mainNavi ul li#mNv_kiso { width:24%;}
#mainNavi ul li#mNv_news { width:17%;}

#mainNavi ul li#mNv_watanabe{ display:none;}


#mainNavi ul li a{
	display:block;
	overflow:hidden;
	padding-top:65px;
	width:auto;
	height: 0px !important;
	background-repeat:no-repeat;
}

#mainNavi ul li a:visited,#mainNavi ul li a:hover,#mainNavi ul li a:active{
	background-repeat:no-repeat;
}

#mNv_home a{ background:url(../img/headNavi_home.gif) 50% 0;}
#mNv_greeting a{ background:url(../img/headNavi_greeting.gif) 50% 0;}
#mNv_soudan a{ background:url(../img/headNavi_soudan.gif) 50% 0;}
#mNv_kiso a{ background:url(../img/headNavi_kiso.gif) 50% 0;}
#mNv_news a{ background:url(../img/headNavi_news.gif) 50% 0;}

#mNv_home a:visited{ background:url(../img/headNavi_home.gif) 50% 0;}
#mNv_greeting a:visited{ background:url(../img/headNavi_greeting.gif) 50% 0;}
#mNv_soudan a:visited{ background:url(../img/headNavi_soudan.gif) 50% 0;}
#mNv_kiso a:visited{ background:url(../img/headNavi_kiso.gif) 50% 0;}
#mNv_news a:visited{ background:url(../img/headNavi_news.gif) 50% 0;}

#mNv_home a:hover{ background:url(../img/headNavi_home.gif) 50% -65px;}
#mNv_greeting a:hover{ background:url(../img/headNavi_greeting.gif) 50% -65px;}
#mNv_soudan a:hover{ background:url(../img/headNavi_soudan.gif) 50% -65px;}
#mNv_kiso a:hover{ background:url(../img/headNavi_kiso.gif) 50% -65px;}
#mNv_news a:hover{ background:url(../img/headNavi_news.gif) 50% -65px;}

#mNv_home a:active{ background:url(../img/headNavi_home.gif) 50% -65px;}
#mNv_greeting a:active{ background:url(../img/headNavi_greeting.gif) 50% -65px;}
#mNv_soudan a:active{ background:url(../img/headNavi_soudan.gif) 50% -65px;}
#mNv_kiso a:active{ background:url(../img/headNavi_kiso.gif) 50% -65px;}
#mNv_news a:active{ background:url(../img/headNavi_news.gif) 50% -65px;}


/*==========================================
 フッターのスタイル
===========================================*/

/**********
 footer
**********/
#footer{
 	background:#f4f4f4;
	width:100%;
	text-align:left;
}

.footInner{
	width:96%;
	max-width:1200px;
	margin:0 auto;
	padding:15px 0;
}


/** footPrimary **/
#footer #footPrimary{
 	background:#f4f4f4;
	width:100%;
	max-width:1200px;
	padding:0;
	margin:0;
}


/** footInfo **/
#footInfo{
	padding-bottom:10px;
	margin-bottom:10px;
	background:url(../img/footInfo_bg.gif) repeat-x bottom;
}

#footInfo #footLogo{
	width:340px;
	float:left;
}

#footInfo #footLogo img{
	display:block;
	width:100%;
	max-width:320px;
	padding-right:10px;
}

#footInfo #footLogo p{ display:none;}

#footInfo p{
	padding-top:20px;
	font-size:0.9em;
}
#footInfo p span{ display:inline-block;}


/** footTel **/
#footTel{
	background:url(../img/footTel.png) no-repeat;
	padding-left:70px;
}
#footTel .telInner{ padding-bottom:10px;}
#footTel .telInner:after{ 
    content: " "; 
    clear: both; 
    height: 0; 
    display: block; 
    visibility: hidden; 
}
#footTel .telInner:last-child{ padding-bottom:0;}
#footTel .telInner .telTitle{
	width:206px;
	background:#7f7f7f;
	padding:5px 0;
	text-align:center;
	color:#fff;
	font-size:0.87em;
	float:left;
}
#footTel .telInner .telNum{
	padding-left:15px;
	float:left;
	font-size:1.5em;
}

#footTel .telInner .telNum span{
	font-size:0.7em;
}
#footTel .telInner .telNotes{
	float:left;
	font-size:0.65em;
	padding-top:6px;
	margin-left:10px;
}


/** footSecondary **/
#footer #footSecondary{
	width:100%;
	padding:0;
	margin:0;
 	background:#fff;
}

#footer #footSecondary .footInner{
	max-width:1200px;
	width:98%;
	margin:0 auto;
	background:#fff;
}

/** footNavi **/
ul.footNavi li{
	display:inline-block;
	padding-right:15px;
	padding-left:20px;
	font-family: "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック", Osaka, sans-serif;
	background:url(../img/mark_green.gif) no-repeat 0 40%;
	font-size:0.8em;
}

ul.footNavi li a{
	display:block;
	color:#3f3b3a;
}

ul.footNavi li a:hover,
ul.footNavi li a:active{
    color:#4ac9ff;
    text-decoration:underline;
}


/** footPTertiary **/
#footer #footTertiary{
	border-top:1px solid #231815;
	background:#fff;
}

#footer #footTertiary .footInner{
	max-width:1200px;
	background:#fff;
	margin:0 auto;
}

#footer #footTertiary ul li{
	background:url(../img/mark_gray.gif) no-repeat 0 40%;
	font-size:0.8em;
}

/** copyright **/
#footer #copyright{
	padding:10px 0;
	background:#aacf52;
	font-size:88%;
	color:#333;
	text-align:center;
}


}


/* PC向け：1201px以上で固定 */
@media only screen and (min-width: 1201px) {
	
/*==========================================
 コンテンツエリアのスタイル
===========================================*/
/**********
 container
**********/
#container{ padding-top:0;}

/*==========================================
 パンくずリスト
===========================================*/
#breadcrumb{
	padding-bottom:15px;
	text-align:left;
	padding-left:0;
	font-size:0.8em;
}

#breadcrumb ul{
	padding-bottom:15px;
}
#breadcrumb ul li{
	float:left;
	padding-left:0.65em;
}

#breadcrumb ul li.first{
	background:url(../img/breadHome.jpg) no-repeat left;
	padding-left:18px;
}

#breadcrumb ul li a{
	display:block;
	background:url(../img/breadArrow.jpg) no-repeat right;
	padding-right:18px;
    color:#3f3b3a;
}


/*==========================================
 ヘッダーのスタイル
===========================================*/
/**********
 header
**********/
#header{
	width:100%;
	text-align:center;
	background:#fff;
	padding:0;
	min-width:1200px;
	border-top:10px solid #aacf52;
	border-bottom:none;
}

#headerBg{}

#headerInner{
	width:1200px;
	margin:0 auto;
	padding:20px 0 10px 0;
	background:#fff;
}

/** h1 **/

#headerInner h1{
	width:367px;
	display:block;
	float:left;
}

#headerInner h1 img{
	width:367px;
}

/** headContent **/
#headerInner #headContent{
	overflow:auto;
	padding-top:0;
	width:443px;
	float:right;
	text-align:right;
}

/** headTel **/
#headTel_mb{ display:none;}
#headerInner #headContent #headTel{}
#headerInner #headContent #headTel img{
	display:block;
	width:443px;
}


/**********
 mainNavi
**********/
#mainNavi{
	padding:5px 0;
	background:url(../img/headNavi_bg.gif) repeat-x;
	min-width:1200px;
	border-top:1px solid #231815;
}

#mainNavi ul{
	width:1200px;
	margin:0 auto;
	height:65px;
}

#mainNavi ul li{
	float:left;
	height:65px;
	display:block;
	/*line-height:100%;*/
	position: relative;
}


#mainNavi ul li a{
	display:block;
	overflow:hidden;
	padding-top:65px;
	height: 0px !important;
	background-image:url(../img/headNavi.jpg);
	background-repeat:no-repeat;
}

#mNv_home a{ width:225px; background-position: 0 0;}
#mNv_greeting a{ width:250px; background-position: -225px 0;}
#mNv_soudan a{ width:225px; background-position: -475px 0;}
#mNv_kiso a{ width:260px; background-position: -700px 0;}
#mNv_news a{ width:240px; background-position: -960px 0;}

#mNv_home a:visited{ width:225px; background-position: 0 0;}
#mNv_greeting a:visited{ width:250px; background-position: -225px 0;}
#mNv_soudan a:visited{ width:225px; background-position: -475px 0;}
#mNv_kiso a:visited{ width:260px; background-position: -700px 0;}
#mNv_news a:visited{ width:240px; background-position: -960px 0;}

#mNv_home a:hover{ width:225px; background-position: 0 -65px;}
#mNv_greeting a:hover{ width:250px; background-position: -225px -65px;}
#mNv_soudan a:hover{ width:225px; background-position: -475px -65px;}
#mNv_kiso a:hover{ width:260px; background-position: -700px -65px;}
#mNv_news a:hover{ width:240px; background-position: -960px -65px;}

#mNv_home a:active{ width:225px; background-position: 0 -65px;}
#mNv_greeting a:active{ width:250px; background-position: -225px -65px;}
#mNv_soudan a:active{ width:225px; background-position: -475px -65px;}
#mNv_kiso a:active{ width:260px; background-position: -700px -65px;}
#mNv_news a:active{ width:240px; background-position: -960px -65px;}

#mainNavi ul li#mNv_watanabe{ display:none;}

/*==========================================
 フッターのスタイル
===========================================*/

/**********
 footer
**********/
#footer{
 	background:#f4f4f4;
	width:100%;
	text-align:left;
}

.footInner{
	width:1200px;
	margin:0 auto;
	padding:15px 0;
}


/** footPrimary **/
#footer #footPrimary{
 	background:#f4f4f4;
	width:100%;
	min-width:1200px;
	padding:0;
	margin:0;
}


/** footInfo **/
#footInfo{
	padding-bottom:10px;
	margin-bottom:10px;
	background:url(../img/footInfo_bg.gif) repeat-x bottom;
	te
}

#footInfo #footLogo{
	width:320px;
	float:left;
}

#footInfo #footLogo img{ display:block;}

#footInfo #footLogo  p{ display:none;}

#footInfo p{ padding-top:25px;}

#footInfo p span{ display:inline-block;}

/** footTel **/
#footTel{
	background:url(../img/footTel.png) no-repeat;
	padding-left:70px;
}
#footTel .telInner{ padding-bottom:10px;}
#footTel .telInner:after{ 
    content: " "; 
    clear: both; 
    height: 0; 
    display: block; 
    visibility: hidden; 
}
#footTel .telInner:last-child{ padding-bottom:0;}
#footTel .telInner .telTitle{
	width:206px;
	background:#7f7f7f;
	padding:5px 0;
	text-align:center;
	color:#fff;
	font-size:0.87em;
	float:left;
}
#footTel .telInner .telNum{
	padding-left:15px;
	float:left;
	font-size:1.5em;
}

#footTel .telInner .telNum span{
	font-size:0.7em;
}

#footTel .telInner .telNotes{
	float:left;
	font-size:0.65em;
	padding-top:13px;
	padding-left:8px;
}

#footTel .telInner .telNotes span{
	display:inline-block;
}


/** footSecondary **/
#footer #footSecondary{
	padding:0;
	margin:0;
 	background:#fff;
}

#footer #footSecondary .footInner{
	width:1200px;
	margin:0 auto;
	background:#fff;
}
	

/** footNavi **/
ul.footNavi li{
	display:inline-block;
	padding-right:15px;
	padding-left:20px;
	font-family: "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック", Osaka, sans-serif;
	background:url(../img/mark_green.gif) no-repeat 0 40%;
	font-size:0.96em;
}

ul.footNavi li a{
	display:block;
	color:#3f3b3a;
}

ul.footNavi li a:hover,
ul.footNavi li a:active{
    color:#4ac9ff;
    text-decoration:underline;
}


/** footPTertiary **/
#footer #footTertiary{
	border-top:1px solid #231815;
	background:#fff;
	width:100%;
}

#footer #footTertiary .footInner{
	width:1200px;
	background:#fff;
	margin:0 auto;
}


#footer #footTertiary ul li{
	background:url(../img/mark_gray.gif) no-repeat 0 40%;
	font-size:0.89em;
}

/** copyright **/
#footer #copyright{
	padding:10px 0;
	background:#aacf52;
	font-size:88%;
	color:#333;
	text-align:center;
}


}

@media print{

/*==========================================
 コンテンツエリアのスタイル
===========================================*/
/**********
 container
**********/
#container{ padding-top:0;}

/*==========================================
 パンくずリスト
===========================================*/
#breadcrumb{
	padding-bottom:15px;
	text-align:left;
	padding-left:0;
	font-size:0.8em;
}

#breadcrumb ul{
	padding-bottom:15px;
}
#breadcrumb ul li{
	float:left;
	padding-left:0.65em;
}

#breadcrumb ul li.first{
	background:url(../img/breadHome.jpg) no-repeat left;
	padding-left:18px;
}

#breadcrumb ul li a{
	display:block;
	background:url(../img/breadArrow.jpg) no-repeat right;
	padding-right:18px;
    color:#3f3b3a;
}


/*==========================================
 ヘッダーのスタイル
===========================================*/
/**********
 header
**********/
#header{
	width:100%;
	text-align:center;
	background:#fff;
	padding:0;
	min-width:1200px;
	border-top:10px solid #aacf52;
	border-bottom:none;
}

#headerBg{}

#headerInner{
	width:1200px;
	margin:0 auto;
	padding:20px 0 10px 0;
	background:#fff;
}

/** h1 **/

#headerInner h1{
	width:367px;
	display:block;
	float:left;
}

#headerInner h1 img{
	width:367px;
}

/** headContent **/
#headerInner #headContent{
	overflow:auto;
	padding-top:0;
	width:443px;
	float:right;
	text-align:right;
}

/** headTel **/
#headTel_mb{ display:none;}
#headerInner #headContent #headTel{}
#headerInner #headContent #headTel img{
	display:block;
	width:443px;
}


/**********
 mainNavi
**********/
#mainNavi{ display:none;}
#mainNavi ul{ display:none;}
#mainNavi_p{
	display:block;
	padding:5px 0;
	background:url(../img/headNavi_bg.gif) repeat-x;
	min-width:1200px;
	border-top:1px solid #231815;
}

#mainNavi_p ul{
	width:1200px;
	margin:0 auto;
	height:65px;
}

#mainNavi_p ul li{
	float:left;
	height:65px;
	display:block;
	/*line-height:100%;*/
	position: relative;
}

#mainNavi_p ul li a{
	display:block;
	overflow:hidden;
	padding-top:65px;
	height: 0px !important;
	background-image:url(../img/headNavi.jpg);
	background-repeat:no-repeat;
}

#mNv_home a{ width:225px; background-position: 0 0;}
#mNv_greeting a{ width:250px; background-position: -225px 0;}
#mNv_soudan a{ width:225px; background-position: -475px 0;}
#mNv_kiso a{ width:260px; background-position: -700px 0;}
#mNv_news a{ width:240px; background-position: -960px 0;}

#mNv_home a:visited{ width:225px; background-position: 0 0;}
#mNv_greeting a:visited{ width:250px; background-position: -225px 0;}
#mNv_soudan a:visited{ width:225px; background-position: -475px 0;}
#mNv_kiso a:visited{ width:260px; background-position: -700px 0;}
#mNv_news a:visited{ width:240px; background-position: -960px 0;}

#mNv_home a:hover{ width:225px; background-position: 0 -65px;}
#mNv_greeting a:hover{ width:250px; background-position: -225px -65px;}
#mNv_soudan a:hover{ width:225px; background-position: -475px -65px;}
#mNv_kiso a:hover{ width:260px; background-position: -700px -65px;}
#mNv_news a:hover{ width:240px; background-position: -960px -65px;}

#mNv_home a:active{ width:225px; background-position: 0 -65px;}
#mNv_greeting a:active{ width:250px; background-position: -225px -65px;}
#mNv_soudan a:active{ width:225px; background-position: -475px -65px;}
#mNv_kiso a:active{ width:260px; background-position: -700px -65px;}
#mNv_news a:active{ width:240px; background-position: -960px -65px;}

#mainNavi_p ul li#mNv_watanabe{ display:none;}


/*==========================================
 フッターのスタイル
===========================================*/

/**********
 footer
**********/
#footer{
 	background:#f4f4f4;
	width:100%;
	text-align:left;
}

.footInner{
	width:1200px;
	margin:0 auto;
	padding:15px 0;
}


/** footPrimary **/
#footer #footPrimary{
 	background:#f4f4f4;
	width:100%;
	min-width:1200px;
	padding:0;
	margin:0;
}


/** footInfo **/
#footInfo{
	padding-bottom:10px;
	margin-bottom:10px;
	background:url(../img/footInfo_bg.gif) repeat-x bottom;
	te
}

#footInfo #footLogo{
	width:320px;
	float:left;
}

#footInfo #footLogo img{ display:block;}

#footInfo #footLogo  p{ display:none;}

#footInfo p{ padding-top:25px;}

#footInfo p span{ display:inline-block;}

/** footTel **/
#footTel{
	background:url(../img/footTel.png) no-repeat;
	padding-left:70px;
}
#footTel .telInner{ padding-bottom:10px;}
#footTel .telInner:after{ 
    content: " "; 
    clear: both; 
    height: 0; 
    display: block; 
    visibility: hidden; 
}
#footTel .telInner:last-child{ padding-bottom:0;}
#footTel .telInner .telTitle{
	width:206px;
	background:#7f7f7f;
	padding:5px 0;
	text-align:center;
	color:#fff;
	font-size:0.87em;
	float:left;
}
#footTel .telInner .telNum{
	padding-left:15px;
	float:left;
	font-size:1.5em;
}

#footTel .telInner .telNum span{
	font-size:0.7em;
}

#footTel .telInner .telNotes{
	float:left;
	font-size:0.65em;
	padding-top:13px;
	padding-left:8px;
}

#footTel .telInner .telNotes span{
	display:inline-block;
}


/** footSecondary **/
#footer #footSecondary{
	padding:0;
	margin:0;
 	background:#fff;
}

#footer #footSecondary .footInner{
	width:1200px;
	margin:0 auto;
	background:#fff;
}
	

/** footNavi **/
ul.footNavi li{
	display:inline-block;
	padding-right:15px;
	padding-left:20px;
	font-family: "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック", Osaka, sans-serif;
	background:url(../img/mark_green.gif) no-repeat 0 40%;
	font-size:0.96em;
}

ul.footNavi li a{
	display:block;
	color:#3f3b3a;
}

ul.footNavi li a:hover,
ul.footNavi li a:active{
    color:#4ac9ff;
    text-decoration:underline;
}


/** footPTertiary **/
#footer #footTertiary{
	border-top:1px solid #231815;
	background:#fff;
	width:100%;
}

#footer #footTertiary .footInner{
	width:1200px;
	background:#fff;
	margin:0 auto;
}


#footer #footTertiary ul li{
	background:url(../img/mark_gray.gif) no-repeat 0 40%;
	font-size:0.89em;
}

/** copyright **/
#footer #copyright{
	padding:10px 0;
	background:#aacf52;
	font-size:88%;
	color:#333;
	text-align:center;
}
}



