@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: #0f0810 url(../img/bg.jpg) no-repeat top center;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #333;
}
#wrapper	{
	width: 810px;
	margin: 70px auto 0 auto;
	background: #fff;
	box-shadow: 0px 0px 20px 5px rgba(0,0,0,1);

}
#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 50px 60px;
}
h1 {
	margin: 0px 0 20px 0;
	padding: 0 0 0 0;
}
h2 {
	margin: 0 0 30px 0;
	line-height: 1.3em;
	font-size: 20px;
	font-weight: bold;
	color: #3f3f3f;
}
h3 {
	margin: 50px auto 15px auto;
	border:1px solid #9fa2a7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 8px 3px 8px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	font-size: 1.7em;
	text-align: center;
	color: #FFFFFF;
	background-color: #513f56;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #301c34), color-stop(100%, #513f56));
	background-image: -webkit-linear-gradient(top, #909397, #b5b7bb);
	background-image: -moz-linear-gradient(top, #301c34, #513f56);
	background-image: -ms-linear-gradient(top, #301c34, #513f56);
	background-image: -o-linear-gradient(top, #301c34, #513f56);
	background-image: linear-gradient(top, #301c34, #513f56);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#301c34, endColorstr=#513f56);
}
h3.first	{
	margin: 30px 0 20px 0;
}
h3 span	{
	display: block;
	width: 100%;
	padding: 15px 8px 13px 8px;
	background: url(../img/bg-h3.png) 0 0;
}
#IE6 h3 span	{
	background: none;
}
h4 {
	margin: 10px 0 10px 0;
	font-size: 1.7em;
	font-weight: bold;
}


#container div.first{
	text-align:center;
	width:100%;
}


#container div.glay{
	background-color: #efefef;
	padding: 10px 10px 10px 20px;
	margin: 10px 0px 10px 0px;
}


#container p{
    font-size: 1.4em;
	line-height: 1.8em;
}
#container ul li {
	margin: 0 0 10px 17px;
    font-size: 1.4em;
	line-height: 1.6em;

	list-style: square url("../img/list-mark.png") outside;
}
#container ul.lead {
	font-weight:bold;
	font-size:1.0em;
	margin: 10px 0px 10px 0px;
}


#container p .attention{
	color: #C00;
}


#entry {
	margin: 40px 0 50px 0;
	padding: 29px;
	text-align: center;

}
#entry .attention {
	padding: 20px 0px 0px 0px;
    font-size: 1.4em;
	line-height: 1.6em;
	text-align: center;
	color: #cb0000;
}
.pagetop {
	margin: 0 30px;
	padding: 20px 0 30px 0;
	text-align: right;
}


.title2 {
	text-align: center;
	margin: 0 0 30px 0;
}

.aboutTcc {
	padding: 0 0 0 13px;


	background: url(../img/list-mark.png) no-repeat 0 5px;

}

/* STEP
---------------------------------------- */
#step	{
	margin:0 0 30px 0;
}

#step h4	{
	margin: 5px 0px 0px 0px;
	float: left;
}


#step p	{
	float: right;
	width: 565px;
}

/* sticker
---------------------------------------- */
#sticker	{
	margin:0 0 30px 0;
}

#sticker img	{
	margin: 5px 0px 0px 0px;
	float: left;
}


#sticker p	{
	float: right;
	width: 370px;
}




/* お問い合わせ
---------------------------------------- */
#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;
	width: 500px;
	font-size: 1.2em;
}


/* フッタ
----------------------------------------*/
#footer {
    width: 100%;
    height: 50px;
	line-height: 50px;
    text-align: center;
	vertical-align: middle;
}
#footer address {
	color: #fff;
}

/* リンク
----------------------------------------*/
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 */
