@charset "utf-8";

/*------------------------------------------------------------------------
アルファボタン
*/

.ua-webkit .bt_alfa:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/*------------------------------------------------------------------------
フロート解除クラス
*/

.cl_both {
	clear: both;
}

/*------------------------------------------------------------------------
右寄せ
*/

.ta_right {
	text-align: right;
}

/*------------------------------------------------------------------------
リンク
*/

a.link_inner {
	padding-left: 8px;
	background-image: url(/common/img/icon_h3_purple.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
}

a.link_outer {
	padding: 0 0 0 12px;
	background-image: url(/common/img/icon_outerlink.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
}

a.link_pdf {
	padding: 0 0 0 12px;
	background-image: url(/common/img/icon_pdf.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
}

/*------------------------------------------------------------------------
URL
*/

.url {
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre-wrap;
}

a.url {
	display: block;
	color: #9F0E3F;
	padding-left: 8px;
	background-image: url(/common/img/icon_h3_purple.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
}

a.url_line {
	color: #9F0E3F;
	padding-left: 8px;
	background-image: url(/common/img/icon_h3_purple.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
}

.break_word {
	word-wrap: break-word;
}

/*------------------------------------------------------------------------
リスト
*/

ol.list,
ul.list {
	display: block;
	padding: 0 0 0 20px;
	margin: 14px 0;
}

ol.list li,
ul.list li {
	line-height: 140%;
	margin: 7px 0;
}

ol.list li {
	list-style-type: decimal;
}

.list li ol.list li {
	list-style-type: upper-latin;
}

ul.list li {
	list-style-type: disc;
}

.list li ul.list li {
	list-style-type: circle;
}

/*------------------------------------------------------------------------
リスト
*/
/* ノーマルタイプ */
table.normal {
    border: 1px #D9D9D9 solid;
	border-color: #F7F7F4;
    border-collapse: separate;
    border-spacing: 1px;
	margin: 15px 0;
	width: 100%;
}
.ua-ie-8 table.normal tr,
.ua-ie-7 table.normal tr {
	background-color: #E6E4DB;
}
table.normal tr:nth-child(even) {
	background-color: #E6E4DB;
}

table.normal th {
	padding: 5px;
	background-color: #BECEDB;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

table.normal td {
    padding: 5px;
	text-align: left;
	vertical-align: top;
}

/* ラインタイプ */

table.line {
    border-collapse: collapse;
    border-spacing: 0;
	margin: 15px 0;
	width: 100%;
	border-top: #999 dotted 1px;
}

table.line tr {
	border-bottom: #999 dotted 1px;
}

table.line th,
table.line td  {
	padding: 3px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

table.line th {
	color: #8B4970;
	font-weight: bold;
}



/*------------------------------------------------------------------------
カラムの改行禁止
*/

.column .avoid {
	display: inline-block;
}

/*------------------------------------------------------------------------
※
*/

.kome {
	color: #005BA6;
	font-style: normal;
}

/*------------------------------------------------------------------------
ボタンL
*/

.bt_L {
	display: block;
	width: 90%;
	text-align: center;
	margin: 0 auto;
}

.bt_L a {
	display: block;
	padding: 8.5px 17px;
	margin: 0 auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	color: #ffffff;
	font-size: 15px;
	text-decoration: none;
	vertical-align: middle;
	background-color: #EF6101;
	text-align: center;
}
.bt_L a:hover {
	background-color: #FE8534;
	text-decoration: none;
}





