@charset "shift-JIS";

/*---------------------------------------------
          RESET
---------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*  ---- Fontsize Base ----  */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {font:13px/1.22;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:99%;}

/*  ---- Fontsize Pattern ----  */
/*
10px 	77%
11px 	85%
12px 	93% (was 93)
13px 	100%
14px 	108% (was 107)
15px 	116% (was 114)
16px 	123.1% (was 122)
*/
/*  ----------  */

strong{font-weight:bold;}

hr.separate{
	border: none;
	display: none;
}

body {
	background-color: #D1EFA3;
}

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



/*---------------------------------------------
          WRAPPER
---------------------------------------------*/

#hokenWrp {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}



/*---------------------------------------------
          common style
---------------------------------------------*/

.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}

.mt1em {margin-top: 1em;}

.pt5 {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}

.pl1em {padding-left: 1em;}

.tcenter {text-align:center;}
.tright {text-align:right;}

.f_size120 {font-size:120%;}

.l_height140 {line-height:140%;}

.kome {
	text-indent: -1em;
	margin-left: 1em;
	font-size: 80%;
}

.txt_red {
	color: #F00;
}


.prePage {
	text-align: center;
	font-weight: bold;
	padding: 100px 0 200px;
}


/*---------------------------------------------
          link color
---------------------------------------------*/

#footer {
	margin-top: 20px;
	margin-bottom: 30px;
	padding-top: 25px;
	border-top: 1px solid #92D630;
	color: #333;
	font-size: 93%;
	text-align: center;
}

#footer a:link {color:#643404;}
#footer a:hover {color:#643404;}
#footer a:visited {color:#643404;}
#footer a:active {color:#643404;}


/*---------------------------------------------
          clearfix
---------------------------------------------*/

.clearfix,
#footer {
    zoom:1;
}
.clearfix:after,
#footer:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

#gotosp {
	display: none;
}

}

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

body {
	background-color: #D1EFA3;
}

#hokenWrp {
	display: none;
}



#gotosp_sky {
	padding-top: 30px;
	height: 3vh;
	background:
		url(../img/common/cloud.png) 90% center no-repeat,
		url(../img/common/cloud.png) 70% center no-repeat #55D9FF;
	background-size:
		15%,
		10%;
	text-indent: -9999px;
	
}

#gotosp div#logo {
	padding-top: 20px;
}

#gotosp div#logo img {
	display: block;
	width: 70%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#gotosp p {
	display: block;
	width: 80%;
	margin: 2em auto 0;
	padding: 0.8em 0;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: linear-gradient(#B3791D 50%, #915500 50%);
}

#gotosp a:link {
	color: #FFF;
	text-decoration: none;
}

#gotosp a:visited {
	color: #FFF;
	text-decoration: none;
}

}

