@charset "shift_jis";

* {
	line-height: 1.3;
	word-break: break-all;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
}

body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

/* リンク色 */
a:link { color: #009; }
a:visited { color: #609; }
a:active { color: #f63; }
input { font-size: 16px !important; }/*数値変更禁止*/
textarea { font-size: 16px !important; }/*数値変更禁止*/

/*==============================================
    共通
==============================================*/

.mCenter {
	width: 100%;
	margin: 0 auto;
}
.bold { font-weight:bold; }
.aCenter { text-align: center; }
.ml5 { margin-left: 5px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.img01 img {
	width: 100%;
	height: auto;
}

.dotL li {
	color: #C00;
	list-style: inside;
}
.errlist li {
	color: #C00;
	margin: 5px 0;
	list-style: inside;
}

.must {
	padding: 3px;
	margin-right: 3px;
	color: #C00;
	font-size: 0.7em;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 700;
	border: 1px solid #e2e2e2;
}

.red { color: #C00; }
.sup { color: #666; }

.txt00 {
	font-size: 0.8rem;
	margin-bottom: 10px;
}

.txt01 {
	font-size: 0.8rem;
	margin: 20px 0;
}

.txt02 {
	font-size: 0.9rem;
	margin: 10px 0;
}

.txt03 {
	margin-bottom: 10px;
	font-size: 0.8rem;
}

.messBox {
	margin: 0 10px;
	font-size: 0.8rem;
}

.messBox ol {
	margin-left: 10px;
}

.messBox p {
	margin-bottom: 20px;
}

/*==============================================
    head
==============================================*/

header {
	position: relative;
}

#logo {
	padding: 10px 0 10px 10px;
}

#logo img {
	width: 100px;
	height: auto;
}

#wrap {
	width: 100%;
	z-index: 0;
	position: relative;
	background: #fff;
}

/*==============================================
    pageTitle
==============================================*/

#titleBox {
	display:table;
	width:100%;
	height:40px;
	margin-bottom:10px;
	background: #f8f8f5;
	border-bottom: 1px solid #e4e4e4;
	-webkit-box-shadow: inset 3px 3px 5px 0 #e4e4e4;
	-moz-box-shadow: inset 3px 3px 5px 0 #e4e4e4;
	box-shadow: inset 3px 3px 5px 0 #e4e4e4;
	background: 0 0 #FDFDFD 80% #F1F1F1 100% repeat scroll 0 0 transparent;
	position: relative;
}

#titleBox::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 10%;
	right: 10%;
	top: 50%;
	bottom: 0;
	-webkit-border-radius: 700px 700px 700px 700px / 70px 70px 70px 70px;
	-moz-border-radius: 700px 700px 700px 700px / 70px 70px 70px 70px;
	border-radius: 700px 700px 700px 700px / 70px 70px 70px 70px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#leftBtn {
	display: table-cell;
	padding-left:5px;
	vertical-align: middle;
}

#leftBtn a {
	display: block;
	width: 50px;
	height: 30px;
	line-height: 30px;
	background: url(../images/common/bt_bg02.png) no-repeat 0 0;
	-moz-background-size: 50px 30px;
	-webkit-background-size: 50px 30px;
	background-size: 50px 30px;
	color: #000;
	text-indent: 15px;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-size: 0.8em;
	text-shadow: 0 -1px 1px #fff, 0 1px 1px #fff;
}

#leftBtn a span {
	line-height: 30px;
}

#pageTitle {
	width:100%;
	display:table-cell;
	vertical-align:middle;
	padding-left: 10px;
	font-size: 1em;
}

h3 {
	margin: 10px;
	font-size: 1.1em;
	border-bottom: 3px solid #d60007;
}

/*==============================================
    section
==============================================*/

section {
	margin: 0 auto;
	padding: 10px;
}

/*==============================================
    select装飾
==============================================*/

select{
    border: 1px solid #999;
    padding: 3px;
    background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*==============================================
    fieldset
==============================================*/

fieldset {
	font-size: 0.9rem;
}

/*==============================================
    radioButton,checkbox装飾
==============================================*/

input[type="radio"] {
	margin: 0 3px 0 0;
    position: relative;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #999999;
    -webkit-border-radius: 16px;
	-moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
    box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
    vertical-align: middle;
    cursor: pointer;
}

input[type="radio"]:checked:after {
	vertical-align: top;
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    content: "";
    width: 8px;
    height: 8px;
    background: #ff6e02;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    border-radius: 8px;
}

/*==============================================
    アコーディオン装飾
==============================================*/

.openBox01 dd,.openBox02 dd,.openBox03 dd,.openBox04 dd {
	font-size: 0.9em;
}

.acParent {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #fff;
}

.acParent a {
	display: block;
	padding: 1em 2.5em 1em 0.5em;
	font-size: 0.8em;
	text-decoration: none;
	color: #000;
	border-left: 12px solid #C00;
}

.acLast {
	border-bottom: 1px solid #e4e4e4;
}

.icoMinus {
	display: block;
	padding: 0.5em;
	font-size: 120%;
	text-decoration: none;
	color: #000;
	background: url(../images/common/i_plus.png) no-repeat 98% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e6e6e6), color-stop(0.00, #fff));
	background: url(../images/common/i_plus.png) no-repeat 98% 50%, -webkit-linear-gradient(#fff, #e6e6e6);
	background: url(../images/common/i_plus.png) no-repeat 98% 50%, -moz-linear-gradient(#fff, #e6e6e6);
	background: url(../images/common/i_plus.png) no-repeat 98% 50%, -o-linear-gradient(#fff, #e6e6e6);
	background: url(../images/common/i_plus.png) no-repeat 98% 50%, -ms-linear-gradient(#fff, #e6e6e6);
	background: url(../images/common/i_plus.png) no-repeat 98% 50%, linear-gradient(#fff, #e6e6e6);
	-webkit-background-size: 15px 15px , auto;
	-moz-background-size: 15px 15px , auto;
	background-size: 15px 15px , auto;
}

.icoPlus {
	display: block;
	padding: 0.5em;
	font-size: 120%;
	text-decoration: none;
	color: #000;
	border-left: 12px solid #C00;
	background: url(../images/common/i_minus.png) no-repeat 98% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e6e6e6), color-stop(0.00, #fff));
	background: url(../images/common/i_minus.png) no-repeat 98% 50%, -webkit-linear-gradient(#fff, #e6e6e6);
	background: url(../images/common/i_minus.png) no-repeat 98% 50%, -moz-linear-gradient(#fff, #e6e6e6);
	background: url(../images/common/i_minus.png) no-repeat 98% 50%, -o-linear-gradient(#fff, #e6e6e6);
	background: url(../images/common/i_minus.png) no-repeat 98% 50%, -ms-linear-gradient(#fff, #e6e6e6);
	background: url(../images/common/i_minus.png) no-repeat 98% 50%, linear-gradient(#fff, #e6e6e6);
	-webkit-background-size: 15px 15px , auto;
	-moz-background-size: 15px 15px , auto;
	background-size: 15px 15px , auto;
}

.closeBox {
	text-align: center;
}

.closeBox a {
	display: inline-block;
	margin: 10px auto 20px;
	padding: 10px 20px;
	font-size: 0.8em;
	color: #111;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.2), 0 1px 1px #fff;
	letter-spacing: 0;
	border: 1px solid #c8c8c8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ebebeb), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #ebebeb);
	background: -moz-linear-gradient(#fff, #ebebeb);
	background: -o-linear-gradient(#fff, #ebebeb);
	background: -ms-linear-gradient(#fff, #ebebeb);
	background: linear-gradient(#fff, #ebebeb);
	-webkit-background-size: auto !important;
	-moz-background-size: auto !important;
	background-size: auto !important;
}

/*==============================================
    table
==============================================*/

table {
	margin-bottom: 10px;
}

.def {
	color: #C00;
}

/*==============================================
    Box
==============================================*/

.innerBox {
	margin: 0 10px;
	font-size: 0.8rem;
}

.contBox {
	margin: 0 10px;
	font-size: 0.9rem;
}

/*==============================================
    dl,li,ol
==============================================*/

dt {
	border-bottom: 2px solid #ccc;
	font-size: 1rem;
	font-weight: bold;
	margin: 0.8em 0 0.5em;
}

dd {
	margin: 0 0.5em;
}

ol {
	list-style-type: decimal;
}

ol li {
	margin: 5px 0 5px 20px;
}

ol ol {
	list-style-type: none;
}

/*==============================================
    back,topBtn
==============================================*/

.backBtn {
	float: left;
	width: 45%;
	background: url(../images/common/arr_left01.png) no-repeat 0 50%;
	-webkit-background-size: 12px;
	-moz-background-size: 12px;
	background-size: 12px;
	padding: 0 0 0 14px;
}

.topBtn {
	float: right;
	width: 40%;
	background: url(../images/common/arr_top01.png) no-repeat right 50%;
	-webkit-background-size: 12px;
	-moz-background-size: 12px;
	background-size: 12px;
	padding: 0 14px 0 0;
	text-align: right;
}

#bottomBox {
	padding-top: 20px;
	border-top: 1px dotted #ccc;
	margin: 30px 3px 0;
}

#bottomBox a {
	font-size: 0.7rem;
	text-decoration: none;
}

#bottomBox:after {
	content: "";/* clearfix */
	display: block;
	clear: both;
}

/*==============================================
    footer
==============================================*/

footer ul {
	clear: both;
	padding-top: 5px;
	text-align: center;
}
	
footer ul li {
	display: inline-block;
	padding: 5px;
}

footer ul li a {
	text-decoration: none;
	font-size: 0.7em;
}

footer ul li:last-child span {
	border-right: none;
}

footer ul li span {
	padding-right: 15px;
	border-right: 1px solid #999;
}

.pcBtn {
	margin: 1em auto;
	text-align: center;
}

.pcBtn img {
	width: 100px;
	height: auto;
}

.link_pc span a {/*PCサイトリンク*/
	display: inline-block;
	padding-right: 17px;
	background: url(../images/common/i_pc.png) no-repeat right 0;
}

.copyright {
	padding-top: 10px;
	position: relative;
	text-align: center;
	background: #fff;
}

.copyright::before {/*タイトル部分ドロップシャドウ*/
	content: "";
	position: absolute;
	z-index: -1;
	left: 10%;
	right: 10%;
	top: 0;
	bottom: 50%;
	-webkit-border-radius: 700px 700px 700px 700px / 70px 70px 70px 70px;
	-moz-border-radius: 700px 700px 700px 700px / 70px 70px 70px 70px;
	border-radius: 700px 700px 700px 700px / 70px 70px 70px 70px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
/*==============================================
    PullOut Panel
==============================================*/

div.menuList {
	height: 100%;
	width: 100%;
	z-index: 2147483647;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff !important;
	display: none;
}

.inPannel {
	font-size: 1.2em;
}

.btnClose {
	display: inline-block;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.4), 0 1px 1px rgba(255,255,255,0.5);
	letter-spacing: 0;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	padding: 5px;
	background: #273996;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #6294cd), color-stop(0.50, #273996), color-stop(0.00, #496fb7));
	background: -webkit-linear-gradient(top, #496fb7 0%, #273996 50%, #6294cd 100%,);
	background: -moz-linear-gradient(top, #496fb7 0%, #273996 50%, #6294cd 100%,);
	background: -o-linear-gradient(top, #496fb7 0%, #273996 50%, #6294cd 100%,);
	background: -ms-linear-gradient(top, #496fb7 0%, #273996 50%, #6294cd 100%,);
	background: linear-gradient(to bottom, #496fb7 0%, #273996 50%, #6294cd 100%,);
	border: 1px solid #5d80b0;
	font-size: 0.8em;
	position: absolute;
	right: 10px;
	top: 0;
	color: #fff !important;
}

.btnClose:visited {
	color: #fff;
}

.titleInner {
	position: relative;
}

.menuList .title {
	height: 25px;
	background: #F8F8F5;
	-webkit-box-shadow: inset 3px 3px 5px 0 #E4E4E4;
	-moz-box-shadow: inset 3px 3px 5px 0 #E4E4E4;
	box-shadow: inset 3px 3px 5px 0 #E4E4E4;
}

.menuList h4 {
	height: 25px;
	padding-left: 10px;
	line-height: 35px;
	background: #E6E7F2;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #BEC0D5;
	-webkit-box-shadow: inset 0 0 1px rgba(255,255,255,1);
	-moz-box-shadow: inset 0 0 1px rgba(255,255,255,1);
	box-shadow: inset 0 0 1px rgba(255,255,255,1);
}

.menuList ul li {
	border-bottom: 1px dotted #ccc;
}

.menuList ul li:last-child {
	border-bottom: 1px solid #D4D3D3;
}

.menuList ul .pc {
	background: url(../images/common/i_pc.png) no-repeat 98% 50%;
}

.menuList ul li a {
	display: block;
	padding: 15px 10px;
	text-decoration: none;
	font-size: 0.8em;
	color: #000;
}

#popupClose0102 {
	text-align: center;
}