* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
body {
	border-top: none !important;
	font: 62.5%/1.4em;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	background-color: #eaeaea;
	color: #555;
}
html {
	font-size: 62.5% !important;
}
body {
	font-size: 14px !important;
	font-size: 1.4em !important;
	line-height: 1.6em !important;
}
p {
	margin: 0 !important;
	padding: 0 0 1em;
	line-height: 1.6em;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
	box-shadow: rgba(100, 100, 100, 0.6) 0px 0px 8px 0px;
	-webkit-box-shadow: rgba(100, 100, 100, 0.6) 0px 0px 8px 0px;
	-moz-box-shadow: rgba(100, 100, 100, 0.6) 0px 0px 8px 0px;
}
@media only screen and (max-width:800px) {
body {
	font-size: 16px !important;
	font-size: 1.6em !important;
	line-height: 1.4em;
}
p {
	margin: 0 !important;
	padding: 0 0 1em;
	line-height: 1.4em !important;
}
#container {
	width: 100%;
	padding: 1px 0;
}
}
body {
	color: #333333;
	background-attachment: fixed;
	background-color: #EBEBEB;
	background-position: top;
}
img {
	vertical-align: bottom;
}
a img {
	border: 0;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
li {
	list-style-type: none;
}
a {
	color: #0085B0;
}
a:hover {
	color: #0085B0;
	text-decoration: none;
}
.small {
	font-size: 0.8em !important;
}
.middle {
	font-size: 1.2em !important;
}
.large {
	font-size: 1.5em !important;
}
.bold {
	font-weight: bold;
}
#header {
	height: 100px;
	position: relative;
	background-color: #FFFFFF;
	box-shadow: rgba(0, 0, 0, 0.2) 0px -8px 8px -8px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px -8px 8px -8px inset;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px -8px 8px -8px inset;
}
#header h1 {
	font-size: 9px;
	position: absolute;
	top: 10px;
	font-weight: normal;
	line-height: 16px;
	color: #777777;
	left: 27px;
}
#header h2 {
	position: absolute;
	bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	left: 5px;
	width: 880px;
	padding-left: 20px;
}
#header img#logo {
	position: absolute;
	left: 15px;
	top: 15px;
	height: 70px;
}

@media only screen and (max-width:800px) {
#header {
	height: 70px;
	background-image: none;
}
#header h2 {
	width: 100%;
}
#header img#logo {
	left: 10px;
	height: 50px;
}
}
#h_r {
	float: right;
	padding-right: 10px;
}
#header #h_list {
	width: 320px;
	text-align: right;
	border-bottom: dotted 1px #ccc;
	margin-bottom: 10px;
}
#header #h_list li {
	display: inline;
	padding: 0 38px 0 11px;
	background: url(../img/li_mark.png) no-repeat 0 center;
	font-size: 10px;
}
#header #h_list li:last-child {
	padding-right: 0;
}
#header #h_list a {
	text-decoration: none;
	color: #6C6759;
}
#header #info {
	font-size: 11px;
	color: #7A8687;
	line-height: 24px;
	text-align: right;
}
#header #info strong {
	font-size: 28px;
	color: #059CD6;
	font-family: Arial, Helvetica, sans-serif;
}
#header #info span {
	font-size: 18px;
	color: #666666;
}
#header #h_list a:hover {
	background-color: #FFFFFF;
}

@media only screen and (max-width:800px) {
#header #h_list, #header #info {
	display: none;
}
}
#navi {
	width: 960px;
	height: 70px;
	background: url(../img/gn_bt_bg.png) #e5e5e5;
	overflow: hidden;
}

@media only screen and (max-width:800px) {
#navi {
	width: 100%;
}
}
#navi ul {
	width: 100%;
}
#navi li a {
	display: block;
	float: left;
	width: 137px;
	height: 50px;
	padding: 5px 0 !important;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	background: rgb(32,124,202); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,98,178,1) 0%, rgba(105,205,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,98,178,1)), color-stop(100%,rgba(105,205,244,1,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,98,178,1) 0%,rgba(105,205,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,98,178,1) 0%,rgba(105,205,244,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,98,178,1) 0%,rgba(105,205,244,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,98,178,1) 0%,rgba(105,205,244,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207cca', endColorstr='#159aed',GradientType=0 ); /* IE6-9 */
}
#navi li:last-child a {
	width: 138px;
}
#navi li a span {
	line-height: 20px;
	font-size: 10px;
	color: #ddd;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#navi li a:hover, #navi li.visit a {
	color: #666 !important;
	background: #fff;
	position: relative;
	display: inline-block;
	z-index: 0;
}
#navi li a:hover:after, #navi li.visit a:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #fff transparent transparent transparent;
}
#navi li a:hover span {
	color: #059CD6;
}
#navi li.visit a span {
	color: #059CD6;
}
#navi li a:hover {
	color: #B8B8B8;
}
#navi li.visit a {
	color: #059CD6;
}

@media only screen and (max-width:800px) {
#navi, .mean-container .mean-nav ul .eng {
	display: none !important;
}
}
#main {
	clear: both;
	width: 960px;
	background-color: #FFFFFF;
	padding: 10px;
	min-height: 100%;
	overflow: hidden;
}

@media only screen and (max-width:800px) {
#main {
	width: 100%;
}
}
#breadcrumb {
	border-bottom: 1px dotted #ccc;
	font-size: 10px;
	color: #666;
	line-height: 16px;
	padding: 2px 10px 3px 10px;
	margin-bottom: 10px;
}
#breadcrumb a {
	padding-right: 35px;
	position: relative;
	text-decoration: none;
}
#breadcrumb a:after {
	content: "＞";
	position: absolute;
	right: 10px;
	color: #999;
}
#content {
	width: 690px;
	float: right;
	height: 100%;
	padding-bottom: 32767px !important;
	margin-bottom: -32767px;
	overflow: hidden;
}

@media only screen and (max-width:800px) {
#content {
	width: 100%;
	float: none;
	padding-bottom: 100px;
}
}
#content #ques {
	margin-top: 1px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	padding: 5px;
}
#ques ul {
	padding: 10px 20px 10px 0;
}
#ques li {
	font-size: 14px;
	line-height: 20px;
}
#ques li a {
	background-image: url(../img/li_mark.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-bottom: 2px;
	padding: 5px 0 5px 15px;
	border-bottom: 1px dotted #D8D8D3;
	display: block;
}

@media only screen and (max-width:800px) {
#ques li a {
	padding: 7px 0 7px 15px;
}
}
#content #ques h3 {
	color: #9F7331;
	background-image: none;
	padding-left: 10px;
	margin-bottom: 2px;
	padding-top: 1px;
	border-bottom: 2px solid #D0BB97;
	padding-bottom: 1px;
	background-color: #FFFFFF;
}
#content .con_box {
	background-color: #FFFFFF;
	padding: 10px;
	line-height: 20px;
	border: solid 5px #eee;
	margin-bottom: 1em;
}
h2 {
	font-size: 1.4em;
	border-bottom: 3px solid #B3BFC4;
	line-height: 26px;
	padding: 20px 0 3px 5px;
	margin-bottom: 20px;
	font-weight: normal;
}
h2 span.eng {
	font-size: 12px;
	padding-left: 20px;
	color: #A1ADB1;
	letter-spacing: 1px;
	line-height: 14px;
}
#content h3 {
	clear: both;
	font-size: 1.3em;
	color: #333;
	padding: 10px 0 7px 20px !important;
	margin: 5px 0;
	position: relative;
	overflow: hidden;
}
#content h3:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 6px;
	width: 20px;
	height: 45px;
	border-left: solid 5px #059CD6;
	transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
}
#content h3 span.eng {
	font-size: 11px;
	color: #738686;
	line-height: 12px;
	padding-left: 20px;
	font-weight: normal;
	letter-spacing: 2px;
}
#content h4 {
	color: #FF0000;
	font-size: 1.2em;
	margin: 15px 0 10px 0;
	padding: 5px 0;
}
#content h4 span {
	font-size: 12px;
	color: #C19148;
	padding-left: 10px;
	line-height: 12px;
	font-weight: normal;
}
#content p {
	font-size: 13px;
	line-height: 20px;
	margin: 5px 0 10px;
}
.orange {
	color: #f74e27;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}
#content .ava {
	float: left;
	width: 340px;
	margin-left: 2px;
}
#content .news {
	float: right;
	width: 340px;
}

@media only screen and (max-width:800px) {
h2, #content h3, #content h4 {
	font-size: 1em;
}
#content h3{
	height: 40px;
}
#content .ava, #content .news {
	width: 100%;
	float: none;
}
}
#content .ava h3, #content .news h3 {
	clear: both;
}
#content .ava .box_in, #content .news .box_in {
	padding: 5px 0;
}
#content .ava p, #content .news p {
	margin: 0px;
}
#content .news .dl_list {
	width:100%;
	float: left;
	margin-bottom: 20px;
	border-top: 1px solid #CDD6D9;
}
#content .news .dl_list dl {
	float: left;
	display: block;
	width: 100%;
	padding: 13px 0 14px;
	border-bottom: 1px solid #CDD6D9;
}
#content .news .dl_list dt {
	float: left;
	display: block;
	width: 26%;
	padding-left: 10px;
	font-size: 12px;
	line-height: 1.4em;
	background: url(../img/li_mark.png) no-repeat 1px center;
}
#content .news .dl_list dd {
	width: 74%;
	display: block;
	float: right;
	font-size: 12px;
	line-height: 1.4em;
	padding-left: 7px;
	border-left: 1px solid #D7E6E8;
}
.aki_box {
	padding: 10px 0 0;
	border-top: 1px solid #CDD6D9;
	border-bottom: 1px solid #CDD6D9;
	margin-bottom:20px;
}

@media only screen and (max-width:800px) {
#content .news .dl_list dd {
	width: 70%;
}
}
.menu {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
.r_box1, .r_box2 {
	clear: both;
	width: 100%;
	padding-top: 20px;
	border-bottom: dashed 1px #ccc;
	overflow: hidden;
}
.r_box1_l, .r_box1_l2 {
	float: left;
	width: 330px;
}
.r_box1_r {
	float: right;
	width: 300px;
	margin: 0 auto 20px;
}
.r_box1 .r_box1_l img {
	width: 305px;
	margin: 0 auto 20px;
}
.r_box1 .r_box1_l2 img {
	display: block;
	float: left;
	width: 143px;
	margin: 0 13px 20px 0;
}
.r_box2 .r_box1_l {
	width: 242px;
}
.r_box2 .r_box1_r {
	width: 350px;
}
.r_box2 .r_box1_l img {
	display: block;
	width: 230px !important;
	margin: 0 auto 20px !important;
}
.bs1 {
	border: solid 1px #666;
}
.bs3 {
	border: solid 3px #ddd;
}
img.center {
	display: block;
	margin: 0 auto !important;
}
#content img {
	border: solid 4px #fff;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 7px 0px;
	margin-left: 2%;
}
#content img.s_none {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

@media only screen and (max-width:640px) {
.r_box1 {
	width: 100%;
}
.r_box1_l, .r_box1_r, .r_box1_l2, .r_box2 .r_box1_l, .r_box2 .r_box1_r {
	float: none;
	width: 100% !important;
}
.r_box1 .r_box1_l img {
	width: 96%;
	margin: 0 auto 20px;
}
.r_box1 .r_box1_l2 img:nth-child(even) {
	width: 44%;
	float: left;
	margin: 0 0 20px 0;
}
.r_box1 .r_box1_l2 img:nth-child(odd) {
	width: 44%;
	float: right;
	margin: 0 2% 20px 0;
}
}
dl.dl_link {
	padding: 20px;
	margin-right: 10px;
	margin-left: 5px;
}
.dl_link dt {
	font-size: 15px;
	border-bottom: 1px dotted #CCCCCC;
	line-height: 28px;
	background: url(../img/li_mark.png) no-repeat left center;
	padding-left: 10px;
	font-weight: normal;
	letter-spacing: 1px;
}
.dl_link dd {
	font-size: 13px;
	line-height: 20px;
	padding-right: 15px;
	padding-left: 15px;
	color: #505050;
}
.btn, .c_btn {
	background: #f5f5f5;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	transition: background 0.8s ease;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	text-transform: uppercase;
	padding: 10px 15px !important;
	text-decoration: none !important;
	margin: 0px 1px 15px 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: rgba(100, 100, 100, 0.4) 0px 3px 0px 1px;
	-webkit-box-shadow: rgba(100, 100, 100, 0.4) 0px 3px 0px 1px;
	-moz-box-shadow: rgba(100, 100, 100, 0.4) 0px 3px 0px 1px;
}
.btn a, .c_btn a {
	text-decoration: none !important;
	color: #fff !important;
}
.btn:hover, .c_btn:hover {
	background: #6F7E84;
	color: #fff;
	margin: 3px auto 12px;
	box-shadow: rgba(100, 100, 100, 0.2) 0px 0px 0px 1px;
	-webkit-box-shadow: rgba(100, 100, 100, 0.2) 0px 0px 0px 1px;
	-moz-box-shadow: rgba(100, 100, 100, 0.2) 0px 0px 0px 1px;
}
#content .to_top {
	clear: both;
	float: right;
	margin-top: 10px;
}
#content ul.list {
	padding-top: 10px;
	padding-bottom: 10px;
}
#content ul.list li {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 7px;
	padding-left: 15px;
	background-image: url(../img/li_mark.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom: 1px dotted #DDDDDD;
	color: #1072BA;
}
.syomei {
	font-size: 18px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 15px;
	font-family: "有澤楷書", "ＡＲＰ行楷書体Ｈ", "ＡＲ行楷書体Ｈ", "ヒラギノ明朝 Pro W6", "HiraMinPro-W6";
	padding-top: 5px;
}
.teisei {
	text-decoration: line-through;
	padding-right: 5px;
	padding-left: 5px;
}

@media only screen and (max-width:800px) {
#content .menu_base {
	width: 100%;
}
}
textarea, input {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	padding: 5px 2px;
}
.map {
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border: 1px solid #EAEAEA;
	overflow: hidden;
}
.map iframe {
	width: 100%;
	height: 350px;
}
#side {
	background-color: #f5f5f5;
	float: left;
	width: 230px;
	height: 100%;
	padding: 5px 5px 32767px 5px !important;
	margin-bottom: -32767px;
}

@media only screen and (max-width:800px) {
#side {
	width: 100%;
	float: none;
}
}
#side .side_box {
	margin-bottom: 5px;
	padding: 5px 0 10px;
}
#side .side_box h3 {
	background-color: #3DAAD3;
	background-image: none;
	line-height: 20px;
	height: 20px;
	paddingtop: 1px 0;
	font-size: 13px;
}

@media only screen and (max-width:800px) {
#side .side_box {
	width: 100%;
	float: none;
}
}
#side li a:hover {
	background-color: #edf6fc;
	color: #2291D6;
}
#side .side_box p {
	margin: 5px 10px 10px;
	font-size: 12px;
}
#side .side_box .side_btn img {
	display: block;
	width: 96%;
	margin: 0 auto;
}
#side ul {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#side li {
	line-height: 0;
}
#side li a {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #14130C;
	text-decoration: none;
	background-color: #fff;
	padding: 7px 5px 6px 10px;
	border-left: 3px double #B3BFC4;
	margin-bottom: 3px;
}
#side li a span {
	font-size: 10px;
	line-height: 12px;
	color: #2799D7;
}
#side .chui {
	font-size: 10px;
	color: #D73743;
	padding-left: 5px;
}

@media only screen and (max-width:800px) {
#side ul {
	width: 100%;
}
#side li a {
	height: 42px;
	line-height: 27px;
}
.sm_eng {
	float: right;
	padding: 0.7em 1em 0 0;
}
}
#footer {
	background-color: #7b8285;
	clear: both;
	position: relative;
	padding: 20px 0 0;
	overflow: hidden;
}
#footer ul#f_ul01 {
	float:left;
	width: 200px;
	margin: 0 0 0 20px;
}
#footer li a {
	float: left;
	color: #F1F3F3;
	font-size: 0.8em;
	padding: 1px 13px;
	text-decoration: none;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	margin: 0 0 8px -1px;
}
#footer li a:hover {
	color: #ccc;
}
#footer #f_logo {
	float:right;
	width: 600px;
	font-size: 0.8em;
	color: #fff;
	padding: 0 30px 10px;
	overflow: hidden;
}
#footer #f_logo a {
	color: #fff !important;
	text-decoration:none;
}
#footer #f_logo p.logo {
	clear: both;
	float: left;
	font-size: 1.3em;
	padding: 0 30px 0 0;
}
.number {
	font-size: 1.1em;
	font-weight:bold;
	color: #fff !important;
}

@media only screen and (max-width:800px) {
#footer {
	height: auto;
	padding: 0;
}
#footer ul#f_ul01 {
	float:none;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border-top: 1px solid #9EABAB;
}
#footer li a {
	display: block;
	width: 50%;
	padding: 12px 8px;
	text-align:center;
	margin-bottom: 0;
	border-top: none;
	border-left: none;
	border-right: 1px solid #9EABAB;
	border-bottom: 1px solid #9EABAB;
}
#footer li a:hover {
	color: #fff;
	background-color: #91a5a5;
}
#footer #f_logo {
	clear: both;
	float: none;
	padding: 20px 10px 0;
	width: 100%;
	text-align: left;
}
#footer #f_logo p.logo {
	float: none;
	padding: 0 0 20px 0;
}
}

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

#footer_sp {
	display: none;
}
}

@media only screen and (max-width:800px) {
#footer_sp {
	width: 100%;
	height: 25px;
	margin: 0;
	padding: 3px 0 0;
	position: fixed;
	bottom: 0;
	z-index: 999;
	text-align: center;
	background-color: rgba(100,100,100,0.5);
}
#footer_sp p {
	line-height: 1.2em !important;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding: 0 !important;
}
#footer_sp_inner {
	width: auto;
	display: block;
	text-align: center;
	margin: 0px auto;
	padding: 0;
	position: absolute;
	bottom: 0;
}
#footer_sp img {
	padding: 0px;
	margin: 0px;
}
#footer_sp #tel-foot {
	float: left;
	width: 52%;
	margin-left: 2%;
}
#footer_sp #mail-foot {
	float: right;
	width: 40%;
	margin-right: 2%;
}
}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #586565;
	line-height: 20px;
	text-align: center;
	padding-right: 10px;
}

@media only screen and (max-width:800px) {
address {
	padding-bottom: 35px;
}
}
#form {
	padding: 10px 0;
	margin: 10px;
}
textarea, input[type="submit"] {
	padding: 5px 10px;
	font-size: 1.2em;
}
span.eng {
	margin: -10px 0 0 !important;
	padding: 0px;
	font-size: 10px;
	color: #C6B18E;
}
#content h5 {
	clear: both;
	padding-top: 1em;
	margin-bottom: 0.3em;
	font-size: 1.2em;
	border-bottom: dashed 1px #ccc;
}

@media only screen and (max-width:800px) {
#form {
	width: 100% !important;
	margin: 0;
	background-color: #fff;
}
textarea, input[type="text"], input[type="email"], input[type="tel"] {
	width: 100% !important;
}
}
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
#content table {
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#content table td {
	padding: 2px;
	border: 1px solid #EAE8DF;
	font-size: 13px;
}
#content table th {
	font-size: 16px;
	text-align: left;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 3px solid #D1CDBA;
	border-left: 1px solid #ccc;
	background-color: #F1ECE3;
	padding: 5px 5px 5px 10px;
	font-weight: normal;
	color: #664B24;
}
#content table th {
	width: 127px;
}
#content table td:nth-child(odd) {
	background-color: #f5f5f5;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #333333;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 13px;
}
#content table td:nth-child(even) {
	background-color: #FFFFFF;
	text-align: left;
	padding: 8px;
	border: 1px solid #ccc;
	font-size: 12px;
	line-height: 20px;
}
.mb50 {
	margin-bottom:50px;
}

@media only screen and (max-width:640px) {
#form {
	width: 100% !important;
	margin: 0;
	background-color: #fff;
}
textarea, input[type="text"] {
	width: 100% !important;
}
#content table {
	border-top: 1px solid #D5D5D5;
	width: 100%;
	margin-bottom: 20px;
}
#content table td:nth-child(odd) {
	font-weight: bold;
	font-size: 1em !important;
	text-align: left !important;
	border-bottom: 1px dashed #ccc !important;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
}
#content table td:nth-child(even) {
	text-align: left;
	border-bottom: 1px solid #ccc !important;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	background-image: none !important;
	background-color: #fff;
}
#content table td:nth-child(odd), #content table td:nth-child(even) {
	width: 100% !important;
	display: block;
	border-top: none;
}
}
.table_info th a {
	color: #312D24;
}
#content .table_info .td_odd p {
	margin: 0px;
}
#content table.table_menu td {
	font-size: 14px;
}
#content table.table_menu th {
	font-size: 14px;
	background-image: url(img/th.gif);
	background-repeat: repeat-x;
	background-position: center top;
	color: #334A51;
	background-color: #F7F9F9;
	border-right-color: #ABBDBE;
}
#content .box3 {
	border: 1px solid #EEE8DF;
	float: left;
	margin-left: 10px;
	width: 670px;
	overflow: hidden;
	vertical-align: middle;
	margin-top: 8px;
	margin-bottom: 8px;
	position: relative;
	height: 200px;
}

@media only screen and (max-width:800px) {
#content .box3 {
	width: 100%;
	float: none;
}
}
.box3 img {
	display: inline-block;
	vertical-align: middle;
*zoom:1;
*display:inline;
}
.box3 .txt {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -2.5em;
	margin-top: -2.5em;
}
.box3_left {
	float: left;
	width: 210px;
	height: 148px;
	layout-grid-line: 180px;
	display: inline-block;
	vertical-align: middle;
*zoom:1;
*display:inline;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}
.box3_right {
	float: right;
	width: 390px;
	display: inline-block;
	vertical-align: middle;
*zoom:1;
*display:inline;
	padding-right: 5px;
}

@media only screen and (max-width:800px) {
.box3_left, .box3_right {
	width: 100%;
	float: none;
}
}
#content .ques_box {
	float: left;
	background-color: #FFFFFF;
	margin: 0 10px 20px 0;
	border: 1px solid #EDECE9;
	width: 150px;
}

@media only screen and (max-width:640px) {
.ques_box {
	clear: both;
	float: none !important;
	margin: 0 auto 20px !important;
}
}
#main p.p_sitemap {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#main ul.ul_sitemap {
	padding: 10px;
}
#main .ul_sitemap li {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 35px;
}
#main .ul_sitemap ul {
	margin: 0px;
	padding: 0px;
}
#main .ul_sitemap li a {
	background-image: url(../img/li_mark.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
.clear {
	clear: both;
}
.clear hr {
	display: none;
}
.pink {
	color: #f54a8e;
	font-size: 17px;
	line-height: 24px;
	font-weight: bold;
}
@media only screen and (max-width:480px) {
.sp_br:before {
	content: "\A";
	white-space: pre;
}
}
@media only screen and (min-width:801px) {
.pc_br:before {
	content: "\A";
	white-space: pre;
}
}
@media only screen and (max-width:800px) {
#slide_sp {
	width:100%;
	padding:8px;
}
#slide_sp_inner {
	width: 100%;
	background-color: #FFFFFF;
	padding: 4px 0 4px 4px !important;
	border:1px solid #ddd;
	box-shadow:rgba(245, 245, 245, 0.65098) 0px 0px 0px 5px inse !important;
	-webkit-box-shadow:rgba(245, 245, 245, 0.65098) 0px 0px 0px 5px inset !important;
	-moz-box-shadow:rgba(245, 245, 245, 0.65098) 0px 0px 0px 5px inset !important;
}
#slide {
	display:none;
}
}
#slide {
	width: 100%;
	padding: 15px;
	margin:10px 0px;
	border:1px solid #ddd;
	box-shadow:rgba(245, 245, 245, 0.65098) 0px 0px 0px 13px inset;
	-webkit-box-shadow:rgba(245, 245, 245, 0.65098) 0px 0px 0px 13px inset;
	-moz-box-shadow:rgba(245, 245, 245, 0.65098) 0px 0px 0px 13px inset;
}
@media only screen and (min-width:801px) {
#slide_sp {
	display:none;
}
}
#m_contents {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
#open01 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
}
.p_img_left {
	float: left;
	width: 180px;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px 24px 5px 10px;
	border: 1px solid #FF0000;
}
#content ul.popular {
	position:relative;
	padding:5px 0 50px;
	margin-left:210px;
}
#content ul.popular li {
	font-size: 17px;
	line-height: 29px;
	color: #FF6600;
	font-weight: bold;
	margin: 5px 0;
	list-style: disc;
	list-style-position: inside;
}
.mc_p:before {
	content:"←";
	padding-right:5px;	
}
@media only screen and (min-width:481px) {
.mc_p {
	position:absolute;
	bottom:0;
}
}
@media only screen and (max-width:480px) {
#content ul.popular li {
	width:500px;
	margin: 5px auto;
}
.mc_p {
	text-align:center;
}
.mc_p:before {
	content:"↑";
	padding-right:5px;	
}
.p_img_left {
	float: none;
	width: 70%;
	display: block;
	margin: 10px auto;
}
.img_left img {
	width: 100%;
}
#content ul.popular {
	width:100%;
	padding-bottom:20px;
	margin-left:0;
}
}
@media only screen and (max-width:480px) {
#content ul.popular li {
	width:210px;
	font-size: 1em;
	line-height: 1.3em;
	padding: 5px 0;
	margin:0 auto;
	list-style-position: outside;
}
}

.close_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	position: absolute;
	background: #000;
	opacity: 0.5;
	z-index: 5;
}
.modal_window {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 50%;
	min-height: 570px;
	height: 60%;
	text-align: center;
	display: block;
	background: #fff;
	position: absolute;
	z-index: 10;
}
.modal_window h2 {
	margin-bottom: 20px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: left;
	text-indent: 15px;
	background: #000;
	padding: 0 0 3px 5px;
	margin: 0 0 10px;
}
.modal_window p {
	padding: 0 15px 15px 15px;
	font-size: 12px;
	line-height: 160%;
	text-align: left;
}
.modal_window img {
	width: 95% !important;
	margin-left: 0;
	margin-bottom: 1em;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

@media only screen and (max-width:800px) {
.modal_window h2 {
	font-size: 0.8em;
}
.modal_window {
	width: 90%;
	min-height: 380px;
}
}

/* CSS3 ModalWindow SET
-------------------------- */
@-webkit-keyframes modalFadeIn {
	0% {opacity:0;display:block;}
	100% {opacity:1;}
}
div#modal div:target {
	-webkit-animation-name: modalFadeIn; 
  	-webkit-animation-duration: 1s;
  	-webkit-animation-iteration-count: 1;
	opacity: 1;
	display:block;
}