﻿@charset "utf-8";

/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/

html {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
	line-height: 160%;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}


/* ------ Body ------ */

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #222;
	font-size: 16px;
	line-height: 160%;
	text-align: left;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
}
.win body {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


/* ------ Anchor ------ */

a {
	outline: none;
}

a:link {
	text-decoration: none;
	color:#222;
}
a:visited {
	text-decoration: none;
	color:#222;
}
a:hover {
	text-decoration: underline;
	color:#F19500;
}
a:active {
	text-decoration: underline;
	color:#F19500;
}

a img{
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
a:hover img{
 filter: alpha(opacity=80); 
 opacity:0.8;
 background: #fff;
}
h1 a:hover img{
	filter: alpha(opacity=100);  
	opacity:1;  
	background: #fff;
}  

a.u_line{
	text-decoration:underline;
}
/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

/* ------ General Settings ------ */

/* フルードイメージ対応 */
img {
	max-width: 100%;
	height: auto;
}
.ie8 img {
	width: auto;
}

p {
	font-size: 76%;
}

.img {
	text-align: center;
}

.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left{
	text-align:left;
}
.fl_left{
	float:left;
}
.fl_right{
	float: right;
}
body {
	background-color: #fff;
	color:#222;
}

.inner {
	width: 1024px;
	min-width: 1024px;
	max-width:1024px;
	margin-left: auto;
	margin-right: auto;
}

#headerContainer {
	position: relative;
	top: 0;
	margin-bottom: 0;
	height:88px;
}


/* ------ Mainvisual ------ */

#mainvisual {
	width: 100%;
	background-color: #fff;
	height:auto;
	overflow:hidden;
	border-top:#CCC solid 9px;
}

/* パンくず */
#mainVisualContainer_pan {
  border-bottom:#ddd solid 4px;
  margin-bottom:20px;
}

.img{
	padding:10px 0 0;
}

#copyright{
	text-align: center;
    font-size: 1.4em;
    margin: 0;
}

.fc_org{
	color:#EB6C65;
}
.fc_org_inf{
	color:#F3A527;
	font-size:22px;
	font-weight: 800;
	
}
.fc_blue_inf{
	color:#00A5B9;
	font-size:22px;
	font-weight: 800;
	
}
a.fc_org{
	color:#EB6C65;
	text-decoration:underline;
}
/* ------ Font ------ */

/* 各ブラウザに対応したWebフォントを指定 */
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ------ Column ------ */

.row {
	max-width: 1024px;
	margin: 0 auto;
}
.row:after {
	content: "";
	display: block;
	clear: both;
}


/* 各カラムを横並びにし、左マージンを設定 */
.col {
	float: left;
	margin-left: 3.2258064515%;
}


.col_s {
	float: left;
	margin-left: 2%;
}

/* 左端のカラムの左マージンを削除 */
.col:first-child,
.col.left {margin-left: 0;}

/* カラムの左右を入れ替えるための設定 */
.col.right {
	float: right;
	margin-left: 3.2258064515%;
}


/* 左端のカラムの左マージンを削除 */
.col_s:first-child,
.col_s.left {margin-left: 0;}

/* カラムの左右を入れ替えるための設定 */
.col_s.right {
	float: right;
	margin-left: 3.2258064515%;
}


/* 各カラムを横並びにし、左マージンを設定 */
.col2 {
	float: left;
	margin-left: 1.00%;
}

/* 左端のカラムの左マージンを削除 */
.col2:first-child,
.col2.left {margin-left: 0;}

/* カラムの左右を入れ替えるための設定 */
.col2.right {
	float: right;
	margin-left:1.3%;
	
}
.col3 {
	text-align:center;
}

/* 各カラムの幅を％で設定 */
.one-second {width: 49.2%;}
.one-second2 {width: 49.%;}
.one-third {width: 31.1827956988%;}
.one-third2 {width: 33.1827956988%;}
.two-third {width: 65.5913978494%;}
.one-fourth{width:24%;}

.three-fourth{width:62%;}
.three-fourth{width:73%;}

.clear{
	clear:both;
}
/* ------ Header ------ */

header {
	width: 100%;
	padding-top: 0;
}

header .row {
	position: relative;
}

header h1{
	float:left;
	height: 72px;
	margin-top:8px;
	
}

#site{
	margin-top: 0;
	margin-bottom: 0;
	display:block;
}

.description{
	position:absolute;
	top:20px;
	left:65px;
	letter-spacing: normal;
	font-size:12px;
	color: #fff;
}

/* ------ Global Navi ------ */

/* デスクトップ／タブレット用表示では、右寄せで配置 */
#gnav {
	
	float: none;
	width: 100%;
	margin:0 auto;
	
}


/* ナビゲーションの各項目は、横並びに配置 */
#gnav li {
	float: left;
	padding:5px 0 5px;
	border-right: 1px solid #F19500;
	width:16%;
	margin:10px 0;
}

#gnav li.current {
	border-bottom:#F19500 solid 2px;
	margin-bottom:0;
}

#gnav li:last-child{
	border-right:none;
}

#gnav a {
	display: block;
	position: relative;
	z-index: 2000;
	height: 18px;
	font-size: 76%;
	text-decoration: none;
	color: #222;
	text-align: center;
	
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;

}

#gnav a:hover {
	color:#F19500;
}



/* ------ Article ------ */

article {
	background-color: #fff;
	padding-bottom: 50px;
}


/*------------------*/
.pcnon{
		display:block;
		display:none;
	}

.spnon{
		display:none;
		display:block;
	}



@media screen and (min-width: 640px) {

}


/* ------ Sidebar ------ */

#sidebar {
	margin-top: 0;
}

#sidebar section {
	border-bottom: dotted 1px #F19500;
}

#sidebar h1 {
	margin-left: 70px;
	font-size: 90%;
	font-weight: bold;
	color: #000;
}

#sidebar section a {
	display: block;
	position: relative;			/* ボックス全体にposition:relativeを指定 */
	padding: 15px 20px 15px 0;
	text-decoration: none;
	overflow: hidden;
	
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
/* :after疑似要素にリンクアイコンを設定 */
#sidebar section a:after {
	content: "\e610";
	font-family: 'icomoon';			/* リンクアイコンをWebフォントとして指定 */
	font-size: 10px;
	font-weight:bold;
	color:#F19500;
	display: block;
	position: absolute;			/* position:absoluteでボックスの右側にリンクアイコンを配置 */
	width: 10px;
	line-height: 10px;
	top: 50%;				/* リンクアイコンを上下中央に配置 */
	margin-top: -5px;
	transition-duration: 0.3s;		/* リンクアイコンをアニメーション動作させる（FireFoxのみ） */
}
#sidebar section a:link,
#sidebar section a:visited {
	background-color: transparent;
}
#sidebar section a:hover,
#sidebar section a:active {
	background-color: #FDEDD4;
}
#sidebar section a:link:after,
#sidebar section a:visited:after {
	right: 6px;				/* リンクアイコンを右端から6pxに配置*/
}
#sidebar section a:hover:after,
#sidebar section a:active:after {
	right: 3px;				/* マウスオーバー時にリンクアイコンの位置をずらす */
}


#sidebar section a.current_page{
	background-color: #FDEDD4;
}



#sidebar p {
	margin-left: 70px;
	color: #222;
}

#sidebar .img {
	float: left;
	margin: 0;
}

.mk01ban{
	text-align:center;
}
.mk01ban img{
	 /*border:solid 1px #ccc;
     padding:4px 0;*/
}

#sidebar section.mk01ban a:hover,
#sidebar section.mk01ban a:active {
	background-color: #fff;
}

#sidebar section .box{
	display: block;
	position: relative;			
	padding: 0 20px 8px 7px;
	text-decoration: none;
	overflow: hidden;
	background-color:#DAEBF5;
}
#sidebar section .box p.ti_sd{
	padding-top:23px;
}
#sidebar section .box2 a{
	padding: 0 20px 10px 0;
}

#sidebar section .box2{
	display: block;
	position: relative;			
	
	text-decoration: none;
	overflow: hidden;
	
}
#sidebar section .box2 img{
	padding: 0 0 0 7px;
	height:38px;
	width:38px;
	background-color:transparent;
	
}
#sidebar section .box2 p.ti_sd{
	position:absolute;
	top: 35%;
	font-size:90%;	
}
#sidebar section .box2 p.ti_sdsn{
	position:absolute;
	top: 35%;
	font-size:80%;
	margin-left: 50px;
}

#sidebar section .box_ti{
	display: block;
	position: relative;			
	padding: 10px 0px 12px;
	text-decoration: none;
	overflow: hidden;
	
	border-bottom:#F19500 solid 1px;
		text-align:center;
		font-size:90%;
		font-weight:bold;
}
#sidebar section .box_ti .crt{
	background-color:#FDEDD4;
	padding:5px 0;
	margin:-5px 0 -4px;
}


/* ------ Page Top ------ */

#page-top {
	border-top: solid 1px #d5d5d5;		/* 1番外側のborder */
	border-bottom: solid 1px #fff;
}

#page-top p {
	font-size: 68%;
	border-top: solid 1px #dedede;		/* 2番目のborder */
}

#page-top a {
	display: block;
	padding-bottom: 3px;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	color: #666;
	border-top: solid 1px #e5e5e5;		/* 1番内側のborder */
}
#page-top a:link,
#page-top a:visited {
	background-color: #eee;
}
#page-top a:hover,
#page-top a:active {
	background-color: #e5e5e5;
}


/* ------ ヘッダー　アカウント電話番号エリア ------ */


#tel_box{
	margin:20px 0 5px;
	float: right;
}

#tel{
	display:block;
	float:right;
	padding:0 0 5px 0;
}
#tel_box_sp{
	margin:5px 0 5px;
	float: right;
}
#tel_sp{
	display:block;
	float:right;
	padding:0 10px 5px 0;
}


/*パンくず
----------------------------------------------------------------------*/

ul#breadlist{
	margin:5px 0 5px 0;
	padding:0;
}

ul#breadlist li{
	font-size:12px;
	display:inline;
	background:url(images/icon-breadlist.png) 1px center no-repeat;
	padding-left:17px;
	margin-right:5px;
}
ul#breadlist li a{
	
}
ul#breadlist li:first-child{
	background:none;
}
/*ENDパンくず*/


/* ------ Footer ------ */
footer {
	background:#F19500;
	color:#FFF;
}

footer nav {
	padding: 20px 0 15px;
}
footer nav ul{
	text-align: center;
}

footer nav li {
	display: inline-block;
	padding: 0 5px 0 10px;
	border-left: solid 1px #fff;
	font-size: 76%;
}
footer nav li:first-child {
	padding-left: 10px;
	border-left: none;
}

footer nav a:link,
footer nav a:visited {
	text-decoration: none;
	color:#FFF;
}
footer nav a:hover,
footer nav a:active {
	text-decoration: underline;
	color:#FFF;
}

#copyright {
	margin:20px 0;
	padding-bottom:35px;
}

#copyright p {
	font-size: 62%;
	text-align: right;
}
.br-pc { display:none; }

.fw{
	font-weight:bold;
}

/*-----------------------------------------------------	*/
/*	for 640px - 979px				*/
/*-----------------------------------------------------	*/

@media screen and (min-width: 640px) and (max-width: 979px) {

	/* ------ Column ------ */

	/* 左右に5pxの余白を設定 */
	.row {
		padding: 0 5px;
	}

	.inner {
		width: 98%;
		max-width: 98%;
		min-width: 98%;
	}
	header {
		background: #fff;
		padding-top: 0;
	}
/* スマートフォン用表示では、横幅いっぱいに配置 */
	#gnav {
		float: none;
		width: 100%;
	}
	
	#gnav li {
		width:25%;
		width:33.0%;
		margin:0 0 2px;
	}

	header h1 img{
		margin-top:8px;
		float:left;
	}


/* ------ Column ------ */

	/* 各カラムを横並びにし、左マージンを設定 */

	#headerContainer .col.left {
		float: none;
		width: auto;
	}

	#mainNavigation .col.left {
		float: none;
	}


/* ------ Header ------ */

	header {
		background: #fff;
		padding-top: 0;
	}
	header .row:before {
		display: none;
	}

	header .col:first-child {
		height: 40px;
		height: 0px;
	}

	header h1 {
		margin: 0 auto;
		/*padding-top: 0;*/
		font-size:27px;
	}
	
	#site{
		margin: 0 auto;
		padding-top: 0;
	}
	

footer nav {
		margin-top: 0;
	}
	
	
	
}


/*-----------------------------------------------------	*/
/*	for 640px - 979px		sakusei		*/
/*-----------------------------------------------------	*/
@media screen and (min-width: 640px) and (max-width: 839px) {
 
 
}
@media screen and (min-width: 460px) and (max-width: 639px) {
	
	
	
}



/*-----------------------------------------------------	*/
/*	for  - 639px			*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 639px) {
	
	.inner {
		width: 98%;
		max-width: 98%;
		min-width: 98%;
	}
#headerContainer{
	background-color:#F19500;
	height: auto;
	display:block;
	
}
header h1 p{
	font-size:11px;
}

header h1 {
	height:72px;
	margin-top: 8px;
}
header h1 img{
	float:left;
}


	/* ------ Column ------ */

	/* 各カラムの横並びを解除し、縦１列に並べる */
	.col,
	.col.left,
	.col.right {
		float: none;
		width: auto;
		margin-left: 0;
	}
	
	.col_s,
	.col_s.left,
	.col_s.right {
		float: none;
		width: auto;
		margin-left: 0;
	}
	
	.col2,
	.col2.left,
	.col2.right {
		float: none;
		width: auto;
		margin-left: 0;
	}	
	
	.col4,
	.col4.left,
	.col4.right {
		float: none;
		width: auto;
		margin-left: 0;
	}


	/* ------ Header ------ */

	header {
		background:none;
		padding-top: 0;
	}
	header .row:before {
		display: none;
	}

	header .col:first-child {
		height: 40px;
	}

	header h1 {
		margin: 0 auto;
		padding-top: 0;
		
	}


	/* ------ Global Navi ------ */

	/* スマートフォン用表示では、横幅いっぱいに配置 */
	#gnav {
		float: none;
		width: 100%;
	}
	
	#gnav li {
		width:33%;
		margin:0 0 2px;
	}

	/* ------ Article ------ */

	article {
		padding-bottom: 0;
	}

	article p {
		font-size: 90%;
	}
	
	article .box_com {
		font-size: 90%;
	}

.br-sp { display:none; }
.br-pc { display: block; }

/*コピィ------------*/
#copyright p {
	margin:0 10px;
	text-align: center;
}

/* ------ ヘッダー　電話番号エリア ------ */

.description{
	top:10px;
	left:65px;
	
}
	/* ------ Page Top ------ */

	#page-top p {
		font-size: 76%;
	}

	#page-top a {
		line-height: 35px;
	}
	
/*パンくず
----------------------------------------------------------------------*/

ul#breadlist{
	
	margin:12px 15px 20px;
	padding:0;
}	


	/* ------ Footer ------ */

	footer {
		border-top: solid 1px #fff;
		
	}

	footer nav ul {
		padding: 0 15px;
		text-align: center;
	}

	#copyright {
		margin-bottom: 0;
		text-align: center;
	}

	footer .logo {
		padding: 20px 0 30px;
		text-align: center;
	}








.pcnon{
		display:block;
		
		
		/*float:right;*/
	}
.pcnon_r{
		display:block;
		
		
		float:right;
	}
	.spnon{
		display:none;
	}

.br:before {
	content: "\A" ;
	white-space: pre ;
}


}



/*-----------------------------------------------------	*/
/*	for - 339px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 400px) {


	
	/* ------ ヘッダー　アカウント電話番号エリア ------ */
#tel_box{
	margin:20px 0 5px;
	float: right;
}

#tel{
	width:80%;
	height:auto;
}

header h1 {
	height: 72px;
	margin-top: 0;
	
}
.description{
	top:55px;
	left:65px;
	
}

}
#tel_box a:hover img{
	filter: alpha(opacity=100);  
	opacity:1;  
	background: #fff;
} 
#tel_box_sp a:hover img{
	filter: alpha(opacity=100);  
	opacity:1;  
	background: none;
}   
