@charset "utf-8";
/* common */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}

.clear {clear: both;}

.floatright {float: right !important;}
.floatleft {float: left !important;}

.alignright {text-align: right !important;}
.aligncenter {text-align: center !important;}

.mb0  {margin-bottom: 0 !important;}
.mb10 {margin-bottom: 10px !important;}
.mt10 {margin-top: 10px !important;}
.mb_s {margin-bottom: 20px !important;}
.mb_m {margin-bottom: 40px !important;}
.mb_l {margin-bottom: 60px !important;}
.pa_s {padding: 20px !important;}
.pt_s {padding-top: 20px !important;}

.center_btn {
	margin: 10px 0;
	padding: 15px;
	text-align: center;
	background-color: #f6f6f6;
}

p {
	margin-bottom: 1em;
}

ul.default,
ol.default {
	margin-left: 2em;
}

.note {
	color: #06f !important;
}
.attention {
	color: #f00 !important;
}

.attention_bg {
	background: none;
	background-color: #fdd !important;
	padding: 3px;
}

.note {
	font-size: 12px;
	line-height: 1.3;
	font-weight: normal;
	color: #666;
}

.normal {
	font-weight: normal !important;
}

dd {
	margin: 5px 0 5px 1em;;
}

/* インデント */
.indent {
	text-indent: -1em;
	padding-left: 1em;
	font-size: small;
}
ul.indent {
	padding: 0;
}
ul.indent li {
	text-indent: -1em;
	padding-left: 1em;
	margin: 0;
	list-style: none;
	margin-bottom: 5px;
	font-size: small;
}
ul.indent li:last-child {
	margin-bottom: 0 !important;
}

ul.indent li p {
	margin: 0 !important;
}

/* floatした画像の横のテキストの回り込みをクリアする */
.thumb {
	float: left;
	margin: 0 10px 0 0;
}
#reien-bochi .thumb {
	float: left;
	margin: 0 10px 0 8px;
}

.description {
	overflow: hidden;
}

/* 写真風の枠 */
.photo {
	-webkit-box-shadow: 1px 1px 8px #D3D3D3;
	-moz-box-shadow: 1px 1px 8px #D3D3D3;
	box-shadow: 1px 1px 8px #D3D3D3;
	border: 1px solid #C0C0C0;
	background: #FFFFFF;
	padding: 5px;
}

/* 要素の透過 */
.transparent {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/* 印刷を区切る */
.page-break {
	page-break-before: always;
}

/* 複数行にリストを分割する */
.list_2column,
.list_3column,
.list_4column {
	margin: 15px 0;
}

.list_2column li,
.list_3column li,
.list_4column li {
	float: left;
	margin-bottom: 10px;
}

.list_4column li {
	width: 25%;
}

.list_3column li {
	width: 33%;
}

.list_2column li {
	width: 50%;
}

/* IE6以下の方へ */
#caution {
	color: #fff;
	background-color: #f00;
	line-height: 1.2;
	padding: 1em;
}

/* 150914 ADD */
.attentionBlock {
	border: 1px solid #f00;
	color: #f00;
	font-weight: bold;
    padding: 5px;
	text-align: center;
}
.attentionBlock__black {
	border: 1px solid #000;
	color: #000;
}