@charset "UTF-8";



/* ----  body ----*/


body {
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333333;
	line-height:2em;
	overflow-x:hidden;
	font-size:14px;
	-webkit-text-size-adjust: 100%;
}
p{
	margin-bottom:15px;
}

h3{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
ul {
	margin-bottom:15px;
}

strong{
	font-weight:bold;
}
.small{
	font-size:12px;
}

a{
	color:#007549;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
	color:#00B6DD;
}

a:hover img{
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}


header{
	width:100%;
	margin:0px auto 10px;
	position:relative;
	text-align:center;
}

header h1{
	margin:10px auto;
}
header h1 img{
	width:90%;
}


header #tel{
display:none;
}

header nav #menu{
	display:none;
}

header nav #menu li span{
	display:none;
}

#s_pc{
	display:none;
}



article{
	text-align:center;
}
article h2{
	font-size:40px;
	font-weight:900;
	border-bottom:2px solid #CCCCCC;
	margin-bottom:10px;
	padding:10px 0px 15px;
	letter-spacing:10px;
}
article .image img{
	width:90%;
	height:auto;
}

.toiawase{
	margin:0px auto;
	background:#FFFFD7;
	text-align:center;
	padding:15px 10px;
}
.toiawase img{
	width:100%;
	height:auto;
}



#greeting{
	text-align:center;
	padding:20px 10px;
}
#greeting h2 img{
	width:50%;
}
#greeting p.text{
	margin-bottom:20px;
}



#akiya{
	text-align:center;
	padding:20px 10px;
	background:#FFF1EE;
}
#akiya h2 {
	border-bottom:2px solid #EA461F;
}
#akiya h2 img{
	width:70%;
}
#akiya .inner {
	margin:0px auto;
}

#akiya ul.text {
	margin:0px auto;
}
#akiya ul.text strong{
	color:#FF0000;
	text-decoration:underline;
	font-weight:bold;
}
#akiya .image img{
	width:70%;
}
#akiya .example {
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:25px;
	margin:0px auto 20px;
}
#akiya .example h3 {
	font-weight:bold;
	color:#FFFFFF;
	background:#128553;
	margin-bottom:5px;
}
#akiya .example .text {
	font-size:14px;
	line-height:2em;
	text-align:left;
}
#akiya .example .arrow {
	display:none;
}
#akiya .example img {
	width:100%;
	height:auto;
}



#flow{
	text-align:center;
	padding:20px 10px;
}
#flow h2{
	border-bottom:2px solid #9E005D;
}
#flow h2 img{
	width:90%;
}
#flow .read{
	font-size:20px;
	color:#FF0000;
	font-weight:bold;
}
#flow p.text{
	margin-bottom:20px;
}


#trouble{
	text-align:center;
	padding:20px 10px;
	background:#E7F7FF;
}
#trouble h2 {
	border-bottom:2px solid #0071BC;
}
#trouble h2 img {
	width:90%;
}
#trouble .inner {

	margin:0px auto;
	text-align:left;
}

#trouble .reason {
	color:#F15A24;
	font-weight:bold;
	line-height:0.8em;
	padding-top:20px;
	
}
#trouble h3 {
	color:#0071BC;
	font-size:20px;
	font-weight:bold;
	line-height:1.0em;
	
}
#trouble .cf {
	color:#999999;
	font-size:12px;
	text-align:right;
	line-height:1.0em;
}



#trouble .ex {
	border:1px solid #8EBCED; 
	background: #FFFFFF;
	padding:15px;
	margin-bottom:15px;
	font-size:18px;
	clear:both;
}

#trouble .ex dt {
	background: #006837;
	color:#FFFFFF;
	width:50px;
	float:left;
	text-align:center;
	border:solid 1px #006837;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	
}
#trouble .ex dd {
	color: #006837;
	margin:0px 0px 0px 75px;
}


#info{
	text-align:center;
	padding:20px 10px;
	background:#F1FFDC;
}
#info h2 {
	border-bottom:2px solid #009245;
}
#info h2 img{
	width:40%;
}
#info .inner {
	margin:0px auto;
	text-align:left;
}
#info dl {
	text-align:left;
}
#info dt {
	font-weight:bold;
	padding: 10px;
	border-top: 1px solid #CCCCCC;
}
#info dd {
	padding: 10px;
	border-top: 1px solid #CCCCCC;
}
#info iframe {
	width:100%;
	height:400px;
}
#info dt.top {
	border:none;
}

#info dd .recruit{
	display:block;
    text-align:center;
    font-size:18px;
    font-weight:bold;
    color:#FF0004;
    background:#FFFFFF;
    border:1px dotted #CCCCCC;
    padding:5px;
}



footer #footer_logo img{
	width:90%;
}

footer #footer_nav{
	display:none;
}

footer #copyright{
	font-size:10px;
	color:#999999;
	clear:both;
	text-align:center;
	padding-top:20px;
}


/*_________ページトップ ________*/

#page-top a{
	font-size:20px;
	color:#333;
	padding:25px;
}

.m_pagetop a{
	font-size:20px;
	color:#333;
	padding:25px;
}