/*****************************************************************
 初期設定
	*****************************************************************/
body {
	text-align: center;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #464646;
	font-family: "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Arial", "osaka", "MS PGothic", "Sans-Serif";
	line-height: 1.75em;
	 -webkit-text-size-adjust: 100%;
}

a:link,
a:visited {
	color: #80664b;
	text-decoration: underline;
}

a:hover {
	color: #aa8a69;
	text-decoration: underline;
}

div, ol, ul,
form,
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
	max-width: 100%;
	height:auto;
}

ol, ul {
	list-style-type: none;
}

small {
	font-size: 0.75em;
	line-height: 1.5em;
}

.widthfixBox {
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*
@media screen and (max-width:680px) { 
	.widthfixBox {max-width: 94%;}
}
*/

.red {
	color: #990000;
}

.center {
	text-align: center;
}


/*****************************************************************
floatの回り込みを解除
	*****************************************************************/
.clearfix:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.clearfix{
	display: inline-block;
}

/* MacIE begin \*/
*+html .clearfix{
	height: 1%;
}

* html .clearfix{
	height: 1%;
}

.clearfix {
	display: block;
}
/* Mac IE end */

/* 背景 */
#mainContainer #bgcolor {
	background-color: #FFF;
}

/* ヘッダ設定 */
#header h1 {
	text-align: left;
	margin: 0px;
}

/* コンテンツ設定 */
#mainBox {
	text-align: left;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 40px;
	background-color: #FFF;
}

/*
@media screen and (max-width:680px) { 
	#mainBox {max-width: 94%;}
}
*/

#clmInnerBox {
	margin-right: 50px;
	margin-left: 50px;
}

/*
@media screen and (max-width:680px) { 
	#clmInnerBox {
		margin-right: 3%;
		margin-left: 3%;
	}
}
*/

/* 共通見出し要素 */
#clmInnerBox h2 {
	max-width: 835px;
	height: 43px;
	background-image: url("../images/bg_h2.jpg");
	font-size: 120%;
	line-height: 46px;
	margin: 40px 0px 60px;
	/margin-top: 60px;
	padding-left: 20px;
}

#clmInnerBox h3 {
	margin-right: auto;
	margin-left: auto;
	line-height: 1.0em;
}

#clmInnerBox h3#lined {
	padding-top: 12px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ff7a00;
	border-bottom-color: #ff7a00;
	font-size: 130%;
	font-weight: normal;
	padding-left: 50px;
	text-align: left;
	line-height: 1em;
}

#clmInnerBox h4.lined {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	font-size: 100%;
	padding-left: 50px;
	line-height: 1.0em;
}

/* 共通段落要素 */
.readBox {
	padding-right: 45px;
	padding-left: 45px;
}

/*
@media screen and (max-width:680px) { 
	.readBox {
		padding-right: 0;
		padding-left: 0;
	}

}
*/
.readBox p {
	margin-bottom: 30px;
}

/* インデックスページ用 */
#myport {
	background-image: url(../images/myport.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 270px;
	position: relative;
	max-width: 475px;
}
/*
@media screen and (max-width:680px) { 
	#myport {
		background-position: center bottom;
		padding-right: 0;
		position: relative;
		max-width: 475px;
		padding-bottom: 200px;
	}
}
*/

/* よくある質問用 */
#clmInnerBox h4.dotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9a9a9a;
	padding-left: 25px;
	background-image: url("../qa/images/icon_q.png");
	background-repeat: no-repeat;
	background-position: left center;
}

#clmInnerBox .qa_a {
	padding-left: 25px;
	background-image: url("../qa/images/icon_a.png");
	background-repeat: no-repeat;
	background-position: left top;
}

#clmInnerBox .caution {
	font-size: 12px;
}

/* お問い合わせ用 */
#clmInnerBox ol li.lined {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	padding: 10px 0px;
}

#clmInnerBox ol li.linedEnd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding: 10px 0px;
}

#inqBox {
	margin: 0px 45px;
	max-width: 745px;
}

#inqBox table#toi {
	border: 1px solid #cccccc;
	max-width: 745px;
}

/*
@media screen and (max-width:680px) { 
	#inqBox {
		margin: 0px;
		max-width: 100%;
	}
	
	#inqBox table#toi {
		border: 1px solid #cccccc;
		max-width: 100%;
	}
}
*/

#inqBox table#toi th {
	background-color: #f4f4f4;
	vertical-align: middle;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	padding: 15px;
	width: 160px;
	font-weight: normal;
	text-align: left;
}

/*
@media screen and (max-width:680px) { 
	#inqBox table#toi th {
	width: 33%;
	}
}
*/

#inqBox table#toi td {
	padding: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	vertical-align: middle;
}

#inqBox table#toi th.end,
#inqBox table#toi td.end {
	border-bottom-style: none;
}	

#toi .box10 {
	width: 40px;
}

#toi .box20 {
	width: 150px;
}

#toi .box30 {
	width: 450px;
}

#toi .box40 {
	width: 450px;
	height: 150px;
}

/*
@media screen and (max-width:680px) { 
	#toi .box10 {
		width: 40px;
	}
	
	#toi .box20 {
		width: 60%;
	}
	
	#toi .box30 {
		width: 90%;
	}
	
	#toi .box40 {
		width: 90%;
		height: 150px;
	}
}
*/

.btnBox {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}

/*-------------------------------*/
/*
@media screen and (max-width:680px) { 
	#clmInnerBox h3.mt40.mb20 img {
		width:45%;
	}

}
*/
/*--------------------------------*

/* marginset */
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt80 { margin-top: 80px; }
.mt100 { margin-top: 100px; }

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }