@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	background-image:url();/*Android4バグ対策*/
	-webkit-text-size-adjust:100%
}
body {
	font-size: 14px;
	line-height: 100%;
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	color: #333;
	background-image: none;
	background-color: #FFF;
}
img {
	border: none;
}
 ul {
	list-style-type:none;
}
a {
	color: #036ED8;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}
p {
	line-height: 24px;
	padding-bottom: 14px;
}
.clear {
	clear: both
}
.ph_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	width: 40%;
}
.ph_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.red {
	color: #F00;
}
.orange {
	color: #F60;
}
.padding10 {
	padding: 10px;
}
.btm_20 {
	margin-bottom: 20px;
}
.btm_40 {
	margin-bottom: 40px;
}
.midashi {
	font-size: 16px;
	color: #F60;
	font-weight: bold;
}
.bold_txt {
	font-weight: bold;
}
.line_waku {
	border: 1px solid #CCC;
	padding: 10px;
}

#wrapper {
	width: auto;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 95px;
	background-image: url(../images/sm/header.png);
	background-repeat: repeat-x;
	background-position: center top;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #049A41;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #049A41;
}
#header span {
	display: none;
}
#header h1 {
	background-image: none;
	height: 95px;
	width: auto;
}
#header h1 a {
	height: 100px;
	width: auto;
	display: block;
}
#header_com {
	display: none;
}
#header_com span {
	display: none;
}
#header_img {
	height: 93px;
	margin-bottom: 6px;
}

#navi {
}
.navi_up li {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/sm/navi.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 40px;
	text-shadow: 1px 1px 1px #FFF;
	float: left;
	width: 33.333%;
}
.navi_up li a {
	width: 100%;
	display: block;
	color: #666;
	padding-top: 14px;
}
.navi_up li a:hover {
	color: #F60;
}
.navi_up li:last-child {
	background-position: left bottom;
}
.navi_low li {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/sm/navi.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 40px;
	text-shadow: 1px 1px 1px #FFF;
	float: left;
	width: 50%;
}
.navi_low li a {
	width: 100%;
	display: block;
	color: #666;
	padding-top: 14px;
}
.navi_low li a:hover {
	color: #F60;
}
.navi_low li:last-child {
	background-position: left bottom;
}

.navi_low {
	clear: both;
}

#container {
	margin-top: 0px;
	margin-bottom: 0px;
}
#content {
	padding: 10px;
}
.postit_eng {
	display: none;
}
.capture {	border-radius: 0px 0px 8px 8px;
	border: 1px solid #999;
	border-top: none;
	padding: 15px;
	margin-bottom: 15px;
}
.capture_top {
	border-radius: 8px 8px 0px 0px;
	border: 1px solid #999;
	border-bottom: none;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#content h3 {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #049A41;
	color: #049A41;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 18px;
	line-height: 120%;
}
#content h4 {
	font-weight: bold;
	color: #F60;
	font-size: 18px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F60;
	margin-bottom: 15px;
	line-height: 120%;
}
#content h5 {
	font-weight: bold;
	color: #036ED8;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 120%;
}
#capture1 h2 {
	font-size: 20px;
	font-weight: bold;
	color: #666;
	background-image: url(../images/postit1.png);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 12px;
	padding-left: 20px;
	margin-bottom: 0px;
	float: none;
}
.adviser_ph {
	float: none;
	margin-left: auto;
	margin-bottom: 15px;
	width: 240px;
	margin-right: auto;
}
#capture2 h2 {
	font-size: 20px;
	font-weight: bold;
	color: #666;
	background-image: url(../images/postit2.png);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 12px;
	padding-left: 20px;
	margin-bottom: 0px;
	float: none;
}
#capture3 h2 {
	font-size: 20px;
	font-weight: bold;
	color: #666;
	background-image: url(../images/postit3.png);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 12px;
	padding-left: 20px;
	margin-bottom: 0px;
	float: none;
}
#capture4 h2 {
	font-size: 20px;
	font-weight: bold;
	color: #666;
	background-image: url(../images/postit4.png);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 12px;
	padding-left: 20px;
	margin-bottom: 0px;
	float: none;
}
#adviser h2 {
	font-size: 20px;
	font-weight: bold;
	color: #666;
	background-image: url(../images/adviser.png);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 12px;
	padding-left: 20px;
	margin-bottom: 0px;
	float: none;
}
#style h2 {
	font-size: 20px;
	font-weight: bold;
	color: #666;
	background-image: url(../images/style.png);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 12px;
	padding-left: 20px;
	margin-bottom: 0px;
	float: none;
}
.goto_top {
	text-align: right;
	width: auto;
	font-size: 14px;
}
#footer {
	display: none;
}
#footer_copy {
	width: auto;
	text-align: center;
	font-size: 12px;
	padding: 1em 0px;
	color: #666;
}
#footer_copy span {
	display: none;
}
.capture4_img {
}
.capture4_link1 {
	position: absolute;
	height: 118px;
	width: 240px;
	margin-top: 295px;
	margin-left: 631px;
}
.capture4_link2 {
	position: absolute;
	height: 14px;
	width: 441px;
	margin-top: 366px;
}
.site_link {
	display: none;
}

.site_link_sm {
	padding: 5px;
	margin-bottom: 15px;
	border: 1px solid #049A41;
	background-image: url(../images/sm/site_link_sm_bk.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	background-color: #e1f0ca;
}
.site_link_sm img {
	width: 256px;
}
.map{
	display: none;
}
@media only screen and (orientation : portrait) {
.navi_sm_title {
	display: none;
}
}
.pc_view {
	display: none;
}
.site_navi_up li {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/sm/navi.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 40px;
	text-shadow: 1px 1px 1px #FFF;
	float: left;
	width: 25%;
}
.site_navi_up li a {
	width: 100%;
	display: block;
	color: #666;
	padding-top: 14px;
}
.site_navi_up li a:hover {
	color: #F60;
}
.site_navi_up li:last-child {
	background-position: left bottom;
}
.site_navi_low li {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/sm/navi.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 40px;
	text-shadow: 1px 1px 1px #FFF;
	float: left;
	width: 50%;
}
.site_navi_low li a {
	width: 100%;
	display: block;
	color: #666;
	padding-top: 14px;
}
.site_navi_low li a:hover {
	color: #F60;
}
.site_navi_low li:last-child {
	background-position: left bottom;
}

.site_navi_low {
	clear: both;
}



