@charset "shift_jis";
/* CSS Document */


/* clearfix */
*/
.clear{clear:both;}
.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
/* common */
#contents p,
#contents ul{
	margin: 0 1em 1em;
	
}

#contents ul.ulDisc{
	list-style: disc;
	list-style-position: outside;
	margin-left: 3em!important;
}

#contents .annotation{
	color: #333333;
	list-style: none;
	text-indent: -1em;
	margin-left: 2em;
}
#contents .section_headline{
	margin-bottom: 30px;
}

#contents .icon{
	vertical-align: middle;
}

/* section_colum2_area */
#contents .section_colum2_area{
	display: table;
	margin-bottom: 15px;
}

#contents .section_colum2_area .txt_area{
	display: table-cell;
	width: 70%;
	vertical-align: top;
}

#contents .section_colum2_area .pct_area{
	display: table-cell;
	padding: 0 10px;
	vertical-align: top;
}
@media screen and (max-width: 640px){
	#contents .section_colum2_area .txt_area{
		display: block;
		width: 100%;
	}
	#contents .section_colum2_area .pct_area{
		display: block;
		padding: 10px 15px;
	}
}

/* notice_gray */

#contents .notice_gray {
	background: none repeat scroll 0 0 #EBEBEB;
	margin: 0 0 1em;
	padding: 1em;
}

#contents .notice_gray p,
#contents .notice_gray ul{
	margin-bottom: 0;
}

/*ポップアップウインドウページ内*/
/* ----------------------------------------------------------------------------------------------------------------*/
div.pregBox {
	clear: both;
	padding: 0;
	margin:30px 10px 0px 10px;
}
.title_h4g {
    background-color: #E3E3E3;
    font-size: 115% !important;
    padding: 3px 17px;
}

div.pregBox div.miniBox {
	clear: both;
	padding: 0;
	margin:15px;
	overflow: hidden;
}