@charset "utf-8";
/* CSS Document */

div#wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	margin: 10px auto 0;
	padding: 0;
	position: relative;
	
	/* for IE8 */
	width: 1200px\9;
}
.logo_sample {
	float: right;
	height: 40px;
	font-size : 1.0em;
	padding-right: 20px;
	padding-top: 10px;
	margin-top: 0px;
	z-index: 1500;
	white-space: nowrap;
}
@media (max-width: 480px) {
div#wrapper {
	width: 92%;
}
}
@media (min-width: 481px) {
div#wrapper {
	width: 94%;
}
}
@media (min-width: 768px) {
div#wrapper {
	width: 750px;
}
}
@media (min-width: 992px) {
div#wrapper {
	width: 970px;
}
}
@media (min-width: 1200px) {
div#wrapper {
	width: 1200px;
}
}
.cover {
	background: #000;
	cursor: pointer;
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 1500;
	/* Translucent */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-align: center;
    top: 0;
    left: 0;
}
	.cover p.come {
		display: inline-block;
		position: absolute;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 1501;
		height: 5.5em;
		margin: auto;
		color: #FFF;
		font-size: 3em;
		text-align: center;
		cursor: auto;
	}
		.cover p.come strong {
			font-size: 2em;
		}
		.cover p.come img {
			position: absolute;
			top: -30px;
			right: 30%;
			cursor: pointer;
		}
		.cover p.come img:hover {
			opacity: 0.7;
		}
#pagetop {
	position: fixed;
	margin: 0;
	padding: 5px;
	bottom: 10px;
	right: 5px;
	z-index: 10;
}
#pagetop img {
	border: none;
}
@media screen and (max-width: 767px) {
.cover {
	z-index: 10;
}
	.cover p.come {
		font-size: 2em;
	}
		.cover p.come strong {
			font-size: 1.5em;
		}
		.cover p.come img {
			right: 5%;
		}
#fnc_list {
	display: none;
}
#pagetop {
	padding: 5px 0;
}
}
/*
	====================================
		.page_header
	====================================
*/

.page_header {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	margin: 0;
	position: relative;
	text-align: left;
	width: 100%;
}
@media screen and (max-width: 767px) {
.page_header {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
}
.target_product_image {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	text-align: left;
}
.target_product_title {
	font-size: 2.4em;
	left: 180px;
	position: absolute;
	text-align: left;
	top: 25px;
}
.target_product_title_cap {
	font-size: 2.2em;
	left: 180px;
	position: absolute;
	text-align: left;
	top: 60px;
	white-space: nowrap;
}
img.target_product {
	margin : 10px;
	width: 140px;
}
@media screen and (max-width: 480px) {
.target_product_image {
	margin: -5px 0 0 0;
}
.target_product_title {
	font-size: 1.4em;
	left: 100px;
	position: absolute;
	text-align: left;
	top: 30px;
}
.target_product_title_cap {
	font-size: 1.4em;
	left: 100px;
	position: absolute;
	text-align: left;
	top: 35px;
}
img.target_product {
	margin : 10px;
	width: 70px;
}
}
/*
	====================================
		Button
	====================================
*/
#select_model, #fnc_list, #page_return {
	background: url("../image/back_btn.png") repeat-x bottom;
	border: solid 1px #ccc;
	border-radius: 3px;
	clear: left;
	margin-top: 5px;
	padding: 10px;
	width: 210px;
}
#fnc_list, #page_return {
	margin-bottom: 20px;
}
#page_return {
	margin-bottom: 10px;
}
#select_model a, #fnc_list a, #page_return a {
	display: block;
	font-size: 1.2em;
	line-height: 1.0;
	text-decoration: none;
}
#select_model a, #select_model div, #fnc_list a {
	background: url("../image/arrow_black.png") no-repeat left 2px;
	padding-left: 12px;
}
#page_return a {
	background: url("../image/arrow_back.png") no-repeat left;
	padding-left: 16px;
}
#select_model:hover, #fnc_list:hover, #page_return:hover {
	text-decoration: none;
	zoom: 1;
	/* Translucent */
	-ms-filter: alpha(opacity=50);
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
a.link_arrow {
	padding-left: 12px;
	background: url("../image/arrow_black.png") no-repeat left center;
	text-decoration: underline;
}
a.link_arrow:link,
a.link_arrow:visited,
a.link_arrow:hover {
	color: #004098;
}
.head_link {
	position: absolute;
	top: 8em;
	left: 180px;
	font-size: 1.2em;
}
@media (max-width: 640px) {
	.head_link {
		position: static;
		margin: 0;
	}
}


/*
	====================================
		詳細window
	====================================
*/
.detail {
	background: #fff;
	border: solid 3px #666;
	display: none;
	height: auto;
	top: 50%;
	left: 50%;
	max-height: 90%;
	margin: 0;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 5px;
	position: fixed;
	width: 640px;
	z-index: 2000;
	text-align: left;
	transform: translate(-50%, -50%);
}
@media screen and (max-width:767px) {
.detail {
	border: solid 1px #666;
	border-left: none;
	border-right: none;
	margin: 0 auto;
	padding: 0;
	width: calc(100% - 10px);
}
}
/*
	====================================
		リストwindow 
	====================================
*/
.model_list {
	background: #fff;
	border: solid 3px #666;
	display: none;
	height: 400px;
	padding: 0px;
	position: fixed;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 600px;
	z-index: 2000;
}
img#loading {
	margin: 0 auto;
}
#disclaimer {
	font-size: 1.4em;
	text-align: right;
}
.disclaimer{
	font-size: 1.4em;
	text-align: right;
    padding-left: 15px;
    margin: 1em auto 0.5em;
}
.model_list .disclaimer{
	text-align: left;
    margin: 0;
    font-size: 1.2em;
}
html[lang="fr"] .model_list .disclaimer,
html[lang="it"] .model_list .disclaimer,
html[lang="es"] .model_list .disclaimer,
html[lang="pt"] .model_list .disclaimer,
html[lang="da"] .model_list .disclaimer,
html[lang="nl"] .model_list .disclaimer,
html[lang="fr"] .model_list .disclaimer{
    height: 3em;
}

@media screen and (max-width:767px) {
.model_list {
	border: solid 1px #666;
	border-left: none;
	border-right: none;
	height: auto;
	left: 0;
	margin: 0 auto;
	top: 10px;
	width: 100%;
}
#disclaimer {
	font-size: 1em;
}
.disclaimer {
	font-size: 1em;
}
}
