@charset "Shift_JIS";

* {
margin:0;
padding:0;
}

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:#f1f1f1;
zoom:1;
overflow-x:hidden;
}

a   		{text-decoration:none;}

.small {font-size: 16px;}
.middle {font-size: 24px;}
.big {font-size: 32px;}

.imgBox {
	width:548px;
	margin: 24px auto;
	padding:24px 12px;
	border: 1px solid #e9e9e9;
	text-align:center;
	background: #eee;
}



/* Wrap
-----------------------------------------------*/

#wrap {
	width:100%;
	min-width:1024px;
}



/* Header
-----------------------------------------------*/
header {
	height:72px;
	padding:24px;
	background: #fff;
}

header p {
	padding:0 0 8px 6px;
	color:#555;
	font-size:14px;
}

#headerLeft {
	float:left;
	padding-bottom: 12px;
}

#headerRight {
	float:right;
}
#headerRight a {
	display:block;
	padding:12px 36px;
	background: #13A73A;
	color:#fff;
	border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
#headerRight a:hover {
	background: #2DBF53;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}

/* Container
-----------------------------------------------*/


/* kv
-----------------------------------------------*/
#kvArea {
	clear:both;
	height:550px;
	border-top:2px solid #e1e1e1;
	background:#fff url(../img/kv_bg.png) left top no-repeat;
	text-align: center;
	/*background-size: 100% 100%;*/
}
#kvBottom{
	height:420px;
	border-bottom:2px solid #ccc;
	background: #f1f1f1 url(../img/cream_pixels.png) left top repeat;
	color:#333;
	text-align:center;
}

#kvBottom p#kvbTitle{
	padding:60px 0;
	font-size:52px;
	font-weight: bold;
	text-align: center;
}
#kvBottom p {
	font-size:24px;
}

#kvbInner {
	font-size:26px;
	font-family : YuGothic, '游ゴシック', sans-serif;
	text-align:center;
}

#kvbInner a {
	position:relative;
	top:100px;
	left:0;
	display:block;
	width:520px;
	height: 200px;
	margin: 0 auto;
	padding:24px;
	background: #fff url(../img/logo.gif) center 160px no-repeat;
	border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	text-align:center;
	color:#e65400;
	font-weight: bold;
	line-height: 140%;
	-webkit-transition: 1s ease-in-out;
	transition: background-color 1s linear;
}

#kvbInner a:hover {
	position:relative;
	top:80px;
	left:0;
	height: 220px;
} 

/* Section
-----------------------------------------------*/

section {
	height:820px;
	padding:36px;
	background: #fff;
	font-size: 20px;
}

section h1 {
	padding:24px 0;
	font-size:54px;
	text-align:center;
}

section h2 {
	padding:18px 0;
	font-size:36px;
}

section p {
	padding-left: 24px;
	line-height: 140%;	
}


/* Footer
-----------------------------------------------*/

footer {
	padding:24px 0 48px;
	border-top:1px solid #333;
	background: #111 url(../img/office.png) left top repeat;
	text-align:center;
}

footer adress a {
	font-size:14px;
	color:#ccc;
}

#footerTop {
	padding: 18px;
	background: #555;
	font-size: 14px;
	color:#fff;
	text-align: center;
}

#footerTop a {
	color:#fff;	
}


/* Layout - detail
--------------------------------------------  */
/* --------------------------header */




/* --------------------------form */

form {
padding-top:36px;
}
#form_head {
margin-bottom:20px;
}
#form_head p {
padding:0 1em;
font-size:80%;
line-height:1.3;
}
#form_head p span {
color:#ff0000;
}

#form_body {
padding:12px;
margin-bottom:30px;
}
#form_body input,
#form_body textarea {
padding:3px;
font-size:100%;
}
#form_body input {
margin-right:2px;
}
#form_body select {
margin-right:2px;
font-size:100%;
}
#form_body table {
margin-bottom:10px;
padding:0 1em;
border-bottom:1px solid #cccccc;
}
#form_body th {
padding:5px 5px 10px 5px;
font-weight:normal;
vertical-align:middle;
background:#fafafa;
}
#form_body th span {
color:#ff0000;
}
#form_body td {
padding:5px 5px 10px;
line-height:1.2;
}
#form_body dd span {
font-size:80%;
}

input[type="submit"] {
margin:0 auto;
text-align:center;
}

/* --------------------------footer */


