@charset "utf-8";


/* Reset */
* {
	margin: 0;
	padding: 0;
}
ul,ol {
	list-style: none;
}
img {
	border: none;
}
li img {
	vertical-align: bottom;
}
h1,h2,h3,h4,h5 {
	font-size: 100%;
}
body {
	font-size: 75%;
}
html:not(:target) body {
	font-size: 12px;
}

/* common */
body {
	background-color: #fff;
	color: #323232;
	line-height: 1.5;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}

#container {
	width: 900px;
	margin: 0 auto;
}
.columnWrap {}
.sectionBox {
	border-radius: 5px;
	padding: 10px;
	background-image: url(../images/bg_pattern02.gif);
	margin-bottom: 20px;
	position: relative;
}
.sectionBoxIn {
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	position: relative;
}
.sectionTit {
	position: relative;
	padding: 10px 0 0 15px;
	margin-bottom: 12px;
}
.sectionTit .y2 {
	position: absolute;
	right: 10px;
	top: 20px;
}
.dogImg {
	position: absolute;
}

/* header */
#header {
	padding: 10px 0 15px;
}
#header ul {
	padding-top: 10px;
}
#header li {
	float: left;
	margin-left: 10px;
	display: inline;
}
#header li.first {
	padding-right: 10px;
}

/* footer */
#footer {
	margin-top: 30px;
	padding: 25px 0;
	border-top: 1px solid #ccc;
	text-align: center;
}
.form {
	margin-bottom: 20px;
}
.form input {
	vertical-align: middle;
}
.typetTxt {
	padding: 3px;
	width: 130px;
	margin-right: 5px;
}

/* top */
#imgTop {
	margin-left: -35px;
	position: relative;
	_zoom: 1;
}
#lead {
	border-radius: 0 0 5px 5px;
}
#lead ul {
	padding-bottom: 15px;
}
#lead h2 {
	padding: 10px 0 15px 10px;
}
#lead li {
	margin-bottom: 7px;
}
#lead .dogImg {
	right: -10px;
	top: -100px;
}

/* reason */
#reason {
	background: url(../images/bg_pattern01.gif);
}
#reason h2 {
	margin-bottom: 15px;
	padding-top: 10px;
}
.somosomo {
	text-align: center;
	position: relative;
	z-index: 2;
	margin-bottom: -45px;
}
.listReason li {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.listReason h3 {
	margin-bottom: 10px;
}
.listReason p {
	padding-left: 45px;
}
.listReason li.last {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

/* feature */
#feature h3 {
	margin-bottom: 10px;
}
#feature .fltR {
	width: 375px;
}
#feature .fltL {
	width: 485px;
}
.featureImg {
	position: relative;
	_zoom: 1;
}
#feature .fltL .cap {
	position: absolute;
	width: 160px;
	left: 295px;
	bottom: 0;
}
#feature .fltL .subPh {
	position: absolute;
	top: 0;
	right: 0;
}
#feature .fltR {
	padding-top: 62px;
	margin-left: -20px;
}
#feature .fltR .cap {
	position: absolute;
	width: 175px;
	right: 0;
	bottom: 0;
}

/* facilities */
#facilities .imgs {
	overflow: hidden;
}
#facilities .imgs img {
	margin-right: 10px;
}

/* study */
#study li {
	background: url(../images/ico_qube.gif) no-repeat 0 5px;
	padding-left: 15px;
	margin-bottom: 5px;
}
#study .fltR {
	width: 430px;
}
#study h3 {
	color: #98cc00;
}

/* licence */
#license ul {
	margin-bottom: 10px;
}
#license .fltL {
	padding-left: 20px;
}
#license .fltR {
	width: 600px;
}
#license li {
	background: url(../images/ico_dia.gif) no-repeat 0 5px;
	padding-left: 15px;
}

/* message */
#message {
	min-height: 160px;
	height: auto !important;
	height: 160px;
}
#message .fltL {
	position: absolute;
	left: 10px;
	bottom: 0;
}
#message .fltR {
	width: 635px;
}

/* support */
#support ul {
	margin: 0 0 -20px -20px;
	/margin-bottom: 0;
	overflow: hidden;
	_zoom: 1;
}
#support li {
	float: left;
	border-radius: 5px;
	padding: 20px;
	width: 225px;
	margin: 0 0 20px 20px;
	background-color: #fcf3de;
	display: inline;
	position: relative;
}
#support h3 {
	border-bottom: 1px solid #d06d1c;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#support h4 {
	color: #d06d1c;
}

/* banner */
.bn {
	background: url(../images/bg_banner.jpg) no-repeat;
	height: 140px;
	padding-left: 230px;
	position: relative;
	margin: 30px 0 20px;
	_zoom: 1;
}
.bn p {
	padding-top: 10px;
}
.bn .btn {
	position: absolute;
	right: 20px;
	bottom: 10px;
}
.bn .dogImg {
	right: 60px;
	top: -20px;
	z-index: 2;
}
.cap {
	color: #d06d1c;
}

/********************************************************* others*/
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}

.w450 {width: 450px;}
.w600 {width: 600px;}

.txtC {text-align: center;}
.fltR {float: right;}
.fltL {float: left;}

.f_e14d65 {color: #e14d65;}
.f_017ac3 {color: #017ac3;}
.f_f0ae02 {color: #f0ae02;}
.f_02a055 {color: #02a055;}
.f_7569a9 {color: #7569a9;}
.f_d06d1c {color: #d06d1c;}
.f_fc8445 {color: #fc8445;}
.f_095b8b {color: #095b8b;}

.px14 {font-size: 116%;}

/********************************************************* clearfix*/
.cf:before, .cf:after,
.columnWrap:before, .columnWrap:after {
	content:"";
	display:table;
}
.cf:after,
.columnWrap:after {clear:both;}

.cf,
.columnWrap {zoom:1;}
