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;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display:block;
}
html {
font-size: 62.5%;
}

body {
background: #F9F8F5;
color:#444;
font-family:sans-serif;
line-height:1.0;
}

br {letter-spacing:0;}
ul, li {list-style:none;}
img, a img {border:none; text-decoration:none; vertical-align:top;}
table {border-collapse:collapse;}
input, textarea, select {font-family:sans-serif;}

.cf:before,
.cf:after {content:""; display:table;}
.cf:after {clear:both;}
.cf {zoom:1;}

a:link    {color:#3366CC; text-decoration:none;}
a:visited {color:#3366CC; text-decoration:none;}
a:hover   {color:#3366CC; text-decoration:underline;}
a:active  {color:#99CCFF; text-decoration:none;}


/* Layout - detail
--------------------------------------------  */
/* --------------------------header */
header {
	background: #fff;
}


/* --------------------------form_head common */
#form_head h1,
#comp_body h1 {
	margin: 0 0 1em;
	font-size: 120%;
	font-weight: bold;
}

#form_head p,
#comp_body p {
	font-size: 100%;
	line-height: 1.7;
}

.attred {
	color: #d70049;
	font-weight: bold;
}

.domain_name {
	color: #111;
	font-weight: bold;
}


/* --------------------------form_body common */
#form_body input {
	padding: .2em .4em;
	font-size: 100%;
}

#form_body input[type="text"] {
	width: 40%;
}

#form_body input[type="email"] {
	width: 80%;
}

#form_body textarea {
	width: 90%;
	height: 5em;
	padding: .2em .4em;
	font-size: 100%;
}

#form_body input {
	margin-right: 2px;
}

#form_body select {
	margin-right: 2px;
	font-size: 120%;
}

#form_body .s-btn {
	text-align: center;
}



#form_body .form_info {
	border-bottom: 1px solid #d5d5d5;
	color: #0f6784;
	font-size: 80%;
}

#form_body .form_info2 {
	border-bottom: 1px solid #d5d5d5;
	color: #d70049;
	font-size: 80%;
}

#form_body .error_mes {
	box-sizing: border-box;
	padding: 0.6em 1em;
	background: #fffbd1;
	border: 2px solid #f45f5d;
	color: #ff0000;
	font-size: 90%;
	line-height: 1.5;
}

#form_body .hissu {
	display: inline-block;
	margin: 0 0 0 8px;
	padding: 2px 3px;
	background: #d70049;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

/* --------------------------footer */
footer {
	padding: 30px 0;
	text-align: center;
}
footer p {
	font-size: 1.2rem;
}

/* -------------------------------------------------------
for SmartPhone
---------------------------------------------------------- */
@media only screen and (max-width:949px){
/* common ------------------------- */
	body {
		font-size: 1.6em;
	}
	.intro {
		padding: 5px;
		color: #666;
		font-size: 1rem;
		line-height: 1.3;
	}
	#title {
		padding: 10px;
	}
	#title img {
		width: 220px;
	}
	
	.header_tel {
		display: none;
	}
	
	#form_head {
		margin: 30px 0 30px;
		padding: 0 10px;
	}
	#form_head {
		font-size: 90%;
	}
	
	#form_body {
		margin: 0 0 30px;
	}
	
	#form_body .form_info,
	#form_body .form_info2 {
		padding: 0 10px 10px;
	}
	
	#form_body dl {
		padding: 0 1em;
		border-bottom: 1px solid #cccccc;
	}
	#form_body dt {
		padding: 15px 0 10px;
		font-weight: bold;
	}
	#form_body dd {
		padding: 0 0 15px;
		line-height: 1.2;
	}
	#form_body dd span {
		font-size: 80%;
	}
	#form_body input[type="email"] {
		font-size: 120%;
	}

	
	
	#comp_body {
		margin: 0 0 30px;
		padding: 30px 10px 0;
	}
	#comp_body .bth {
		padding: 0 20px;
		text-align: center;
	}
	#comp_body .bth a {
		display: block;
		padding: 0 2em;
		background: #fff;
		border: 1px solid #90c2e5;
		border-radius: 5px;
		color: #333;
		font-size: 12px;
		text-decoration: none;
		text-align: center;
		line-height: 36px;
	}
	
	
	
	.site_footer {
		padding: 15px 0;
	}
	.site_footer .pp {
		margin: 0 0 1em;
		font-size: 12px;
		text-align: center;
	}
	.site_footer .cp {
		color: #666;
		font-size: 10px;
		text-align: center;
	}
	
	.form_telnum {
		display: block;
		margin: 0 0 15px;
	}
	.form_telnum a {
		display: block;
		padding: 0 1em;
		background: #134ba0;
		border-radius: 5px;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
		color: #fff;
		font-size: 16px;
		text-decoration: none;
		line-height: 40px;
		text-align: center;
	}

}/* end SP */





/* -------------------------------------------------------
for PC
---------------------------------------------------------- */
@media only screen and (min-width:950px){
/* common ------------------------- */
	body {
		font-family: Verdana, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
		font-size: 1.5em;
		zoom:1;
	}
	
	header {
		min-width: 950px;
	}
	.header-inner {
		width: 950px;
		margin: 0 auto;
		padding: 15px 0;
	}

	.intro {
		margin: 0 0 1em;
		font-size: 1.1rem;
	}

	.site_header .header_inner {
		position: relative;
		box-sizing: border-box;
		width: 1000px;
		height: 80px;
		margin: 0 auto;
	}
	#title {}
	#title img {
		width: 240px;
	}
	
	.header_tel {
		position: absolute;
		top: 15px;
		right: 0;
	}

	#form_head {
		width: 900px;
		margin: 50px auto 50px;
	}
	
	.domain_name {
		display: inline-block;
		margin: 0 5px 0 0;
		padding: 0 5px;
		border: 1px solid #ccc;
	}

	#form_body {
		width: 900px;
		margin: 0 auto 50px;
	}
	
	#form_body .form_info,
	#form_body .form_info2 {
		padding: 0 0 10px;
	}
	
	#form_body dl {
		width: 100%;
		background: url(koumoku_bg.gif) repeat-y left top;
		border-bottom: 1px solid #d5d5d5;
		font-size: 100%;
	}
	
	#form_body dt {
		float: left;
		box-sizing: border-box;
		width: 220px;
		padding: 22px 15px;
		font-weight: bold;
		line-height: 1.5;
		text-align: left;
		vertical-align: middle;
	}
	
	#form_body dd {
		margin: 0 0 0 240px;
		padding: 22px 0;
		line-height: 1.7;
		vertical-align: middle;
	}
	
	#form_body dd span {
		font-size: 13px;
	}
	
	#form_body dl:before,
	#form_body dl:after {
		content: "";
		display: table;
	}
	
	#form_body dl:after {
		clear: both;
	}
	
	#form_body dl {
		zoom: 1;
	}
	
	#form_body input,
	#form_body textarea {
		padding: .5em;
	}
	
	#form_body input[type="email"] {
		font-size: 120%;
		font-family: Verdana, sans-serif;
		font-weight: bold;
	}
	
	#form_body .s-btn {
		text-align: center;
	}
	
	#comp_body {
		width: 900px;
		margin: 50px auto 80px;
	}
	
	#comp_body .bth {
		font-size: 80%;
	}
	.site_footer {
		padding: 30px 0;
	}
	.site_footer .pp {
		margin: 0 0 1em;
		font-size: 12px;
		text-align: center;
	}
	.site_footer .cp {
		font-size: 12px;
		text-align: center;
	}
	.form_telnum {
	display:none;
	}

}/* end PC */






/* -------------------------------------------------------
Common
---------------------------------------------------------- */
.fs80 {font-size:80%;}
.fs90 {font-size:90%;}
.fs100 {font-size:100%;}
.fs110 {font-size:110%;}
.fs120 {font-size:120%;}
.fs11px {font-size:11px;}
.fs13px {font-size:13px;}
.fs15px {font-size:15px;}

.lh15 {line-height:1.5;}
.lh16 {line-height:1.6;}
.lh17 {line-height:1.7;}
.lh18 {line-height:1.8;}
.lh20 {line-height:2.0;}

.ti1em {text-indent:1em;}

.fwb {font-weight:bold;}

.mgb5 {margin-bottom:5px;}
.mgb10 {margin-bottom:10px;}
.mgb15 {margin-bottom:15px;}
.mgb20 {margin-bottom:20px;}
.mgb30 {margin-bottom:30px;}
.mgb40 {margin-bottom:40px;}
.mgb50 {margin-bottom:50px;}
.mgb1em {margin-bottom:1em;}
.mgb105em {margin-bottom:1.5em;}
.mgb2em {margin-bottom:2em;}

.mgr10 {margin-right:10px;}
.mgr15 {margin-right:15px;}
.mgr20 {margin-right:20px;}

.pdlr10 {padding:0 10px;}
.pdlr20 {padding:0 20px;}
.pdlr30 {padding:0 30px;}
.pdlr1em {padding:0 1em;}

.tac {text-align:center;}
.tal {text-align:left;}
.tar {text-align:right;}

.fc_red {color:#ff0000;}

.udl {border-bottom:1px solid #ff0000;}


