@charset "utf-8";

/* CSS Document */

/*----------------------------------------------------
 共通
----------------------------------------------------*/



body {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background: url(../../141023/bg_01.gif) repeat;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0;
	background: #6daceb;
	color: #313131;
}

strong {
	color: #e60012;
	font-weight: bold;
}

/*----------------------------------------------------
 コンテンツ
----------------------------------------------------*/

#main {
	width: 980px;
	margin: 0 auto;
	box-shadow: 0 0 6px #666;
	background: #fff;
	text-align: center;
}

#in {
	margin: 30px 0;
	text-align: center;
}

/*----------------------------------------------------
 お問合わせボタン
----------------------------------------------------*/

.btn_box { margin: 30px 0; }

.btn_box, .btn_box > img { margin-bottom: 30px; }

.btn_box div {
	background: url(../img/ban_web.png) 0 0 no-repeat;
	width: 890px;
	height: 268px;
	margin: 0 auto;
}

.btn_box ul { padding-top: 175px; }

.btn_box li { display: inline-block; }

.btn_box li:first-child { margin-right: 15px; }

/*----------------------------------------------------
 フレッツ光の特長
----------------------------------------------------*/

.con_box01 {
	background: url(../img/tokutyo_bg.jpg) 0 0 repeat;
	width: 860px;
	overflow: hidden;
	padding: 15px;
	margin: 0 auto 20px;
}

.con_box01 div {
	background: #fff;
	padding: 30px 0;
}

.con_box01 h1 img { margin-bottom: 30px; }

.con_box01 p {
	width: 780px;
	text-align: left;
	margin: 0 auto;
	font-weight: bold;
}

/*----------------------------------------------------
 よくある質問
----------------------------------------------------*/


#question {
	width: 790px;
	padding: 15px;
	margin: 0 auto 60px;
	background: url(../img/question_bg.jpg) 0 0 repeat-y;
}

#question dl {
	background: url(../img/question_bg_in.jpg) 0 0 repeat;
	padding: 40px;
	text-align: left;
}

#question dt {
	margin-bottom: 20px;
	text-align: center;
}

#question dd {
	margin: 0 0 10px 100px;
	text-indent: -45px;
}

#question dd:nth-child(even) {
	font-weight: bold;
	font-size: 20px;
}

#question dd:before {
	display: inline-block;
	margin-right: 20px;
	position: relative;
	top: 10px;
}

#question dd.icon_q:before { content: url(../img/question_q.png); }

#question dd.icon_a:before { content: url(../img/question_a.png); }

/*----------------------------------------------------
 お申込みの流れ
----------------------------------------------------*/

#flow {
	width: 890px;
	height: 589px;
	background: url(../img/step.png) 0 0 no-repeat;
	position: relative;
	margin: 0 auto 30px;
}

#flow ol {
	position: absolute;
	top: 130px;
	left: 150px;
	text-align: left;
}

#flow li { margin-bottom: 108px; }

#flow li img { margin-top: 10px; }

/*----------------------------------------------------
 フォーム
----------------------------------------------------*/

#form_box {
	width: 800px;
	padding: 30px;
	margin: 30px auto;
	border: 15px solid #848484;
	background: #fff;
}

#form_box h1 { margin-bottom: 30px; }

#form_box p {
	width: 780px;
	text-align: left;
	font-weight: bold;
	margin-left: 10px;
}

#form_box img { margin: 10px auto 30px; }

form {
	width: 720px;
	background: #e5e5e5;
	padding: 30px;
	margin: 10px auto 0;
}

form dl, textarea {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 15px;
}

form dt, form dd {
	padding: 5px 0;
	vertical-align: middle;
}

form dt {
	background: #313131;
	color: #fff;
	width: 180px;
	display: table-cell;
}

form dd {
	width: 515px;
	padding-left: 10px;
	background: #fff;
	display: table-cell;
	border-left: 15px solid #e5e5e5;
	text-align: left;
}

form dd:hover { background: #FF9; }

select, input, textarea {
	height: 25px;
	border: 1px solid #999;
	border-radius: 2px;
	padding: 0 0.5em;
}

input, textarea { width: 480px; }

textarea {
	max-width: 480px;
	min-width: 480px;
	min-height: 200px;
	font-size: 13px;
	padding-top: 10px;
}

.s_box { width: 100px; }

dd.attention, dd.attention:hover {
	font-size: 12px;
	background: none;
	display: block;
	padding-left: 0;
	border: none;
}

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



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

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

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

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

/*----------------------------------------------------
 footer
----------------------------------------------------*/



footer {
	position: relative;
	width: 100%;
	height: 45px;
	bottom: 0;
	background: #ffa03c; /* Old browsers */
	background: -moz-linear-gradient(top, #ffa03c 0%, #ffa73d 50%, #ff7c00 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa03c), color-stop(50%, #ffa73d), color-stop(50%, #ff7c00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffa03c 0%, #ffa73d 50%, #ff7c00 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffa03c 0%, #ffa73d 50%, #ff7c00 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffa03c 0%, #ffa73d 50%, #ff7c00 50%); /* IE10+ */
	background: linear-gradient(to bottom, #ffa03c 0%, #ffa73d 50%, #ff7c00 50%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa03c', endColorstr='#ff7c00', GradientType=0 ); /* IE6-9 */
}

p.copy { font-size: 13px; }

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


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

.clearfix { min-height: 1px; }

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