﻿@media screen and (min-width: 801px) {
#wrapper {
	padding-top: 87px;
}
.pdf_big {
	width: 25px;
	height: 25px;
}
.show_pc {
	display: block;
}
.show_sp {
	display: none;
}
/*--------------- ヘッダー ---------------*/
header {
	width: 100%;
	min-width: 950px;
	background-color: #fff;
	height: 87px;
	margin: 0 auto;
	padding: 0 10px;/*
        position: absolute;
        top:0;
		*/
}

*:first-child+html header {
	width: auto;
}

.header_inner {
	width: 950px;
	margin: 0 auto;
}
#logo {
	margin-top: 27px;
	width: 210px;
}
#sub_link {
	margin-top: 54px;
	width: 210px;
}

/*--------------- ナビ ---------------*/
nav#pc_nav {
	width: 100%;
	padding: 0 10px;
	min-width: 950px;
	background-color: #fff;
	border-top: 1px solid #e9e9e9;
	border-bottom: 4px solid #ea0d12;
	margin-bottom: 20px;
	position: fixed;
	/*top:87px;*/
	box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
	z-index:5;
}

*:first-child+html #pc_nav {
	width: auto;
}

ul#g_navi {
	display: block;
	width: 950px;
	height: 42px;
 *height:40px;
	margin: 0 auto;
	position: relative;
}
ul#g_navi li {
	width: 186px;
	height: 42px;
 *height:40px;
	list-style: none;
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
ul#g_navi li img {
	border: 0px;
}
ul#g_navi li a {
	text-align: center;
	display: block;
}
ul#g_navi li a:hover {
}
ul#g_navi li a:focus {
}
ul#g_navi li div.g_navi_box {
	background-color: #f2f2f2;
	/*border:1px solid #e9e9e9;*/
	border-top: 7px solid #ea0d12;
	display: none;
	position: absolute;
	width: 160px;
	top: 42px;
 *top:40px;
	left: 200px;
 *z-index:1;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.25)
}
ul#g_navi li div.g_navi_box div {
	text-align: left;
	padding: 7px 0px 7px 40px;
 *padding: 10px 0px 10px 40px;
	border: 1px solid #e9e9e9;
	border-top: 0px solid #e9e9e9;
	background-image: url("../img/g_navi_sub_icon.png");
	background-repeat: no-repeat;
	background-position: 10px center;
}
ul#g_navi li div.g_navi_box a {
	text-align: left;
}
ul#g_navi li div.g_navi_box a:hover {
}
ul#g_navi li div.g_navi_box a:focus {
}
.g_navi_act {
	position: absolute;
	margin-top: -14px;
 *margin-top: -10px;
	margin-left: 87px;
	display: none;
}
.g_cap {
	font-size: 11px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 10px;
}
/*--------------- PCナビ 2---------------*/
nav#pc_nav2 {
	width: 100%;
	padding: 0 10px;
	min-width: 950px;
	background-color: #fff;
	border-top: 1px solid #e9e9e9;
	border-bottom: 4px solid #ea0d12;
	margin-bottom: 20px;
	position: fixed;
	top: 0px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
	display: none;
}
ul#g_navi2 {
	display: block;
	width: 950px;
	height: 42px;
 *height:40px;
	margin: 0 auto;
	position: relative;
}
ul#g_navi2 li {
	width: 19%;
	height: 42px;
 *height:40px;
	list-style: none;
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
ul#g_navi2 li img {
	border: 0px;
}
ul#g_navi2 li a {
	text-align: center;
	display: block;
}
ul#g_navi2 li a:hover {
}
ul#g_navi2 li a:focus {
}
ul#g_navi2 li div.g_navi_box2 {
	background-color: #f2f2f2;
	/*border:1px solid #e9e9e9;*/
	border-top: 7px solid #ea0d12;
	display: none;
	position: absolute;
	width: 200px;
	top: 42px;
 *top:40px;
	left: 170px;
 *z-index:1;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.25)
}
ul#g_navi2 li div.g_navi_box2 div {
	text-align: left;
	padding: 7px 0px 7px 40px;
 *padding: 10px 0px 10px 40px;
	border: 1px solid #e9e9e9;
	border-top: 0px solid #e9e9e9;
	background-image: url("../img/g_navi_sub_icon.png");
	background-repeat: no-repeat;
	background-position: 10px center;
}
ul#g_navi2 li div.g_navi_box2 a {
	text-align: left;
}
ul#g_navi2 li div.g_navi_box2 a:hover {
}
ul#g_navi2 li div.g_navi_box2 a:focus {
}

/*--------------- フッター---------------*/
footer {
	width: 100%;
	min-width: 950px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F00;
	padding-top: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	color: #666;
	clear: both;
	margin-top: 20px;
	height: 100px;
	background-color: #FFF;
}
footer p {
	float: left;
}
footer a {
	margin-bottom: 5px;
	font-size: 12px;
	color: #666;
}
footer a:hover {
	color: #09F;
}
footer #f_inner {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
footer #cp {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9px;
	color: #666;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
}
#f_right {
	float: right;
	padding-right: 30px;
}
#f_left {
	float: left;
	padding-left: 30px;
}


/*--------------- メイン ---------------*/
#main {
	height: auto;
	width: 950px;
	min-width: 830px;
	margin-right: auto;
	margin-left: auto;
 *z-index:-2;
}
.snav {
	width: auto;
	height: auto;
	margin-top: 25px;
	margin-bottom: 20px;
}
.snav li {
	float: left;
	width: 25%;
}
.snav li a, .snav li p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	border: 3px double #ACAC9D;
	margin-right: 0.5%;
	margin-bottom: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CECEBF));
	background: -moz-linear-gradient(top, #FFF, #CECEBF);
	background: linear-gradient(top, #FFF, #CECEBF);
	background-color: #ECECDB;
	color: #6A6B5F;
	display: block;
	font-weight: bold;
	vertical-align: middle;
	line-height: 15px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
.pdf_nav{
	height:50px;
	margin-right:10px;
	clear:both
}
.pdf_nav a {
	width: 45%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	border: 3px double #ACAC9D;
	margin-right: 0.5%;
	background-color: #FFFFFF;
	color: #6A6B5F;
	display: block;
	font-weight: normal;
	vertical-align: middle;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
*:first-child+html .snav li a:hover {
	/*background-color: #ededea;
	color: #afafa9;*/
}
.snav li p {
	color: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#CECEBF), to(#87877D));
	background: -moz-linear-gradient(top, #CECEBF, #87877D);
	background: linear-gradient(top, #CECEBF, #87877D);
	background-color: #87877D;
}
/*--------------- トップ ---------------*/
#i_tit{
	width: auto;
	margin-left:20px;
}	
#news_tbl {
	width: 100%;
}
#news_tbl a {
	color: #06F;
	text-decoration: underline;
}
#sche_bn {
	height: 25px;
	background-color: #999;
	color: #000;
	text-decoration: none;
	padding-left: 10px;
}
#sche_bn a {
	display: block;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
/*--------------- コンテンツ ---------------*/
    /*index*/
.basic_wrap {
	height: auto;
	width: auto;
	margin-bottom: 10px;
}
.basic_wrap img {
	vertical-align: bottom;
}
.t2_box{
	height: auto;
	width: 185px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	float: left;
}
.t22_box{
	display:none;
}
.t3_box {
	height: auto;
	width: 370px;
	margin-right: 12px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	float: left;
}
.t32_box {
	height: auto;
	width: 370px;
	margin-right: 12px;
	float: left;
}
.t4_box {
	height: auto;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
.shw_clr {
	box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
}
.mgn0 {
	margin-right: 0px;
	margin-left: 0px;
}
.news {
	color: #666;
	font-size: 11px;
	padding: 10px;
	background-color: #FFF;
	line-height: 16px;
	height: 100px;
}
.news th {
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	font-weight: normal;
	vertical-align: top;
	width: 80px;
	text-align: left;
}
.news td {
	padding-top: 3px;
	font-size: 11px;
}
#news_title {
	width: 100%;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-bottom: 3px;
}
#sp_vis {
	display: none;
}
#pc_vis {
	width:628px;
}
#tu_wrap{
	border: solid 1px #999;
	height: 332px;
}
.clear_box{
	width:100%;
	height:1px;
	clear:both;
}
#top_info{
	float:right;
	width: 320px;
	height: 330px;
	background-color: #FFF;
}
#top_info_area{
	width: 300px;
	height: 268px;
	overflow: auto;
	margin-left: 20px;
}
#top_info_area .info_cell{
	width: 95%;
	margin: 5px 0px;
	padding-bottom: 5px;
	border-color: #666666;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#top_info_area .i_tag{
	width:52px;
	float:left;
}
#top_info_area .i_date{
	width: auto;
	font-size: 11px;
	color: #999;
	line-height: 13px;
	margin-bottom: 5px;
}
#top_info_area .i_news{
	width:215px;
	font-size:12px;
	line-height:16px;
	padding-left:5px;
	float:left;
}
#top_info_area .i_news a{
	color:#06F;
	text-decoration:underline;
}

.t3_box .basic_wrap {
	margin-bottom: 10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
/*greeting*/
#bd_tx {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 22px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-indent: 1em;
}
#bd_tx2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 22px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#bd_tx table {
	width: 100%;
}
#bd_tx td {
	padding-left: 5px;
}
#bd_tx th {
	padding-left: 10px;
	text-align: right;
	font-weight: normal;
}
#sign {
	height: auto;
	width: auto;
	text-indent: 0;
	text-align: right;
	margin-top: 15px;
}
#g_upper_wrap {
	height: auto;
	width: 600px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}


.basic_wrap_g {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: 0;
	padding: 0px;
}
.basic_wrap_z {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: 0;
	padding: 0px;
}
#g_ph img {
	height: 200px;
	width: 150px;
	border: 1px solid #999;
}
#cap_name {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
/*outline*/
#ot_tbl tabld {
	width: 100%;
}
#ot_tbl th {
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	text-indent: 1em;
	width: 29%;
	background-color: #999;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #FFF;
}
#ot_tbl td {
	font-size: 13px;
	background-color: #CCC;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left: 1em;
	line-height: 22px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 1em;
}
#ot_tbl td p {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
/*progress*/
#pr_tbl tabld {
	width: 100%;
}
#pr_tbl th {
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	text-indent: 2em;
	width: 120px;
	background-color: #999;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	color: #FFF;
}
#pr_tbl td {
	font-size: 13px;
	background-color: #CCC;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left: 1em;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 1em;
}
#pr_tbl td p {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
#info_tx_link{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 35px;
	margin-bottom: 25px;
}
.info_bg {
	background-attachment: scroll;
	background: url(../img/info_vis.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 50% auto;
	-moz-background-size: 50% auto;
	-webkit-background-size: 50% auto;
	background-color: #f4f4f4;/*behavior: url("/PIE.htc");*/
}
.info_op {
	width: 50%;
	height: auto;
}
#info_tbl {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#info_tbl th {
	font-size: 12px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-weight: normal;
	width: 29%;
	background-color: #999;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	color: #FFF;
	line-height: 20px;
}
#info_tbl td {
	font-size: 12px;
	background-color: #CCC;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left: 1em;
	line-height: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
#info_tbl td a {
	font-size: 12px;
	color: #032686;
	text-decoration: underline;
}
#info_tbl .tit {
	background-color: #666;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	height: 14px;
	line-height: 12px;
}
.sbr{
	display:none;
}
/*info*/
.info_op li {
	width: 100%;
	height: auto;
	padding-bottom: 3px;
	padding-top: 17px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	line-height: 20px;
}
.info_op li div {
	margin-top: 5px;
	margin-bottom: 5px;
}
.info_op li div p {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 20px;
}
/*actibvity*/
.p_con {
	display: block;
}
.ph_lead{
	font-size:14px;
	line-height:28px;
	width:auto;
	clear:both;
	margin-bottom:15px;
}
.div90{
	width:90%;
	height:110px
}
.ph_area_right{
	width: 49%;
	float: right;
}
.ph_area_left{
	width: 49%;
	float: left;
}
.ph_cap{
	height:35px;
	font-size:11px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:left;
}
.ph_cap_h55{
	height:55px;
	font-size:11px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:left;
}

.ph_cap_s{
	font-size:10px;
}
.ph_cap_ck{
	height:auto;
	font-size:14px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
	width:auto;
	/*background-color:#D2D2D2;*/
	clear:both;
	margin-bottom:10px;
}
.ck_wrap{
	margin-bottom: 40px;
	bottom: 30px;
}
.ph_cap.cap_r{
	text-align:right;
}
.ph_cap.cap_c{
	text-align:center;
}

.ph_cel img {
	width: 100%;
	vertical-align: bottom;
}
.ph_cel {
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	padding: 7px;
	background-color: #FFF;
	margin-bottom: 10px;
	border: 1px solid #999;
}
.cell_big {
	width: 515px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.cell_mid {
	width: 382px;
	margin-right: 16px;
	float: left;
}
.cell_max {
	width: 780px;
	clear: both;
}

.cell_sml {
	width: 250px;
	float: left;
	margin-right: 15px;
}
.cell_min {
	width: 186px;
	float: left;
	margin-right: 12px;
}
.cell_min2 {
	width: 184px;
	float: left;
	margin-right: 12px;
}
.cell_long1 {
	width: 250px;
	margin-right: 15px;
	float: left;
}
.cell_long2 {
	width: 250px;
	margin-right: 15px;
	float: left;
}
div .mgn0 {
	margin-right: 0px;
}
div .lmg15 {
	margin-right: 0px;
	margin-left:15px;
}
.a_title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	height: auto;
	width: auto;
	margin-bottom: 10px;
	color: #666;
	padding: 5px;
	border: 3px double #999;
	margin-top: 50px;
	background-color: #FFF;
}
.a_title_sp {
	display: none;
}
.float_left .a_title {
	float: left;
}
.float_right .a_title {
	float: right;
}
#main_a {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
*:first-child+html #main_a {
	width: 830px;
}
.left_mg {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 15px;
}
.p_con table {
	width: 47%;
	margin-left: auto;
	margin-right: auto
}
.p_con th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	padding-right: 15px;
	width: 17%;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.p_con td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 21px;
	background-color: #CCC;
}
/*studentship*/
#main_s {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: 0;
	padding: 0px;
}
#main .s_title {
	font-weight: bold;
	font-size: 13px;
}
#main_m {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: 0;
	padding: 0px;
}
#main_s p {
	margin-right: auto;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 20px;
}
#main_s .s_title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #666;
	margin-bottom: 10px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #333;
}
#main_s .s_title2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
/*	margin-bottom: 10px;	*/
	margin: 20px 0px 10px 0px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #333;
}
#main_m .s_title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #666;
	margin-bottom: 10px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #333;
}
#main_s .s_midashi {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	height: auto;
	width: auto;
	/*font-weight: bold;*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CECEBF));
	background: -moz-linear-gradient(top, #FFF, #CECEBF);
	background: linear-gradient(top, #FFF, #CECEBF);
	background-color: #ECECDB;
	border: 3px double #ACAC9D;
	color: #6A6B5F;
	cursor: pointer;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
}
#main_s .s_midashi_op {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	height: auto;
	width: auto;
	/*font-weight: bold;*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CECEBF));
	background: -moz-linear-gradient(top, #FFF, #CECEBF);
	background: linear-gradient(top, #FFF, #CECEBF);
	background-color: #ECECDB;
	border: 3px double #ACAC9D;
	color: #6A6B5F;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
}
#main_s .s_mid_tit {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 14px;
}
#main_s .ind_tx {
	padding-left: 1em;
}
.s_cont {
	/*display: none;*/
	margin-top: 10px;
}
.s_cont p {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.s_cont_nm {
	/*display: none;*/
	margin-top: 10px;
	margin-bottom: 50px;
}
.ind {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.ind_tx2 {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.ind_tx3 {
	text-indent: -1em;
	padding-left: 1em;
}
.s_cont .cind {
	text-indent: 0em;
	padding-left: 0px;
}
/*サイトマップ*/
.stmap2 li a {
	text-decoration: underline;
}
.stmap1 li a {
	text-decoration: underline;
}
.stmap1 li, .stmap1 li a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	font-size: 15px;
	padding-bottom: 10px;
	line-height: 27px;
	font-weight: bold;
}
.stmap2 li, .stmap2 li a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 23px;
	font-weight: bold;
}
.stmap3 li a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	font-size: 13px;
	line-height: 23px;
	text-decoration: underline;
	font-weight: normal;
	display: block;
	padding-bottom: 3px;
	margin-left: 0.5em;
	text-indent: -1em;
	padding-left: 1em;
}
.stmap4 li a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 17px;
	text-decoration: underline;
}
.stmap5{
	padding-bottom: 5px;
}
.stmap5 li a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	font-size: 10px;
	line-height: 16px;
	text-decoration: underline;
	font-weight: normal;
	display: block;
	
	margin-left: 1em;
	padding-left: 1em;
}
.stm_5box {
	height: auto;
	width: 25%;
	float: left;
}
.stm_6box {
	height: auto;
	width: 160px;
	float: left;
}
.stp_li_ind {
	padding-left: 35px;
}
.stm_h85 {
	height: 350px
}
.stm_mg {
	margin-bottom: 100px;
}
.stm_min_sq {
	font-size: 10px;
}
.stm_pd {
	padding-left: 1%;
	width: 24%;
}
#info_img {
	position: absolute;
	right: 0px;
	top: 5px;
	overflow: hidden;
	background-color: #f4f4f4;
	height: auto;
	width: 100%;
	background-image: url(../img/info_vis.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#main_s .min_body {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.brdlink a {
	font-size: 12px;
	text-decoration: underline;
}
#main_s .min_body p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-indent: -1.5em;
	padding-left: 1.5em;
	margin-bottom: 10px
}
.min_block {
	width: 50%;
	height: 80px;
	float: left;
}
.big_yaj {
	width: 90px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.ab_box {
	width: 100%;
	border: 1px solid #C00;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: #F2BBBD;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.ab_box table {
	width: 100%;
}
.ab_box th {
	width: 23%;
}
#main_s .bld{
	font-size:14px;
	font-weight:bold;
}
#main_s .mintx{
	font-size:11px;
	color::#000;
}
.ms_box{
	margin-top: 10px;
	padding: 15px;
	border: 1px solid #666;
}
.ms_box table {
	width: 100%;
	
}

.ms_box p {
	font-size: 12px;
}
.ms_box a {
	font-size: 12px;
	text-decoration:underline;
}

.pdf_dl li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 25px;
}
.pdf_dl .flt {
	float: left;
	padding-right: 20px;
}
.pdf_dl li a {
	text-decoration: underline;
	line-height: 20px;
}
.mail_txt {
	font-size: 12px;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 5px;
	text-align: center;
}
.mail_txt a {
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 10px;
	text-decoration: underline;
}
/*promotion*/
.pr_tbl {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-left-color: #666;
}
.pr_tbl th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: left;
	width: 30%;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	line-height: 15px;
	text-indent: -1em;
	padding-left: 2em;
	background-color: #CCC;
}
.pr_tbl td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 18px;
	text-indent: -1em;
	padding-left: 2em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.pr_tbl .t_tit {
	background-color: #999;
	text-align: center;
}
.math_bdr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	font-weight: bold;
}
.inner_box {
	width: 400px;
	height: auto;
	border: 1px solid #999;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
.inner_box th {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	font-weight: normal;
}
.inner_box td {
}
.inner_box .total {
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	font-weight: normal;
}
#main_s .cap {
	font-size: 11px;
	color: #666;
	text-indent: 0px;
	padding: 0px;
	line-height: 16px;
}
#main_s .cap_ind {
	font-size: 11px;
	color: #666;
	text-indent: -2em;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2em;
}
#obo_bt {
	height: auto;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
.sml_tit {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	background-color: #CCC;
	height: auto;
	width: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-left: 3px;
}
.obos {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #666;
	border-right-color: #666;
}
.obos td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	font-size: 11px;
	padding-right: 3px;
}
.obos th {
	background-color: #999;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
.obos .w1 {
	width: 25%;
}
.obos .w2 {
	width: 15%;
}
.obos .w3 {
	width: 25%;
}
.mid_waku {
	text-align: center;
	height: auto;
	width: 450px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #666;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
}
.in_waku {
	height: auto;
	width: auto;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 16px;
}
.in_waku_hed {
	background-color: #999;
	padding: 7px;
	height: auto;
	width: auto;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #FFF;
	border: 1px solid #666;
	margin-top: 10px;
}
#main_s .in_waku p {
	text-indent: -1em;
	padding-left: 10px;
	font-size: 11px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 16px;
	padding-bottom: 6px;
}
.cls_txt {
	line-height: 5px
}
.postal {
	height: auto;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: 1px solid #999;
	font-size: 13px;
	line-height: 23px;
}
.math_tbl {
	width: 50%;
	margin-top: 10px;
	margin-left: 40px;
}
.math_tbl3 {
	width: 50%;
	margin-top: 10px;
	margin-left: auto;
	margin-right:auto;
}
.math_tbl td,.math_tbl3 td {
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.math_tbl th,.math_tbl3 th {
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.math_tbl .topBrd,.math_tbl3 .topBrd {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
.math_tbl2 {
	font-size: 12px;
}
.math_tbl2 td {
	text-align: left;
}
.math_tbl2 th {
	font-weight: normal;
	text-align: left;
	width: 265px;
}
.sec_ind p {
	text-indent: -1.5em;
	padding-left: 3em;
}
.sec_ind2 p {
	text-indent: -1.5em;
	padding-left: 2.5em;
}
.pr_pdf {
	float: right;
}
.pr_pdf a {
	text-decoration: underline;
}

.cap_sml {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9px;
	line-height: 13px;
	color: #666;
}

.iPc{
	display:block;
}
.iSp{
	display:none;
}
.red_line{
	border: 2px solid #FF0000;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #FFFFFF;
}
.grey_line{
	border: 1px solid #7C7C7C;
	padding-bottom: 5px;
	padding-top: 5px;
}
.schedule{
	width:600px;
}

.prm_subs{
	margin-bottom: 10px;	
}
.prm_subs_left{
	width:48%;
	float:right;
}
.prm_snav_min a{
	font-size: 12px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border: 3px double #ACAC9D;
	margin-bottom: 5px;
	display: block;
	background-color: #FFFFFF;
}
.prm_snav_min2 a{
	font-size:12px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border: 3px double #B00000;
	margin-bottom:5px;
	display:block;
	background-color:#FFFFFF;
}
.prm_snav_big a{
	width: 48%;
	height: 125px;
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
	font-size: 13px;
	float: left;
	border: 3px double #B00000;
	background-color: #FFB3B3;
	display: block;
	color: #A20002;
	line-height: 23px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,241,241,1.00) 0%,rgba(255,179,179,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,241,241,1.00) 0%,rgba(255,179,179,1.00) 100%);
}

.magin131{
	margin-left:131px;
}
#g_title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	margin-top: 80px;
	color: #666;
}

#g_title2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px !important;
	color: #666;
	text-indent: 0px;
	margin-bottom: 17px;
	border-bottom: 1px solid #A1A1A1;
}

.sidNav{
	width:200px;
	float:left;
	font-size:11px;
}

.sidNav .snTop a{
	display: block;
	font-size: 12px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CECEBF));
	background: -moz-linear-gradient(top, #FFF, #CECEBF);
	background: linear-gradient(top, #FFF, #CECEBF);
	background-color: #ECECDB;
	border: 3px double #ACAC9D;
	color: #6A6B5F;
	margin-bottom: 4px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
.sidNav .snTop a.tbs{
	padding-top: 3px;
	padding-bottom: 3px;
}
.sidNav .snTop a.inner{
	padding-top: 5px;
	padding-bottom: 0px;
}
.sidNav .snSub{
	border: 1px solid #D1D1C4;
	background-color: #F2F2EE;
	display: none;
	margin-bottom: 10px;
}

.sidNav .snSub li a{
	background: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	border-style: none none solid;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #D1D1C4;
}
.sidNav .snSub.sub1 li a{
	background-color: #ddd;
}
.sidNav .snSub.sub2{
	border-style: none;
}
.sidNav .snSub.sub2 li a{
	font-weight: bold;
	border-style: none;
	font-size:11px;
	background-color: #FFF;
}
.sidNav .snSub.sub3{
	border-style: none;
	padding-bottom:10px;
	background-color: #FFF;
}
.sidNav .snSub.sub3 li{
}
.sidNav .cap{
	font-size:10px;
}
.sidNav .snSub.sub3 li a{
	background-color: #FFF;
	font-weight: normal;
	border-style: none;
	font-size:12px;
}
.sidNav .acc_op{
	display:block;
}
.sidNav .snTop a.subOv{
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#9B9B73));
	background: -moz-linear-gradient(top, #FFF, #9B9B73);
	background: linear-gradient(top, #FFF, #9B9B73);
	background-color: #9B9B73;
}
.sidNav .snSub.sub1 li  a.subOv{
	background:none;
	background-color: #999;
	color:#FFF
}
.sidNav .snSub.sub2 li a.subOv{
	background-color: #FFF;
	background: none;
	color:#9B9B73;
}
.sidNav .subOv .cap{
	color:#FFF;
}
.fltBd{
	width:550px !important;
	float:right;
	margin-left:0px;
	margin-right:0px;
}
.goTop {
	text-indent: 0em;
	padding-left: 0px;
	text-align:right;
	margin-bottom:35px;
	
}	
.goTop  a{
	font-size:11px;
	text-align:right;
	text-decoration:underline;
}
#adopt_tb{
	text-align:left;
	width:50%;
	float:left;
}
#adopt_tb th{
	text-align: left;
	font-size: 13px;
	width: 34%;
}
#adopt_tb td{
	text-align: left;
	font-size: 12px;
	width: 20%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.printPdf{
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #F8080C !important;
	text-indent: 0em;
	padding-left: 0px;
	margin-bottom:10px;
}
.printPdf a{
	color: #F8080C !important;
}

.siteMapWrap{
	font-size:12px;
	width:100%;
}
.siteMapWrap .root{
	margin-bottom:50px;
}
.siteMapWrap .root > li{
	width: 25%;
	float: left;
	margin-bottom:20px;
}
.siteMapWrap li a{
	text-decoration:underline;
}
.siteMapWrap .ct1>p,.siteMapWrap .ct1>a{
	font-size:15px;
	font-weight:bold;
	line-height: 27px;
}
.siteMapWrap .ct2>p,.siteMapWrap .ct2>a{
	font-size:12px;
	font-weight:bold;
	color:#666;
	line-height:27px;
}
.siteMapWrap .ct2 ul{
	padding-left:10px;
	margin-bottom:10px;
}
.siteMapWrap .ct3>p,.siteMapWrap .ct3>a{
	font-size:12px;
	color:#666;
	line-height:22px;
}
.siteMapWrap .ct3 ul{
	padding-left:15px;
	margin-bottom:10px;
}
.siteMapWrap .ct4>p,.siteMapWrap .ct4>a{
	font-size: 11px;
	color: #000;
	line-height: 18px;
}
.siteMapWrap .topUrl{
	margin-bottom:10px;
}
.rtrnWrap{
	width: 430px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	margin-top: 20px;
}
.rtrnWrap2{
	width: 208px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	margin-top: 20px;
}
.rtrnWrap li a,.rtrnWrap2 li a{
	text-align: center;
	width: 200px;
	padding-bottom: 15px;
	padding-top: 15px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CECEBF));
	background: -moz-linear-gradient(top, #FFF, #CECEBF);
	background: linear-gradient(top, #FFF, #CECEBF);
	background-color: #ECECDB;
	border: 3px double #ACAC9D;
	color: #6A6B5F;
	display:block;
}
.addMg{
	margin-bottom:200px;
}
#meth_li li{
	margin-bottom: 3px;
	border: 2px solid #A6A380;
	background-color: #FFFFFF;
}
#meth_li li .step{
	font-size: 13px;
	display: block;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	background-color: #A6A380;
	color: #FFF;
	font-weight: bold;
}
.meth_tx{
	font-size: 13px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	line-height: 24px;
}
#meth_li li.spr{
	text-align: center;
	border-style: none;
	background-color: #F4F4F4;
}
#meth_li li .bd{
	font-weight:bold;
}

.accTit {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	height: auto;
	width: auto;
	/*font-weight: bold;*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CECEBF));
	background: -moz-linear-gradient(top, #FFF, #CECEBF);
	background: linear-gradient(top, #FFF, #CECEBF);
	background-color: #ECECDB;
	border: 3px double #ACAC9D;
	color: #6A6B5F;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	margin-bottom:20px;
}
.accTit_mov {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	height: auto;
	width: auto;
	/*font-weight: bold;*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ECD6D3));
	background: -moz-linear-gradient(top, #FFF, #ECD6D3);
	background: linear-gradient(top, #FFF, #ECD6D3);
	background-color: #ECD6D3;
	border: 3px double #995050;
	color: #6A6B5F;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
}
.accTit_mov a{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	color: #995050;
	display:block;
}
.accCont{
	font-size:13px;
}
.movCont{
	display:none;
}
.app_midashi{
	font-weight: bold;
	margin-top: 20px;
	padding-left: 0px;
	background-color: #C3C3C3;
	margin-bottom: 10px;snTop
}
.app_lead{
	line-height: 22px !important;
}
ul.indent li{
	text-indent: -18px;
	padding-left: 40px;
}
ul.indent_nom li{
	text-indent: -15px;
	padding-left: 18px;
}
ul.indent_nom a,ul.indent a{
	text-decoration:underline;
}
.boldFont{
	font-weight:bold;
}
.mgb0{
	margin-bottom:0px;
}
.prev_tex{
	font-size: 30px !important;
	text-align: center;
	line-height: 50px !important;
}
.prev_tex_min{
	font-size:16px !important;
	text-align:center;
}
.prev_wrap{
	margin-top:70px;
	text-align:center;
	line-height:35px;
	
}
#meth_li a{
	text-decoration:underline;
}


li.vertical_middle {  
    display: table;    /* ④ */  
    vertical-align: middle; /* ⑤ */  
	width:100%;
}  
li.vertical_middle a {
	display:table-cell !important
	vertical-align: middle;
	color:#8E0E10;
}
.ulTbs{
	width:100%;
}
.ulTbs th{
	text-align: left;
	font-weight: normal;
	text-indent: 0px;
	width:100px;
	vertical-align:top;
}
.ulTbs td{
	text-align:left;
	text-indent: 0px;
	line-height:18px;
	padding-bottom:10px;
}
}
