@charset "utf-8";

/*
*******************************************************************************************************
# コンテンツ
*******************************************************************************************************
*/

/* ------------------------------------
	* contentMainColumn（共通）
* ------------------------------------ */

div#containerWrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background-color: #e6e8ec;
}
.mod_ttl_page {
    color: #013b96;
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
}
h1 strong{
	color: #ff48af;
}
.mod_box_section_bdt {
	padding:0px 10px 15px 10px;
    line-height: 1.6;
    border-top: 4px solid #013b96;
}
.mod_box_section_bdt h2{
	background-color: #ece2c8;
	border-radius: 8px;
	font-size: 17px;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px;
}
.mod_box_section_bdt p {
    margin-top: 10px;
    margin-bottom: 10px;
}
.jouhou_lists {
    border-top: 4px solid #013b96;
}
.mod_list.current {
    padding: 18px 15px 17px 10px;
    color: #cccccc;
    background-color: #f2f3f5;
}
.mod_lists .mod_list {
    border-bottom: 1px solid #D3D8E2;
    line-height: 1.2;
}
.mod_lists .mod_list a {
    font-weight: bold;
    color: #0A3F94;
    padding: 18px 15px 17px 10px;
}
.mod_lists_arrow {
    margin-right: 10px;
    background-image: url(/static/sp/shared/images/arr_link_blue.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 8px 14px;
}
.back_area{
	background: none repeat scroll 0 0 #d4d6d9;
	padding: 3px 3px 1px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	margin-bottom:10px;
}
.back_area li a{
	margin-bottom:3px;
	padding:15px 10px 15px 15px;
	display:block;
	background-color: #013b96;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	line-height:nomal;
	font-size:16px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
.btn_lists {
    margin-top: 18px;
    margin-bottom: 10px;
}
.cts_blc {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
}
.btn_back {
    width: 150px;
    margin: auto;
}
.mod_btn_back {
    padding-top: 14px;
    padding-bottom: 14px;
    background-position: 10px 14px;
}
