@charset "UTF-8";

/*
	##### SITE NAME #####

	[Base]
		0. Resetting default margin and padding
		1. HTML, Body, Anchor
		2. Heading, Paragraph
		3. List
		4. Table
		5. Form
		6. Other
		7. For IE6/7

	[Layout]
		0. Container
		1. Header
		2. Content
		3. Footer

	[Module]
		1. Common Module
		2. Page Layout
		90. Other
		99. Clearfix
*/

/* //////////////////////////////////////////////////
[Base] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	0. Resetting default margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, th, td, form, fieldset, legend {
	margin: 0;
	padding: 0;
}

/* --------------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */
html { overflow-y: scroll; } /* for mozilla: always display scrollbar */

body {
	color: #333;
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 13px;
	line-height: 1.8;
	letter-spacing:0.02em;
	*font-size: 82%; /* for ie6/7 */
}

body.osMac {
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
}

body.osWin {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/*
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
*/

a:link {
	color: #ca9b58;
	text-decoration: none;
}
a:visited {
	color: #ca9b58;
	text-decoration: none;
}
a:hover,
a:active  {
	color: #debd91;
	text-decoration: none;
}
a:hover img,
a:active img {
	opacity:0.8;
}
a:hover img.btn,
a:active img.btn {
	opacity:1;
}

/* --------------------------------------------------
	2. Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1.2;
}
/* p {} */

/* --------------------------------------------------
	3. List
-------------------------------------------------- */
li { list-style: none; }

/* --------------------------------------------------
	4. Table
-------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

/* --------------------------------------------------
	5. Form
-------------------------------------------------- */
fieldset { border: none; }

input, textarea, select, label {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}
label { cursor: pointer; }

textarea { overflow: auto; }

/* --------------------------------------------------
	6. Other
-------------------------------------------------- */
img {
	border: none;
	vertical-align: bottom;
}
object {
	vertical-align: middle;
	outline: none;
}
em, strong {
	font-weight: bold;
	font-style: normal;
}
abbr, acronym {
	border: none;
	font-variant: normal;
}
q:before, q:after { content: ''; }

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

sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

hr { display: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    float: none;
}

/* ------------------------------------------------------------
	7. For IE6/7
------------------------------------------------------------ */

/* --- for ie7: page zoom bug fix --- */
*:first-child+html body,
*:first-child+html br { letter-spacing: 0; }

/* //////////////////////////////////////////////////
[Layout] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	0. Container
-------------------------------------------------- */
#container {
}

/* --------------------------------------------------
	1. Header
-------------------------------------------------- */
header {
	width:100%;
	filter: progid:DXImageTransform.Microsoft .gradient(GradientType=0,startColorstr='#fffcfcfb', endColorstr='#ffffffff');
	background: -webkit-gradient(linear, center top, center bottom, from(#fcfcfb), to(#ffffff));
	background: -moz-linear-gradient(top, #fcfcfb, #ffffff);
}
header article{
	background-image:url(../img/top/bg_01.png), url(../img/top/bg_02.png);
	background-repeat:no-repeat;
	background-position:left bottom, right bottom;
}
#siteHeader{
	width: 980px;
	margin: 0 auto 40px;
	padding:25px 0 10px;
}
#siteHeader .siteName{
	float:left;
	padding-left:10px;
	margin-bottom:25px;
}
#siteHeader .contact01{
	float:right;
	padding-right:13px;
	color:#c4181f;
}
#siteHeader .contact01 .tag01{
	font-size:85%;
	letter-spacing:0.15em;
	line-height:1.3;
	margin-top:8px;
}
#siteHeader .contact01 .tel01{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:185%;
	line-height:1.5;
}
#siteHeader .contact01 .tel01 a:link{
	color:#c4181f;
}
#siteHeader .btn{
	float:right;
	height:40px;
	width:120px;
	margin:13px 10px 0 0;
	text-align:center;
	color:#fff;
	background-color:#d9b685;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#siteHeader .btn p{
	line-height:40px;
}
#siteHeader a:hover .btn,
#siteHeader a:active .btn {
	background-color:#e5c9a4;
}

/* top.html
----------------------------------- */
.btn02{
	height:60px;
	width:260px;
	margin:0 auto;
	text-align:center;
	color:#fff;
	font-size:124%;
	background-color:#c4181f;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.btn02 p{
	line-height:60px;
}
a:hover .btn02,
a:active .btn02 {
	background-color:#d8565b;
}

.btn03{
	height:45px;
	width:260px;
	margin:0 auto;
	text-align:center;
	color:#fff;
	font-size:108%;
	background-color:#003e2a;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.btn03 p{
	line-height:45px;
}
a:hover .btn03,
a:active .btn03 {
	background-color:#0f6146;
}

/* --------------------------------------------------
	2. Content
-------------------------------------------------- */
#content {
	width: 960px;
	margin: 0 auto;
}
li.step{
	width:320px;
	height:470px;
	float:left;
	background:url(../img/top/img_01.png) no-repeat top right;
	margin-right:20px;
}
li.step:last-child{
	width:260px;
	height:470px;
	float:right;
	background:none;
	margin-right:0;
}
.step dl{
	width:260px;
}
.step dd.point{
	background-color:#f9f5ed;
	padding:20px 20px 15px;
	font-size:93%;
}
.step dd.point li{
	margin-bottom:5px;
	line-height:1.5;
}

ul.flowerExample li{
	float:left;
	padding:0 16px 16px 0;
}
ul.flowerExample li:last-child{
	padding-right:0;
}

.arrow_box { 
	position: relative; 
	background: #eeece6;
	display: inline-block;
	padding:20px 30px;
	font-size:124%;
	border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
} 
.arrow_box:after { 
	top: 100%;
	left: 80px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(238, 236, 230, 0);
	border-top-color: #eeece6;
	border-width: 10px;
	margin-left: -10px;
}
.contact02{
	color:#c4181f;
	width:400px;
	margin:0 auto 15px;
	border:4px solid #c4181f;
	padding:15px 20px;
	border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}
.contact02 .tag02{
	font-size:95%;
}
.contact02 .tel02{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:308%;
	line-height:1.2;
}
.contact02 .tel02 a:link{
	color:#c4181f;
}

/* top.html
----------------------------------- */
.course li{
	float:left;
	width:320px;
	text-align:center;
}
/* --------------------------------------------------
	3. Footer
-------------------------------------------------- */
.goPageTop{
	font-size:85%;
	text-align:right;
	margin-bottom:10px;
}
footer {
	width:100%;
	border-top:#777777 dotted 1px;
	padding:20px 0;
	font-size:93%;
}
#siteFooter{
	width:960px;
	margin:0 auto;
}
#siteFooter .fL li{
	float:left;
	padding-right:20px;
}


/* //////////////////////////////////////////////////
[Module] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	1. Common Module
-------------------------------------------------- */

/* font
----------------------------------- */
.f16{ font-size:124%;}
.f18{ font-size:139%;}
.f21{ font-size:162%;}
.gray{ color:#777;}

/* float
----------------------------------- */
.fN { float: none; }
.fL { float: left; }
.fR { float: right; }

/* text
----------------------------------- */
.tL { text-align: left; }
.tC { text-align: center; }
.tR { text-align: right; }

/* padding
----------------------------------- */
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pt60{padding-top:60px;}
.pt70{padding-top:70px;}
.pt80{padding-top:80px;}

.pl10{padding-left:10px;}
.pr10{padding-right:10px;}
.pr30{padding-right:30px;}
.pr40{padding-right:40px;}

.pb60{padding-bottom:60px;}
.pb70{padding-bottom:70px;}
.pb80{padding-bottom:80px;}
.pb90{padding-bottom:90px;}

/* margin
----------------------------------- */
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}
.mb100{margin-bottom:100px;}


/* --------------------------------------------------
	2. Page Layout
-------------------------------------------------- */

/* green road
----------------------------------- */
#content .gr_pr h2{
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	background:url(../img/top/bg_03.png) no-repeat left bottom;
	height:74px;
	line-height:74px;
	padding-left:100px;
	font-size:200%;
	font-weight:normal !important;
}
.gr_pr h3{
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	font-weight:normal !important;
	font-size:116%;
	margin-bottom:8px;
}

.gr_pr article{
	border:1px solid #003e2a;
	padding:30px;
}
.gr_pr section{
	border-bottom:1px dotted #ccc;
	padding-bottom:30px;
}
.gr_pr section dt{
	float:left;
	padding-right:30px;
}
.gr_pr section dd{
	float:left;
}


/* --------------------------------------------------
	90. Other
-------------------------------------------------- */
.btn { cursor: pointer; }

/* for Voice Browser */
.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* Noscript Message */
#msgNoscript {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	background: #fcc;
	color: #f00;
	line-height: 1.2;
	text-align: center;
	opacity: 0.7;
}

/* --------------------------------------------------
	99. Clearfix
-------------------------------------------------- */
.group, .clearfix { *zoom: 1; } /* for ie6/7 */
.group:after, .clearfix:after { content: ""; display: block; clear: both; }
