@charset "utf-8";

/*________________________________________________

	name:			common.css
	create Date:	2012-03-21
	lastmodified:	2017-04-25
________________________________________________*/

 
/* Base Styles ===================================
 * (classes defined in the Markup Guide)
================================================*/
/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */


/* ColorScheme====================================
	MainColor	=>	#002448
	SubColor	=>	#4D7194
	TextColor	=>	#402000
	AccentColor	=>	#DD4F0D
	Background	=>	#ABCDD7
================================================*/

/*--------------------------------------------------------------
link
--------------------------------------------------------------*/
a {
	color: #195F8D;
	text-decoration: underline;
}
a:hover {
	color: #4D7194;
	text-decoration: underline;
}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}

/*--------------------------------------------------------------
  レイアウト
--------------------------------------------------------------*/
.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.fbold{
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}
.no_sp { margin-right: 0px!important;}

/* photoレイアウト */
.leftfloat {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.rightfloat {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
/*--------------------------------------------------------------丸のリスト*/
ul.circle {
}
.circle li {
	display: list-item inline;
	list-style: disc inside;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
/*--------------------------------------------------------------数字のリスト*/
ol.decimal {
	margin-top: 1em;
	margin-bottom: 1em;
}
.decimal li {
	display: list-item inline;
	list-style: decimal inside;
	margin-bottom: 5px;
	padding-left: 1.5em;
	text-indent: -1.5em;
	line-height: 1.5;
}
/*--------------------------------------------------------------アルファベット小文字のリスト*/
ul.loweralpha {
	margin-top: 1em;
	margin-bottom: 1em;
}
.loweralpha li {
	display: list-item inline;
	list-style: lower-alpha inside;
	margin-bottom: 5px;
	padding-left: 1.5em;
	text-indent: -1.5em;
	line-height: 1.5;
}/*--------------------------------------------------------------アルファベット大文字のリスト*/
ul.upperalpha {
	margin-top: 1em;
	margin-bottom: 1em;
}
.upperalpha li {
	display: list-item inline;
	list-style: upper-alpha inside;
	margin-bottom: 5px;
	padding-left: 1.5em;
	text-indent: -1.5em;
	line-height: 1.5;
}

/*--------------------------------------------------------------
body
--------------------------------------------------------------*/
body {
	width: 100%;
	height: 100%;
	margin: auto;
	padding: auto;
	background: #c1e7ff;
	color: #402000;
	font-size: 1em;
	line-height: 130%;
	text-align: center;
}

/*--------------------------------------------------------------
#container	ページ全体
--------------------------------------------------------------*/
#container {
	display: block;
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	text-align: center;
}
/* clearfix */
#container {
	display: inline-block;
	display: block;
	zoom: 100%;
}
#container:after {
	display: block;
	clear: both;
	height: 0;
	font-size: 0.1em;
	visibility: hidden;
	line-height: 0;
	content: ".";
}
/* Hides from IE-mac \*/
* html #container {
	height: 1%;
}
#container {
	display: block;
}
/* End hide from IE-mac */

/*--------------------------------------------------------------
#header	ロゴエリア
--------------------------------------------------------------*/
#header {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.qol {
	display: block;
	clear: both;
	margin: 0;
	padding: 5px 0;
	width: 100%;
	height: auto;
	background: #ffffff;
	text-align: center;
}
.qolInner {
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: auto;
	text-align: left;
}
#headerInner {
	display: block;
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
}
/* clearfix */
#headerInner { zoom:1; }
#headerInner:after {
	content: ""; 
	display: block; 
	clear: both;}

#logo {
	display: inline;
	float: left;
	margin-right: auto;
	padding: 0;
}
/*--------------------------------------------------------------
#nav　グローバルナビゲーション
--------------------------------------------------------------*/
#nav {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: url(../img/common/bg_nav.jpg) left bottom repeat-x;
}
#nav ul {
	display: block;
	clear: both;
	width: 920px;
	height: 70px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/common/bg_nav.png) center top no-repeat;
	text-align: center;
	overflow: hidden;
}
#nav li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	height: 70px;
}
#nav li a {
	display: block;
	margin: 0;
	padding: 0;
	height: 70px;
	background: url(../img/common/nav.png) left top no-repeat;
	text-indent: -999999px;
	overflow: hidden;
}
#nav li.basic a {
	width: 75px;
	background: url(../img/common/nav.png) left top no-repeat;
}
#nav li.basic a:hover {
	background: url(../img/common/nav.png) left top -70px no-repeat;
}
#nav li.historypolicy a {
	width: 145px;
	background: url(../img/common/nav.png) left -75px top no-repeat;
}
#nav li.historypolicy a:hover {
	background: url(../img/common/nav.png) left -75px top -70px no-repeat;
}
#nav li.abouts a {
	width: 110px;
	background: url(../img/common/nav.png) left -220px top no-repeat;
}
#nav li.abouts a:hover {
	background: url(../img/common/nav.png) left -220px top -70px no-repeat;
}
#nav li.results a {
	width: 110px;
	background: url(../img/common/nav.png) left -330px top no-repeat;
}
#nav li.results a:hover {
	background: url(../img/common/nav.png) left -330px top -70px no-repeat;
}
#nav li.profile a {
	width: 130px;
	background: url(../img/common/nav.png) left -440px top no-repeat;
}
#nav li.profile a:hover {
	background: url(../img/common/nav.png) left -440px top -70px no-repeat;
}
#nav li.instructors a {
	width: 130px;
	background: url(../img/common/nav.png) left -570px top no-repeat;
}
#nav li.instructors a:hover {
	background: url(../img/common/nav.png) left -570px top -70px no-repeat;
}
#nav li.shop a {
	width: 110px;
	background: url(../img/common/nav.png) left -700px top no-repeat;
}
#nav li.shop a:hover {
	background: url(../img/common/nav.png) left -700px top -70px no-repeat;
}
#nav li.contact a {
	width: 110px;
	background: url(../img/common/nav.png) left -810px top no-repeat;
}
#nav li.contact a:hover {
	background: url(../img/common/nav.png) left -810px top -70px no-repeat;
}

/*--------------------------------------------------------------
#breadcrumbs　パンくず
--------------------------------------------------------------*/
#breadcrumbs {
	display: block;
	clear: both;
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: left;
}
/* clearfix */
#breadcrumbs ul { zoom:1; }
#breadcrumbs ul:after {
	content: ""; 
	display: block; 
	clear: both;}
#breadcrumbs li {
	display: inline;
	float: left;
	width: auto;
	height: auto;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	vertical-align: middle;
}
#breadcrumbs li img {
	display: inline-block;
	vertical-align: middle;
}

/*--------------------------------------------------------------
タイトル類
--------------------------------------------------------------*/
#container h1 {
	display: block;
	clear: both;
	width: 900px;
	height: auto;
	margin: 10px auto 20px auto;
	padding: 0;
}
#container h2 {
	display: block;
	clear: both;
	width: auto;
	margin: 20px 0 10px 0;
	padding: 10px 20px;
	background: #402000;
	color: #ffffff;
	font-size: 160%;
	font-weight: bold;
	text-align: left;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.3);         /* CSS3 */
	-moz-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.3);   /* Firefox */
	-webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.3);/* Safari,Chrome */
}
#container h2:first-child {
	margin-top: 0;
}

#container h2.ttl_blue {
	background-image: linear-gradient(90deg, rgba(0, 84, 192, 1), rgba(75, 161, 244, 1));
}
#container h2.ttl_green {
	background-image: linear-gradient(90deg, rgba(33, 165, 26, 1), rgba(122, 216, 40, 1));
}
#container h2.ttl_orange {
	background-image: linear-gradient(90deg, rgba(244, 60, 21, 1), rgba(255, 148, 124, 1));
}

/*--------------------------------------------------------------
ボタン類
--------------------------------------------------------------*/
.btn_back {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0;
}
.btn_back a {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 10px 0;
	background: #0051bb;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
.btn_back a:hover {
	color: #fff;
	text-decoration: none;
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
.btn_submit {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
}
.btn_submit a {
	display: inline-block;
	clear: both;
	width: 400px;
	height: auto;
	margin: 0 auto;
	padding: 10px 0;
	background: #0051bb;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.3);         /* CSS3 */
	-moz-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.3);   /* Firefox */
	-webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.3);/* Safari,Chrome */
}
.btn_submit a:hover {
	color: #fff;
	text-decoration: none;
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
.btn_confirm {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
}
.btn_confirm a {
	display: inline-block;
	width: 400px;
	height: auto;
	margin: 0 auto;
	padding: 10px 0;
	background: #bdcf3f;
	color: #3f1f00;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.3);         /* CSS3 */
	-moz-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.3);   /* Firefox */
	-webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.3);/* Safari,Chrome */
}
.btn_confirm a:hover {
	color: #3f1f00;
	text-decoration: none;
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
.btn_more {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0;
}
.btn_more a {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 10px 0;
	background: #bdcf3f;
	color: #3f1f00;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
.btn_more a:hover {
	color: #3f1f00;
	text-decoration: none;
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}

/*--------------------------------------------------------------
#contents	コンテンツ部分
--------------------------------------------------------------*/
#contents {
	display: block;
	clear: both;
	width: auto;
	margin: 0 auto;
	padding: 20px;
	background: #ffffff;
	text-align: left;
}
/* clearfix */
#contents { zoom:1; }
#contents:after {
	content: ""; 
	display: block; 
	clear: both;}
/*--------------------------------------------------------------.listBox*/
.listBox {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 10px 0 10px 30px;
	padding: 0;
}
.listBox dl {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background: #99ccf2;
	border-bottom: 1px #402000 solid;
}
.listBox dl:first-child {
	margin: 0;
	border-radius: 5px 5px 0 0;         /* CSS3 */
	-moz-border-radius: 5px 5px 0 0;    /* Firefox */
	-webkit-border-radius: 5px 5px 0 0; /* Safari,Chrome */
}
.listBox dl:last-child {
	border-bottom: none;
	border-radius: 0 0 5px 5px;         /* CSS3 */
	-moz-border-radius: 0 0 5px 5px;    /* Firefox */
	-webkit-border-radius: 0 0 5px 5px; /* Safari,Chrome */
}
/* clearfix */
.listBox dl { zoom:1; }
.listBox dl:after {
	content: ""; 
	display: block; 
	clear: both;}

.listBox dt {
	display: inline;
	float: left;
	margin: 0;
	padding: 20px;
	width: 260px;
	height: auto;
	font-weight: bold;
	font-size: 120%;
	text-align: left;
	vertical-align: top;
}
.listBox dd {
	display: inline;
	float: left;
	margin: 0;
	padding: 20px;
	width: 490px;
	height: auto;
	background: #d7eaf8;
	text-align: left;
	vertical-align: top;
}
#contents ul.photoimage {
	clear: both;
	display: block;
	width: auto;
	height: auto;
	margin: 0 0 10px 85px;
	padding: 0;
}
.photoimage li {
	float: left;
	display: block;
	width: 270px;
	height: auto;
	margin: 0 0 0 45px;
	padding: 0;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}
#contents p {
	margin-bottom: 1em;
}
.indent {
	margin-left: 30px;
}
.indent2 {
	margin-left: 50px;
}
.indentCenter {
	margin-left: 50px;
	margin-right: 50px;
}

/*--------------------------------------------------------------
data
--------------------------------------------------------------*/
.data {
	display: block;
	clear: both;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.dataBox {
	display: block;
	clear: both;
	padding: 10px;
	margin-bottom: 20px;
	background: #F8F5D3;
}
/* clearfix */
.dataBox {
	display: inline-block;
	display: block;
	zoom: 100%;
}
.dataBox:after {
	display: block;
	clear: both;
	height: 0;
	font-size: 0.1em;
	visibility: hidden;
	line-height: 0;
	content: ".";
}
/* Hides from IE-mac \*/
* html .dataBox {
	height: 1%;
}
.dataBox {
	display: block;
}
/* End hide from IE-mac */
.dataBoxImage {
	display: inline;
	float: left;
}
.dataBoxImage a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.dataBoxContents {
	display: inline;
	float: right;
	width: 460px;
}
.dataBoxContents h3 {
	color: #1A608E;
	font-size: 120%;
	font-weight: bold;
}


/*--------------------------------------------------------------
.pagetop	このページの上へ
--------------------------------------------------------------*/
.pagetop {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: right;
}

/*--------------------------------------------------------------
#footer	フッターエリア
--------------------------------------------------------------*/
#footer {
	display: block;
	clear: both;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	text-align: center;
}
/*--------------------------------------------------------------#copy*/
#copy {
	display: block;
	clear: both;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	background: #402000;
	text-align: center;
}
#copy p {
	display: block;
	clear: both;
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 5px 0;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
}
/*--------------------------------------------------------------#address*/
#address {
	display: block;
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#address a {
	color: #3f1f00;
	text-decoration: none;
}
#address a:hover {
	color: #3f1f00;
	text-decoration: underline;
}
/* clearfix */
#address { zoom:1; }
#address:after {
	content: ""; 
	display: block; 
	clear: both;}
#address strong {
	display: block;
	clear: both;
	width: auto;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
}
#address .office {
	display: inline-block;
	clear: left;
	vertical-align: top;
}
#address .office:nth-child(n+2)  {
	margin-left: 50px;
}
.addressBox {
	display: inline-block;
	float: left;
	clear: both;
	width: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
.addressBox2 {
	display: inline-block;
	clear: both;
	width: 200px;
	margin: 0;
	padding: 0;
	text-align: left;
}
/* clearfix */
.addressBox { zoom:1; }
.addressBox:after {
	content: ""; 
	display: block; 
	clear: both;}
#footer .tel, 
#footer .fax,
#footer .mail {
	margin-left: 2em;
}
/*--------------------------------------------------------------.tel .fax*/
.tel, 
.fax,
.mail {
	display: inline-block;
	width: 3em;
	height: auto;
	margin: 0 10px 0 0;
	padding: 2px 0;
	background: #3f1f00;
	color: #ffffff;
	font-size: 80%;
	vertical-align: middle;
	text-align: center;
}
.telfax {
	display: inline-block;
	height: auto;
	margin: 0 10px 0 0;
	padding: 2px 5px;
	background: #3f1f00;
	color: #ffffff;
	font-size: 80%;
	vertical-align: middle;
	text-align: center;
}

/*--------------------------------------------------------------
フォーム
--------------------------------------------------------------*/
.inquiryComments {
	display: block;
	margin-bottom: 10px;
}
.inquiryComments p {
	margin-bottom: 1em;
}
.inquiryComments img.hissu {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

#inquiryBox table {
	margin-bottom: 10px;
	border: 1px #402000 solid;
	border-collapse: collapse;
}
#inquiryBox th {
	width: 208px;
	padding: 10px 15px;
	background: #e0ecb3;
	border: 1px #402000 solid;
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
}
#inquiryBox td {
	padding: 10px 15px;
	border: 1px #402000 solid;
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
}
#inquiryBox th img.hissu {
	display: inline-block;
	float: right;
	vertical-align: middle;
	text-align: right;
}
#inquiryBox td input.f_title, 
#inquiryBox td textarea {
	width: 578px;
	padding: 5px;
	border: 1px #cccccc solid;
	border-collapse: collapse;
}
#inquiryBox td input.age {
	width: 188px;
	padding: 5px;
	border: 1px #cccccc solid;
	border-collapse: collapse;
	margin-right: 5px;
}
#inquiryBox td label {
	display: inline-block;
}
.malefemale label {
	margin-right: 20px;
}
#inquiryBox td label input {
	display: inline-block;
}
.right input, 
.right textarea {
	display: inline-block;
	float: right;
	width: 520px!important;
	padding: 5px;
	border: 1px #cccccc solid;
	border-collapse: collapse;
	margin-bottom: 5px;
}
#inquiryBox td ul {
	width: 590px;
	overflow: hidden;
}
/* clearfix */
#inquiryBox td ul {
	display: inline-block;
	display: block;
	zoom: 100%;
}
#inquiryBox td ul:after {
	display: block;
	clear: both;
	height: 0;
	font-size: 0.1em;
	visibility: hidden;
	line-height: 0;
	content: ".";
}
/* Hides from IE-mac \*/
* html #inquiryBox td ul {
	height: 1%;
}
#inquiryBox td ul {
	display: block;
}
/* End hide from IE-mac */
#inquiryBox td li {
	display: inline;
	float: left;
	width: 135px;
	padding-right: 10px;
	margin-bottom: 5px;
}
#inquiryBox td li.long {
	display: inline;
	float: left;
	width: 580px;
	padding-right: 0;
	margin-bottom: 5px;
}
#inquiryBox td li img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.complete {
	width: 440px;
	height: 80px;
	margin: 40px auto 20px auto;
	background: url(../img/common/bg_complete.jpg) left top no-repeat;
	line-height: 3;
	font-size: 14px;
}
.complete p {
	padding: 10px 0 0 70px;
}
.error {
	color: #B90000;
}

/*--------------------------------------------------------------
フォーカス文字
--------------------------------------------------------------*/
.focusday {
	color: #cccccc;
}
input.focusday {
	padding: 5px;
	border: 1px #cccccc solid;
	border-collapse: collapse;
}


/*--------------------------------------------------------------
インデント
--------------------------------------------------------------*/
.indentBox {
	display: block;
	clear: both;
	margin: 0 2em 20px 2em;
	padding: 0;
	text-align: left;
}
