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

@import url('../../../resource/css/reset.css');
@import url('../../../resource/css/layout.css');

/* 全体、その他
============================================*/


#header h1 img {
	vertical-align: middle;
}

h2 {
	margin-top: 40px;
	font-size: 20px;
	text-align: center;
	font-size: 2.0rem;
}

#simulator {
	margin: 0 auto;
	width: 100%;
	max-width: 1180px;
	box-sizing: border-box;
	padding: 10px;
}

#result {
	margin: 20px 0;
	width: 360px;
	padding-top: 520px;
	position: relative;
	box-sizing: border-box;
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
}

p.note {
	font-size: 14px;
	font-size: 1.4rem;
}

.acc_title {
	position: relative;
}

.acc_title:hover {
	cursor: pointer;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

.acc_title:after {
	content: "×";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) translateX(0);
	-webkit- transform: translateY(-50%) translateX(0);
}
.acc_title.acc_close:after {
	content: "▼";
}

.acc_item {

}

#p_body {
	width: 240px;
	height: 410px;
	position: absolute;
	left: 60px;
	top: 50px;
}

#p_line1 {
	width: 20px;
	height: 380px;
	position: absolute;
	background: #FFFFFF;
	left: 71px;
	top: 80px;
	border-right: #666 1px solid;
	box-sizing: border-box;
}
#p_line2 {
	width: 20px;
	height: 380px;
	position: absolute;
	background: #FFFFFF;
	left: 91px;
	top: 80px;
	box-sizing: border-box;
}
#p_line3 {
	width: 20px;
	height: 380px;
	position: absolute;
	background: #FFFFFF;
	right: 91px;
	top: 80px;
	box-sizing: border-box;
}
#p_line4 {
	width: 20px;
	height: 380px;
	position: absolute;
	background: #FFFFFF;
	right: 71px;
	top: 80px;
	border-left: #666 1px solid;
	box-sizing: border-box;
}

#p_slider1 {
	width: 15px;
	height: 30px;
	position: absolute;
	background: #FFFFFF;
	left: 83px;
	top: 80px;
	border: #666 1px solid;
	border-top: none;
	box-sizing: border-box;
}

#p_slider2 {
	width: 15px;
	height: 30px;
	position: absolute;
	background: #FFFFFF;
	right: 83px;
	top: 80px;
	border: #666 1px solid;
	border-top: none;
	box-sizing: border-box;
}

#p_code1 {
	width: 15px;
	height: 70px;
	position: absolute;
	left: 83px;
	top: 100px;
}
#p_code2 {
	width: 15px;
	height: 70px;
	position: absolute;
	right: 83px;
	top: 100px;
}

#choice {
	float: left;
	margin: 20px 10px;
	width: 780px;
	position: relative;
	box-sizing: border-box;
}

#choice h2 {
	padding: 5px;
	margin: 20px 0 10px;
	background: #CCC;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}

#choice h3 {
	padding: 5px;
	margin: 10px 0;
	border-bottom: #999 3px solid;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
}

#choice h2:first-child {
	margin-top: 0;
}

#choice .colorbox {
	float: left;
	width: 49%;
	box-sizing: border-box;
	margin-right: 1%;
}
#choice li {
	border: #666 1px solid;
}
#choice li:hover {
	cursor: pointer;
}
#choice .line_type li {
	display: inline-block;
	padding: 5px;
	border: #666 1px solid;
	margin-bottom: 10px;
}

#choice .line_type li.active {
	background: #FFA42C;
	color: #fff;
}

#choice .active {
	border: #3F0 5px solid;
}

#choice .selectColor li {
	float: left;
	margin: 0 105px 10px 0;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	position: relative;
}

#choice .selectColor li {
	float: left;
	margin: 0 105px 10px 0;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	position: relative;
}

#choice .p_body li {
	background-image: url(../images/body_01.png);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: 180px auto;
	background-size: 180px auto;
}


#choice .selectColor li span {
	position: absolute;
	left: 45px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 90px;
	font-size: 10px;
}

#choice .selectColor li.active span {
	margin-left: -5px;
}

#choice .colorbox .selectColor li {
	margin: 0 55px 10px 0;
}

#choice .colorbox .selectColor li span {
	width: 50px;
}

#choice .codebox .selectColor li {
	width: 30px;
	height: 30px;
	border-radius: 50%; 
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%; 
}

#choice .codebox .selectColor li span {
	left: 35px;
	width: 60px;
}



.codeimg {
	width: 400px;
}

.p_line2,
.p_line4 {
	display: none;
}



#price {
	clear: both;
	margin: 40px auto;
	width: 600px;
	position: relative;
	box-sizing: border-box;
	text-align: right;
	font-weight: bold;
	font-size: 16px;
}

#sum{
	font-weight: bold;
	font-size: 20px;
	color: #9C0;
}


#footer {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border-top: #999 1px solid;
}

#footer .copyright {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}

/*-------------------------
|                         |
|  レスポンシブCSS        |
|  SP用（767px以下）  　　|
|													|
-------------------------*/

@media screen and (max-width:766px){

#result {
	margin: 20px auto;
	float: none;
}

#result p.note {
	margin-left: -120px;
	margin-right: -120px;
}

#choice {
	float: none;
	margin: 20px auto;
	width: 600px;
}

#choice .colorbox {
	float: none;
	width: 100%;
	margin-right: 0;
}
	
	
.codeimg {
	width: 100%;
}

}


/*-------------------------
|                         |
|  レスポンシブCSS        |
|  PC用（767px以上）  　　|
|													|
-------------------------*/

@media screen and (min-width:767px){

}


