@charset "UTF-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
/*	background: transparent;*/
	border: 0;
	outline: 0;
	font-size: 1em;
	margin: 0px;
}

body {
	font-size: 16px;
}

body,
table,
input, textarea, select, option {
	font-size: 1em;
	line-height: 1em;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	text-align: left;
	background-color: #ffffff;
	font-size: 1.0em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#container{

}

/*------------------------------------------------------------
	Androidの縦・横でスタイルを切り替える
------------------------------------------------------------*/
body.android {
	font-size: 20px;
}

body.portrait.android {
	zoom: 175%;
}

body.landscape.android {
	zoom: 175%;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 0px;
	
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#consept {
	background: #FFDFCA;
	border: 1px solid #F60;
	padding: 20px;
	margin: 0 14px 20px;
}

#conts h2,
#consept li {
	margin-bottom: 22px;
}

#conts h3 {
	text-align: left;
	margin-bottom: 22px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.8em;
} 

#footer .contact {
	margin-bottom: 10px;
}

#footer .mail {
	float: left;
	width: 190px;
	display: block;
}

#footer .tel {
	float: right;
	width: 190x;
	display: block;
}

#navi {
	padding: 0px;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	height: 149px;
}
#navi02 {
	width: 480px;
	height: 69px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#navi02 ul {
	margin: 0px;
	padding: 0px;
}

#navi02 li {
	display:inline;
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	float: left;
}

#navi02 li a {
	display: inline-block;
}

#navi02 li.end {
	border: none;
}

#navi ul {
	margin: 0px;
	padding: 0px;
}

#navi li {
	display:inline;
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	float: left;
}

#navi li a {
	display: inline-block;
}

#navi li.end {
	border: none;
}

#footer .copyRight {
	background: #013C7A;
	padding: 10px 0;
	text-align: center;
	color: #FFF;
	font-size: 12px;
}

/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#keyVisual {
	margin: 0px;
	padding: 0px;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts .inner01 {
	padding: 10px 10px 0 20px;
	line-height: 1.3;
}

#conts .inner02 {
	padding: 10px 10px 0;
}

#conts .inner01 {
	text-align: left;
}

#conts .inner01 p {
	margin-bottom: 22px;
	text-indent: 10px;
}

#conts .emphasis {
	color: #F00;
}

#conts .items li {
	width: 33.3%;
	float: left;
	text-align: left;
	margin-bottom: 5px;
}

#conts .items li span.photo {
	border: 1px solid #CCC;
	padding: 5px 5px 3px;
	display: inline-block;
	margin-bottom: 5px;
}

#conts .appended {
	border: none;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	background: #DFECF9;
	padding: 18px  22px;
	margin-bottom: 37px;
	text-align: left;
}

.how {
	float: left;
	width: 181px;
	line-height: 1.8;
	font-size: 18px;
}

#conts .appended .howText {
	margin-bottom: 15px;
}

#conts .appended h4 {
	color: #039;
}

.mail {
	float: right;
}

.inner_center {
	text-align: center;
	margin-bottom: 12px;
}

.red {
	color:#FF0000;
	}
	
.tb {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	line-height: 18px;
	background-color: #FFFFFF;
} 

.tb td {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	padding-top: 8px;
}
.map {
	margin-top: 15px;
	margin-bottom: 15px;
}
.inner03 {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
#stage {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-bottom: 15px;
	text-align: left;
}
.float_img {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.float_img02 {
	margin: 0px;
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.float_text {
	margin: 0px;
	float: right;
	padding-right: 12px;
	text-align: left;
	font-size: 1em;
	line-height: 1.5em;
}
#stage02 {
	text-align: left;
	line-height: 1.2em;
	font-size: 0.7em;
	padding-right: 15px;
	padding-left: 15px;
}
.clearfix {
	clear: both;
}
#footer_copyright {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #003366;
	color: #FFFFFF;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 1em;
	text-align: center;
}
#stage03 {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}
.inner01 {
	padding: 15px;
	text-align: left;
	line-height: 1.2em;
}
.blue {
	color: #0033CC;
}
#container {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}

/*料金表↓*/

.price2 {
	width: auto;
}
.price2 li {
	float: left;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.price2 {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	font-size: 18px;
	line-height: 20px;
}

#kasou #document .column_right #contentbox #content .bg_mid table {

	margin-bottom: 10px;
}
.table2 .tb {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.table2 {

	margin-right: auto;
	margin-left: auto;
}
.table3 {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-right: 15px;
	padding-left: 15px;
}
.table3 .tb {
	margin-top: 0px;
	padding-top: 20px;
	margin-bottom: 20px;
}
.table3 .tb2 {
	margin-top: 20px;
	padding-top: 20px;
}
.table3 .tb .style1 {
	color: #FFFFFF;
	font-weight: bold;
}


.tb {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	line-height: 18px;
} 

.tb td {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	padding-top: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.tb03 td {
	padding-top: 8px;

	padding-bottom: 8px;

}
.tb03 {
	line-height: 14px;
} 

.tb04 td {
	padding-top: 8px;

	padding-bottom: 8px;

	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.tb04 {
	line-height: 14px;
} 

.tb02 {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	line-height: 14px;
} 

.tb02 td {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;

	margin: 0px;
}

.tb_none {
	border-collapse: collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

.tb_none td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.table {

	height: auto;
	border: 1px solid #999999;
	margin-top: 10px;
	margin-bottom: 15px;

}
 .base2 {
	width: 480px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: right;
}
#container #stage05 {
	line-height: 25px;
	width: 470px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 19px;
}
.inner04 {
	line-height: 21px;
	margin: 0px;
	padding: 10px;
}
iframe {
    margin: auto;
    display: block;
}