/*================== 全体ページ構成 ==================*/
html{	background-image:url('../img/bg.gif');
	background-repeat: repeat;
	background-attachment: fixed;
}
body{
   	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS P Gothic",Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size:14px;
}

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

#wrapper {
	z-index: 992;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
#wrap{
	text-align:left;
	width:100%;
	margin: 0 auto;
	padding:0;
	background-color: #ffffff;
	background-image:url('../img/bg.gif');
	background-repeat: repeat;
	background-attachment: fixed;
}
#content{
	background-color:rgba(255,255,255,1.0);
	text-align:left;
	padding:0;
	margin:0 auto;
}

a:link { color: #444444; }
a:visited { color: #444444; }
a:hover {color: #999999;}
a:active { color: #444444; }
a:hover img{
	opacity:0.7;
	-moz-opacity:0.7;
	filter:alpha(opacity = 70);
}

/*----- ヘッダー -----*/
#header{
	background-image:url('../img/header_bg.gif');
	background-repeat:repeat-x;
	position:relative;
	background-color:#ffffff;
	margin:0;
}
.h_left{
	text-align:left;
	font-weight:bold;
}
.h_left a{text-decoration: none;}

.h_right{text-align: right;}
.h_right a{font-size:7pt; font-weight:bold;}
.h_right p{font-size:9pt;}

/*----- パンくずリスト -----*/
#topicpath{
	background-image:url('../img/topicpath_bg.gif');
	background-repeat:repeat-x;
	padding:5px 0 5px 10px;
	border-bottom:2px solid #FF6600;
	font-size:13px;
}
#topicpath02{
	background-color:#ff9900;
	padding:5px 0 5px 10px;
	border-bottom:1px solid #ffffff;
	color:#ffffff;
}

/*----- メニュー3 -----*/
#menu3{
	line-height:0pt;
	font-size: 0;
	margin: 0;
	padding: 0;
}

#menu3 button{
   	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS P Gothic",Verdana, Arial, Helvetica, sans-serif;
	background-color:#ff9900;
	border: 1px solid #ffffff;
	color:#ffffff;
	padding: 0;
	margin: 0;
	font-size:14pt;
	text-align:center;
	width: 160px;
	height:50px;
	font-weight: bold;
	cursor:pointer;
}
#menu3 button:link { color: #ffffff; }
#menu3 button:visited { color: #ffffff; }
#menu3 button:hover { color: #ff9900; background-color:#ffffff; border: 1px solid #ff9900;}
#menu3 button:active { color: #ffffff; }

/*================== スマフォ用 ==================*/
@media screen and (max-width:768px)
{
	/*----- 全体 -----*/
		
	/*----- ヘッダー -----*/
	#header{padding:0 5px;}
	#header img{width:80px;}
	.h_left{font-size:11pt;}
	.h_right{ display:none;}

	#wrap{padding-top:40px;}/* スマフォ用メニューを使わない場合はこれを消す */
	
	#content table,tr,td,th,dl,dd,dt{
		font-size : 10pt;
		line-height:180%;
	}
	#content{
		width:100%;
		max-width:800px;
	}
	#menu3 , #sitepath , #tagline{display: none;}
	#titlearea{font-size:15pt;}
	#topicpath02{font-size:7pt;}

	/*----- 見出し(フォントサイズのみ指定) -----*/
	h1{font-size:12pt; margin:10px 0;}
	h2{font-size:12pt;}
	h3{font-size:11pt;}
	h4{font-size:10pt;}
	h5{font-size:10pt;}
	h6{font-size:11pt; margin: 20px 0px 10px 0px;}
	h7{font-size:10pt;}
	
	/*----- セクション(項目毎に使用) -----*/
	.section01{
		margin:10px;
		padding:0;
	}

	/*----- テキスト用 -----*/
	.textbox01{
		font-size:10pt;
		margin:10px 3px;
		padding:0;
		line-height:180%;
	}
	.frame01 .textbox01{
		font-size:10pt;
		margin:10px 5px;
		padding:0;
		line-height:180%;
	}
	.textbox01 dt{
		float:left;
		margin:0;
		padding:0;
		font-size:9pt;
	}
	.textbox01 dd{
		margin-left:110px;
		padding:0;
		font-size:9pt;
	}

	/*----- スマホ用メニュー -----*/
	.side-open #wrapper,
	.side-open .overlay {
		-webkit-transform: translate3d(-150px, 0, 0);
  		transform: translate3d(-150px, 0, 0);
	}
	.overlay {
		z-index: 993;
		content: '';
		visibility: hidden;
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0);
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	.overlay::after {
		content: "";
		visibility: hidden;
		position: fixed;
		top: 40%;
		left: 0;
		display: block;
		width: 100%;
		height: 50px;
		color: rgba(255,255,255,0);
		font-size: 40px;
		font-weight: bold;
		text-align: center;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	.side-open .overlay {
		visibility: visible;
		cursor: pointer;
		background: rgba(0,0,0,.7);
	}
	.side-open .overlay::after {
		visibility: visible;
		color: rgba(255,255,255,.8);
	}

	.side-menu {
		z-index: 991;
		background-color:#444444; /* メニューのカラーを変更する場合はここを変える */
		position: fixed;
		top: 0;
		right: 0;
		width: 150px;
		height: 100%;
		padding-top: 40px;
		text-align: left;
		font-size: 13px;
		overflow:auto;
	}

	.side-menu  ul{
		margin: 0;
		padding: 0;
	}
	.side-menu  li{
		vertical-align: middle;
		border-bottom: solid 1px #ffffff; 
		list-style: none;
		padding:15px 0;
		margin: 0;
	}
	.side-menu  li a{
		display: block;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}

	#side-menu-btn_bg{
		z-index: 993;
		background-color:#444444; /* メニューのカラーを変更する場合はここを変える */
		border-bottom: solid 1px #ffffff; 
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		width:100%;
		height:40px;
	}
	#side-menu-btn_bg p{
		color:#ffffff;
		text-align:right;
		margin:0;
		padding:10px 55px 0 0;
	}
	.side-menu-btn {
		z-index: 994;
		display: block;
		width: 50px;
		height:40px;
		position: fixed;
		top: 0px;
		right: 0px;
		text-align: right;
	}
	.side-menu-btn span {
		display: block;
		background: #ffffff;
		width: 24px;
		height: 2px;
		position: absolute;
		left: 9px;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
	}
	.side-menu-btn span:first-child {top: 12px;}
	.side-menu-btn span:nth-child(2) {
		margin-top: -1px;
		top: 50%;
	}
	.side-menu-btn span:last-child {bottom: 12px;}
	.side-menu-btn.active span:first-child {
		-webkit-transform: translateY(7px) rotate(45deg);
		-moz-transform: translateY(7px) rotate(45deg);
		-ms-transform: translateY(7px) rotate(45deg);
		transform: translateY(7px) rotate(45deg);
	}
	.side-menu-btn.active span:nth-child(2) {opacity: 0;}
	.side-menu-btn.active span:last-child {
		-webkit-transform: translateY(-7px) rotate(-45deg);
		-moz-transform: translateY(-7px) rotate(-45deg);
		-ms-transform: translateY(-7px) rotate(-45deg);
		transform: translateY(-7px) rotate(-45deg);
	}
	
	/*----- フレーム (paddingのみ指定)-----*/
	.frame01{padding:5px;}
	.frame01 ul{
		font-size:10pt;
		margin:0;
		padding: 5px 10px 10px 25px;
	}
	
	/*----- ボタン -----*/
	.btn{
		padding:15px 0;
		font-size:11pt;
	}
	.or{background-color:#ff9900;width:100px;}
	.re{background-color:#E20000;width:150px;}
	.bl{background-color:#3469E4;width:160px;}
	
	/*----- テーブル -----*/
	.table{
		border: 1px solid #cccccc;
		overflow:hidden;
		margin:10px 0px;
		background-color:#ffffff;
		-moz-border-radius: 5px;    /* Firefox */
		-webkit-border-radius: 5px; /* Safari,Chrome */
		border-radius: 5px;         /* CSS3 */
	}
	.table_cell{
		vertical-align:middle;
		padding: 5px 10px;
		font-size:10pt;
	}
	.table_k{
		padding: 0 0 5px 0;
	}
	.table_cell_k{
		font-size:15px;
		width: 130px;
		padding:0 0 5px 0;
	}
	.table_cell_k p{
		padding:5px 0;
		margin: 0 0 5px 0;
		color:#ffffff;
	}
	.title{
		text-align: center;
		background:#eeeeee;
		font-size:14px;
	}
	.sel th{font-size:10pt;	padding:5px;}
	.sel td{font-size:10pt;	padding:5px;}

	.table02{
		overflow:hidden;
	}
	.table_cell02{
		font-size:10pt;
	}

	/*----- お問い合わせテーブル -----*/
	.in_table{
		overflow:hidden;
	}
	.in_table_cell{
		font-size:10pt;
	}

	/*----- リスト -----*/
	.list li{font-size:10pt;}
	
	.linknavi{
		column-count:2;
		-moz-column-count:2;
		-webkit-column-count:2;
	}
	.linknavi li{font-size:9pt;}
	
	/*----- 注意事項 -----*/
	ul.attention{
		text-align:left;
		margin:15px 10px 15px 20px;
		padding:0;
	}
	ul.attention li{
		margin:0px;
		padding-bottom:5px;
		color: #FF0000;
		font-size:10pt;
	}
}


/*================== PC用 ==================*/
@media screen and (min-width:769px)
{
	/*----- 全体 -----*/
	/*----- ヘッダー -----*/
	#header{padding:0 10px;}
	#header table{width:100%;}
	.h_left{font-size:20pt;}

	#content table,tr,td,th,dl,dd,dt{font-size : 11pt;}
	#content{width:800px;border: 1px solid #999999;}

	/*----- 見出し(フォントサイズのみ指定) -----*/
	h1{font-size:14pt; margin:20px 0;}
	h2{font-size:13pt;}
	h3{font-size:12pt;}
	h4{font-size:11pt;}
	h5{font-size:11pt;}
	h6{font-size:11pt; margin: 20px 0px 10px 0px;}
	h7{font-size:11pt;}
	
	#titlearea{font-size:19pt;}
	#topicpath02{font-size:13px;}
	
	/*----- セクション(項目毎に使用) -----*/
	.section01{
		margin:10px;
		padding:0 20px;
	}

	/*----- スマホ用メニュー -----*/
	#side-menu-btn_bg{display: none;}
	.side-menu-btn{display: none;}
	.side-menu{display: none;}
	
	/*----- テキスト用 -----*/
	.textbox01{
		font-size:14px;
		margin:10px 20px;
		padding:0;
		line-height:180%;
	}
	.textbox01 dt{
		font-size:14px;
		float:left;
		margin:0;
		padding:0;
	}
	.textbox01 dd{
		font-size:14px;
		margin-left:130px;
		padding:0;
	}
	/*----- フレーム (paddingのみ指定)-----*/
	.frame01{padding:15px;}
	.frame01 ul{
		font-size:14px;
		margin:0;
		padding: 10px 20px 10px 30px;
	}

	/*----- ボタン -----*/
	.btn{
		padding:20px 0;
		font-size:20pt;
	}
	.or{background-color:#ff9900;width:200px;}
	.re{background-color:#E20000;width:300px;}
	.bl{background-color:#3469E4;width:300px;}

	/*----- テーブル -----*/
	.section_table{
		border-top: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		display: table;
		overflow:hidden;
		width:100%;
		margin:10px 0;
		background-color:#ffffff;
		-moz-border-radius: 5px;    /* Firefox */
		-webkit-border-radius: 5px; /* Safari,Chrome */
		border-radius: 5px;         /* CSS3 */
	}
	.table{
		display: table-row;
		margin: 0;
	}
	.table_cell{
		display: table-cell;
		vertical-align:middle;
		padding: 5px 10px;
		border-bottom: 1px solid #cccccc;
		font-size:14px;
	}
	.table_k{
		padding: 0 0 20px 0;
	}
	.table_cell_k{
		font-size:25px;
		width:250px;
		padding:0 0 20px 0;
	}
	.table_cell_k p{
		padding:20px 0;
		margin: 0 0 20px 0;
		color:#ffffff;
	}
	.title{
		width:18%;
		text-align: center;
		font-size:11pt;
		border-right:1px solid #E1E1E1;
		background:#eeeeee;
	}
	.sel th{font-size:17px;	padding:10px 15px;}
	.sel td{font-size:17px;	padding:10px 15px;}

	.table02{
		display:table;
		margin: 0;
		padding: 0;
	}
	.table_cell02{
		display: table-cell;
		vertical-align:middle;
		margin: 0;
		padding: 0;
	}
	/*----- お問い合わせテーブル -----*/
	.in_table{
		display:table;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.in_table_cell{
		display: table-cell;
		vertical-align:middle;
		margin: 0;
		padding: 0;
	}
	
	/*----- リスト -----*/
	.list li{font-size:14px;}
	
	.linknavi{
		column-count:3;
		-moz-column-count: 3;
		-webkit-column-count:3;
	}
	.linknavi ul li{font-size:14px;}

	/*----- 注意事項 -----*/
	ul.attention{
		text-align:left;
		margin:15px 30px;
		padding:0;
	}
	ul.attention li{
		margin:0px;
		padding-bottom:5px;
		color: #FF0000;
		font-size:10pt;
	}
}

/*================== 共通 ==================*/

.table_k{
	display:table;
	margin:0;
	border-collapse: separate;
    border-spacing: 2px 0;
}
.table_cell_k{
	display: table-cell;
	border: 1px solid #cccccc;
	text-align: center;
}


/*----- 見出し -----*/
h1{
	line-height:160%;
	border-left:10px solid #FF6600;
	padding-left:5px;
}
h2{
	border-left:5px solid #FF9900;
	padding:0 5px 0 5px;
	margin-top:30px;
	margin-bottom:10px;
}
h2 span{
	font-size: 9pt;
	font-weight: normal;
}

h3{
	color:#444444;
	border-bottom:1px dotted #444444;
	border-left:5px solid #444444;
	margin: 10px 5px;
	padding:2px 5px;
	font-weight:bold;
}
h4{
	font-weight:bold;
	margin: 10px 10px 10px 10px;
	border-bottom:1px solid #cccccc;
}
h5{
	margin-top:0px;
	margin-bottom:10px;
}
h6{
	font-weight:bold;
	color:#ff9900;
	border-bottom:1px solid #ff9900;
}
/*----- フレーム -----*/
.frame01{
	margin:15px 0;
	padding: 5px 10px;
	background-color: #eeeeee;
	-moz-border-radius: 2px;    /* Firefox */
	-webkit-border-radius: 2px; /* Safari,Chrome */
	border-radius: 2px;         /* CSS3 */
}

/*----- ボタン -----*/
.btn{
	cursor:pointer;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	margin:5px;
	font-weight:bold;
	border: 0;
	font-family:メイリオ, Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS P Gothic', Verdana, Arial, Helvetica, sans-serif;
	-moz-border-radius:10px;    /* Firefox */
	-webkit-border-radius:10px; /* Safari,Chrome */
	border-radius:10px;         /* CSS3 */
}
.btn:hover{
	opacity:0.7;
	-moz-opacity:0.7;
	filter:alpha(opacity = 70);
}

/*----- 画像用 -----*/
.imgbox01{
	max-width:100%;
	text-align: center;
	overflow: hidden;
	position: relative;
	zoom:1;
}

.imgbox01 ul{
	max-width:100%;
	margin:10px;
	padding: 0;
	list-style-type:none;
	position: relative;
	display:inline-block;
	/display:inline;
	/zoom:1;
}
.imgbox01 ul li{
	max-width:100%;
	font-size:10pt;
	line-height:150%;
	margin:2px 0;
	padding:2px;
	text-align:center;
	position: relative;
	display:inline-block;
	/display:inline;
	/zoom:1;
}
/*----- テキスト装飾 -----*/
.em01{
	font-weight: bold;
}
.end01{
	color: #ffffff;
	font-weight: bold;
	background-color: #ff0000;
	border:1px solid #ff0000;
}
.red{
	color: #F40000;
}

/*----- リスト -----*/
.list {margin:0 10px 10px 0; padding:0 0 0 25px;}
.list ul{margin: 0; padding: 0;}
.list li{
	list-style-type:square; 
	padding:8px 0;
	margin: 0;
	border-bottom:1px dashed #999999;
	line-height:150%;
}

.list a:link { color: #000000; text-decoration: none;}
.list a:visited { color: #000000; }
.list a:hover {color: #0000FF; text-decoration: underline;}
.list a:active { color: #000000; }

.linknavi{
	margin:10px 0;
	padding: 0;
	list-style-type:none;
}

.linknavi li{
	border-left:4px solid #ff9900;
	border-bottom:1px dotted #cccccc;
	line-height:150%;
	margin:5px 0;
	padding:2px 0px 2px 3px;
	text-align:left;
	word-break: break-all;
}
.linknavi a:link {text-decoration: none;}

/*----- FAQ -----*/
.return{
	width:120px;
	text-align:center;
	border:1px solid #FFFF66;
	background-color:#FFFFCC;
	margin-left: auto;
	font-size:10pt;
}
/*----- テーブル -----*/
.sel{
	margin:10px;
	border: 1px solid #ccc;
	text-align: center;
	border-collapse:collapse;
}
.sel th{
	background-color:#cccccc;
	border:1px solid #cccccc;
	text-align:center;
}
.sel td{
	border:1px solid #cccccc;
	text-align:center;
}

/*----- コピーライト -----*/
.copyright{
	margin: 20px 0;
	text-align: center;
	font-size: 9pt;
}

/*----- 右下ボタン -----*/
#page-top{
	z-index:999;
	position:fixed;
	right:10px;
	bottom:0px;
	display:none;
}
#page-top button{
   	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-family:"Century Gothic";
	background-color:rgba(0,0,0,0.4);
	font-size:11pt;
	color:#ffffff;
	border: 0;
	width: 80px;
	height: 60px;
	-moz-border-radius:20px 20px 0px 0px;    /* Firefox */
	-webkit-border-radius:20px 20px 0px 0px; /* Safari,Chrome */
	border-radius:20px 20px 0px 0px;         /* CSS3 */
}
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
#page-top p:hover{
}
#page-top p a{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
/*----- footer -----*/
#footerpath{
	clear:both;
	text-align:right;
	background-color:#dddddd;
	padding:1px 0 1px 15px;
	font-size:10pt;
}
#footerpath ul{
	list-style-type: square;
}
#footerpath li{
	display:inline;
	margin-right:10px;
}
#footer{
	background-image:url('../img/footer_bg.gif');
	background-repeat:repeat-x;
	border-top:4px solid #FF9900;
	padding:20px 5px 20px 5px;
	font-size:12px;
	word-break: keep-all;
}
