@charset "utf-8";

/*-------------------------------------------------------

終了のお知らせcss

-------------------------------------------------------*/

* {
	padding:0;
	margin:0;
}

body {
/*
	font-size:80%;
*/
}

div#contentbox {
	text-align:center;
}


div#content {
/*
	width: 600px;
*/
	margin:0 auto;
	text-align:left;
}

#gathering_qArea {
	width:763px;
	padding: 15px;
	background-color:#ebf3f5;
	border-top:solid 2px #0092e3;
	border-bottom:solid 2px #0092e3;
}

.qaArea {
	width:748px;
	padding:0 10px 30px 35px;
}

.go_top {
	width:758px;
	border-top:dotted 1px #0092e3;
	margin-left:35px;
	padding-top:5px;
	padding-bottom:30px;
	text-align:right;
}

/*=======================================================
タイトル周り
=======================================================*/

.h2_info {
	padding: 70px 0 70px 30px;
}

.h3_info {
	font-size:large;
	color:#0092e3;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom:dotted 1px #0092e3;
}

.h4_info {
	width:763px;
	color:#0092e3;
	padding: 10px 15px;
	margin: 40px 0 20px 0;
	background-color:#ebf3f5;
	border-top:dotted 1px #0092e3;
	border-bottom:dotted 1px #0092e3;
}

.lead_info {
	width: 793px;
	font-weight: bold;
	color:#C81111;
	line-height: 140%;
	margin-bottom: 40px;
}


/*=======================================================
構成要素
=======================================================*/
.mt5 {
	margin-top: 5px;
}

.mt15 {
	margin-top:15px;
}

.mb10 {
	margin-bottom:10px;
}

.mb15 {
	margin-bottom:15px;
}

.mb20 {
	margin-bottom:20px;
}

.ml1e {
	margin-left:1em;
}


.pb20 {
	padding-bottom:20px;
}

.pb40 {
	padding-bottom:40px;
}

.pb80 {
	padding-bottom:80px;
}

/* 注意文 */
.caution1 {
	text-indent:-0.95em;
	margin-left: 0.95em;
	padding:0;
}

.caution2 {
	text-indent:-2.3em;
	margin-left: 2.3em;
	padding:0;
}

.caution3 {
	text-indent:-1.8em;
	margin-left: 1.8em;
	padding:0;
}

.margin1em {
	margin-left: 1em;
	padding:0;
}



/* 文字大きさ */

.small {
	font-size: 80%;
}

.large {
 font-size: 110%;
}

.exlarge {
 font-size: 130%;
} 

.st {
 font-size: 95%;
	font-weight: bold;
	color:#333333;
}

/* 文字色 */

.color1699bc {
	color:#0092e3;
}


/* リスト */
.gathering_q {
	margin-left: 20px;
}

.gathering_q p {
	text-indent:-1.2em;
	margin-left: 1.2em;
}

/* QA並び調整 */
dl.qa {
	margin:0px;
	padding:0px;
}

dl.qa dt {
 float: left;
 width: 14px;
	display: block;
	padding-bottom:8px;
}

dl.qa dd {
	width: 728px;
	float: right;
	line-height: 150%;
	display: block;
	padding-bottom:8px;
}

dl.qa img {
	padding: 5px 0px 0px 0px;
}


.info_contents {
	padding:15px 30px 0px 30px;
}

/* thの調整 */
table th.thContact {
	width:9em;
	text-align:left;
	vertical-align:top;
	font-weight:normal;	
}



/* UP矢印調整 */
.positionAU { margin: 0px 7px 1px 0px; }

/* リンク */
a:link {
	color:blue;
	text-decoration:underline;
}

a:visited {
	color:blue;
	text-decoration:underline;
}

a:hover {
	color:blue;
	text-decoration:underline;
}

a:active {
	color:blue;
	text-decoration:underline;
}

/* 回り込み解除 
--------------------------------------------------------------*/
.clear_both { clear: both; }
hr { display: none; }

/* クリアフィックス */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { 
    display: block;
	min-height:1%;  /* for IE 7*/
}