@charset "shift-jis";

#main img {
	line-height: 0px;
	font-size: 0px;
	vertical-align: top;
	text-align: left;
}

.clear_fl {
	font-size: 0px;
	line-height: 0px;
}

td {
	margin: 0px;
	padding: 0px;
}

p,
h2,
a {
	text-align: left;
}

.underline {
	text-decoration: underline;
}

.pt0 {
	padding-top: 0 !important;
}

.mt10 {
	margin-top: 10px !important;
}

.txt_red {
	color: #FF0000 !important;
}

.c_frame {
	background-color: #E6EEF5;
	border: 1px solid #B2BCBD;
	padding: 3px;
	/*	text-align: center;
*/
}

.c_frame_inn {
	background-color: #FFFFFF;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	padding: 15px 10px 20px;
}

h2.ttl {
	background-color: #E6EEF5;
	border-left: 4px solid #CACDED;
	color: #13007C;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
	padding: 4px 8px;
}

.ttl {
	color: #284A94;
	font-weight: bold;
}

.tbl_ttl {
	background-color: #D7E8FF;
}

.tbl_cll2 {
	background-color: #EBF8FF;
}

.tbl_cll1 {
	background-color: #D7F1FF;
	color: #0073CC;
}

h3.ttl_m {
	background-color: #E6EEF5;
	color: #284A94;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
	padding: 4px 8px;
}

.banner_txt {
	text-align: left;
	font-size: 10px;
}


.align_r {
	text-align: right;
}

.box_red {
	width: 557px;
	color: #FF0000 !important;
	font-weight: bold;
	padding: 10px;
	text-align: left;
	border: 1px solid #f00;
	background-color: #fff;
	margin-bottom: 1.5em;
}

.box_red02 {
	width: auto;
	color: #FF0000 !important;
	font-weight: bold;
	padding: 10px;
	text-align: left;
	border: 1px solid #f00;
	background-color: #fff;
	margin-bottom: 1.5em;
}

/* -------------------------------------------------------------
   clearfix
------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	/* 新しい要素を作る */
	display: block;
	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
  height: auto;
  overflow: hidden;
  /**/
}


.s_navi_on {
	font-size: 10px;
	line-height: 1.4;
	padding: 3px 8px;
	background: #F8D6EB;
}

.s_navi_off {
	font-size: 10px;
	line-height: 1.4;
	padding: 3px 8px;
}

td.comment {
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	/*    padding-top: 5px;
*/
}

table.tbl {
	width: 100%;
	line-height: 1.2;
	margin: 10px 0 0;
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}

table.tbl th {
	font-weight: normal;
	padding: 5px;
	border-left: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

table.tbl td {
	padding: 10px;
	border-left: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	/*text-align:center;*/
}

table.tbl td.attention {
	text-align: left;
	color: #666666;
	font-size: 10px;
	padding: 10px;
}

table.tbl td table td {
	border: none;
	text-align: left;
	line-height: 1.0em;
}

.tbl td {
	font-size: 12px;
	line-height: 1.2;
}

.tbl td span.comment {
	color: #666666;
	font-size: 10px;
	_font-size: 84%;
	/* WinIE */
}

.comment_red,
a .comment_red {
	color: #FF0000 !important;
	font-size: 10px;
	_font-size: 84%;
	/* WinIE */
}

.tbl td td.comment {
	color: #666666;
	padding-top: 5px;
	font-size: 10px;
	_font-size: 63%;
	/* WinIE */
}



p.follow {
	margin-top: 20px;
}

p.comment,
span.comment {
	color: #666666;
	font-size: 10px;
	margin-top: 5px;
}

.tbl td td.comment {
	color: #666666;
	font-size: 10px;
	padding: 5px;
}

.bg_goriyou {
	background: url(../../omoushikomi_goriyou/img/goriyou_arrow_bg.gif) repeat-y center;
}


.attention_area {
	border: 3px solid #D14141;
	padding: 20px 12px;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.attention_area ._header {
	margin-bottom: -4px;
}

.attention_area .ic_attention {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.attention_area .ic_attention:before {
	content: "";
	display: inline-block;
	background: url(/resources/img/cmn/ic_attention.svg) no-repeat left center;
	position: relative;
	top: -3px;
	width: 32px;
	height: 36px;
	margin-right: 10px;
}


.attention_area ._header .c-txt span,
.attention_area ._header .title span {
	line-height: 1.5;
	font-size: 100%;
}

.attention_area .ic_attention span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

@media print,
screen and (min-width: 768px) {
	.attention_area {
		padding: 20px 30px;
	}

	.attention_area ._header .c-txt span,
	.attention_area ._header .title span {
		font-size: 111.11%;
	}

	.c-txt {
		font-size: 100%;
	}
}
