@charset "UTF-8";
/* CSS Document */

/*
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px  162% = 21px  239% = 31px
 93% = 12px  170% = 22px  247% = 32px
100% = 13px  177% = 23px  254% = 33px
108% = 14px  185% = 24px  262% = 34px
116% = 15px  193% = 25px  270% = 35px
124% = 16px  200% = 26px  277% = 36px
131% = 17px  208% = 27px  285% = 37px
139% = 18px  216% = 28px  293% = 38px
147% = 19px  224% = 29px  300% = 39px
154% = 20px  231% = 30px  308% = 40px
*/

/*====================================================================

	リセット

====================================================================*/

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, data, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

article, aside, figure, figcaption,footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
	display: block;
}

li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

img {
	vertical-align: top;
}

q:before, q:after {
	content: '';
}

em, strong {
	font-weight: bold;
	font-style: normal;
}

address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}

/* IE7のズームのバグ直し */
*:first-child+html body,
*:first-child+html br { letter-spacing: 0; }



/*====================================================================

	アンカー

====================================================================*/

a {
	color: #333;
}
a:link    {
	color: #333;
	text-decoration: none;
}
a:visited {}
a:hover   {
	text-decoration: underline;
}
a:active  {}


/*====================================================================

	グローバルなクラス
		※用意しておくが使わなくて済むなら使わない方がいいかな…

====================================================================*/

.clearfix:after {
	content : '';
	clear : both;
	display : block;
	height: 0;
}
.clearfix {
	*zoom: 1;
}

.inline-block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.clear {
	clear: both;
}


/*====================================================================

	スタイルのためのクラス

====================================================================*/

.mt0  {margin-top: 0px!important;}
.mt5  {margin-top: 5px!important;}
.mt10 {margin-top:10px!important;}
.mt15 {margin-top:15px!important;}
.mt20 {margin-top:20px!important;}
.mt25 {margin-top:25px!important;}
.mt30 {margin-top:30px!important;}
.mt35 {margin-top:35px!important;}
.mt40 {margin-top:40px!important;}
.mt45 {margin-top:45px!important;}
.mt50 {margin-top:50px!important;}
.mt55 {margin-top:55px!important;}
.mt60 {margin-top:60px!important;}
.mt65 {margin-top:65px!important;}
.mt70 {margin-top:70px!important;}
.mt75 {margin-top:75px!important;}
.mt80 {margin-top:80px!important;}
.mt85 {margin-top:85px!important;}
.mt90 {margin-top:90px!important;}
.mt95 {margin-top:95px!important;}
.mt100 {margin-top:100px!important;}

.mb0  {margin-bottom: 0px!important;}
.mb5  {margin-bottom: 5px!important;}
.mb10 {margin-bottom:10px!important;}
.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}
.mb25 {margin-bottom:25px!important;}
.mb30 {margin-bottom:30px!important;}
.mb35 {margin-bottom:35px!important;}
.mb40 {margin-bottom:40px!important;}
.mb45 {margin-bottom:45px!important;}
.mb50 {margin-bottom:50px!important;}
.mb60 {margin-bottom:60px!important;}
.mb70 {margin-bottom:70px!important;}
.mb80 {margin-bottom:80px!important;}
.mb90 {margin-bottom:90px!important;}
.mb100 {margin-bottom:100px!important;}
.mb110 {margin-bottom:110px!important;}
.mb120 {margin-bottom:120px!important;}
.mb130 {margin-bottom:130px!important;}
.mb140 {margin-bottom:140px!important;}
.mb150 {margin-bottom:150px!important;}

.ml0  {margin-left: 0px!important;}
.ml5  {margin-left: 5px!important;}
.ml10 {margin-left:10px!important;}
.ml15 {margin-left:15px!important;}
.ml20 {margin-left:20px!important;}
.ml25 {margin-left:25px!important;}
.ml30 {margin-left:30px!important;}
.ml35 {margin-left:35px!important;}
.ml40 {margin-left:40px!important;}
.ml45 {margin-left:45px!important;}
.ml50 {margin-left:50px!important;}

.taL {text-align:left!important;}
.taC {text-align:center!important;}
.taR {text-align:right!important;}

.fL {float:left!important;}
.fR {float:right!important;}
.fN {float:none!important;}

.w100 {width:100px;}
.w150 {width:150px;}
.w200 {width:200px;}
.w250 {width:250px;}
.w300 {width:300px;}
.w350 {width:350px;}
.w400 {width:400px;}

.fs11 {font-size:11px;}
.fs12 {font-size:12px;}
.fs13 {font-size:13px;}
.fs14 {font-size:14px;}
.fs15 {font-size:15px;}
.fs16 {font-size:16px;}
.fs17 {font-size:17px;}

.cL {clear:left;}
.cR {clear:right;}
.cB {clear:both;}
.clear {clear:both;}

.hidden {
	display: none;
}

.fs16 {
	font-size:16px;
}


.txtClr01 {
	color:#C33;
	font-weight:bold;
}

.txtClr02 {
	color:#069;
	font-weight:bold;
}



/*====================================================================

	html, body

====================================================================*/

html {
	margin: 0;
	padding: 0;
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	color: #111111;
	font-family: Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
	_font-family: 'ＭＳ Ｐゴシック', sans-serif;/* IE6では最初に日本語フォントを指定しないと指定より大きくなる */
	font-size: 16px;
	*font-size: 124%;
	line-height: 1.6;/* 13pxのときにおよそ20pxの行間 */
	-webkit-text-size-adjust:none;/* iPhoneとかで横向きにすると文字サイズが自動調整をやめる */
	word-spacing: 0.2em;
	height:100%;
	letter-spacing: 0.1em;
}


/*====================================================================

	ヘッダー　設定

====================================================================*/

header {
	background-image: url(../img/home/mainimg.jpg);
	padding-top: 600px;
	background-repeat: no-repeat;
	background-position: center top;
}

#header-inner {
	text-align:center;
	background-color:#1B5AC4;
}

.mainImg {
	z-index:-10;
}

.catchCopy {
	padding:60px 30px;
	text-align:justify;
	color:#FFF;
	width:980px;
	font-size:24px;
	margin:0 auto 40px;
	text-align:center;
}


/*====================================================================

	メインコンテンツエリア　設定

====================================================================*/

#mainContent {
}

#mainContent-inner {
	width:980px;
	margin:0 auto;
	padding-bottom:80px;
}

article p {
	font-size:18px;
}

#mainContent article {
	margin-bottom: 100px;
}

#mainContent article h2 {
	font-size: 34px;
	text-align: center;
	margin-bottom: 40px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 20px 0;
	background-image: url(../img/common/midashi_bg.png);
	background-repeat: no-repeat;
}

.aboutCont {
	overflow:hidden;
	margin-bottom:40px;
}

.aboutCont .title {
	float:left;
	width:200px;
}

.aboutCont .title h3 {
	font-size: 18px;
	text-align: center;
	color:#666;
	padding:40px 0;
	border-radius:3px;
	background: #fce374; /* Old browsers */
background: -moz-linear-gradient(top, #fce374 0%, #fcd305 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fce374), color-stop(100%,#fcd305)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fce374 0%,#fcd305 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fce374 0%,#fcd305 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fce374 0%,#fcd305 100%); /* IE10+ */
background: linear-gradient(to bottom, #fce374 0%,#fcd305 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce374', endColorstr='#fcd305',GradientType=0 ); /* IE6-9 */
}

.aboutCont .detail {
	float:right;
	width:750px;
}

.aboutCont .detail p {
	font-size:18px;
}

.aboutCont .detail ul {
}

.aboutCont .detail li {
	list-style:decimal;
	margin-left:35px;
	font-size:18px;
}

p.chushaku {
	clear:both;
	font-size:14px;
	color:#999;
	margin:0 0 0 230px;
}

article#effect p {
	text-align:center;
	padding:30px;
	margin-top:20px;
	box-shadow: 1px 1px 5px #aaa;
	background-color:#FFFCEA;
}

article#effect p:first-child {
	margin-top:0px;
}



article#price {
}

p.priceTitle {
	font-size:20px;
	color:#222472;
	font-weight:bold;
	margin:0 0 10px 0;
}

article#price table {
	border-top:2px solid #999;
	border-right:2px solid #999;
}

article#price table tr {
	border-bottom:2px solid #999;
}

article#price table td {
	text-align:center;
	padding:8px 5px;
	border-left:2px solid #999;
}

article#price table td.clr01 {
	background-color:#EEFAFF;
}

article#price table td.clr02 {
	background-color:#D5E6FF;
}




article#qa {
}

article#qa h2{
	background-image:none;
	border:none;
}

article#qa dl {
	border:1px solid #e0e0e0;
	border-radius:3px;
	margin-bottom:30px;
}

article#qa dt {
	border-bottom: 1px solid #e0e0e0;
	padding: 28px 30px 28px 80px;
	background-image: url(../img/home/q.jpg);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	font-weight: bold;
	background-color: #F2FFD5;
	color: #060;
	font-size:18px;
}

article#qa dd {
	padding:28px 30px 28px 80px;
	background-image: url(../img/home/a.jpg);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	font-size:18px;
}

article#qa ul {
}

article#qa ul li{
	font-size:18px;
	list-style:disc;
	margin-left:25px;
}


article#matome {
	border:1px solid #FF6721;
	border-radius:3px;
	background-color:#FFF0E3;
}

article#matome h2{
	color:#FFF;
	background-color:#FF6721;
	background-image:none;
	font-size:24px;
	padding:10px;
	border-top: none;
	border-bottom: none;
	margin-bottom:20px;
}

article#matome ul {
	padding:10px 40px 40px 40px;
}

article#matome ul li {
	list-style:decimal;
	margin-left:25px;
	color:#FF6721;
	font-size:18px;
}

p.matomeTxt {
	margin-left:25px;
	color:#FF6721;
	margin-bottom:20px;
	text-align:center;
	font-size:18px;
}




#telContact {
	text-align:center;
	margin-bottom:80px;
}

p.midashi {
	font-size:24px;
	font-weight:bold;
	color:#222472;
}

p.contactTitle {
	margin-bottom:60px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#222472;
	text-decoration:underline;
}

#formWrap {
	text-align:center;
}

#formWrap table {
	width:700px;
	margin:0 auto;
}

#formWrap table td {
	padding: 8px 5px;
}

#formWrap input[type="text"] {
	padding: 6px;
	font-size: 13px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #CCC;
	color: #333;
}

#formWrap textarea {
	padding: 6px;
	font-size: 13px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #CCC;
	color: #333;
}


/*====================================================================

	フッター　設定

====================================================================*/

footer {
	background-color:#222472;
	color:#FFF;
	padding:30px 0;
}

#footer-inner {
	width:980px;
	margin:0 auto;
}

footer p {
	text-align:center;
	margin-bottom:20px;
}

footer address {
	text-align:center;
	font-size:10px;
	color:#999;
}


/*====================================================================

	ページスクロール　設定

====================================================================*/

#pagescroll {
	width:32px;
	height:20px;
	position:fixed;
	right:50px;
	bottom:50px;
	display: none;
}
