@charset "utf-8";

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;
}

.clearfix:after {
content:" "; 
display:block;
height:0.1px;
visibility:hidden;
font-size:0.1em;
line-height:0;
clear:both;
}
.clearfix {
display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
.clearfix {
display:block;
}

body {
margin:0 auto;
color:#222;
font-family:'Meiryo UI','メイリオ',"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Sans-Serif;
line-height:1.0;
background:#fff;
zoom:1;
overflow-x:hidden;
}

a   		{text-decoration:none;}

.small {font-size: 16px;}
.middle {font-size: 24px;}
.big {font-size: 32px;}

.bld {font-weight:bold;}


/* Wrap
-----------------------------------------------*/

#wrap {
	width:100%;
	min-width:1000px;
}



/* Header
-----------------------------------------------*/
header {
	position:fixed;
	z-index:10;
	width:100%;
	min-width:640px;
	height:120px;
	padding:6px 24px;
	border:1px solid #ddd;
	background: #fff;
	background: -moz-linear-gradient(top, #fff, #e1e1e1 );　
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e1e1e1));　
}

#headerWrap {
position:relative;
}

#headerLeft {
float:left;
position:absolute;
top:5px;
left:24px;
}

#headerLeft p {
padding-bottom:6px;
color:#555;
font-size:12px;
}

#headerRight {
float:right;
position:absolute;
top:2px;
right:72px;
}

#headerRight a {
padding:4px 6px 0 0;
}

#hr01 {
margin:2px 0;
padding:4px;
color:#fff;
background:#0a0b35;
border-radius: 5px;
text-align:center;
}

#hr02 {
padding-bottom:6px;
font-size:18px;

}

#hr02 a {
color:#C90500;
font-size:36px;
font-weight:bold;
vertical-align:-20%;
}

#hr02 a:hover {
color:#EF0600;
}

#hr03 {
vertical-align:top;
}

#hr03 a {
color:#C90500;
font-size:20px;
font-weight:bold;
}

#hr03 a:hover {
color:#EF0600;
}

#hr04 {
padding-top:6px;
color:#333;
font-size:14px;
text-align:right;
}

/* Container
-----------------------------------------------*/

#container {
clear:both;
padding-top:130px;
}


/* kv
-----------------------------------------------*/
#kvArea {
	height:505px;
	border-top:2px solid #ccc;
	background:#fff url(../img/kv_base.png) left top no-repeat;
	background-size: 100% 100%;
}

#kvArea img {
margin:0 auto;
}

#kvBottom{
	height:480px;

	background:#fff url(../img/blackorchid.png) left top repeat;
	color:#fff;
	text-align:center;
}
#kvBottom p {
	padding-top:60px;
	font-size:48px;
	font-weight: bold;
	font-family : YuGothic, '游ゴシック', sans-serif;
}

#kvbInner {
	font-size:26px;
	font-family : YuGothic, '游ゴシック', sans-serif;
	text-align:center;
}

#kvbInner a {
	position:relative;
	top:80px;
	left:0;
	z-index: 0;
	margin: 0 auto;
	padding:24px;
}

#kvbInner a:hover img {
opacity:0.9;
}

/* Section
-----------------------------------------------*/

section {
	height:900px;
	padding:36px;
	background: #fff;
	font-size: 20px;
}

section h1 {
	padding:48px 0;
	font-size:54px;
	font-family : YuGothic, '游ゴシック', sans-serif;
	text-align:center;
}

section p {
	line-height:160%;
}

section.s02 {
	background: #eee url(../img/squairy_light.png) left top repeat;
	text-align:center;
}

section.s02 p {
padding-top:24px;
padding-left:48px;
text-align:left;
}

section.s02 img {
	padding:12px 0;
}

section#a01 {
border-bottom:1px solid #d1d1d1;
background:#f9f9f9 url(../img/shl.png) left top repeat;
box-shadow: 0 8px 8px rgba(0,0,0,0.1);
}


.ct {
margin-top:12px;
padding:48px;
text-align:left;
}

section#a02 {
background:url(../img/a1_bgimg.png) right bottom no-repeat;
}

.lt {
position:relative;
top:40px;
z-index:0;
line-height:200%;
}

section#info {
width:1000px;
height:100%;
margin:0 auto;
}


section#info small {
font-size:16px;
}

.tblArea {
	padding:72px 0 0;
	line-height:140%;
}

.tblArea table {
	width:1000px;
	margin:0 auto;
}

.tblArea th {
	margin-bottom: 6px;
	padding:8px 12px;
	border-left:3px solid #fff;
	background: #121328;
	background: -moz-linear-gradient(top, #000046, #121328);　/* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom, from(#990), to(#066));　
	border-left:3px solid #fff;
	color:#fff;
	font-size:16px;
	font-weight: normal;
	font-family : YuGothic, '游ゴシック', sans-serif;
}

.tblArea th:first-child {
	border-left: 0;
}

.tblArea td {
	width:30%;
	padding: 12px;
	border-bottom:1px solid #fcfcfc;
	border-left:1px solid #fff;
	background: #fafafa;
	font-size: 16px;
}

.tblArea td:first-child {
	border-left: 0;
}

.tblArea td img {
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
}




/* formBox
-----------------------------------------------*/

.formBox {
	height:80px;
	margin-top:-16px;
	margin-bottom:-18px;
	padding:48px 0;
	border-top:1px solid #333;
	border-bottom:3px solid #666;
	background:#fff url(../img/blackorchid.png) left top repeat;
	box-shadow: 0 4px 4px 4px rgba(0,0,0,0.4) inset;
}
.formBox a {
	display:block;
	width:840px;
	margin: 0 auto;
	padding:24px;
	background: #E12A00;
	border-radius: 14px; 
    -webkit-border-radius: 14px; 
    -moz-border-radius: 14px;
	font-size:36px;
	color:#fff;
	text-align: center;
	-webkit-transition: 1s ease-in-out;
	transition: background-color 1s linear;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

.formBox a:hover {
	margin-top:1px;
	background: #FF6000;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}


/* Footer
-----------------------------------------------*/

#footerTop {
padding:24px 0;
background:url(../img/classy_fabric.png) left top repeat;
text-align:center;
font-size:14px;
}
#footerTop a {
color:#fff;
}

footer {
	padding:36px 0 120px;
	background: #111 url(../img/slash_it.png) left top repeat;
	text-align:center;
}

footer adress a {
	font-size:14px;
	color:#ccc;
}

#fb {
position:relative;
top:96px;
left:12px;
text-align:left;
}

#fb a img {
padding-right:6px;
}
