/* CSS Document */

@charset "utf-8";

/*----------------------------------------------------
 リセット
----------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

html { overflow-y: scroll; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea, {
margin: 0;
padding: 0;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul { list-style: none; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th { text-align: left; }

a:focus { outline: none; }

img{ vertical-align:middle;}


/*----------------------------------------------------
 共通
----------------------------------------------------*/
body {
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background: url(../img/head_bg.gif) repeat-x;
	font-size: 20px;
	letter-spacing: 0;
}



/*----------------------------------------------------
 header
----------------------------------------------------*/
h1{
	margin:8px auto 7px;
	text-align:center;
}
header{
	width:980px;
	height:984px;
	background:url(../img/header.png) 0 0 no-repeat;
	position:relative;
	font-size:20px;
	margin:0 auto;
}
header .btn_box{
	position:absolute;
	top:720px;
	right:5px;
}

a.btn_01{
	color:#000;
}

a.btn_01:before{
	content: url(../img/icon_03.gif);
	margin-right:10px;
}
a.btn_01:hover{
	color:#be0600;
}

/*----------------------------------------------------
 コンテンツ
----------------------------------------------------*/
.box_01{
	width:980px;
	margin:20px auto 0;
	text-align:center;
}


h2,footer{
	background: #45b3e3; /* Old browsers */
	background: -moz-linear-gradient(top,  #45b3e3 50%, #37a5d5 52%, #37a5d5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#45b3e3), color-stop(52%,#37a5d5), color-stop(100%,#37a5d5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #45b3e3 50%,#37a5d5 52%,#37a5d5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #45b3e3 50%,#37a5d5 52%,#37a5d5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #45b3e3 50%,#37a5d5 52%,#37a5d5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #45b3e3 50%,#37a5d5 52%,#37a5d5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45b3e3', endColorstr='#37a5d5',GradientType=0 ); /* IE6-9 */
	text-align:center;
	width:100%;
	color:#fff;
}

h2{
	font-size:35px;
	padding:10px 0;
	margin-bottom:40px;
}

/* そんなストレート剤のイメージが変わります */
.in_01{
	width:796px;
	height:496px;
	background:url(../img/what_hago.jpg) 0 0 no-repeat;
	position:relative;
	margin:0 auto;
}

.in_01 p{
	position:absolute;
	top:180px;
	left:245px;
	width:490px;
	font-size:20px;
	text-align:left;
}
.in_01 p br{
	margin-bottom:15px;
}

/* ボタン */
.btn_box{
	width:652px;
	margin:30px auto 40px;
	text-align:right;
}
.btn_box a:first-child{
	margin-bottom:5px;
	display:block;
}

/* 羽衣って何がスゴいの？ */
div.sugoi{
	background:#f1ffc4;
	text-align:left;
	font-size:18px;
	line-height:25px;
	padding:20px 30px 30px;
	margin-bottom:30px;
}

div.sugoi p{
	width:410px;
	margin:0 20px 20px 0;
	display:inline-block;
}
div.sugoi p br{
	margin-bottom:15px;
}
div.sugoi img{
	vertical-align:top;
}

div.sugoi ul li{
	text-indent:-36px;
	margin-left:36px;
}

div.sugoi ul li:before{
	content:url(../img/icon_01.jpg);
	margin-right:10px;
	position:relative;
	top:10px;
}

/* 羽衣の使い方＆メリット */

.box_02{
	background:#fffe9c;
	padding:30px 0;
}

.box_02 h3{
	margin-bottom:30px;
}

/* 羽衣MOVIE */

.in_02{
	width:430px;
	background:#a8a8a8;
	padding:10px 5px 20px;
	margin:0 auto;
}

.in_02 dl{
	width:390px;
	font-size:16px;
	margin:20px auto 0;
		text-align:left;

}
.in_02 dl dt{
	margin-bottom:10px;
	font-weight:bold;
}

/* お客様の声 */
.in_03{
	background: url(../img/voice_bg.jpg) 0 0 no-repeat;
	width:434px;
	height:250px;
	display:inline-block;
	margin:0 20px 20px 0;
	text-align:left;
	position:relative;
}
.in_03:nth-child(2n){
	margin-right:0;
}

.in_03 dl{
	position:absolute;
	top:45px;
	left:28px;
	width:375px;
	max-height:170px;
	overflow:hidden;
	margin:0 auto;
}
.in_03 dt{
	max-width:375px;
	max-height:33px;
	margin-bottom:10px;
	overflow:hidden;
}
.in_03 dd{
	overflow:hidden;
	font-size:16px;
}

/* FAQ */
.in_04{
	text-align:left;
	margin-bottom:40px;
}
.in_04 dt{
	background:#000;
	color:#fff;
	text-align:center;
	font-size:25px;
	font-weight:bold;
	margin:30px 0;
}
.in_04 dd{
	font-size:18px;
	margin:0 15px 10px 45px;
	text-indent:-45px;
}

.in_04 dd:before{
	position:relative;
	margin-right:15px;
	top:10px;
}

.in_04 dd:nth-child(2n):before{
	content:url(../img/icon_q.gif);
}
.in_04 dd:nth-child(2n+1):before{
	content:url(../img/icon_a.gif);
}
.in_04 dd p{
	color:#be0600;
	font-size:16px;
	text-indent:-75px;
	margin-left:65px;
	margin-top:10px;
}


/*----------------------------------------------------
 申し込みform
----------------------------------------------------*/

form{
	margin:50px auto;
	font-size:18px;
}

form h3{
	background:#000;
	color:#fff;
	padding:10px 0;
	font-size:24px;
	font-weight:bold;
}
form span{
	color:#be0600;
	font-size:14px;
}
form span.text{
	color:#666;
}
table{
	margin:0 auto;
	width:100%;
	border:1px solid #000;
}

th, td{
	padding:5px;
}

td{
	padding-left:10px;
	border:1px solid #000;
	text-align:left;
}

th{
	background:#ececec;
	width:25%;
	text-align:center;
	vertical-align:middle;
	border-bottom:1px solid #000;
}


input,textarea{
	border:1px solid #ccc;
	font-size:16px;
	padding:5px;
	border-radius:4px;
}

input{
	cursor:pointer;
}
#item1,#item2,#item3{
	width:20px;
	height:20px;
	vertical-align:middle;
	margin:0 10px;

}
input:focus{
	border:1px solid #4AA7CE;
	background:#FFC;
}

textarea{
	max-width:700px;
}


form p input{
	text-align:center;
	margin:20px auto;
	border:none;
}

/*----------------------------------------------------
 戻るボタン
----------------------------------------------------*/

.pagetop {
	position:fixed;
	right: 20px;
	bottom:180px;
}

.pagetop a{
	display:block;
	width:52px;
	height:52px;
}

.pagetop a:hover img{
	opacity:0;
}

.pagetop a:hover{
	background:url(../img/top_on.png) 0 0 no-repeat;
}


/*----------------------------------------------------
 footer
----------------------------------------------------*/
#foot_box{
	margin:0 auto;
	width:100%;
	background:#ececec;
	padding:20px 0;
}

#foot_box div{
	width:1000px;
	margin:0 auto;
}

#foot_box div p{
	display:inline-block;
	margin:0 0 0 50px;
	font-size:16px;
}
#foot_box div p a{
	color:#000;
	margin:0 10px;
}

#foot_box div p a:before{
	content:url(../img/icon_02.gif);
	position:relative;
	top:5px;
	margin-right:10px;
}
#foot_box div p +img{
	float:right;
}
footer {
	position: relative;
	bottom:0;
	height:80px;
}

footer p{
	color:#FFF;
	font-size:16px;
	padding-top:25px;
	
}
/*----------------------------------------------------
 clearfix
----------------------------------------------------*/

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

