@charset "UTF-8";
/*
 * style.css
 *
 */

body {
	padding-bottom: 168px;
}

#page_header {
    margin: 0 auto 30px;
}
/* ご一読ください
---------------------------------------------------------- */
#imp_comment{
	border: 1px solid #1c2c3a;
	text-align: center;
	padding: 20px 0;
	width: 700px;
	margin: 0 auto 20px;
	}
	#imp_comment p{
		font-size: 12px;
		margin-bottom: 10px;
		line-height:21px;
		}
		#imp_comment p span{
			color: #b20000;
		}
	#imp_comment p.tit{
		font-size: 16px;
		font-weight: bold;
	}
	#imp_comment p:last-child{
		margin-bottom: 0;
	}

	#kyuka_message {
		font-size: 12px;
		font-weight: bold;
		color: red;
		text-align: center;
		margin-top: 3px;
		margin-bottom: 17px;
	}

/*ph_navigation
---------------------------------------------------------- */
#ph_navigation_link{
	border-bottom: 3px solid #1c2c3a;
	text-align: center;
	font-size: 0;
	margin-bottom: 14px;
	}
	#ph_navigation_link li{
		display: inline-block;
		font-size: 14px;
		margin-right: 12px;
		}
		#ph_navigation_link li a{
			background: #1c2c3a;
			display: block;
			padding: 5px 30px;
			color: #fff;
		}
		#ph_navigation_link li a.active,
		#ph_navigation_link li a:hover{
			background: #c69d5a;
			text-decoration: none;
		}
	#ph_navigation_link li:last-child{
		margin-right: 0;
	}
#ph_navigation{
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}
	#ph_navigation li{
		margin-left: 8px;
	}
		#ph_navigation li .fsz_s{
			font-size: 11px;
		}
		#ph_navigation li a {
			background-image: url("/common/img/ico/ico_arr_6x4_01b.png");
		}
		#ph_navigation li a:hover,
		#ph_navigation li a.current {
			background-image: url("/common/img/ico/ico_arr_6x4_02b.png");
		}
#ph_navigation.sec {
	overflow: hidden;
	*zoom: 1;
	margin: 10px 0 0 0;
}
	#ph_navigation.sec li {
	}
/* supp_comment
---------------------------------------------------------- */
.supp_comment{
	margin-bottom: 47px;
	margin-top: 40px;

	}
	.supp_comment p{
		margin-bottom: 10px;
		}
	.supp_comment p.tit{
		font-size: 20px;
		font-weight: bold;
	}
	.supp_comment p:last-child{
		margin-bottom: 0;
	}

/*module_itemList
---------------------------------------------------------- */
.module_itemList{

	}
	.module_itemList li{
		position: relative;
	}
		.module_itemList li input[type="checkbox"]{
			position: absolute;
			top: 0;
			right: 0;
		}
		.module_itemList li input[type=checkbox] {
		    display:block;
		    margin-right: 6px;
		    position: absolute;
		}
		.module_itemList li input[type=checkbox] + label {
		    position: absolute;
		    display: block;
		    margin-right: 0px;
		    top: 0px;
		    right: 0px;
		    width: 100%;
		    height: 100%;
		    background: rgba(255, 255, 255,0);

		    font-size: 14px;

		    cursor: pointer;
		    z-index: 10;
		}
	.module_itemList li:before{
		content: "";
		position: absolute;
		top: 12px;
    	right: 10px;
		width: 26px;
		height: 26px;
		background: #fff;
	}
	.module_itemList li.check{
		border: 2px solid #c69d5a;
		}
		.module_itemList li.check input[type=checkbox] + label {
		    position: absolute;
		    display: block;
		    margin-right: 0px;
		    top: -1px;
		    right: -1px;
		    width: 100%;
		    height: 100%;
		    font-size: 14px;
		    cursor: pointer;
		    z-index: 10;
		}
		.module_itemList li.check:before{
		content: "";
		position: absolute;
		top: 11px;
    	right: 9px;
		width: 26px;
		height: 26px;
		background: #fff;
		}
		.module_itemList li.check a{
			padding: 11px;
			}
			.module_itemList li.check a p.icon {
    			left: -13px;
    			top: -15px;
			}



@media (min-width: 1px) {
    .module_itemList li input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .module_itemList li input[type=checkbox] + label {
        padding: 0 0 0 0px;

    }
    .module_itemList li input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 12px;
        right: 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;

        background: #FFF;
    }
    .module_itemList li input[type=checkbox] + label::before {
        border: 1px solid #ccc;
    }
    .module_itemList li input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 21px;
        right: 13px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        background: #fff;
    }

    .module_itemList li input[type=checkbox]:checked + label::after {

        width: 11px;
        height: 8px;
        margin-top: -5.5px;

        border-left: 3px solid #000;
        border-bottom: 3px solid #000;

        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}


/**/


#tabBox1,#tabBox2{
}
#tabBox1{
}
#tabBox2{
    display:none;
}


ul.module_pageing {
    padding-top: 30px;
    padding-bottom: 40px;
}

/*選択したアイテム
---------------------------------------------------------- */
#sentaku {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1000;
	padding: 5px 20px;
	padding-left: calc((100% - 980px + 40px) / 2);
	padding-right: calc((100% - 980px + 40px) / 2);
	width: 100%;
	background: url("/assets/shiryou/img/bg_sentaku.gif") repeat left top;
	min-height: 120px;
}
		#sentaku h3 {
			display: none;
			font-size: 14px;
			font-weight: bold;
			text-align: center;
			line-height: 1;
			background: url("/assets/shiryou/img/bg_dot.png") no-repeat center center;
		}
		#sentaku ul {
			padding-left: 4px;
			margin: 15px 0 0 0;
			width: 630px;
		}
			#sentaku ul li {
				position: relative;
				float: left;
				padding: 7px 7px 0 7px;
				margin-right: 17px;
				width: 141px;
				border: #d5d5d5 solid 1px;
				background: #fff;
			}
			#sentaku ul li:last-child {
				margin-right: 0;
			}
				#sentaku ul li .img {
					text-align: center;
				}
				#sentaku ul li .img img {
					height: 60px;
					width: 60px;
				}
				#sentaku ul li .txt {
					padding: 5px 0 5px 0;
					font-size: 10px;
					font-weight: bold;
					text-align: center;
				}
				#sentaku ul li .cancel {
					position: absolute;
					top: -7px;
					right: -7px;
				}
					#sentaku ul li .cancel a:hover {
						opacity: .7;
					}
		#sentaku #not_select_msg {
			width: 640px;
			text-align: center;
		}
		#sentaku .btn_shiryou {
			position: absolute;
			width: 290px;
			top: 40px;
			right: calc((100% - 980px + 40px) / 2);
		}
			#sentaku .btn_shiryou a {
				margin: 0 auto;
				display: block;
				width: 290px;
				font-size: 16px;
				font-weight: bold;
				text-align: center;
				color: #fff;
				line-height: 48px;
				background: #c69d5a;
			}
			#sentaku .btn_shiryou a:hover {
				opacity: .7;
				text-decoration: none;
			}
