﻿@charset "utf-8";

/**
 * Setup
 */
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic',sans-serif;
}

h1,h2,h3,h4,h5,h6{ font-weight: normal;}

a { color: #0066ff; text-decoration: underline;}
a:hover { text-decoration: none;}
a:visited {} 


input[text],input[password],textarea{ border: 1px solid #ccc;}

li{ list-style: none;}

hr{ border: 1px solid #ddd;}

div,p{ word-break: break-all;}

strong{}
em{ font-style: normal;}

table{ border-collapse: collapse;}
th{ vertical-align: top; font-weight: normal; text-align: left;}
td{ vertical-align: top;}

/* TEXT = #fff or 000, BACKGROUND = #fefefe or 010101 */




/**
 * clearfix
 */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}





/**
 * Font color, Text align
 */
.red{ color: #E60012;}
.blue{ color: #33B3FF;}
.green{ color: #89BD00;}
.orange{ color: #fc0;}
.pink{ color: #F85291;}
.glay{ color: #996;}
.bold{ font-weight: bold;}
.small{ font-size: 10px;}
.right{ text-align: right;}
.left{ text-align: left;}
.center{ text-align: center;}





/**
 * List Style
 */
.decimal,.circle,.disc,.upper_roman,.lower_roman,.lower-latin{ margin-left: 20px;}
.decimal>li{ list-style-type: decimal;}
.circle>li{ list-style-type: circle;}
.disc>li{ list-style-type: disc;}
.upper_roman>li{ list-style-type: upper-roman;}
.lower_roman>li{ list-style-type: lower-roman;}
.lower-latin>li{ list-style-type: lower-latin;}





/**
 * Font size
 */
.f10 { font-size:77%; }
.f11 { font-size:85%; }
.f12 { font-size:93%; }
.f14 { font-size:108%; }
.f15 { font-size:116%; }
.f16 { font-size:123.1%; }
.f17 { font-size:131%; }
.f18 { font-size:138.5%; }
.f19 { font-size:146.5%; }
.f20 { font-size:153.9%; }
.f21 { font-size:161.6%; }
.f22 { font-size:167%; }
.f23 { font-size:174%; }
.f24 { font-size:182%; }
.f25 { font-size:189%; }
.f26 { font-size:197%; }





/**
 * Margin
 */
.mb5{ margin-bottom: 5px;}
.mb10{ margin-bottom: 10px;}
.mb15{ margin-bottom: 15px;}
.mb20{ margin-bottom: 20px;}
.mb25{ margin-bottom: 25px;}
.mb30{ margin-bottom: 30px;}
.mb35{ margin-bottom: 35px;}
.mb40{ margin-bottom: 40px;}





/**
 * Layout
 */
#wrapper{
}

#contents{
	width: 900px;
	margin: 0 auto;
}

#logo,
#logo a{
	width: 300px;
	height: 114px;
	display: block;
	background: url("../img/pic_logo.png") left top no-repeat;
	text-indent: -9999px;
}

#header{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#header .inner{
	width: 900px;
	margin: 0 auto;
	position: relative;
}

#header .inner ul{
	position: absolute;
	top: 30px;
	right: 0;
	overflow: hidden;
}

#header .inner li{
	float: left;
	margin-left: 15px;
}

#footer{
	margin-top: 30px;
	padding: 50px 0;
	border-top: 1px solid #ccc;
	text-align: center;
}

#footer p{
	margin-top: 15px;
	font-size: 12px;
}




 /**
 * Common Style
 */




/**
 * Development
 */
#mainarea{
	width: 900px;
	height: 1270px;
	background: url("../img/bg_main.png") left 10px no-repeat;
	position: relative;
}

#mainarea .text p.center{
	margin-bottom: 10px;
	font-size: 12px;
}

#mainarea .text .right{
	padding: 10px 0 30px;
}

#mainarea .text{
	width: 590px;
	position: absolute;
	top: 115px;
	left: 290px;
}

#mainarea .text h2{
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#mainarea .text p{
	line-height: 150%;
}

#message h3{
	padding: 30px 0;
	line-height: 180%;
	text-align: center;
	font-size: 26px;
}

#message p{
	line-height: 130%;
}

#message p span{
	margin-top: 8px;
	display: block;
	font-size: 12px;
}

#message .ttl{
	margin-bottom: 10px;
	padding: 10px 5px;
	border-left: 3px solid #ccc;
	background: #eee;
}

#message .text{
	margin-bottom: 40px;
}



.inquiry{ width: 100%; margin-bottom: 8px; border-top: 1px solid #ccc; border-left: 1px solid #ccc;}
.inquiry th,.inquiry td{ padding: 5px 10px; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc;}
.inquiry th{ width: 160px; background: #eee; font-weight: bold;}
.inquiry td input,.inquiry td textarea{ padding: 5px;}
.inquiry td input{ width: 95%;}
.inquiry td textarea{ width: 95%; height: 150px;}






