@charset "utf-8";

/* CSS Reset
---------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {border:none;}

/* レイアウトベース
----------------------------------------*/
body	{
	width: 100%;
	margin: 0;
	background: #e7ebf2;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #333;
}
#wrapper	{
	width: 860px;
	margin: 50px auto 0 auto;
	background: #fff;
	box-shadow: 0px 0px 12px 2px rgba(133,133,141,1);
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}
#IE6 #wrapper,
#IE7 #wrapper,
#IE8 #wrapper	{
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#bfbba6, Strength=10, Direction=0),
			progid:DXImageTransform.Microsoft.Shadow(Color=#bfbba6, Strength=10, Direction=90),
			progid:DXImageTransform.Microsoft.Shadow(Color=#bfbba6, Strength=10, Direction=180),
			progid:DXImageTransform.Microsoft.Shadow(Color=#bfbba6, Strength=10, Direction=270);
}

/* 分岐ページ用
----------------------------------------*/
.switch-page	{
	padding: 80px 60px;
	line-height: 2.0em !important;
	font-size: 1.8em !important;
}

/* コンテンツ
----------------------------------------*/
#container {
	padding: 30px 60px 0px 60px;
}

h1 {
	margin: 30px 0 50px 0;

}


.section	{
	border-bottom: 2px dotted #c4cde0;
	margin: 0 0 40px 0;
	padding: 0 0 40px 0;
	line-height: 1.5em;
	font-size: 1.4em;
}
.section_noborder	{
	border-bottom:none
	}


.section .description {
	margin: 0 0 20px 0;
}

.section .step	{
	float: left;
	width: 60px;
}
.section .step_txet	{
	float: left;
	width: 680px;
}
.section .step_txet strong{
	color:#ff0000;
}

#close {
	text-align:center;
}


.pagetop {
	margin: 0 30px;
	padding: 20px 0 30px 0;
	text-align: right;
}

/* お問い合わせ
---------------------------------------- */
#inquiry	{
	border: 1px solid #e6e6e6;
	margin: 70px 0 0 0;
	padding: 29px;
	background: #f1f1f1;
}
#inquiry h4	{
	float: left;
	margin: 15px 0 0 0;
}
#inquiry p	{
	float: right;
	font-size: 1.2em;
}


/* フッタ
----------------------------------------*/
#footer {
    width: 100%;
    height: 50px;
	line-height: 50px;
    text-align: center;
	vertical-align: middle;
}
#footer address {
	color: #3f3f3f;
}

/* リンク
----------------------------------------*/
a,
a:visited	{
	outline: none;
	text-decoration: underline;
	color: #00799a;
}
a:hover,
a:active	{
	text-decoration: none;
	color: #88bccb;
}


/* ノーマライゼーション等
----------------------------------------*/
strong, b, .bold	{font-weight: bold;}
em, i	{font-style: italic;}
sup	{
	position: relative;
	top: -5px;
	font-size: 10px;
}
.larger	{font-size: 1.2em !important;}
.smaller	{font-size: 0.86em !important;}
.meiryofix	{
	font-family: "Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
.aL	{text-align: left;}
.aC	{text-align: center;}
.aR	{text-align: right;}

.mT10		{margin-top: 10px !important;}
.mT20		{margin-top: 20px !important;}
.mB0		{margin-bottom: 0px !important;}
.mB5		{margin-bottom: 5px !important;}
.mB10		{margin-bottom: 10px !important;}
.mB20		{margin-bottom: 20px !important;}
.mB30		{margin-bottom: 30px !important;}
.mB50		{margin-bottom: 50px !important;}

/* floatなど
----------------------------------------*/
.fL	{float: left;}
.fR	{float: right;}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
