@charset "Shift_JIS";

/*================================================
 *  CSSリセット
 ================================================*/
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,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:14px;
	color:#333;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
	line-height:1.6;
	background:#fff;
}

.inner {
	position:relative;
	width:980px;
	margin:0 auto;
}

header {
	box-sizing:border-box;
	position:relative;
	width:100%;
	background:#fcfcfc;
}

nav {
	width:100%;
	background:#fff;
	box-shadow:0 1px 2px #d0d8dc;
	?zoom:1;
}
nav:after {
	content:'';
	display:block;
	clear:both;
}

#contents {
	overflow:hidden;
	width:980px;
	margin:20px auto;
	background:#fff;
}

#main {
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:100%;
}

#sub {
	box-sizing:border-box;
	overflow:hidden;
	float:right;
	width:100%;
}

footer {
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
}

a {
	color:#000;
	text-decoration:none;
}

h2 {
	font-size : 18px;
	color:#333;	
}

h3 {
	font-size:16px;	
	text-align:center;
	font-weight:bold;
}

h4 {
	margin-bottom : 1px;
	font-size:16px;
	font-weight:bold;
	color:#222;	
	padding-left : 35px;
	padding-top : 8px;}

h5 {
	position:relative;
	margin-bottom:0.25em;
	padding-left:10px;
	color:#E1E1DE;
	font-size:14px;
	font-weight:bold;
}
h5:before {
	content:"";
	margin-top:-7px;
	position:absolute;
	top:50%;
	left:0;
	width:5px;
	height:14px;
	background:#C8C8C3;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
	margin:0 0.5em 0em 1em;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
	font-style:normal;
}

strong {
	font-weight:bold;
	color:#ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	padding-right:30px;
	text-align:center;
	border-bottom:1px dotted #ddd;
}
dd {
	text-align:center;
	margin-bottom:0.5em;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
	background:#fff;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#eee;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	padding:5px 10px 4px 10px;
}

.summary {
	position:absolute;
	top:21px;
	right:550px;
	margin:0;
	font-size:14px;	
	font-weight:bold;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:768px) {
	nav {
		background:#FCFCFC;
		box-shadow:0px 0px 0px 0px #999;
		z-index:3;
	}

	/* 共通 */
	nav ul { 
		margin:0;
		padding:0;
	}

	nav ul li {
		position:relative;
		margin:0;
		padding:0;
		list-style:none;
	}

	nav ul li a {
		display:block;
		margin:0;
		border-top:1px solid #C8C8C3;
		border-bottom:3px solid #FFD159;
		padding:6px 0 7px 0;
		background:#EDEDE6;
		color:#000000;
		font-size:14px;
		font-weight:bold;
		line-height:1;
		text-decoration:none;
	}

	nav ul li:hover > a {
		color:#000000;
		background:#C0C6E8;
	}

	/* 1段目 */
	nav ul.gnav > li {
		position:relative;
		width:21%;
		float:left;
		margin:0;
		padding:0;
		text-align:center;
		list-style:none;
	}

	nav ul.gnav > li:first-child {
		width:15%;
	}

	nav ul.gnav > li.subnav a {
		padding-right:20px;
	}

	nav ul.gnav > li.subnav > a:after {
		position:absolute;
		content:"";
		top:20px;
		width:0;
		height:0;
		margin-left:10px;
		border:5px solid transparent;
		border-top-color:#fff;
	}

	/* 2段目 */
	nav ul li ul {
		position:absolute;
		z-index:3;
		top:100%;
		left:0;
		width:100%;
		margin:0;
		padding:0;
	}

	nav ul li ul li {
		overflow:hidden;
		width:150%;
		height:0;
		color:#fff;
		transition:.2s;
	}

	nav ul li ul li a {
		padding:13px 15px;
		text-align:left;
		background:#FFFFFF;
		font-weight:normal;
	}

	nav ul li:hover > ul > li {
		overflow:visible;
		height:40px;
		border-bottom:1px solid #C0C6E8;
	}

	nav ul li:hover ul li:last-child {
		border-bottom:none;
	}

	nav ul.gnav > li:last-child > ul {
		left:-50%;
	}

	nav ul li ul li ul:before {
		position:absolute;
		content:"";
		top:13px;
		left:-20px;
		width:0;
		height:0;
		border:5px solid transparent;
		border-left-color:#fff;
	}

	nav ul.gnav > li:last-child ul li ul:before {
		position:absolute;
		content:"";
		top:13px;
		left:200%;
		margin-left:-20px;
		border:5px solid transparent;
		border-right-color:#fff;
	}

	/* 3段目 */
	nav ul li ul li ul {
		top:0;
		left:100%;
	}

	nav ul li ul li ul li {
		width:100%;
	}

	nav ul li ul li:hover > ul > li {
		border-bottom:1px solid #C8C8C3;
	}

	nav ul.gnav > li:last-child > ul li ul {
		left:-100%;
	}

	nav ul li ul li ul li a {
		background:#FFFFFF;
	}

	nav ul li ul li ul li a:hover {
		background:#C0C6E8;
	}

	.gnav {
		display:block !important;
	}

	#spMenu {
		display:none;
	}

	.fixed {
		position:fixed;
		top:0;
		left:0;
	}
}

/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	font-size:12px;
	margin-bottom:20px;
	margin-left:10px;
	padding:1px;
	background:#fcfcfc;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"・";
	color:#777;
}
.submenu li a {
	display:block;
	padding:6px 0px 6px 28px;
	border-bottom:1px dotted #ddd;
	font-size:13px;	
	color:#777;	
	text-decoration:none;
}
.submenu li a:hover {
	color:#222;
	background:#eee;
}
.subfont {
	font-size :13px;
	color:#777;	
	padding-left : 30px;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color :#ccc;
}
.subtpl {
	font-size:13px;	
	color:#777;	
	padding-left : 30px;
	border-top-width : 1px;
	border-top-style : solid;
	border-top-color :#eee;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color :#ddd;
}
.bnr {
	overflow:hidden;
}
.bnr ul {
	overflow:hidden;
}
.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#f2f2f2;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 15px;
	font-size:12px;
	text-align:center;
}
.footmenu a {
	color:#333;
	text-decoration:none;
}
.footmenu_a {
	width:100%;
	margin:30px 0 0 0;
	padding:0px 0 5px 0;
	overflow:hidden;
	background:#fdfdfd;
}
.footmenu_a ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu_a li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 35px;
	font-size:14px;
	text-align:center;
}
.footmenu_a a {
	color:#111;
	text-decoration:none;
}

/*================================================
 *  追加↓ footmenu
 ================================================*/



.footmenu_b {
	width:100%;
	margin:0px 0 0 0;
	padding:0px 0 5px 0;
	overflow:hidden;
	background:#F8F8F8;
}
.footmenu_b ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu_b li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 45px;
	font-size:14px;
	text-align:center;
}
.footmenu_b a {
	color:#111;
	text-decoration:none;
}

/*================================================
 *  追加↑ footmenu
 ================================================*/

.copyright {
	border-top:2px solid #FFD159;
	border-top:2px solid #FFD159;
	clear:both;
	padding:10px 0;
	font-size:11px;
	text-align:center;
	color:#222;
	background:#ddd;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#D1D1CD;
}

/*================================================
 *  クラス
 ================================================*/
 
 
 

.list {
	padding:0 0 0 0.5em;
}
.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.info dt {
	padding-left:2.5em;
	border-bottom:none;
}
.info dd {
	padding-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}

.col_two_one {
	overflow:hidden;
}

.col_two_one ul {
	overflow:hidden;
	margin:1% -1% 0 0;
}
.col_two_one li {
	list-style:none;
	float:left;
	width:46%;
	margin:0 2% 2% 2%;
}
.col_two_one li:nth-child(2n+1) {
	clear:both;
}
.col_two_one li img {
	width:95%;
	margin-bottom:2.5%;
}
/*============================
 *  col_one_one
 =============================*/
 
.col_one_one {
	overflow:hidden;
}
.col_one_one ul {
	overflow:hidden;
	margin:1% -1% 0 0;
}
.col_one_one li {
	list-style:none;
	float:left;
	width:98%;
	margin:0 2% 2% 0;
}
.col_one_one li:nth-child(2n+1) {
	clear:both;
}
.col_one_one li img {
	width:100%;
	margin-bottom:2.5%;
}
.caution {
	margin :5px 30px 5px 30px;
	padding : 3px 7px 3px 10px;
	font-size : 13px;
	background-color : #F2EDE3;
	text-decoration : none;
}
.divlink {
	padding : 4px 4px 4px 4px;
	font-size : 14px;
	background-color : #f5f2ed;
	text-decoration : none;
	text-align : center;
	float : left;
	margin-right : 3px;
}
.h_two {
	padding : 3px 7px 3px 20px;
	font-size : 18px;
	font-weight:bold;
}
.motlink {
	padding : 6px 16px 6px 16px;
	font-size : 14px;
	text-decoration:none;
	text-align : center;
	background-color : #f3f3f3;
	margin : 0px 3px 0px 35px;
}
.footlink {
	padding : 5px 3px 3px 5px;
	margin :5px 0px 5px 0px;
	text-align : center;
	float : left;
}
.p1 {
	padding : 0px 0px 0px 35px;
}
.p2 {
	padding : 5px 20px 0px 20px;
}




































.lt1 {
	border-top:1px solid ;
}
.lt1x {
	border-top:1px solid ;
}
.lt2 {
	border-top:2px solid ;
}
.lt3 {
	border-top:3px solid ;
}
.lt4 {
	border-top:4px solid ;
}
.lb1 {
	border-bottom:1px solid ;
}
.lb2 {
	border-bottom:2px solid ;
}
.lb3 {
	border-bottom:3px solid ;
}
.lb4 {
	border-bottom:4px solid ;
}

.lb5 {
	border-bottom:5px solid ;
}

.lt1d {
	border-top:1px dotted #555;
}
.lt2d {
	border-top:2px dotted #555;
}
.lt3d {
	border-top:3px dotted #555;
}
.lt4d {
	border-top:4px dotted ;
}
.lb1d {
	border-bottom:1px dotted #555;
}
.lb2d {
	border-bottom:2px dotted #555;
}
.lb3d {
	border-bottom:3px dotted #555;
}
.lb4d {
	border-bottom:4px dotted #555;
}


.lt1a {
	border-top:1px solid #555;
	padding : 20px 0px 0px 0px;
}
.lt1a8 {
	border-bottom:1px solid #555;
}
.lt1a1 {
	border-top:1px solid #555;
	margin: 20px 0px 0px  0px;
	padding : 20px 0px 0px 0px;
}
.lt1b {
	border-top:1px solid #555;
	background:#EAF3FE;
	padding : 5px 0px 5px 0px;
}
.lt1bz {
	border-top:1px solid #555;
	background:#FBF8EA;
	padding : 5px 0px 5px 0px;
}
.lt1bza {
	border-top:1px solid #555;
	background:#EAF3FE;
	padding : 5px 0px 5px 0px;
}
.lt1bza5 {
	border-top:1px solid #555;
	background:#EADDFB;
	padding : 5px 0px 5px 0px;
}
.lt1d {
	border-top:0px dotted #555;
}
.lt1z {
	margin : 20px 0px 20px 0px;
	text-align:center;
	font-size : 15px;
	border-bottom:2px solid #9F260A;
	border-top:2px solid #9F260A;
}
.lt1zt {
	margin : 30px 0px 5px 0px;
	text-align:center;
	font-size : 15px;
	border-top:2px solid #9F260A;
}
.lt1zt2 {
	margin : 0px 0px 0px 0px;
	font-size : 14px;
	border-top:2px solid #9F260A;
}
.lt2d {
	border-top:3px dotted #555;
}
.lb1d {
	border-bottom:1px dotted #555;
}
.lb1da {
	border-bottom:0px dotted #555;
}

/*============================
          ボーダーカラー↓
 =============================*/
 
 .bc3 {
	border-color:#333;
}
 .bc5 {
	border-color:#555;
}
 .bc8 {
	border-color:#888;
}
 .bka1 {
	border-color:#244B97;
}
  
 .bka5 {
	border-color:#623A01;
}
 
 
 
 
 
 
/*============================
          バディング↓
 =============================*/
.pt5 {
	padding-top : 5px;
}
.pt10 {
	padding-top : 10px;
}
.pt10x {
	padding-top : 0px;
}
.pt15 {
	padding-top : 15px;
}
.pt15a {
	padding-top : 15px;
}
.pt20 {
	padding-top : 20px;
}
.pt20x {
	padding-top : 0px;
}
.pt20a {
	padding-top : 20px;
}
.pt25 {
	padding-top : 25px;
}
.pt30 {
	padding-top : 30px;
}

.pt30a {
	padding-top : 50px;
}

.pt40 {
	padding-top : 40px;
}
.pt40a {
	padding-top : 40px;
}
.pt45a {
	padding-top : 0px;
}
.pt40b {
	padding-top : 40px;
}

.pt45a {
	padding-top : 45px;
}

.pt50 {
	padding-top : 50px;
}
.pt50x {
	padding-top : 10px;
}
.pt50a {
	padding-top : 110px;
}
.pt50b {
	padding-top : 50px;
}
.pt_xa {
	padding-top : 120px;
}

.pb5 {
	padding-bottom : 5px;
}
.pb10 {
	padding-bottom : 10px;
}
.pb15 {
	padding-bottom : 15px;
}
.pb20 {
	padding-bottom : 20px;
}

.pb30 {
	padding-bottom : 30px;
}
.pb40 {
	padding-bottom : 40px;
}
.pb50 {
	padding-bottom : 50px;
}


.pr5 {
	padding-right : 5px;
}
.pr10 {
	padding-right : 10px;
}
.pr15 {
	padding-right : 15px;
}
.pr20 {
	padding-right : 20px;
}
.pr25 {
	padding-right : 25px;
}
.pr30 {
	padding-right : 30px;
}
.pr35 {
	padding-right : 35px;
}

.pr30a {
	padding-right : 0px;
}
.pr30aa {
	padding-right : 0px;
	margin-right : 0px;
}


.pl5 {
	padding-left : 5px;
}
.pl10 {
	padding-left : 10px;
}
.pl10a {
	padding-left : 10px;
}
.pl15 {
	padding-left : 15px;
}
.pl20 {
	padding-left : 20px;
}
.pl20x {
	padding-left : 20px;
}
.pl20xx {
	padding-left : 40px;
}
.pl25 {
	padding-left : 25px;
}
.pl25a {
	padding-left : 0px;
}
.pl30 {
	padding-left : 30px;
}
.pl35 {
	padding-left : 35px;
}
.pl40 {
	padding-left : 40px;
}
.pl45 {
	padding-left : 45px;
}
.pl45a {
	padding-left : 45px;
}
.pl50 {
	padding-left : 50px;
}
.pl55 {
	padding-left : 55px;
}
.pl65 {
	padding-left : 65px;
}
.pl75 {
	padding-left : 75px;
}
.pl85 {
	padding-left : 85px;
}
.pl95 {
	padding-left : 95px;
}
.pl105 {
	padding-left : 105px;
}
.pl115 {
	padding-left : 115px;
}
.pl125 {
	padding-left : 125px;
}
.pl135 {
	padding-left : 135px;
}

.pl145 {
	padding-left : 145px;
}

.pl155 {
	padding-left : 155px;
}

.plssa {
	padding-left : 160px;
}
.plss {
	padding-left : 150px;
}

/*============================
          バディング↑
 =============================*/
.blt {
	font-weight:bold;
}

/*============================
          マージン↓
 =============================*/

.mt5 {
	margin-top : 5px;
}
.mt10 {
	margin-top : 10px;
}
.mt15 {
	margin-top : 15px;
}
.mt20 {
	margin-top : 20px;
}
.mt30a {
	margin-top : 45px;
}

.mt60 {
	margin-top : 60px;
}


.mb5 {
	margin-bottom : 5px;
}
.mb10 {
	margin-bottom : 10px;
}
.mb15 {
	margin-bottom : 15px;
}
.mb20 {
	margin-bottom : 20px;
}

.mb30 {
	margin-bottom : 30px;
}

.mb40 {
	margin-bottom : 40px;
}

.mb50 {
	margin-bottom : 50px;
}


.mr5 {
	margin-right : 5px;
}
.mr10 {
	margin-right : 10px;
}
.mr15 {
	margin-right : 15px;
}
.mr20 {
	margin-right : 20px;
}


.ml5 {
	margin-left : 5px;
}
.ml10 {
	margin-left : 10px;
}
.ml15 {
	margin-left : 15px;
}
.ml20 {
	margin-left : 20px;
}

/*============================
          マージン↑
 =============================*/
/*============================
          フォント↓
 =============================*/
.f11 {
	font-size : 11px;
	line-height:1.3;
}
.f12 {
	font-size : 12px;
	line-height:1.3;
}
.f13 {
	font-size : 13px;
	line-height:1.3;
}
.f14 {
	font-size : 14px;
	line-height:1.5;
}
.f15 {
	font-size : 15px;
	line-height:1.5;
}
.f16 {
	font-size : 16px;
	line-height:1.6;
}
.f17 {
	font-size : 17px;
	line-height:1.6;
}
.f18 {
	font-size : 18px;
	line-height:1.6;
}
.f20 {
	font-size : 20px;
	line-height:1.6;
}

.f11b {
	font-weight:bold;
	font-size : 11px;
	line-height:1.3;
}
.f12b {
	font-weight:bold;
	font-size : 12px;
	line-height:1.3;
}
.f13b {
	font-weight:bold;
	font-size : 13px;
	line-height:1.4;
}
.f14b {
	font-weight:bold;
	font-size : 14px;
	line-height:1.6;
}
.f15b {
	font-weight:bold;
	font-size : 15px;
	line-height:1.6;
}
.f16b {
	font-weight:bold;
	font-size : 16px;
	line-height:1.6;
}
.f17b {
	font-weight:bold;
	font-size : 17px;
	line-height:1.6;
}
.f18b {
	font-weight:bold;
	font-size : 18px;
}
.f20b {
	font-weight:bold;
	font-size : 20px;
}
.f32b {
	font-weight:bold;
	color:#ccc;
	font-size : 32px;
}
.lh13 {
	line-height:1.6;
}
.lh14 {
	line-height:1.6;
}
.lh15 {
	line-height:1.6;
}
.lh16 {
	line-height:1.6;
}
.lh17 {
	line-height:1.7;
}
.lh18 {
	line-height:1.8;
}
.lh19 {
	line-height:1.9;
}
.lh20 {
	line-height:2.0;
}
.lh21 {
	line-height:2.1;
}

/*============================
          フォント↑
 =============================*/


/*============================
      テキストアライン
 =============================*/

.tac {
	text-align:center;
}
.tacx {
	text-align:center;
}

.tar {
	text-align:right;
}

.tal {
	text-align:left;
}
.talx {
	text-align:left;
}

.bg1 {
	background:#F3F3F0;
}
.bg5 {
	background:#F8ECD8;
}

.bg6 {
	background:#E0E4FA;
}
.bg6a {
	background:#EDEFFD;
}
.bg7 {
	background:#D6EEC7;
}
.bg7a {
	background:#EBF7E4;
}

/*============================
      カラー
 =============================*/

.bg2 {
	background:#E9F0FC;
}

.bgw {
	background:#FFF;
}

.cor {
	color:#993300;
}

.blue {
	color:#1858E8;
}

.bl1 {
	color:#093DB2;
}
.bl2 {
	color:#052E8D;
}

.ka1 {
	color:#0068D0;
}

.ka2 {
	color:#047803;
}

.ka1a {
	color:#244B97;
}

.ka3 {
	color:#054EBF;
}
.ka4 {
	color:#000;
}

.ka5 {
	border-color:#623A01;
}
.ka6 {
	border-color:#ddd;
}
.ka6a {
	border-color:#B78605;
}
.ka7 {
	color:#623A01;
}
.ka8 {
	color:#7F2C0B;
}


.und {
	text-decoration:underline;
}
.unb {
	font-weight:bold;
	text-decoration:underline;
}

.aut {
	margin : 10px auto 10px auto;
}

.pal1 {
	padding : 15px 15px;
}
.pal2 {
	padding : 5px 10px;
}

.hogo {
	line-height:1.8;
	font-weight:bold;
	padding : 15px 35px;
}

.vb {
	vertical-align:bottom;
}
.vt {
	vertical-align:top;
}



/*=======================================
      @@@@@@@@@@@@@@@
 ========================================*/


.square_btn{
    display: inline-block;
	margin : 10px 0 10px 10px;
    padding: 0.3em 1.5em;
    text-decoration: none;
    background: #FFF;/*ボタン色*/
    color: #000;
	font-weight:normal;
    border: solid 1px #bbb;
    border-radius: 17px;
}


.square_btn10{
    display: inline-block;
	margin : 10px 0 10px 0px;
    padding: 0.1em 2.5em;
    text-decoration: none;
    background: #FCF8E4;/*ボタン色*/
    border-top: solid 1px #333;
    border-bottom: solid 1px #000;
    color: #000;
	font-weight:bold;
}


/*=======================================
      //////@@@@@@@@@@@@@@@
 ========================================*/

}
.center5a {
	width:500px;
	text-align:center;
	border-bottom:4px solid #623A01;
	padding :10px 0px 15px 0px;
	margin:0 auto 20px auto;
}

.center5 {
	width:600px;
	border-bottom:4px solid #623A01;
	text-align:center;
	line-height:2.2;
    color: #000;
	padding :25px 0px 5px 0px;
	margin:0 auto 30px auto;
}

.center5 br{
  display:inline;
 }

.center {
	text-align:center;
}



.lha{
	line-height:1.8;
}


th br {
  display:none;
}
td br {
  display:none;
}



.center5x {
	width:600px;
	border-top:4px solid #623A01;
	text-align:center;
	line-height:2.2;
    color: #000;
	padding :25px 0px 5px 0px;
	margin:0 auto 20px auto;
}




.s_btn{
    display: inline-block;
	margin : 10px 0 10px 50px;
    padding: 0.8em 1em;
    background: #FAF5EB;/*ボタン色*/
    color: #000;
	font-size:14px;
	font-weight:bold;
    border-top: solid 1px #888;
    border-left: solid 1px #888;
    border-right: solid 1px #888;
    border-bottom: solid 2px #888;
    border-radius: 2px;
}

.s_btn1{
    display: inline-block;
	margin : 10px 0 10px 0px;
    padding: 0.8em 1em;
    background: #E6ECFA;/*ボタン色*/
    color: #000;
	font-size:14px;
	font-weight:bold;
    border-top: solid 1px #888;
    border-left: solid 1px #888;
    border-right: solid 1px #888;
    border-bottom: solid 2px #888;
    border-radius: 2px;
}


.pd_d2 {
	padding : 25px 0px 15px 15px;
}
.pd_d3 {
	padding : 5px 0px 0px 25px;
}
.pd_d4 {
	padding : 5px 0px 0px 40px;
}
.pd_d5 {
	font-size : 13px;
	padding : 5px 0px 0px 18px;
}

.pd_d3a {
	padding : 15px 0px 0px 25px;
	font-weight:bold;
}
.pd_h2 {
	font-size:14px;	
	padding : 2px 0px 3px 35px;
}



.kki {
	width:520px;
	margin:0px auto 0px auto;
}
.kki1 {
	width:820px;
	margin:0px auto 0px auto;
}


.tarx {
	text-align:right;
}

.talxx {
	text-align:left;
}


.pl15x {
	padding-left : 0px;
}




.lik1 {
	color:#333;	
	font-weight:bold;
   text-decoration: none;
   border-bottom: 1px solid #333;
   padding-bottom: 2px;

}



.lik2 {
	color:#333;	
	font-weight:bold;
   text-decoration: none;
   border-bottom: 0px solid #333;
   padding-bottom: 2px;

}



.under {
  text-decoration:underline;
}





.square_btn8{
    display: inline-block;
	margin : 10px 0 10px 25px;
    padding: 0.3em 1.5em;
    text-decoration: none;
    background: #fff;/*ボタン色*/
    color: #000;
	font-weight:bold;
    border: solid 1px #DAC18D;
    border-radius: 17px;
}


.lh16 {
	line-height:1.6;
}

.lh17 {
	line-height:1.7;
}


.lh18 {
	line-height:1.8;
}


.lh19 {
	line-height:1.9;
}


.lh20 {
	line-height:2.0;
}







/*================================================
 *  スライドショー
 ================================================*/
/* スライドショー */
.slide {
	display:none;
	position:relative;
	overflow:hidden;
	margin:40px 0 20px 0;
}

.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:2;
}

.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:2;
}

.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	margin:0 5px;
	padding:0;
}

.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#900000;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	.inner {
		width:100%;
	}
a {
	color:#000;
	text-decoration:underline ;
}

.footmenu a {
	color:#000;
	text-decoration:underline;
}

.footmenu_a a {
	color:#000;
	text-decoration:underline;
}

.footmenu_b a {
	color:#000;
	text-decoration:underline;
}

	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	footer {
		width:100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.lock {
		overflow:hidden;
	}

	header {
		z-index:2;
		box-sizing:border-box;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		padding:10px 10px;
	}

	.summary {
		position:relative;
		top:auto;
		right:auto;
		margin-top:8px;
	}

	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}

	nav {
		background:#E1E1DE;
	}
	nav ul {
		margin:0;
		padding:0;
		}

	nav .inner > ul {
		z-index:2;
		overflow:auto;
		position:fixed;
		top:53px;
		right:0;
		width:100%;
		height:88%;
		height:-webkit-calc(100% - 53px);
		height:calc(100% - 53px);
	}
	nav li {
		position:relative;
		width:100%;
		float:none;
		margin:0;
		text-align:left;
		list-style:none;
		border-bottom:1px solid #C8C8C3;
		background:#FFFFFF;
	}

	nav li:first-child {
		border-top:0;
	}
	nav li:last-child {
		border-bottom:0;
	}

	nav li a {
		display:block;
		padding:10px 30px;
		color:#111111;
		text-decoration:none;
		background:#FFFFFF;
	}
	nav li a:hover {
		color:#111111;
		background:#C0C6E8;
	}
	nav ul ul {
		display:none;
		position:relative;
	}
	nav li li a {
		box-sizing:border-box;
		width:100%;
		padding:10px 30px 10px 50px;
		text-align:left;
	}

	nav li li li a {
		padding:10px 30px 10px 70px;
	}

	.subnav > a:before {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-5px;
		background:#A2A288;
	}
	.subnav > a:after {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-10px;
		background:#FFFFFF;
	}
	.subnav a:hover:after {
	  background:#C0C6E8;
	}

	.active > a:before {
		margin-top:0;
	}
	.active > a:after {
		margin-top:5px;
	}

	.gnav {
		display:none;
	}

	#spMenu {
		display:block;
		z-index:2;
		position:fixed;
		top:10px;
		right:10px;
	}
	#spMenu:hover {
		cursor:pointer;
	}

	#navBtn {
		display:inline-block;
		position:relative;
		width:30px;
		height:30px;
		border-radius:5%;
		background:#E1E1DE;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:2px;
		margin:-1px 0 0 -7px;
		background:#A2A288;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#A2A288;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}

	.col_two_one ul {
		margin-right:0;
	}
	.col_two_one li {
		width:100%;
	}
	.col_two_one li:nth-child(2n+1) {
		clear:both;
	}
	
	.p2 {
	padding : 0px 3% 0px 2%;
}


























.tei {
	width:100%;
	margin :5px auto 5px auto;
}



.pl10 {
	padding-left : 10px;
}
.pl10a {
	padding-left : 25px;
}
.pl15 {
	padding-left : 10px;
}
.pl15x {
	padding-left : 20px;
}
.pl20 {
	padding-left : 10px;
}
.pl20x {
	padding-left : 60px;
}
.pl20xx {
	padding-left : 80px;
}
.pl25 {
	padding-left : 10px;
}
.pl25a {
	padding-left : 25px;
}
.pl30 {
	padding-left : 10px;
}
.pl35 {
	padding-left : 10px;
}
.pl40 {
	padding-left : 10px;
}
.pl45 {
	padding-left : 10px;
}
.pl50 {
	padding-left : 10px;
}
.pl55 {
	padding-left : 10px;
}
.pl65 {
	padding-left : 10px;
}
.pl75 {
	padding-left : 10px;
}
.pl85 {
	padding-left : 10px;
}
.pl95 {
	padding-left : 10px;
}
.pl95 {
	padding-left : 10px;
}
.pl105 {
	padding-left : 10px;
}
.pl115 {
	padding-left : 10px;
}
.pl125 {
	padding-left : 10px;
}

.pl135 {
	padding-left : 10px;
}

.pl145 {
	padding-left : 10px;
}

.pl155 {
	padding-left : 10px;
}

.pt15a {
	padding-top : 0px;
}


.pt125 {
	padding-top : 0px;
}
.hogo {
	line-height:1.8;
	font-weight:bold;
	padding : 15px 15px;
}
.q106 {
	position:relative; top:-67px; left:150px
}

.mt60 {
	text-align:center;
	padding : 15px 10px 15px 10px;
	margin-top : 10px;
}
.q111 {
	visibility :hidden;
}

.q112 {
	visibility :hidden;
}

.q115 {
	visibility :visible;
}

.q116 {
	visibility :visible;
}
.pt50a {
	padding-top : 0px;
}
.pt40a {
	padding-top : 0px;
}
.pt40b {
	padding-top : 20px;
}
.pt50b {
	padding-top : 10px;
}
.pt30a {
	padding-top : 20px;
}
.pt20a {
	padding-top : 0px;
}
.pt20x {
	padding-top : 20px;
}
.pt_xa {
	text-align:center;
	padding-top : 0px;
}

.plssa {
	padding-left : 30px;
}
.plss {
	padding-left : 20px;
}
.pt10x {
	padding-top : 10px;
}

.pr30a {
	padding-right : 30px;
}
.pr30aa {
	padding-right : 0px;
	margin-right : 0px;
}
.mt30a {
	margin-top : 10px;
}
.lt1x {
	border-top:0px solid #333;
}

.pub10a {
	border-bottom:2px dotted #333;
	padding-bottom : 10px;
	margin-bottom : 20px;
}

.lt1aa {
	border-top:1px solid #555;
}
.lt2a {
	border-top:2px solid #555;
}
.lt3a {
	border-top:3px solid #555;
}
.lt4a {
	border-top:4px solid #555;
}



.lb1a {
	border-bottom:1px solid #555;
	padding : 10px 0px 10px 0px;
}
.lb2a {
	border-bottom:2px solid #555;
	padding : 10px 0px 10px 0px;
}
.lb3a {
	border-bottom:3px solid #B78605;
	margin-bottom:20px;
	padding-bottom : 10px;
}
.lb4a {
	border-bottom:4px solid #555;
	padding : 10px 0px 10px 0px;
}


.center5 {
	width:100%;
}



.center5x {
	width:100%;
}


.center5a {
	width:100%;
}

.lt1d {
	border-top:3px solid #ccc;
}

.lt1da {
	border-top:1px dotted #555;
}
.lt2da {
	border-top:2px dotted #555;
}
.lt3da {
	border-top:3px dotted #555;
}
.lt4da {
	border-top:4px dotted #555;
}

.lb1da {
	padding : 10px 0px 10px 0px;
	border-bottom:1px dotted #555;
}
.lb2da {
	padding : 10px 0px 10px 0px;
	border-bottom:2px dotted #555;
}
.lb3da {
	padding : 10px 0px 20px 0px;
	border-bottom:3px dotted #555;
}
.lb4da {
	padding : 10px 0px 10px 0px;
	border-bottom:4px dotted #555;
}

.talx {
	text-align:right;
}
.talxx {
	text-align:center;
}
.tarx {
	text-align:center;
}
.tacx {
	text-align:right;
}
.pd_gh {
	padding : 20px 0px 5px 0px;
	text-align:center;
}

.lt1x {
	border-top:0px solid #555;
}


td br {
  display:inline;
}

.img_p_a br{
  display:none;
}

.center5 br{
  display:none;
 }

.h_three_a {
	text-align:center;
}

.pt50x {
	padding-top : 50px;
}




.col_twl_one li img {
	width:95%;
	margin-left:4.5%;
	margin-bottom:2.5%;
}


.col_tw0_one li img {
	width:95%;
	margin-left:4.5%;
	margin-bottom:2.5%;
}


.col_three_one li img {
	width:95%;
	margin-left:4.5%;
	margin-bottom:2.5%;
}


.col_one_one li img {
	width:95%;
	margin-left:4.5%;
	margin-bottom:2.5%;
}
.kkj {
	width:100% !important;
}




.line_top_b {
	margin :10px 0px 20px 0px;
	text-align:center;
	padding : 15px 0px 5px 0px;
	border-bottom:3px solid #555;
}


.kki {
	width:95%;
	margin:20px auto 20px auto;
}

.kki1 {
	width:95%;
	margin:0px auto 20px auto;
}










.foo {
   text-decoration: none;
   border-bottom: 1px solid blue;
   padding-bottom: 2px;
}











	
}


/*================================================
 *  pc向けデザイン
 ================================================*/
@media screen and (min-width:980px) {



.square_btn:hover{
    display: inline-block;
	margin : 10px 0 10px 10px;
    padding: 0.3em 1.5em;
    text-decoration: none !important;
    background: #fff;/*ボタン色*/
    color: #000;
	cursor: pointer;
	font-weight:normal;
    border: solid 1px #444;
    border-radius: 17px;
}
.square_btn8:hover{
    display: inline-block;
	margin : 10px 0 10px 25px;
    padding: 0.3em 1.5em;
    text-decoration: none;
    background: #fff;/*ボタン色*/
    color: #000;
	font-weight:bold;
    border: solid 1px #444;
    border-radius: 17px;
}




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


.totop img:hover {
	background:#CBCBC8;
}

.footmenu a:hover {
	color:#333;
	text-decoration:underline;
}

.footmenu_a a:hover {
	color:#111;
	text-decoration:underline;
}

.footmenu_b a:hover {
	color:#111;
	text-decoration:underline;
}

.square_btn10:hover{
    display: inline-block;
	margin : 10px 0 10px 0px;
    padding: 0.1em 2.5em;
    text-decoration: none;
    background: #FDF7D9;/*ボタン色*/
    border-top: solid 1px #333;
    border-bottom: solid 1px #000;
    color: #000;
	font-weight:bold;
}

.lik1 :hover {
 	color:#333;	
  text-decoration: none;
   border-bottom: 2px solid #333;
   padding-bottom: 2px;
}


.lik2 :hover {
 	color:#333;	
  text-decoration: none;
   border-bottom: 2px solid #333;
   padding-bottom: 2px;
}





}







