@charset "utf-8";

/*----------------------------------------------------
 リセット
----------------------------------------------------*/
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/


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

body { line-height: 1; }

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

nav ul{ list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

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

/* change colours to suit your needs */



ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */



mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del { text-decoration: line-through; }

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

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

/* change border colour to suit your needs */



hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select { vertical-align: middle; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

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

body {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background: #fff;
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing:0.1em;
}

#main {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

a {
	display: block;
	color: #3d77c4
}

a:hover {
	color: #000;
	opacity: 0.8;
}

h2,h3{
	margin:10px 0;
}
li{
	list-style:none;
}

span{
	font-size:14px;
	color: #C00;
	text-align:left;
	display:block;
}



/*----------------------------------------------------
 header
----------------------------------------------------*/



header {
	position: relative;
	height: 160px;
}

header h1 {
	font-size: 14px;
	margin: 30px 0;
}

header h3 {
	position: absolute;
	top: 20px;
	right: 20px
}

/*----------------------------------------------------
 左カラム
----------------------------------------------------*/



#left_box {
	width: 230px;
	margin-right: 20px;
	float: left;
}

/*----------------------------------------------------
 ナビ
----------------------------------------------------*/



#left_box nav a { line-height: 0; }

#left_box nav { margin-bottom: 20px; }

#left_box aside img { margin-bottom: 10px; }

/*----------------------------------------------------
 右カラム
----------------------------------------------------*/

h2 + p{
	width:700px;
	margin:0 auto;

}

#right_box {
	width: 750px;
	float: left;
}

#right_box h1 { margin-bottom: 20px; }

/* index.html */



.mini { 
	width:710px;
	margin:40px auto 40px;
	
}

.mini p{
	width:680px;
	margin:0 auto 20px;
	letter-spacing:0.15em;
}
.mini p img{
	float:right;
	margin:0 0 20px 20px;
}
.mini p.right{
	text-align:right;
}



.mini strong{
	font-weight:normal;
	font-size:17px;

}


.contents img { margin-bottom: 20px; }

.case { margin-bottom: 20px; }

.case h1 { margin-bottom: 10px; }

.case ul {
	width: 660px;
	margin: 0 auto;
}

.case li {
	float: left;
	margin: 0 20px 20px 0;
}

.case li:nth-child(2n) { margin-right: 0; }


.ichiran {
	text-align: right;
	font-size: 14px;
}

/* information */


.waku, .waku_02,.waku_03,.waku_05{
	background:#eee;
	padding:20px;
	margin: 20px auto;
}
.waku_05{
	padding:30px;
}
.waku_03{
	margin-bottom:30px;
}


.waku_04{
	padding:30px;
	text-align:center;
	margin:20px auto;
	border:5px solid #ccc;
}

.waku_04 dl,.waku_05 dl{
	margin-bottom:30px;
}

.waku_04 dt img{
	border:1px solid #ccc;
}




.waku dl {
	border-bottom: 1px dashed #666;
	margin-bottom: 10px;
}
.waku dl:last-child{
	border-bottom:none;
}

.waku dt, .waku_02 dt{ margin-bottom: 10px; }

.waku_02 dt {
	border-bottom: 1px dotted #666;
	padding-bottom: 10px;
}

.waku_03 dl{
	width:670px;
	margin:0 auto;
	
}
.waku_03 dl dt,
.waku_03 dl dd{
	margin-bottom:20px;
	
}

.waku_03 dd img{
	text-align:center;
}

.waku_03 dd:last-child{
	margin-bottom:0;
}

.waku_03 dd p{
	margin-bottom:30px;
	text-align:left;
}



/* voice */
dl.voice {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align:left;
}

dl.voice dt:before {
	content: url("img/flowicon_02.png");
	display: inline-block;
	margin-right:20px;
	vertical-align:middle;

}

dl.voice dt {
	margin: 0 0 10px 0px;
	font-weight:bold;
	}

/* question */

dl.question { margin-top: 10px; }

dl.question dt:before, dl.question dd:before {
	content: url("img/flowicon_02.png");
	display: block;
	height: 0;
	left: -40px;
	position: relative;
}

dl.question dd:before {
	content: url("img/flowicon_01.png");
}

dl.question dt {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 40px;
	border:none;
}
dl.question dd {
	 margin: 0 0 10px 40px;
}

/* flow */


.flow{
	margin-bottom: 60px;
}
.flow_02{
	margin:60px auto 0;
	text-align:center;
	counter-increment: number;
}

.flow_02 img{
	margin:20px auto;
	border: 3px solid #fff;
}


.flow:after,
.flow_02:after{
	content: url("img/triangle.png");
	display: block;
	height: 0;
	position: relative;
	text-align: center;
	top:30px;
}
.flow_02:after{
	top:0;
}
.flow:last-child:after,
.flow_02:last-child:after{
	content: "";
}
.flow_02 dt{
	text-align:left;
	color:#1B855A;
	font-weight:bold;
}
.flow_02 dt p{
	display:inline-block;
	width:630px;
		vertical-align:middle;

}
.flow_02 dt:before{
	display:inline-block;
	padding:5px 10px;
	background:#1b855a;
	color:#fff;
	margin-right:10px;
	content: counter(number);
}
dl.beginner {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}


dl.beginner dt,
.waku_03 dt{
	color:#268B63;
	font-weight:bold;
	font-size:18px;
	border-bottom:1px dotted #666;
	padding-bottom:5px;
	margin-bottom:10px;
}
dl.beginner dt img,
.waku_03 dt img{
	vertical-align:middle;
	margin-right:10px;
}

dl.beginner dd{
	margin-bottom:10px;
}

.map{
	border:1px solid #fff;
}



p strong, p em, dd em {
	color: #C00000;
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	margin-bottom:30px;
}

th,td {
	border: 1px solid #CBCBCB;
	padding: 10px;
	text-align: left;
}
th{
	background:#34916C;
	vertical-align:middle;
	text-align:center;
	color:#fff;
	width:170px;
	font-weight:normal;
}
td{
	background:#FFF;
}
td img{
	margin-top:10px;
}

/* foundationworks */
p.text_01{
	margin-bottom:40px;
}
p.text_02{
	margin-bottom:10px;
}




p.text{
	margin:0 auto 30px;
	text-align:left;
}

img.waku{
	margin-bottom:10px;
}


/* 注意書き */
strong.attent{
	color:#C00;
	font-size:15px;
}


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

.pagetop {
	position: fixed;
	right: 10px;
	bottom: 250px;
	width:100px;
	height:50px;
}

.pagetop a {
	display: block;
	font-size:12px;
	background: #292929;
	text-decoration:none;
	color:#fff;
	padding:5px;
	text-align:center;
	border-radius:5px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.6);
}


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


footer {
	background: #292929;
	width: 100%;
	margin: 50px auto 0;
	padding: 40px 0 0;
	color: #fff;
}

footer nav {
	width: 1000px;
	margin: 0 auto;
}

footer nav ul {
	float: left;
	width: 65%;
	margin-left: 20px;
}

footer nav li {
	font-size: 14px;
	display: inline-block;
	width: 180px;
	margin-right: 60px;
}

footer nav li a { color: #fff; }

footer nav li a:hover { color: #999; }


footer div{
	float:left;
}

footer strong {
	font-size: 36px;
	color: #fff;
}

footer p {
	clear: both;
	text-align: center;
	padding: 50px 0 20px;
	font-size: 14px;
}


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

.clearfix { min-height: 1px; }
