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


/* reset 
---------------------------------*/
h1,h2,h3,h4,h5,
div,p,img,
ul,ol,li,
dl,dt,dd {
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
}


img {
	border:none;
}

li {
	list-style:none;
}


/*---------------------------------*/
/* Base Layout 
---------------------------------*/
html {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.7;
	background:#000;
	width:100%;
	min-width:1200px;
}

body{
	margin:0;
	padding:0;
	text-align:center;
}





.f10 { font-size:77%; }
.f11 { font-size:85%; }
.f12 { font-size:93%; }
.f13 { font-size:100%; }
.f14 { font-size:108%; }
.f15 { font-size:116%; }
.f16 { font-size:123.1%; }
.f17 { font-size:131%; }
.f18 { font-size:138.5%; }
.f19 { font-size:146.5%; }
.f20 { font-size:153.9%; }
.f21 { font-size:161.6%; }
.f22 { font-size:167%; }
.f23 { font-size:174%; }
.f24 { font-size:182%; }
.f25 { font-size:189%; }
.f26 { font-size:197%; }
.f28 { font-size:205%; }

.pc {
	display:block;
}
.sp {
	display:none;
}

.tex_c {
	text-align:center;
}

.ma_b30 {
	margin-bottom:40px;
}
#container p {
	margin-bottom:1em;
}

.clearfix{
	display: inline-block;
}

.imgmid {
	vertical-align:middle;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}


#header {
	width:100%;
	background:#FFFFFF;
}


/*footer*/
/*#footer {
	background:#000000;
	color:#FFFFFF;
}*/
#footer img{
	margin: 0px auto 10px auto;
}
#footer p{
	color:#FFF;
	font-size:12px;
	line-height: 1.3;
}
#footer p span{
	font-weight:bold;
}


/*wrapper*/
#wrapper{
	background:url(../images/bg.gif) top center;
	color: #666666;
}

/*topimg*/
#topimg {
	background:#000000;
}

/*contents*/
 h2 {
	background:url(../images/line_top.png) repeat-x top center;
	width:100%;
}
 h2 span {
	 margin:0 auto;
	 display:block;
}

/*contents*/
#contents {
	overflow:hidden;
	text-align:left;
	margin:0 auto;
}
#contents h3 {
	 text-align:left;
	margin:0 auto;
}
#contents #contents_left {
	 text-align:left;
}
#contents #contents_left a:link {
	outline: none;
}
#contents #contents_left a:link ,
#contents #contents_left a:active ,
#contents #contents_left a:visited {
	text-decoration: underline;
	color: #2f5691;
}
a:hover {
	text-decoration: none;
	color: #2f5691;
}
#contents #contents_left p {
	margin-bottom:2em;
	text-align:left;
}

#contents #contents_left .img_l {
	padding:0 20px 20px 0;
}
#contents #contents_left p img {
	text-align:center;
}
#contents #contents_left p.line_btm {
	background:url(../images/line.gif) no-repeat bottom right;
	padding-bottom:60px;
	margin-bottom:45px;
}

#contents #contents_left p.f10 {
	margin-left:1em;
	text-indent:-1em;
	color:#c87800;
}





#header ul {
	width:760px;
	overflow:hidden;
	padding:14px 0 0 225px;
	margin:0 auto;
}
#header ul li {
	float:left;
	padding-left:15px;
}
#footer{
	width:100%;
	min-width:1000px;
	margin:0 auto;
	padding: 20px 0 15px 0;
	text-align:center;
	background: #000;
	overflow:hidden;
	text-align: center;
}
#topimg h1 {
	background:url(../images/bg_top.png) no-repeat top center;
	width:475px;
	height:376px;
	margin:0 auto;
	padding:64px 0 0 630px;
}
h2 span {
	 padding-left:40px;
	 width:1160px;
	 text-align:left;
 }
#contents {
	width:1100px;
}
#contents h3.tit_encounter {
	background:url(../images/tit_encounter.png) no-repeat top left;
	width:115px;
	height:36px;
	margin:20px 0 30px 100px;
	width:1000px;
	text-indent:-100%;
}
#contents h3.tit_encounter2 {
	background:url(../images/tit_encounter2.png) no-repeat top left;
	width:355px;
	height:36px;
	margin:20px 0 30px 100px;
	width:1000px;
	text-indent:-100%;
}
#contents #right_btn {
	padding-top:55px;
}
#contents #contents_left {
	width:700px;
	float:left;
}
#contents #contents_left p {
	padding-left:100px;
}

#contents #contents_left .img_l {
	float:left;
}
#contents #contents_left .img_figure {
	text-align:center;
}
#contents #contents_left .img_figure img {
	padding-left:100px;
}
#contents #contents_left .btn_next ,
#contents #contents_left .btn_back {
	text-align:center;
	margin:20px 0 40px 0;
}
#contents #contents_left p.f10 {
	margin-top:0.5em;
}
#contents #right_btn {
	margin-left:700px;
	width:347px;
}


 .btn_back_s {
	 margin:0 auto;
	 display:block;
	 
	 width:1160px;
	 text-align:left;
	 position:relative;
}
 .btn_back_s img {
	 position:absolute;
	 top:-100px;
	 left: 544px;
 }

@media screen and (max-width: 767px) {/*スマホ以下*/
html {
	width:100%;
	min-width:100%;
}
.pc {
	display:none;
}
.sp {
	display:block;
}
html{
	font-size: 62.5%;
}
.f10 { font-size:1.2rem; }
.f11 { font-size:1.3rem; }
.f12 { font-size:1.4rem; }
.f13 { font-size:1.5rem; }
.f14 { font-size:1.6rem; }
.f15 { font-size:1.7rem; }
.f16 { font-size:1.8rem; }
.f17 { font-size:1.9rem; }
.f18 { font-size:2.0rem; }
.f19 { font-size:2.1rem; }
.f20 { font-size:2.2rem; }
.f21 { font-size:2.3rem; }
.f22 { font-size:2.4rem }
.f23 { font-size:2.5rem; }
.f24 { font-size:2.6rem; }
.f25 { font-size:2.7rem; }
.f26 { font-size:2.8rem; }
.f40 { font-size:4.5rem; }
	
/*wrapper*/
#wrapper{
	margin-bottom: 130px;
}
#header ul {
	padding:10px 0;
	overflow:hidden;
	margin:0 auto;
	width:90%;
}
#header ul li {
	padding-left:10px;
	float:left;
}
#header ul li img {
	width:80px;
	height:auto;
}
#footer {
	width:100%;
	min-width:100%;
	padding: 20px 0 15px 0;
	text-align:center;
	background: #000;
	overflow:hidden;
	text-align: center;
}
#footer p {
	width:90%;
	margin:0 auto;
}
#topimg h1 {
	background:none;
	padding:0 0 0 0;
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:left;
	color:#FFF;
}
#topimg h1 img{
	width:100%;
	height:auto;
}
#topimg h1 p {
	width:90%;
	height:auto;
	margin:0 auto;
	padding-bottom:20px;
}
 h2 span {
	 padding-left:0;
	width:100%;
	 text-align:center;
}
#contents {
	width:90%;
}
#contents h3 {
	padding:20px 0 30px 0;
	text-align:center;
}
#contents h3.tit_encounter {
	text-align:center;
	background:none;
	
	width:100%;
	height:aout;
	margin:20px 0 30px 0;
	text-indent:inherit;
}
#contents h3.tit_encounter2 {
	text-align:center;
	background:none;
	
	width:100%;
	height:2.5em;
	margin:20px 0 30px 0;
	text-indent:inherit;
}


#contents h3 {
	color:#868686;
}

#contents #right_btn {
	padding-top:30px;
}


#contents #contents_left {
	width:100%;
	float:none;
}
#contents #contents_left p {
	padding-left:0;
}

#contents #contents_left .img_l {
	margin:0 auto;
	text-align:center;
	width:100%;
}
#contents #contents_left .img_l img {
	float:none;
	width:100%;
	height:auto;
}
#contents #contents_left .img_figure img {
	margin:0 auto;
	text-align:center;
	width:100%;
	max-width:600px;
	height:auto;
	padding-left:0;
}
#contents #contents_left p.line_btm {
	background:url(../images/line.gif) no-repeat bottom center;
	background-size:200%;
}
#contents #contents_left p.f10 {
	margin-top:0em;
}
#contents #contents_left .btn_next img ,
#contents #contents_left .btn_back img {
	width:100%;
	max-width:600px;
	height:auto;
}

#contents #right_btn_s {
	position:fixed;
	width:100%;
	bottom:-5px;
	left:0;
}
#contents #right_btn_s img {
	margin:0 auto;
	width:100%;
	height:auto;
}






 .btn_back_s {
	 margin:0 auto;
	 display:block;
	 
	 width:100%;
	 text-align:center;
	 position:relative;
}
 .btn_back_s img {
	 position:relative;
	 top:30px;
	 left: 0px;
 }
 
 
 
}