@charset "Shift_JIS";
/**
 * default.css
 * update : 2013.05.01
 */

/*--------------------------------------------------------------------------------
	.mod-mainContentContainer
--------------------------------------------------------------------------------*/
@media(max-width:640px){
	.mod-mainContentContainer {
		padding: 0;
	}
}

/*--------------------------------------------------------------------------------
	.intro
--------------------------------------------------------------------------------*/
.intro .mainvisual {
	position: relative;
	height: 198px;
	background: url("../img/intro_mainvisual_bg.jpg") no-repeat;
	line-height: 0;
	overflow: hidden;
}

.intro .mainvisual em {
	display: none;
}
.intro .mainvisual em img {
	width: 100%;
}

.intro .mainvisual h2 {
	display: none;
}
.intro .mainvisual h2 img {
	width: 100%;
}

.intro .mainvisual img.image {
	position: absolute;
	right: 25px;
	bottom: 10px;
}

.intro p {
	margin: 15px 0 0;
	font-size: 112%;
	line-height: 1.3;
}

@media(max-width:640px){
	.intro .mainvisual {
		height: auto;
		max-height: 398px;
		background: url("../img/intro_mainvisual_bg_mq.jpg") no-repeat;
		background-size: 100%;
	}
	.intro .mainvisual em {
		display: block;
		margin: 3.4% auto 0 auto;
		max-width: 553px;
		width: 52%;
	}
	.intro .mainvisual h2 {
		display: block;
		margin: 4% 0 0 6.3%;
		width: 88%;
		max-width: 550px;
	}
	.intro .mainvisual img.image {
		position: static;
		margin: 4.0% 0 0 15%;
		width: 70%;
		max-width: 456px;
	}
	.intro p {
		display: none;
	}
}

/*--------------------------------------------------------------------------------
	.container
--------------------------------------------------------------------------------*/
.container {
	position: relative;
	margin-top: 20px;
}

.container img {
	vertical-align: top;
}

@media(max-width:640px){
	.container {
		padding-bottom: 30px;
	}
}

/*--------------------------------------------------------------------------------
	.selector
--------------------------------------------------------------------------------*/
.selector {
	position: relative;
	z-index: 100;
	padding-bottom: 10px;
	width: 950px;
	background: url("../img/selector_shadow.png") repeat-x 0 top;
	user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.selector h3 {
	float: left;
	margin: 0;
}

.selector ul,
.selector li {
	margin: 0;
	padding: 0;
	list-style: none;
}

@media(max-width:640px){
	.selector {
		width: auto;
		height: auto;
		background: none;
	}
	.selector h3 {
	float:none;
	}
}

/* .spacer
--------------------------------------------------------------------------------*/
.container .spacer {
	padding-bottom: 10px;
	height: 192px;
}

@media(max-width:640px){
	.container .spacer {
		display: none;
	}
}

/* .model
--------------------------------------------------------------------------------*/
.selector .model {
	position: relative;
	*zoom: 1;
}
.selector .model:after {
	clear: both;
	display: block;
	content: "";
}

.selector .model h3 {
	width: 76px;
	height: 116px;
	background: url("../img/selector_model_ttl.gif") no-repeat;
	color: #717171;
	text-indent: -9999em;
}

.selector .model-list {
	position: relative;
	float: left;
	width: 872px;
	height: 114px;
	border: 1px solid #ccc;
	background: url("../img/selector_model_bg.gif") repeat-x;
	overflow: hidden;
	*zoom: 1;
}
.selector .model-list:after {
	clear: both;
	display: block;
	content: "";
}

.selector .model-list .inner {
	position: relative;
	left: 0;
	*zoom: 1;
}
.selector .model-list .inner:after {
	clear: both;
	display: block;
	content: "";
}

.selector .model ul {
	float: left;
	width: auto;
	*zoom: 1;
}
.selector .model ul:after {
	clear: both;
	display: block;
	content: "";
}

.selector .model li {
	float: left;
	margin-top: 28px;
}

.selector .model li img {
	background: url("../img/selector_model_bg.gif") repeat-x 0 -28px;
}

.selector .model .btn-prev {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 22px;
	height: 114px;
	background: url("../img/selector_prev.png") no-repeat 7px center;
	cursor: pointer;
}
.selector .model .btn-prev img {
	margin: 42px 0 0 7px;
}

.selector .model .btn-next {
	position: absolute;
	right: 0;
	top: 0;
	display: none;
	width: 24px;
	height: 114px;
	background: url("../img/selector_next.png") no-repeat 0 center;
	cursor: pointer;
}
.selector .model .btn-next img {
	margin: 42px 0 0 0;
}

@media(max-width:640px){
	.selector .model h3 {
		margin: 0 10px 5px;
		width: auto;
		height: auto;
		background: none;
		text-indent: 0;
	}
	.selector .model-list {
		height: 120px;
		border-left: none;
		border-right: none;
	}
	.selector .model .btn-prev {
		width: 50px;
		height: 122px;
		background: url("../img/selector_prev.png") no-repeat 13px center;
	}
	.selector .model .btn-next {
		width: 50px;
		height: 122px;
		background: url("../img/selector_next.png") no-repeat 20px center;
	}
}

/* .tag
--------------------------------------------------------------------------------*/
.selector .tag {
	position: relative;
	border: 1px solid #ccc;
	border-top: none;
	background: url("../img/selector_tag_bg.gif") repeat-x;
	*zoom: 1;
}
.selector .tag:after {
	clear: both;
	display: block;
	content: "";
}

.selector .tag h3 {
	width: 75px;
	height: 75px;
	background: url("../img/selector_tag_ttl.png") no-repeat center center;
	color: #717171;
	text-indent: -9999em;
}

.selector .tag-index {
	position: relative;
	float: left;
	width: 872px;
	min-height: 75px;
	border-left: 1px solid #ccc;
}

.selector .tag ul {
	margin: 9px 0 14px 10px;
	user-select: none;
	-webkit-user-select: none;
	*zoom: 1;
}
.selector .tag ul:after {
	clear: both;
	display: block;
	content: "";
}

.selector .tag li {
	float: left;
	display: block;
	margin: 5px 0 0 5px;
	padding-top: 2px;
	width: 136px;
	height: 19px;
	font-size: 0.89em;
	text-align: center;
	background: #b3b3b3;
	border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	text-decoration: none;
	transition: background 0.2s ease-out;
	-o-transition: background 0.2s ease-out;
	-ms-transition: background 0.2s ease-out;
	-moz-transition: background 0.2s ease-out;
	-webkit-transition: background 0.2s ease-out;
}

.selector .tag li a {
	display: block;
	padding-top: 2px;
	width: 136px;
	height: 19px;
	background: #b3b3b3;
	border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	text-decoration: none;
	transition: background 0.2s ease-out;
	-o-transition: background 0.2s ease-out;
	-ms-transition: background 0.2s ease-out;
	-moz-transition: background 0.2s ease-out;
	-webkit-transition: background 0.2s ease-out;
}

.selector .tag li:hover {
	background: #666;
}

.selector .tag li.selected {
	background: #333;
}

.selector select {
	display: none;
	padding: 5px 0;
	width: 100%;
	font-size: 100%;
}

@media(max-width:640px){
	.selector .tag {
		margin: 20px 10px 0;
		border: none;
		background: none;
	}
	.selector .tag h3 {
		margin-bottom: 10px;
		width: auto;
		height: auto;
		background: none;
		text-indent: 0;
	}
	.selector .tag-index {
		display: none;
	}
	.selector select {
		display: block;
	}
}

/*--------------------------------------------------------------------------------
	.acc-index
--------------------------------------------------------------------------------*/
.acc-index {
	position: relative;
	margin: 20px 0 0 0;
}

.acc-index ul {
	margin: 0 0 0 2px;
	padding: 0;
	list-style: none;
	*zoom: 1;
}
.acc-index ul:after {
	clear: both;
	display: block;
	content: "";
}

.acc-index li {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	float: left;
	display: none;
	margin: -2px 0 0 -2px;
	width: 156px;
	height: 218px;
	border: 2px solid #ccc;
	background: #fff;
	overflow: hidden;
	user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.acc-index li a {
	display: block;
	width: 156px;
	height: 218px;
	color: #000;
	text-decoration: none;
}

.acc-index li img.acc {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
}

.acc-index li img.iface {
	display: block;
	margin: 4px 0 0 4px;
}

.acc-index li img.new {
	display: block;
	margin: 8px 0 0 4px;
}

.acc-index li .info {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

.acc-index li em {
	display: block;
	margin: 0 12px 3px;
	font-size: 80%;
	font-style: normal;
	line-height: 1.1;
}

.acc-index li p {
	display: inline;
	font-weight: bold;
	line-height: 1.2;
}

.acc-index li .info span {
	display: none;
	font-size: 80%;
}

@media(max-width:640px){
	.acc-index {
		margin: 20px 10px 0;
	}
	.acc-index ul {
		margin: 0;
	}
	.acc-index li {
		float: none;
		margin: -1px 0 0 0;
		top: -1px;
		width: 100%;
		height: 100px;
		border: 1px solid #ccc;
	}
	.acc-index li a {
		width: 100%;
		height: 100px;
		background: url("../img/selector_next.png") no-repeat right center;
		background-size: 13px 15px;
	}
	.acc-index li a:after {
		clear: both;
		display: block;
		content: "";
	}
	.acc-index li img.acc {
		position: static;
		float: left;
		margin: -15px 15px 0 5px;
		height: 130px;
	}
	.acc-index li img.iface {
		display: inline;
		margin: 0;
		padding-top: 15px;
	}
	.acc-index li img.new {
		display: inline;
		margin: 0 0 0 10px;
		padding-top: 15px;
	}
	.acc-index li .info {
		position: static;
		margin-top: 12px;
		text-align: left;
	}
	.acc-index li p {
		font-size: 130%;
		font-weight: normal;
	}
	.acc-index li .info span {
		display: none;
		font-size: 80%;
	}
}

/*--------------------------------------------------------------------------------
	.note
--------------------------------------------------------------------------------*/
.note {
	margin-top: 15px;
}

.note p {
	margin: 0;
	font-size: 82%;
	line-height: 1.8;
}

@media(max-width:640px){
	.note {
		margin: 15px 10px 0;
	}
}