@charset "utf-8";

/*-------------------------------------------------------------------*/
/*  2025-09-24 update  */
/*-------------------------------------------------------------------*/

/*-------------------------------------------------------------------*/
/* 汎用設定 */
/*-------------------------------------------------------------------*/

.fc_red{color:#dd0000;}
.fc_blue{color:#0033dd;}
.fc_green{color:#00dd33;}
.fc_gray{color:#999999;}

small{font-size:0.75em;}

.clear{
	clear:both;
	}


#anchor_00,
#anchor_01,
#anchor_02,
#anchor_03,
#anchor_04,
#anchor_05,
#anchor_06,
#anchor_07,
#anchor_09,
#anchor_09a,
#anchor_09b,
#anchor_09c,
#anchor_09d,
#anchor_10,
#anchor_11,
#anchor_11a,
#anchor_11b,
#anchor_12,
#anchor_13,
#anchor_14,
#anchor_15,
#anchor_16,
#anchor_17,
#anchor_18,
#anchor_19,
#anchor_20{
	margin-top:-60px;
	padding-top:60px;
	}



/*=============================================================================*/
/* smp用の設定*/
/*=============================================================================*/

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

.smp{display:block;}
.pc{display:none;}
#pc{display:none;}

html, body {
	background                 : #ffffff;
	scrollbar-base-color       : #ffffff;
	scrollbar-face-color       : #ffffff;
	scrollbar-track-color      : #eeeeee;
	scrollbar-arrow-color      : #0000ff;
	scrollbar-3dlight-color    : #dddddd;
	scrollbar-highlight-color  : #dddddd;
	scrollbar-shadow-color     : #dddddd;
	scrollbar-darkshadow-color : #dddddd;
	line-height:24px;
	font-size:16px;
	font-weight:normal;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	color:#000000;
	margin:0;
	padding:0;
	}

	a:link{text-decoration:none;}
	a:visited{text-decoration:none;}
	a:hover{text-decoration:none;}
	a:active{text-decoration:none;}

header{
	margin:0px auto 0px auto;
	padding:10px 0px 0px 0px;
	width:100%;
	height:45px;
	position:fixed;
	background-color:rgba(20,100,50,0.8);
	z-index:5;
	}

header .inner{
	margin:0;
	color:#ffffff;
	line-height:36px;
	font-size:20px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	text-align:center;
	}

nav{
	display: none;
	position: absolute;
	top:55px;
	width: 100%;
	left: 0;
	}

header nav ul.navi{
	display: block;
	margin: 0 auto;
	width: 100%;
	}

header nav ul.navi li{
	margin:0 auto;
	padding:0px 10px 0px 0px;
	text-align:left;
	line-height:18px;
	font-size:15px;
	font-weight:normal;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	border-top:1px solid #ffffff;
	color:#ffffff;
	background:rgba(0,0,0,0.7);
	}

header nav ul.navi li a{
	display:block; 
	padding:12px 10px 12px 10px;
	text-decoration: none;
	color:#ffffff;
	background-image:url("../images/list_arrow_white.png");
	background-size:20px 20px;
	background-repeat:no-repeat;
	background-position:right 8px;
	}

#back_home{
	height:28px;
	width:55px;
	float:left;
	position:absolute;
	top:10px;
	left:8px;
	background-color:rgba(0,0,0,0.5);
	border-radius:6px;
	}

.navi_back{
	padding:3px 5px 0px 5px;
	line-height:26px;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	font-size:16px;
	color:#ffffff;
	text-align:center;
	}

.navi_back a{
	text-decoration:none;
	color:#ffffff;
	}


/* 開閉ボタン -----------------------------------*/

#nav_toggle{
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 15px;
	right:15px;
	z-index:100;
	}

#nav_toggle div {
	position: relative;
	}

#nav_toggle span{
	display: block;
	height: 3px;
	background-color:#ffffff;
	background-size:40px 4px;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	}

#nav_toggle span:nth-child(1){
	top:0px;
	}

#nav_toggle span:nth-child(2){
	top:12px;
	}

#nav_toggle span:nth-child(3){
	top:24px;
	}
	

/* 開閉ボタンopen時 -----------------------------------*/

.open #nav_toggle span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
	}

.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
	}

.open #nav_toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
	}

.history_back{
	position:absolute;
	}

footer{
	margin:30px auto 0px auto;
	padding:30px 0px 0px 0px;
	width:100%;
	height:100px;
	background-color:#000000;
	color:#ffffff;
	line-height:24px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	}

#pageTop{
	position:fixed;
	bottom:100px;
	right:10px;
	z-index:100;
	}
#pageTop a{
	}
#pageTop a:hover {
	}

/*-------------------------------------------------------------------*/
/* 本文設定 */
/*-------------------------------------------------------------------*/

.inner_1{
	margin:0px 0px -15px 0px;
	background-image:url("../images/sendai_image_bg.png");
	background-repeat:no-repeat;
	background-position:center bottom;
	}

.wrapper{
	margin:0px 15px 20px 15px;
	padding:50px 0px 0px 0px;
	min-height:200px;
	}

h1{
	margin:10px auto 10px auto;
	padding:10px 0px 10px 0px;
	background-color:#005533;
	border-radius:6px;
	color:#ffffff;
	line-height:36px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	font-size:24px;
	font-weight:bold;
	text-align:center;
	}

h2{
	margin:10px 0px 10px 0px;
	padding:10px 0px 10px 20px;
	background-color:#ffaa00;
	border-radius:6px;
	color:#000000;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	font-size:20px;
	font-weight:bold;
	line-height:30px;
	text-align:left;
	}

h3{
	margin:20px 0px 20px 0px;
	color:#004466;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	font-size:18px;
	font-weight:bold;
	line-height:24px;
	text-align:left;
	}

h4{
	margin:10px 0px 10px 0px;
	color:#000000;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	font-size:16px;
	font-weight:bold;
	line-height:22px;
	text-align:left;
	}

h5{
	margin:10px 0px 10px 0px;
	color:#555555;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	font-size:16px;
	font-weight:bold;
	line-height:22px;
	text-align:left;
	}

h5.box_title{
	margin:0px 0px 20px 0px;
	padding:10px 0px 10px 20px;
	background-color:#aa0000;
	border-radius:6px;
	color:#ffffff;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	font-size:22px;
	font-weight:bold;
	line-height:26px;
	text-align:left;
	}

h6.phone{
	margin:8px 0px 10px 0px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	font-size:16px;
	font-weight:normal;
	line-height:22px;
	text-align:center;
	}
h6.phone a{
	width:280px;
	padding:8px 0px 8px 0px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	font-size:16px;
	font-weight:normal;
	line-height:22px;
	text-align:center;
	display:block;
	background-color:#779977;
	border-radius:30px;
	color:#ffffff;
	}


.lead{
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	color:#000000;
	line-height:30px;
	font-size:18px;
	font-weight:normal;
	text-align:left;
	}

dl.main{
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	}

dl.sub{
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	}

dl.main dt,
dl.sub dt{
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#005533;
	line-height:24px;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	}

dl.main dd,
dl.sub dd{
	margin:10px 0px 20px 20px;
	padding:0px 0px 0px 0px;
	color:#000000;
	line-height:24px;
	font-size:15px;
	font-weight:normal;
	text-align:left;
	}


dl.mes_service{
	margin:0px 0px 50px 0px;
	padding:0px 0px 0px 0px;
	}

dl.mes_service dt{
	margin:0px 0px 0px 0px;
	padding:5px 10px 5px 10px;
	line-height:32px;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	background-color:#779977;
	border-radius:6px 6px 0px 0px;
	color:#ffffff;
	}

dl.mes_service dd{
	margin:0px 0px 10px 0px;
	padding:5px 10px 5px 10px;
	color:#000000;
	line-height:28px;
	font-size:16px;
	font-weight:normal;
	text-align:left;
	background-color:#ddeedd;
	border-radius:0px 0px 6px 6px;
	color:#000000;
	}


dl.safety{
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	}

dl.safety dt{
	margin:10px 0px 0px 0px;
	padding:5px 15px 5px 20px;
	color:#005533;
	line-height:26px;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	background-color:#ddffee;
	border-radius:10px 10px 0px 0px;
	border-top:1px solid #55aa99;
	border-right:1px solid #55aa99;
	border-bottom:0px solid #55aa99;
	border-left:1px solid #55aa99;
	}

dl.safety dd{
	margin:0px 0px 20px 0px;
	padding:10px 15px 10px 20px;
	color:#000000;
	line-height:24px;
	font-size:16px;
	font-weight:normal;
	text-align:left;
	background-color:#ffffee;
	border-radius:0px 0px 10px 10px;
	border-top:0px solid #55aa99;
	border-right:1px solid #55aa99;
	border-bottom:1px solid #55aa99;
	border-left:1px solid #55aa99;
	}


table.layout{
	margin:10px 0px 10px 0px;
	border-collapse:collapse;
	border:none;
	}

table.layout td{
	padding:10px 20px 10px 20px;
	border:none;
	vertical-align:top;
	}

.subway{
	width:320px;
	height:240px;
	margin:20px auto 50px auto;
	text-align:center;
	border:1px solid #aaaaaa;
	}

.movie{
	width:280px;
	margin:10px auto 10px auto;
	border:none;
	text-align:center;
	}

.movie .thumb img{
	margin:0px auto 0px auto;
	width:240px;
	height:135px;
	margin:0px;
	text-align:center;
	}

.movie .comment{
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	vertical-align:top;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
	font-size:15px;
	font-weight:normal;
	line-height:20px;
	text-align:center;
	}

.movie a{
	margin:0px;
	padding:10px 10px 10px 10px;
	text-decoration:none;
	display:block;
	background-color:rgba(0,0,0,0.1);
	border-radius:15px;
	color:#000000;
	}


ol,
ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

ol li,
ul li{
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	color:#000000;
	line-height:24px;
	font-size:15px;
	font-weight:normal;
	text-align:left;
	list-style:none;
	}

ol.num_list li{
	margin:10px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	list-style-type:decimal;
	}

ol.top_index li{
	margin:10px 0px 0px 30px;
	padding:0px 0px 0px 0px;
	color:#005500;
	line-height:24px;
	font-size:16px;
	font-weight:600;
	text-align:left;
	list-style-type:decimal;
	}

ul.top_list li{
	list-style-type:none;
	}

ul.top_list li span{
	position:absolute;
	margin:0px 0px 0px -1.25em;
	color:#0055cc;
	z-index:1;
	}

ul.simple_list{
	margin:10px 0px 10px 20px;
	padding:0px 0px 0px 0px;
	}
ul.simple_list li{
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:square;
	}

ul.indent_list{
	margin:10px 0px 10px 10px;
	padding:0px 0px 0px 0px;
	}
ul.indent_list li{
	margin:10px 0px 10px 30px;
	padding:0px 0px 0px 0px;
	list-style-type:square;
	}

ol.num_list2{
	margin:10px 0px 10px 20px;
	padding:0px 0px 0px 0px;
	}

ol.num_list2 li{
	margin:10px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	color:#990000;
	font-size:20px;
	font-weight:600;
	list-style-type:decimal;
	line-height:26px;
	text-align:left;
	}

ul.simple_list2{
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	}

ul.simple_list2 li{
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#000000;
	font-size:16px;
	font-weight:normal;
	list-style-type:square;
	line-height:22px;
	text-align:left;
	}


ul.action_list{
	margin:10px 0px 10px 10px;
	padding:0px 0px 0px 0px;
	}

ul.action_list li{
	margin:5px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	color:#000000;
	font-size:16px;
	font-weight:normal;
	list-style-type:square;
	line-height:28px;
	text-align:left;
	}


ul.action_list_2{
	margin:10px 0px 10px 20px;
	padding:0px 0px 0px 0px;
	}

ul.action_list_2 li{
	margin:5px 0px 0px 0px;
	padding:5px 5px 5px 10px;
	background-color:#cccccc;
	border-radius:8px;
	color:#000000;
	font-size:16px;
	font-weight:normal;
	list-style-type:none;
	line-height:28px;
	text-align:left;
	}

table.data{
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	border:1px solid #666666;
	border-collapse:collapse;
	}

table.data th{
	padding:10px 10px 10px 10px;
	border:1px solid #666666;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	background-color:#eeeeee;
	}

table.data td{
	padding:10px 10px 10px 10px;
	border:1px solid #666666;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	background-color:#ffffff;
	}


.box{
	margin:10px 0px 20px 0px;
	padding:10px 10px 15px 10px;
	background-color:#ffffdd;
	border:1px solid #ffaa00;
	border-radius:10px;
	}

.box_comment{
	margin:10px 0px 10px 0px;
	padding:10px 20px 20px 20px;
	font-size:14px;
	line-height:22px;
	background-color:#cccccc;
	border-radius:10px;
	}


.attached_link{
	margin:10px 0px 0px 10px;
	padding:0px;
	}
.attached_link a{
	width:90%;
	margin:10px 0px 0px 10px;
	padding:5px 0px 5px 10px;
	display:block;
	text-decoration:none;
	background-color:#00aa77;
	background-image:url("../images/list_arrow_white.png");
	background-repeat:no-repeat;
	background-position:right center;
	background-size:30px 20px;
	border-radius:5px;
	color:#ffffff;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	}


}



/*=============================================================================*/
/* PC用の設定*/
/*=============================================================================*/

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

.smp{display:none;}
.pc{display:inline;}
#pc{display:block;}

html, body {
	background                 : #ffffff;
	scrollbar-base-color       : #ffffff;
	scrollbar-face-color       : #ffffff;
	scrollbar-track-color      : #eeeeee;
	scrollbar-arrow-color      : #0000ff;
	scrollbar-3dlight-color    : #dddddd;
	scrollbar-highlight-color  : #dddddd;
	scrollbar-shadow-color     : #dddddd;
	scrollbar-darkshadow-color : #dddddd;
	line-height:28px;
	font-size:18px;
	font-weight:normal;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	color:#000000;
	margin:0;
	padding:0;
	}

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

header{
	margin:0px auto 0px auto;
	padding:10px 0px 0px 0px;
	width:100%;
	height:45px;
	position:fixed;
	background-color:rgba(20,100,50,0.8);
	z-index:5;
	}

header .inner{
	margin:0;
	color:#ffffff;
	line-height:36px;
	font-size:20px;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
	text-align:center;
	}

nav{
	display: none;
	position: absolute;
	top:55px;
	width: 100%;
	left: 0;
	}

header nav ul.navi{
	display: block;
	margin: 0 auto;
	width: 100%;
	}

header nav ul.navi li{
	margin:0 auto;
	padding:0px 10px 0px 0px;
	text-align:left;
	line-height:18px;
	font-size:16px;
	font-weight:normal;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
	border-top:1px solid #ffffff;
	color:#ffffff;
	background:rgba(0,30,0,0.7);
	}

header nav ul.navi li a{
	display:block;
	padding:15px 10px 15px 10px;
	text-decoration: none;
	color:#ffffff;
	background-image:url("../images/list_arrow_white.png");
	background-size:20px 20px;
	background-repeat:no-repeat;
	background-position:right 7px;
	}

#back_home{
	height:28px;
	width:55px;
	float:left;
	position:absolute;
	top:10px;
	left:8px;
	background-color:rgba(0,0,0,0.5);
	border-radius:6px;
	}

.navi_back{
	padding:3px 5px 0px 5px;
	line-height:26px;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	font-size:16px;
	color:#ffffff;
	text-align:center;
	}

.navi_back a{
	text-decoration:none;
	color:#ffffff;
	}


/* 開閉ボタン -----------------------------------*/

#nav_toggle{
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 15px;
	right:15px;
	z-index:100;
	}

#nav_toggle div {
	position: relative;
	}

#nav_toggle span{
	display: block;
	height: 3px;
	background-color:#ffffff;
	background-size:40px 4px;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	}

#nav_toggle span:nth-child(1){
	top:0px;
	}

#nav_toggle span:nth-child(2){
	top:12px;
	}

#nav_toggle span:nth-child(3){
	top:24px;
	}
	

/* 開閉ボタンopen時 -----------------------------------*/

.open #nav_toggle span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
	}

.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
	}

.open #nav_toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
	}

.history_back{
	position:absolute;
	}

footer{
	margin:30px auto 0px auto;
	padding:30px 0px 0px 0px;
	width:100%;
	height:100px;
	background-color:#000000;
	color:#ffffff;
	line-height:24px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	}

#pageTop{
	position:fixed;
	bottom:120px;
	right:10px;
	z-index:100;
	}
#pageTop a{
	}
#pageTop a:hover {
	}


/*-------------------------------------------------------------------*/
/* 本文設定 */
/*-------------------------------------------------------------------*/

.inner_1{
	margin:0px 0px -15px 0px;
	background-image:url("../images/sendai_image_bg.png");
	background-repeat:no-repeat;
	background-position:center bottom;
	}

.wrapper{
	margin:0px auto 20px auto;
	padding:60px 0px 0px 0px;
	min-height:200px;
	width:90%;
	max-width:1000px;
	}

h1{
	margin:0px auto 10px auto;
	padding:15px 0px 15px 0px;
	background-color:#005533;
	border-radius:10px;
	color:#ffffff;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
	font-size:28px;
	font-weight:bold;
	line-height:36px;
	text-align:center;
	}

h2{
	margin:20px 0px 10px 0px;
	padding:10px 0px 10px 20px;
	background-color:#ffaa00;
	border-radius:10px;
	color:#000000;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
	font-size:26px;
	font-weight:bold;
	line-height:30px;
	text-align:left;
	}

h3{
	margin:20px 0px 10px 0px;
	padding:10px 0px 20px 20px;
	color:#dd0000;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:28px;
	text-align:left;
	border-top:3px dotted #ffaa00;
	border-left:3px dotted #ffaa00;
	}

h4{
	margin:10px 0px 10px 0px;
	color:#555555;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
	font-size:20px;
	font-weight:bold;
	line-height:26px;
	text-align:left;
	}

h5{
	margin:10px 0px 10px 0px;
	color:#555555;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
	text-align:left;
	}

h5.box_title{
	margin:5px 0px 20px 0px;
	padding:10px 0px 10px 20px;
	background-color:#aa0000;
	border-radius:10px;
	color:#ffffff;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
	font-size:26px;
	font-weight:bold;
	line-height:30px;
	text-align:left;
	}

.lead{
	margin:20px 10px 20px 10px;
	padding:0px 0px 0px 0px;
	color:#000000;
	line-height:30px;
	font-size:18px;
	font-weight:normal;
	text-align:left;
	}


dl.main{
	margin:10px 0px 10px 50px;
	padding:0px 0px 0px 0px;
	}

dl.sub{
	margin:10px 0px 10px 50px;
	padding:0px 0px 0px 0px;
	}

dl.main dt,
dl.sub dt{
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#005533;
	line-height:32px;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	}

dl.main dd,
dl.sub dd{
	margin:10px 0px 20px 20px;
	padding:0px 0px 0px 0px;
	color:#000000;
	line-height:28px;
	font-size:16px;
	font-weight:normal;
	text-align:left;
	}

dl.mes_service{
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	}

dl.mes_service dt{
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#00aa77;
	line-height:32px;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	}

dl.mes_service dd{
	margin:10px 0px 20px 20px;
	padding:0px 0px 0px 0px;
	color:#000000;
	line-height:28px;
	font-size:16px;
	font-weight:normal;
	text-align:left;
	}


dl.safety{
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	}

dl.safety dt{
	margin:10px 0px 0px 0px;
	padding:5px 15px 5px 25px;
	color:#005533;
	line-height:32px;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	background-color:#ddffee;
	border-radius:15px 15px 0px 0px;
	border-top:1px solid #55aa99;
	border-right:1px solid #55aa99;
	border-bottom:0px solid #55aa99;
	border-left:1px solid #55aa99;
	}

dl.safety dd{
	margin:0px 0px 20px 0px;
	padding:10px 20px 15px 25px;
	color:#000000;
	line-height:28px;
	font-size:16px;
	font-weight:normal;
	text-align:left;
	background-color:#ffffee;
	border-radius:0px 0px 15px 15px;
	border-top:0px solid #55aa99;
	border-right:1px solid #55aa99;
	border-bottom:1px solid #55aa99;
	border-left:1px solid #55aa99;
	}


table.action_case{
	margin:10px 0px 10px 0px;
	border-collapse:collapse;
	}

table.action_case th{
	padding:12px 15px 10px 15px;
	color:#0055dd;
	line-height:32px;
	font-size:18px;
	font-weight:normal;
	text-align:left;
	white-space:nowrap;
	background-color:#ffffdd;
	border:1px solid #999999;
	vertical-align:top;
	}

table.action_case td{
	padding:5px 10px 10px 10px;
	color:#000000;
	line-height:28px;
	font-size:16px;
	font-weight:normal;
	text-align:left;
	border:1px solid #999999;
	vertical-align:top;
	}


table.layout{
	margin:10px 0px 10px 0px;
	border-collapse:collapse;
	border:none;
	}

table.layout td{
	padding:10px 20px 10px 20px;
	border:none;
	vertical-align:top;
	}

.subway{
	width:640px;
	height:480px;
	margin:20px auto 50px auto;
	text-align:center;
	}

.subway a:link,
.subway a:visited{
	width:640px;
	height:480px;
	opacity:1.0;
	filter:alpha(opacity=100);
	-webkit-transition: all .3s;
	transition: all .3s;
	display:block;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.5);
	}

.subway a:hover,
.subway a:active{
	padding-top:10px;
	opacity:0.7;
	filter:alpha(opacity=70);
	-webkit-transition: all .3s;
	transition: all .3s;
	display:block;
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.5);
	}

.movie{
	width:100%;
	margin:15px 0px 10px 0px;
	border:none;
	}

.movie .thumb{
	width:240px;
	height:135px;
	margin:0px;
	float:left;
	}

.movie .comment{
	height:125px;
	margin:0px 0px 0px 270px;
	padding:10px 0px 0px 0px;
	vertical-align:top;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
	font-size:18px;
	font-weight:normal;
	line-height:32px;
	text-align:left;
	}

.movie a:link,
.movie a:visited{
	margin:0px;
	padding:15px 20px 15px 15px;
	text-decoration:none;
	display:block;
	background-color:rgba(0,0,0,0.1);
	border-radius:15px;
	color:#000000;
	-webkit-transition: all .3s;
	transition: all .3s;
	}

.movie a:hover,
.movie a:active{
	background-color:rgba(0,50,0,0.2);
	-webkit-transition: all .3s;
	transition: all .3s;
	}


ol,
ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

ol li,
ul li{
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	color:#000000;
	line-height:28px;
	font-size:16px;
	text-align:left;
	list-style:none;
	}

ol.num_list{
	margin:10px 0px 10px 50px;
	padding:0px 0px 0px 0px;
	}

ol.num_list li{
	margin:10px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	font-weight:normal;
	list-style-type:decimal;
	}

ol.top_index li{
	margin:10px 0px 0px 50px;
	padding:0px 0px 0px 0px;
	color:#005500;
	line-height:28px;
	font-size:18px;
	font-weight:600;
	text-align:left;
	list-style-type:decimal;
	}

ul.top_list li{
	list-style-type:none;
	}

ul.top_list li span{
	position:absolute;
	margin:0px 0px 0px -1.25em;
	color:#0055cc;
	z-index:1;
	}

ul.simple_list{
	margin:10px 0px 10px 50px;
	padding:0px 0px 0px 0px;
	}

ul.simple_list li{
	margin:5px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	font-weight:normal;
	list-style-type:square;
	}

ul.indent_list{
	margin:10px 0px 10px 80px;
	padding:0px 0px 0px 0px;
	}

ul.indent_list li{
	margin:5px 0px 0px 50px;
	padding:0px 0px 0px 0px;
	font-weight:normal;
	list-style-type:square;
	}


ol.num_list2{
	margin:10px 0px 10px 50px;
	padding:0px 0px 0px 0px;
	}

ol.num_list2 li{
	margin:10px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	color:#990000;
	font-size:20px;
	font-weight:600;
	list-style-type:decimal;
	line-height:30px;
	text-align:left;
	}

ul.simple_list2{
	margin:10px 0px 10px 50px;
	padding:0px 0px 0px 0px;
	}

ul.simple_list2 li{
	margin:5px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	color:#000000;
	font-size:20px;
	font-weight:normal;
	list-style-type:square;
	line-height:30px;
	text-align:left;
	}


ul.action_list{
	margin:10px 0px 10px 10px;
	padding:0px 0px 0px 0px;
	}

ul.action_list li{
	margin:5px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	color:#000000;
	font-size:16px;
	font-weight:normal;
	list-style-type:square;
	line-height:28px;
	text-align:left;
	}

ul.action_list_2{
	margin:10px 0px 10px 50px;
	padding:0px 0px 0px 0px;
	}

ul.action_list_2 li{
	margin:5px 0px 0px 40px;
	padding:0px 0px 0px 0px;
	color:#0055aa;
	font-size:16px;
	font-weight:normal;
	list-style-type:disc;
	line-height:28px;
	text-align:left;
	}

table.data{
width:100%;
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	border-collapse:collapse;
	}

table.data th{
	padding:10px 10px 10px 10px;
	border:1px solid #666666;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
	background-color:#eeeeee;
	white-space:nowrap;
	}

table.data td{
	padding:10px 10px 10px 10px;
	border:1px solid #666666;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
	background-color:#ffffff;
	}


.box{
	margin:10px 0px 20px 0px;
	padding:10px 50px 15px 50px;
	background-color:#ffffdd;
	border:1px solid #ffaa00;
	border-radius:10px;
	}

.box_comment{
	margin:10px 0px 10px 0px;
	padding:10px 20px 15px 20px;
	font-size:14px;
	line-height:22px;
	background-color:#cccccc;
	border-radius:10px;
	}


.attached_link{
	margin:10px 0px 0px 10px;
	padding:0px;
	}

.attached_link a:link,
.attached_link a:visited{
	width:450px;
	margin:10px 0px 0px auto;
	padding:5px 0px 5px 20px;
	display:block;
	text-decoration:none;
	background-color:#00aa77;
	background-image:url("../images/list_arrow_white.png");
	background-repeat:no-repeat;
	background-position:right center;
	background-size:30px 20px;
	border-radius:5px;
	color:#ffffff;
	font-size:18px;
	font-weight:normal;
	line-height:26px;
	-webkit-transition: all .3s;
	transition: all .3s;
	}

.attached_link a:hover,
.attached_link a:active{
	background-color:#006655;
	-webkit-transition: all .3s;
	transition: all .3s;
	}


}

