@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/

/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
color:#474747;
margin:0;
padding:0;
background:#211600 url(../images/back_01.jpg) center top;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
text-align:center;
font-size:100%;
 -webkit-text-size-adjust: none;
 	position:relative;
}

a:link{ color:#2c54c6;text-decoration:underline;}
a:visited{ color:#2c54c6;text-decoration:underline;}
a:hover{ color:#27a6e1;text-decoration:none;}
a:active{ color:#2c54c6;text-decoration:none;}

ul{ list-style:none;}

img {
	padding:0px;
	margin:0px;
	vertical-align:bottom;
}
a:hover {
	opacity:0.8;
}

/*
html ----------------------------------------------------------*/




/* body base
===============================================================*/

#wrap {
	padding:186px 0 0 0; 
}


.contents_frame {
	background:url(../images/frame_part_01.png) repeat-y center top;
	min-width:1100px;
	margin:0 auto;
}
.contents_frame > div {
	width:1100px;
	margin:0 auto;
}
.contents_noframe {
	min-width:1100px;
	margin:0 auto;
	overflow:hidden;
}
.contents_noframe > div {
	width:1100px;
	margin:0 auto;
}
.contents_frame_01 {
	background:url(../images/frame_part_02.png) no-repeat center top;
	padding:193px 0 0 0;
	min-width:1100px;
	margin:0 auto;
}
.contents_frame_01 > div {
	width:1100px;
	margin:0 auto;
}

.top_parts {
	background:url(../images/frame_part_03.png) no-repeat center top;
	padding:30px 0 0 0;
}
.bottom_parts:after {
	content:"";
	display:block;
	background:url(../images/frame_part_04.png) no-repeat center top;
	padding:32px 0 0 0;
}
.btn_box_01 {
	position:relative;
}
.btn_box_01 a, .btn_box_01 input {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	-moz-transition: margin 0.2s linear, border 0.2s linear, padding 0.2s linear;
	-webkit-transition: margin 0.2s linear, border 0.2s linear, padding 0.2s linear;
	-o-transition: margin 0.2s linear, border 0.2s linear, padding 0.2s linear;
	-ms-transition: margin 0.2s linear, border 0.2s linear, padding 0.2s linear;	
}

.pink {
	color:#c62762;
}
.strong {
	font-weight:bold;
}

.flow_contents {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:10000;
}

/* header
===============================================================*/

#header {
	margin:0 auto;
}
#header .logo {
	float:left;
}
#header .header_right {
	float:right;
	margin-right:40px;
}
#header .header_right .tell {
	margin-bottom:12px;
}
#header .header_right .tell img {
	-moz-border-radius:0 0 10px 10px;
	-ms-border-radius:0 0 10px 10px;
	-o-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
	-moz-box-shadow:0px 0px 4px 2px rgba(0,0,0,0.5);
	-ms-box-shadow:0px 0px 4px 2px rgba(0,0,0,0.5);
	-o-box-shadow:0px 0px 4px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow:0px 0px 4px 2px rgba(0,0,0,0.5);
	box-shadow:0px 0px 4px 2px rgba(0,0,0,0.5);	
}
#header .header_right .form_btn a {
	background:#5d1a2d;
	padding:0px;
	margin:0px;
	padding-bottom:3px;
}
#header .header_right .form_btn a:hover {
	margin-top:3px;
	padding-bottom:0px;
}

/* footer
===============================================================*/

.close_link {
  position: absolute;
  bottom:10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}
.close_link a {
  color: #FFF;
}