@charset "shift_jis";

/*-----------------------------------------------------
/jr/ Page Style
------------------------------------------------------*/
.section{
	margin-bottom: 0px;
}
#lowerMainArea #slider01 .bx-pager{
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.17) inset;
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.17) inset;
box-shadow: 0px 1px 1px rgba(0,0,0,.17) inset;
}
#lowerMainArea .pathTopics{
	margin: 0 10px 10px;
	font-size: 15px;
}
#lowerMainArea .pathTopics span{
	padding: 0 5px;
}

#p_sbox{
	padding: 0 10px;
}
#p_sbox h1,#p_sbox h2{
	margin-bottom: 5px;
	font-size: 15px;
}
#p_sbox h2.bdTop{
	padding-top: 10px;
	border-top: #CCC 2px solid;
}
#p_sbox .box-contents{
	padding: 15px 8px;
	border: #BFBFBF solid 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#p_sbox .box-contents .con1btn{
	margin-bottom: 14px;
}
#p_sbox .box-contents .con1btn input[type="button"]{
	color: #fff;
	font-size: 18px;
	background-color: #e61b61;
	border: none;
	width: 100%;
	height: 45px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 2px 0 #d6d6d6;
	background-image: url(/sp/shared2015/common/images/icon01.png);
	background-repeat: no-repeat;
	-webkit-background-size: 16px;
	background-size: 16px;
	background-position: 10% 50%;
}
#p_sbox .box-contents table{
	margin: 0 auto 10px;
	width: 100%;
}
#p_sbox .box-contents table th{
	padding-bottom: 12px;
	width: 23%;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
}
#p_sbox .box-contents table td{
	padding-bottom: 12px;
	width: 77%;
}
#p_sbox .box-contents table td.checkBox{
	padding: 6px 6px 0;
	background-color: #F1F1F1;
}
#p_sbox .box-contents table td.checkBox input[type="checkbox"]{
	background-color: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
}
#p_sbox .box-contents table td.checkBox ul li{
	margin-bottom: 8px;
}
#p_sbox .box-contents table td label,#p_sbox .box-contents table td span{
	font-size: 12px;
}
#p_sbox .box-contents table td select{
	padding: 2px 5px;
	width: 100%;
	-webkit-appearance: none;
	background-image: url(/sp/shared2015/common/images/select_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 19px;
	border: #A4ACB1 solid 1px;
}
#p_sbox .box-contents table td.dDay select{
	width: 35%;
	float: right;
}
#p_sbox .box-contents table td.dDay select:first-child{
	width: 60%;
	float: left;
}
.linkUl li{
	margin-bottom: 10px;
}
.linkUl li:last-child{
	margin-bottom: 0px;
}
.linkUl li a{
	padding-left: 10px;
	background-image: url(/sp/shared2015/common/images/icon02.png);
	background-repeat: no-repeat;
	-webkit-background-size: 5px;
	background-size: 5px;
	background-position: 0 50%;
}
ul.col3Box li{
	line-height: 2;
	display: inline-block;
	width: 32%;
}
ul.col2Box li{
	line-height: 2;
	display: inline-block;
	width: 49%;
}

dl.keywordBox{
	padding: 15px 10px 10px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
dl.keywordBox dt{
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #EE416C;
}
dl.keywordBox.keywordBox01 dt{
	color: #59b034;
}
dl.keywordBox dd ul li{
	margin-right: 20px;
	line-height: 2.6;
	display: inline-block;
}
dl.keywordBox dd ul li a{padding-left: 10px;}
dl.keywordBox dd ul li a:before{content:"#";}
.itemList2.img250 li .thumb{
	padding: 12px 12px 0;
	text-align: center;
}
.itemList2.img250 li .thumb img{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.itemList2.img250 li{
	margin-right: 0;
	width: 50%;
	border-right: #CCCCCC solid 2px;
	box-sizing: border-box;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.itemList2.img250 li:first-child{
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.itemList2.img250 li dl dd span{
	padding-top: 5px;
	color: #FF464D;
	font-size: 13px;
	display: block;
}
.kokunai .txBlack .btn.more{
	color: #333;
}
.kokunai .txBlack .btn.more span{
	background-image: url(/sp/shared2015/common/images/ic_08.png);
}
.kokunai ul li dl dd span{
	padding-top: 5px;
	color: #FF464D;
	display: block;
}
.footerbanner{
	padding: 20px 0 15px;
	text-align: center;
}

.planBox{
	margin-bottom: 15px;
	position: relative;
	border: #BFBFBF solid 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #F2F2F2;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.17);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.17);
	box-shadow: 0px 1px 1px rgba(0,0,0,.17);
}
.planBox02{
	margin-bottom: 0;
}
.planBox dl{
	padding: 15px;
	overflow: hidden;
}
.planBox dl:before{
	margin-right: 15px;
	content: "";
	display: block;
	float: left;
	width: 45px;
	height: 45px;
	background-color: #fff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
}
.planBox dl.planIcon01:before{
	background-image: url(/sp/shared2015/common/images/icon03.png);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: 50%;
}
.planBox dl.planIcon02:before{
	background-image: url(/sp/shared2015/common/images/icon04.png);
	background-size: 29px;
	background-repeat: no-repeat;
	background-position: 50%;
}
.planBox dl.planIcon03:before{
	background-image: url(/sp/shared2015/common/images/icon05.png);
	background-size: 29px;
	background-repeat: no-repeat;
	background-position: 50%;
}
.planBox dl dt{
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
}
.planBox01 dl dt{
	color: #FF7126;
}
.planBox02 dl dt{
	color: #EF0022;
}
.planBox dl dd{
	overflow: hidden;
}
.planBox p{
	padding: 7px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	background-image: url(/sp/shared2015/common/images/icon01.png);
	background-repeat: no-repeat;
	-webkit-background-size: 16px;
	background-size: 16px;
	background-position: 5% 50%;
}
.planBox01 p{
	background-color: #FF982D;
}
.planBox02 p{
	background-color: #EF0022;
}
.planBox a{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-indent: -100px;
}