@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:5px auto;
	background:#fff;
}

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

#sub {
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:100%;
	padding: 0 30px 0 30px;
}

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

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

h2 {
	margin-bottom:0.1em;
	padding : 11px 0px 0px 24px;
	font-size : 16px;
	color:#222;	
	font-weight:bold;
}

h3 {
	margin-bottom:0.25em;
	padding : 13px 5px 2px 18px;
	font-size:16px;	
	font-weight:bold;
}

h4 {
	margin-bottom : 1px;
	font-size:16px;
	font-weight:bold;
	color:#333;	
	padding-left : 15px;
	padding-top : 8px;}
}
	
h5 {
	margin-bottom:0.25em;
	padding-left:10px;
	color:#E1E1DE;
	font-size:18px;
	font-weight:bold;
}

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

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

img {
	vertical-align:bottom;
}

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

strong {
	font-weight:bold;
}

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-left : 4%;
	font-weight:bold;
}
dt:before {
	content:"";
}
dd {
	margin-top:0.3em;
	margin-bottom:0.1em;
	padding-left : 10%;
}
dd:before {
	content:"";
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #888;
	background:#fff;
}
th {
	padding:5px 0px 5px 0px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #888;
	background:#F3F3F0;
}
td {
	padding:10px 0px 10px 0px;
	text-align:center;
	border:1px solid #888;
}
input{
	text-align : right;
	border-width : 1px ;
	border-style : solid ;
	border-color : silver ;
}

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

.summary {
	position:absolute;
	top:21px;
	right:535px;
	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:17%;
		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:0px;
	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;
}

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



/*================================================
 *  追加↓ 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:13px;
	text-align:center;
}
.footmenu_b a {
	color:#111;
	text-decoration:none;
}


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


/*================================================
 *  ページトップへの戻り
 ================================================*/
.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 {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px dotted #ddd;
}

.center {
	text-align:center;
	padding:10px 0px 0px 0px;
}

.center_h3 {
	text-align:center;
	padding:15px 30px 20px 0px;
}
.center_h3:after {
	content:"\0025a0";
	color:#444;
	margin-left:1em;
}
.center_h3:before {
	content:"\0025a0";
	color:#444;
	margin-right:1em;
}
.center_h3a {
	border-top: 2px solid #bbb;
	margin : 8px 0 5px 0px;
	padding : 25px 0px 15px 0px;
	text-align:center;
}
.center_h3a:after {
	content:"\0025a0";
	color:#444;
	margin-left:1em;
}
.center_h3a:before {
	content:"\0025a0";
	color:#444;
	margin-right:1em;
}
.center_h4 {
	padding:10px 0px 10px 0px;
	font-size : 14px;
	text-align:center;
	letter-spacing: 0.1em;
}
.center_h4:before {
	content:"《";
	color:#993300;
	margin-right:0.2em;
}
.center_h4:after {
	content:"》";
	color:#993300;
	margin-left:0.5em;
}
.center_h5 {
	padding:10px 0px 5px 0px;
	text-align:center;
}
.center_h5:before {
	content:"《";
	color:#444;
	margin-right:0.2em;
}
.center_h5:after {
	content:"》";
	color:#444;
	margin-left:0.5em;
}
.center_h6 {
	padding:20px 0px 10px 0px;
	text-align:center;
}
.center_h6:before {
	content:"《";
	color:#444;
	margin-right:0.2em;
}
.center_h6:after {
	content:"》";
	color:#444;
	margin-left:0.5em;
}

/*============================
 *  col_one_one
 =============================*/
 
.col_one_one {
	overflow:hidden;
}
.col_one_one ul {
	overflow:hidden;
	margin:0 0 0 0;
}
.col_one_one li {
	list-style:none;
	float:left;
	width:98%;
	margin:0 0% 2% 0;
}
.col_one_one li:nth-child(2n+1) {
	clear:both;
}
.col_one_one li img {
	width:100%;
	margin-bottom:2.5%;
}
/*============================
 *  col_two_one
 =============================*/

 .col_two_one {
	overflow:hidden;
}

.col_two_one ul {
	overflow:hidden;
	margin:0.4% -1% 0 0;
}
.col_two_one li {
	list-style:none;
	float:right;
	width:45%;
	margin:0 0 2% 5%;
}
.col_two_one li:nth-child(2n+1) {
	clear:both;
}
.col_two_one li img {
	width:100%;
	margin-bottom:2.5%;
}
/*============================
 *  col_twl_one
 =============================*/

 .col_twl_one {
	overflow:hidden;
}

.col_twl_one ul {
	overflow:hidden;
	margin:0.4% -1% 0 0;
}
.col_twl_one li {
	list-style:none;
	float:left;
	width:43%;
	margin:0 7% 2% 0;
}
.col_twl_one li:nth-child(2n+1) {
	clear:both;
}
.col_twl_one li img {
	width:100%;
	margin-bottom:0.5%;
}
/*============================
 *  col_twl_one_a
 =============================*/

 .col_twl_one_a {
	overflow:hidden;
	margin:0 0 15px 0;
}

.col_twl_one_a ul {
	overflow:hidden;
	margin:0.4% -1% 0 0;
}
.col_twl_one_a li {
	list-style:none;
	float:left;
	width:43%;
	margin:0 7% 2% 0;
}
.col_twl_one_a li:nth-child(2n+1) {
	clear:both;
}
.col_twl_one_a li img {
	width:85%;
	margin:0% 1% 0% 14%;
}
/*============================
 *  col_three_one
 =============================*/

 .col_three_one {
	overflow:hidden;
	text-align : center;
}

.col_three_one ul {
	overflow:hidden;
	margin:1% -1% 0 0;
}
.col_three_one li {
	list-style:none;
	float:left;
	width:29%;
	margin:0 1% 0% 1%;
	padding:0 1% 0% 1%;
}
.col_three_one li:nth-child(3n+1) {
	clear:both;
}
.col_three_one li img {
	width:100%;
	margin-bottom:0%;
}
/*============================*/

.blt {
	font-weight:bold;
}

.br_t {
	border-top:1px solid #aaa;
	padding-top:10px;
	margin-top:10px;
}
.br_b {
	border-bottom:3px solid #aaa;
	padding-bottom:10px;
	margin-bottom:10px;
}
.blue {
	color:#1858E8;
}
.caution {
	padding : 8px 7px 18px 15px;
	font-size : 13px;
	background-color : #F2EDE3;
	text-decoration : none;
}
.caution_a {
	padding : 10px 20px 10px 30px;
	font-size : 13px;
	background-color : #F2EDE3;
	margin-bottom:15px;
}
.center_a {
	padding : 0px 0px 20px 0px;
	font-size : 13px;
	text-align : center;
}
.c_1 {
	padding : 0px 3px 0px 10px;
	font-size : 23px;
	font-weight:bold;
	color:#A4D370;
}
.c_2 {
	padding : 0px 1px 0px 10px;
	font-size : 33px;
	font-weight:bold;
	color:#539BE0;
}
.c_3 {
	padding : 0px 1px 0px 10px;
	font-size : 18px;
	font-weight:bold;
	color:#FBD5DF;
}
.c_4 {
	padding : 0px 1px 0px 10px;
	font-size : 18px;
	font-weight:bold;
	color:#F8EA9E;
}

.divlink {
	padding : 6px 18px 6px 18px;
	font-size : 13px;
	background-color : #f9f9f9;
	text-decoration : none;
	text-align : center;
	float : left;
	margin-right : 3px;
	margin-left : 15px;
}
.divlink_le {
	padding : 0 10% 0 30%;
	background-color : #fff;
	float :left;
	margin-right : 0px;
	margin-left : 0px;
}
.h_two {
	padding : 3px 7px 3px 6px;
	font-size : 16px;
	font-weight:bold;
}
.h_three {
	margin : 20px 0 0 30px;
	padding : 0 0 0 0;
	font-size : 16px;
	font-weight:bold;
}

.h_three:before {
	content:"\0025a0";
	color:#111;
}

.h_three_a {
	border-top:1px solid #333;
	margin : 0 0 12px 0px;
	padding : 25px 0 0 20px;
	font-size : 16px;
	font-weight:bold;
}

.h_three_a:before {
	content:"■";
	color:#111;
}
.h_three_b {
	margin : 15px 0 5px 18%;
	padding : 0px 0 0 0;
	font-size : 16px;
	font-weight:bold;
}

.h_three_b:before {
	content:"●";
	color:#111;
}
.h_four {
	margin : 5px 0 0px 0px;
	padding : 0 0 0 0;
	font-size : 16px;
	font-weight:bold;
}

.h_four:before {
	content:"・ ";
	color:#111;
}
.h_four_a {
	margin : 20px 0 5px 0;
	padding : 20px 0 0 1.5%;
	border-top:2px solid #aaa;
	font-size : 16px;
	font-weight:bold;
}

.h_four_a:before {
	content:"■ ";
	color:#111;
}
.tac {
	text-align:center;
}
.tac5 {
	padding : 0px 0px 0px 0px;
	text-align:center;
	line-height:1.3;
}
.tar {
	text-align:right;
}

.motlink {
	background-color : #F3F3F0;
	margin :10px 3px 0px 35px;
	padding : 5px 25px 5px 25px;
	font-size : 14px;
	font-weight:bold;
	text-decoration:underline;
	text-align : center;
	float : left;
}
.footlink {
	padding : 5px 3px 3px 5px;
	margin :5px 0px 5px 0px;
	text-align : center;
	float : left;
}

.lta {
	border-top:2px dotted #5D6DC1;
}

.pd_eea {
	margin-top:1.5em;
	padding : 20px 0px 0px 0px;
	text-align:center;
}


.co1 {
		color:#022491;
}


.line_top {
	padding : 5px 0px 0px 0px;
	border-top:2px solid #333;
}
.line_top_a {
	padding : 8px 0px 0px 0px;
	border-top:1px solid #333;
}
.line_top_b {
	padding : 0px 0px 0px 0px;
	border-top:2px solid #999;
	border-bottom:3px solid #999;
}
.m_a {
	margin : 30px 0px 0px 10px;
}


.m_a1 {
	margin : 10px 0px 0px 50px;
}

.n_a {
	margin : 0px 0px 0px 15%;
}
.o_a {
	width : 65px;
	height : 30px;
	margin : 0px 0px 0px 100px;
	border: 1px solid #ccc;
	text-align : right;
	font-size : 20px;
	font-weight: bold;
}
.o_a1 {
	width : 65px;
	height : 30px;
	margin : 0px 0px 0px 100px;
	border: 1px solid #ccc;
	text-align : right;
	font-size : 20px;
	font-weight: bold;
}
.o_b {
	border: 2px solid #888;
	width : 20px;
 	color:#7D4514;
	height : 20px;
	margin : 0px;
	padding :0px;
}

.o_bx {
	border: 2px solid #888;
	width : 20px;
 	color:#7D4514;
	height : 20px;
	margin : 0px;
	padding :0px;
}

.o_b1 {
	border: 2px solid #888;
	width : 20px;
	height : 20px;
	margin : 0px;
	padding :0px;
}

.o_b2 {
	border: 2px solid #ddd;
	width : 35px;
	font-size : 16px;
	font-weight: bold;
	height : 18px;
	margin : 5px 0 5px 0px;
	padding :0px;
}


.ub {
	font-size : 17px;
	font-weight: bold;
	border-top:0px solid #444;
	border-right:0px solid #444;
	border-left:0px solid #444;
	border-bottom:1px solid #ddd;
}



.o_c {
	font-size: 15px;
	font-weight: bold;
	font-style: italic; 
 	color:#E6BC99;
}
.p_a {
	margin : 0px 0 0 0px;
	padding : 30px 0px 0px 25px;
	font-size : 13px;
}
.p_aa {
	margin : 0 0 0 0;
	padding : 0px 0px 0px 16%;
	font-size : 13px;
}
.p_aax {
	margin : 0;
	padding : 0px;
	font-size : 13px;
}
.p_aay {
	margin : 0;
	padding : 0px;
	font-size : 13px;
	color:#9A1D0C;
}
.p_aaw {
	width : 480px;
	border: 2px solid #555;
    border-radius: 17px;
	margin : 10px auto 35px auto;
	padding : 13px 8px 8px 12%;
	font-size : 14px;
}
.p_ab {
	margin : 0 0 0 0;
	padding : 20px 0px 0px 0%;
	font-size : 13px;
}
.p_b {
	width:300px;
	margin : 33px 0 0 0px;
	padding : 15px 0px 5px 45px;
	font-size : 16px;
	font-weight: bold;
}
.p_bb {
	border-top: 1px solid #555;
	width:315px;
	margin : 6px 0 0 0px;
	padding : 0px 0px 0px 20px;
	font-size : 13px;
	font-weight: bold;
}
.p_bbb {
	margin : 10px 0 0 0;
	font-size : 13px;
}
.p_c {
	border-bottom: 1px solid #666;
	width:70px;
	margin : 15px 0 0px 0px;
	padding : 0px 0px 0px 5px;
	font-size : 13px;
}
.p_d {
	border-bottom: 2px solid #666;
	width:260px;
	margin : 2px 0 15px 30px;
	padding : 10px 0px 0px 20px;
	font-size : 15px;
	font-weight: bold;
}

.p_e {
	border-bottom: 1px solid #ddd;
	width:300px;
	margin : 2px 0 0px 0px;
	padding : 0px 0px 0px 5px;
	font-size : 13px;
	font-weight: nomal;
}
.p_e :before {
	content:"\0025a0";
	color:#111;
}
.p_f {
	border-bottom: 1px solid #111;
	width:310px;
	margin : 2px 0 15px 0px;
	padding : 0px 0px 0px 5px;
	font-size : 13px;
	font-weight: nomal;
}
.p_ff {
	padding : 3px 0px 3px 2%;
}
.p_ff :before {
	content:"・";
}
.p_g {
	margin : 0px 0 0 0px;
	padding : 0px 0px 0px 25px;
	font-size : 13px;
}
.p_gg {
	padding : 0px 0px 0px 25px;
	font-size : 14px;
	font-weight: nomal;
}
.p_gh {
	padding : 0px 0px 0px 15px;
	font-weight: bold;
	font-size : 14px;
	color:#d54717;	
}



/*============================*/


.p_e1 {
	border-bottom: 1px solid #ddd;
	width:300px;
	margin : 2px 0 0px 0px;
	padding : 0px 0px 0px 50px;
	font-size : 13px;
	font-weight: nomal;
}
.p_e1 :before {
	content:"\0025a0";
	color:#111;
}
.p_f1 {
	border-bottom: 1px solid #aaa;
	width:310px;
	margin : 2px 0 15px 0px;
	padding : 0px 0px 0px 50px;
	font-size : 13px;
	font-weight: nomal;
}
.p_g1 {
	margin : 0px 0 0 0px;
	padding : 0px 0px 0px 50px;
	font-size : 13px;
}

.p_g2 {
	border-bottom: 1px solid #aaa;
	width:310px;
	margin : 0px 0 0 0px;
	padding : 0px 0px 10px 50px;
	font-size : 13px;
}







/*============================*/
.p_h {
	margin-top:20px;
	padding : 15px 0px 10px 0px;
	text-align:center;
	color:#000;
	background-color : #F2EDE3;
	font-weight: bold;
}
.p_i {
	padding : 43px 0 0 10px;
	color:#000;
}
.p_j {
	border-top: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;
	margin : 8px 0 5px 0px;
	padding : 5px 0px 5px 14px;
	font-size : 14px;
}
.p_k {
	border-top: 1px solid #888;
	margin : 0px 0 5px 0px;
	padding : 15px 0px 5px 14px;
}
.pd_a {
	padding : 0px 0px 0px 14%;
}
.pd_aa {
	padding : 0px 0px 0px 14%;
	font-weight: bold;
}
.pd_aaa {
	padding : 10px 0px 0px 14%;
	font-size : 13px;
}
.pd_aaaa {
	padding : 10px 0px 0px 14%;
	line-height:1.5;
	font-size : 13px;
}
.pd_aaab {
	padding : 10px 0px 20px 14%;
	line-height:1.5;
	font-size : 13px;
}
.pd_b {
	padding : 0px 0px 0px 0px;
	text-align:right;
}
.pd_bb {
	padding : 0px 0px 0px 0px;
	text-align:right;
}
.pd_c {
	padding : 25px 0px 5px 0px;
	text-align:center;
	font-weight: bold;
}
.pd_cc {
	padding : 10px 0px 5px 0px;
	text-align:center;
	font-weight: bold;
}
.pd_d {
	padding : 20px 0px 0px 0px;
	font-size : 16px;
	font-weight: bold;
}

.pd_e {
	padding : 30px 0px 0px 0px;
	font-weight: bold;
	text-align:center;
}
.pd_ee {
	padding : 10px 0px 0px 0px;
	font-weight: bold;
	text-align:center;
}
.pd_eee {
	padding : 25px 0px 10px 0px;
	text-align:center;
	font-size : 13px;
}
.pd_f {
	font-weight:bold;
	padding : 15px 0px 0px 0px;
}
.pd_g {
	font-weight:bold;
	padding : 25px 5px 5px 0px;
}
.pd_gg {
	padding : 10px 0px 0px 10px;
}
.pd_gr {
	padding : 25px 0px 1px 2%;
	margin-bottom:1.5em;
	font-weight:bold;
	color:#B91A05;
	border-bottom:2px solid #ccc;
}
.pd_gs {
	padding : 5px 0% 8px 2% ;
}
.pd_gt {
	padding : 0px 0% 10px 2.5% ;
}
.pd_h {
	padding : 25px 0px 5px 0px;
	font-weight:bold;
}
.pd_i {
	font-weight:bold;
	margin: 0px 0px 0.5em 0px;
	padding : 10px 0px 10px 4%;
	border-bottom:1px dotted #555;
}
.pd_ia {
	padding : 5px 0px 5px 0px;
}
.pd_iar {
	padding : 5px 0px 20px 0px;
	color:#9A1D0C;
}
.pd_iab {
	padding : 5px 0px 20px 0px;
}
.pd_ib {
	padding : 10px 0px 15px 0px;
}
.pd_ic {
	padding : 0px 0px 10px 0px;
}
.pd_id {
	font-weight:bold;
	margin: 10px 0px 0px 0px;
	padding : 20px 0px 3px 4%;
	border-top:1px dotted #555;
}
.pd_ii {
	margin: 10px 0px 0.5em 0px;
	padding : 0px 0px 10px 4%;
	border-bottom:1px dotted #555;
}

.pd_j {
	margin: 10px 0px 0px 0px;
	padding : 10px 0px 8px 0px;
	border-top:2px solid #555;
	border-bottom:1px dotted #aaa;
	text-align:center;
	font-weight:bold;
	color:#9A1D0C;
}
.pd_jj {
	margin: 10px 0px 20px 0px;
	padding : 10px 0px 8px 0px;
	border-top:2px solid #555;
	border-bottom:2px solid #555;
	text-align:center;
	font-weight:bold;
	color:#9A1D0C;
}
.pd_k {
	margin: 0px 0px 10px 0px;
	padding : 0px 0px 8px 15px;
	border-bottom:2px solid #555;
}
.pd_kk {
	text-align : center;
	padding :0.5em 0 1em 0;
	color:#9A1D0C;
}
.pd_l {
	font-size:12px;	
	padding :0 0 10px 120px;
}
.pd_m {
	padding :1em 0 1em 0;
}
.pd_mm {
	padding :1em 0 1em 0;
	font-size : 14px;
}
.pd_o {
	margin: 5px 0px 0.5em 0px;
	padding : 0px 0px 10px 2%;
}
.pd_op {
	padding : 0px 0px 0px 30px;
}
.pos_aa {
	padding : 100px 0px 0px 0px;
}
.pos_a {
	position:relative; top:20px; left:-30px
}
.pos_bb {
	padding : 0px 0px 0px 100px;
	position:relative; top:-120px; left:30px
}
.pos_b {
	position:relative; top:0px; left:0px
}
.hid{
	visibility : hidden;
	height:50px
}
.hid_a{
	visibility : hidden;
}
.btn {
	border-width : 3px;
	border-style : outset;
}
.stg {
	font-weight:bold;
	color:#126ECC;
}
.sp_a {
	padding : 5px 25px 0px 25px;
	font-weight: bold;
}
.sp_b {
	color : #ccc;
}
.img_p_a {
	padding :0% 0% 0% 0% ;
	margin:0% 0% 0% 0% ;
}
.td_a {
	vertical-align:middle
}
.td_b {
	padding:0px 0px 0px 0px;
	background:#F8F8F7;
}
.td_c {
	font-weight:bold;
	vertical-align:middle;
}
.td_d {
	margin-bottom:0.3em;
	background:#F3F3F0;
}
.under {
	text-decoration:underline;
}
.under_s {
	text-decoration:underline;
	font-weight:bold;
}
.under_oooo {
	margin:0px 10px 10px 14%;
	padding : 10px 10px 10px 10px;
	font-size : 14px;
	text-decoration:underline;
	background-color : #F3F3F0;
}
.cor_a {
	color:#5E1107;
	margin-bottom:1.5em;
}
.ri {
	border-bottom:1px dotted #aaa;
	margin-bottom:1em;
	padding:5px 0px 5px 2%;
}

.stg0 {
	font-weight:bold;
}
.stg0r {
	font-size : 16px;
	font-weight:bold;
	color:#022491;
}
.stg0b {
	color:#995700;
}

.footlink_b {
	font-weight:bold;
	padding : 5px 3px 3px 5px;
	margin :5px 0px 5px 0px;
	text-align : center;
	float : left;
}

.line_top_c {
	padding : 25px 0px 0px 0px;
	border-top:4px solid #6176C3;
}

.line_top_cn {
	padding : 25px 0px 0px 0px;
	border-top:2px solid #ddd;
}

.line_top_cm {
	padding : 10px 0px 0px 0px;
	border-top:3px solid #6176C3;
}

.line_top_cmm {
	padding : 10px 0px 0px 0px;
	border-top:2px solid #ddd;
}

.line_top_cc {
	margin :0px 0px 0px 0px;
	padding : 10px 0px 0px 0px;
	border-top:2px solid #0631AE;
	border-bottom:3px solid #0631AE;
}

.line_top_ccc {
	margin :0px 0px 0px 0px;
	padding : 20px 0px 0px 0px;
}

.hrr {
	margin :0px 0px 20px 0px;
	padding : 5px 0px 3px 0px;
	border-bottom:4px solid #993300;
}
.hrr2 {
	margin :0px 0px 20px 0px;
	padding : 5px 0px 3px 0px;
	border-bottom:3px solid #ddd;
}
.hrr1 {
	margin :0px 0px 20px 0px;
	font-size : 13px;
	padding : 5px 0px 3px 0px;
	border-bottom:4px solid #993300;
}
.hrr3 {
	margin :0px 0px 20px 0px;
	font-size : 13px;
	padding : 5px 0px 3px 0px;
	border-bottom:3px solid #ddd;
}

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


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

.square_btn8{
    display: inline-block;
	margin : 0px 0 0px 25px;
    padding: 0.2em 1em;
    text-decoration: none;
    background: #fff;/*ボタン色*/
    color: #000;
	font-weight:bold;
    border: solid 1px #888;
    border-radius: 30px;
}
.ka5 {
    color: #005574;;
}


.o_btn{
    display: inline-block;
	margin : 0px 0 10px 0px;
    padding: 0.2em 3em;
    text-decoration: none;
    background: #fff;/*ボタン色*/
    color: #000;
	font-weight:bold;
    border: solid 2px #993300;
    border-radius: 17px;
}


.tal {
	text-align:left;
}

.talx {
	text-align:left;
}

.tacx {
	text-align:center;
}
.tarx {
	text-align:right;
}


.f13 {
	font-size : 13px;
}

.f14 {
	font-size : 14px;
}
.f16 {
	font-size : 16px;
}

.f15 {
	font-size : 15px;
}
.mt10 {
	margin-top : 15px;
}

.lt3 {
	padding-top : 20px;
	border-top:5px solid #5E1107;
}
.ltd {
	padding-top : 20px;
	border-top:5px solid #888;
}

.mb10 {
	margin-bottom :10px;
}
.o_btn br{
  display:none;
}

.cob {
		color:#000;
}
.cor {
		color:#993300;
}
.co5 {
		color:#746FE8;
}
.co6 {
		color:#056B04;
}
.co7 {
		color:#437903;
}
.f14 {
		font-size : 14px;
}
.f15 {
		font-size : 15px;
}
.f16 {
		font-size : 16px;
}
.f18 {
		font-size : 18px;
}

/*=======================================
      //////@@@@@@@@@@@@@@@
 ========================================*/
.center5x {
	width:600px;
	border:4px solid #eee;
    background: #FEF6F1;
	text-align:left;
	line-height:1.7;
    color: #000;
	margin:0 auto 20px auto;
}



.ka8 {
	color:#7F2C0B;
}
.pb10 {
	padding-bottom : 10px;
}
.pb20 {
	padding-bottom : 20px;
}
.pt5 {
	padding-top : 5px;
}
.pt10 {
	padding-top : 10px;
}
.pt15 {
	padding-top : 15px;
}
.pt20 {
	padding-top : 20px;
}
.f17b {
	font-weight:bold;
	font-size : 17px;
	line-height:1.6;
}
.bl2 {
	color:#052E8D;
}
.bl3 {
	color:#000;
}
.bl4 {
	color:#993300;
}
.bl5 {
	color:#662301;
}
.center5 {
	width:600px;
	border-bottom:4px solid #444;
	text-align:center;
	line-height:2.2;
	padding :25px 0px 5px 0px;
	margin:0 auto 30px auto;
}
.center5 br{
  display:inline;
 }
.f16b {
	font-weight:bold;
	font-size : 16px;
	line-height:1.6;
}
.lt1d {
	border-top:1px dotted #555;
}
.lt1 {
	border-top:1px solid ;
}

.llx {
	width:399px !important;
}

.dpn {
  display:none;
}



.bbr {
	font-style:  normal;
}
.bbr br {
  display:none;
}

.brr {
	font-style:  normal;
}
.brr br {
  display:inline;
}


.pb10a {
	padding-bottom : 0px;
}


.plx {
	padding-left : 165px;
}

.center5y {
	width:680px;
	border:4px solid #ddd;
    background: #FCFEF5;
	text-align:left;
	line-height:2.0;
    color: #000;
	margin:10px auto 20px auto;

}

.center5yy {
	width:450px;
	border:4px solid #ddd;
    background: #FCFEF5;
	text-align:left;
	line-height:1.6;
    color: #000;
	margin:10px auto 10px auto;

}

.lhx {	
	line-height:1.1;
}


.lbx {
		width:480px;
border-bottom:1px solid #888;
	margin:10px auto 20px auto;
}

.w05{
	width:400px !important;
}

.w06{
	width:650px !important;
}

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


.lhxx {
	line-height:1.3;
}


.ka2a {
	color:#056B04;
}

.bg1 {
	background:#F8F8F7;
}



/*================================================
 *  スライドショー
 ================================================*/
/* スライドショー */
.slide {
	display:none;
	position:relative;
	overflow:hidden;
	margin:5px 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%;
		margin:0;
		padding:0;
	}
	h2 {
	padding : 5px 0px 0px 14px;
	}
	h3 {
	padding : 5px 0px 0px 14px;
	}
	h4 {
	padding : 5px 0px 0px 10px;
	}
	h5 {
	padding : 5px 0px 0px 10px;
	}

	#sub {
		float:none;
		width:100%;
		margin:0;
		padding:0;
	}

	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;
	}
	.col_twl_one ul {
		margin-right:0;
	}
	.col_twl_one li {
		width:100%;
	}
	.col_twl_one li:nth-child(2n+1) {
		clear:both;
	}
	.col_twl_one_a ul {
		margin-right:0;
	}
	.col_twl_one_a li {
		width:100%;
	}
	.col_twl_one_a li:nth-child(2n+1) {
		clear:both;
	}
	.col_twl_one_a li img {
	width:96%;
	margin:0.5% 2% 0.5% 2%;
	}
	.col_three_one ul {
	margin-right:0;
	}
	.col_three_one li {
		width:100%;
	}
	.col_three_one li:nth-child(3n+1) {
		clear:both;
	}
	.center {
	text-align:center;
	padding:0 0 10px 0px;
}
	.img_p_a {
	padding : 10px 0px 0px 0px;
}
	.divlink_le {
	padding : 0 0 0 5%;
	background-color : #fff;
	float :left;
	margin-right : 0px;
	margin-left : 0px;
}
.pd_a {
	padding : 0px 0px 0px 0px;
}
.pd_aa {
	padding : 0px 0px 0px 0px;
	font-weight: bold;
}
.pd_aaa {
	padding : 10px 0px 0px 0px;
	font-size : 13px;
}
.pd_aaaa {
	padding : 10px 0px 0px 0px;
	line-height:1.5;
	font-size : 13px;
}
.pd_aaab {
	padding : 10px 0px 20px 0px;
	line-height:1.5;
	font-size : 13px;
}
.pd_o {
	margin: 5px 0px 0.5em 0px;
	padding : 0px 0px 10px 2%;
	border-bottom:1px dotted #555;
}
.p_a {
	margin : 0px 0 0 0px;
	padding : 0px 0px 0px 30px;
	font-size : 13px;
}
.p_aa {
	margin : 0 0 0 0;
	padding : 0px 0px 0px 1%;
	font-size : 13px;
}
.p_aaw {
	width : 300px;
	border: 2px solid #555;
	margin : 0 auto 10px auto ;
	padding : 8px;
	font-size : 13px;
}
.p_c {
	border-bottom: 1px solid #666;
	width:70px;
	margin : 20px 0 0px 0px;
	padding : 0px 0px 0px 5px;
	font-size : 13px;
}
.h_three_b {
	margin : 10px 0 0 3%;
	padding : 0px 0 0 0;
	font-size : 16px;
	font-weight:bold;
}

.o_b {
	border: 2px solid #888;
	width : 30px;
	height : 30px;
	margin : 15px 0 15px 0px;
	padding :0px;
}
.o_bx {
	border: 2px solid #888;
	width : 30px;
	height : 30px;
	margin : 0px 0px 0px 0px;
	padding :0px;
}
.o_b1 {
	border: 2px solid #888;
	width : 30px;
	height : 30px;
	margin : 15px 0 15px 0px;
	padding :0px;
}

.o_b2 {
	border: 2px solid #ddd;
	width : 45px;
	font-size : 18px;
	font-weight: bold;
	height : 24px;
	margin : 5px 0 5px 0px;
	padding :0px;
}



.ub {
	font-size : 18px;
	font-weight: bold;
	border-top:0px solid #444;
	border-right:0px solid #444;
	border-left:0px solid #444;
	border-bottom:1px solid #ddd;
}


.lb3a {
	border-bottom:4px solid #333;
	margin-bottom:20px;
	padding-bottom : 10px;
}

.center5x {
	width:100%;
}
.center5y {
	width:90%;
}

.center5yy {
	width:90%;
}

.center5 {
	width:80%;
}

.center5 br{
  display:none;
 }

.o_btn br{
  display:inline;
}

.talx {
	text-align:center;
}
.tarx {
	text-align:center;
}

.tacx {
	text-align:left;
}

.llx {
	width:100% !important;
}
.pt20a {
	padding-top : 20px;
}




.bbr {
	font-style:  normal;
}
.bbr br {
  display:inline;
}


.brr {
	font-style:  normal;
}
.brr br {
  display:none;
}

.m_a {
	margin : 10px 0px 0px 50px;
}

.m_a1 {
	margin : 8px 0px 0px 20px;
}


.p_b {
	width:300px;
	margin : 1px 0 0 0px;
	padding : 5px 0px 0px 75px;
	font-size : 16px;
	font-weight: bold;
}


.pb10a {
	padding-bottom : 10px;
}


.line_top_c {
	padding : 15px 0px 0px 0px;
	border-top:4px solid #6176C3;
}

.plx {
	padding-left : 10px;
}

.lbx {
		width:100%;
}


.w05{
	width:100% !important;
}





}



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



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


.square_btn8:hover{
    display: inline-block;
	margin : 0px 0 0px 25px;
    padding: 0.2em 1em;
    text-decoration: none;
    background: #fff;/*ボタン色*/
	cursor: pointer;
    color: #000;
	font-weight:bold;
    border: solid 1px #000;
    border-radius: 30px;
}



#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;
}




}






