@charset "Shift_JIS";
h2.lineupTtl {
	width: auto!important;
}
.pagetop {
	margin: 20px 0;
	text-align: right;
	clear: both;
}
/* lineupTable
------------------------------------------*/
#lineupTable {
	position: relative;
	margin: 0 0 20px 0;
	width: 950px;
	height: 340px;
}
#lineupTable li {
	position: absolute;
}
#lineupTable #btnL {
	left: 5px;
	top: 44px;
}
#lineupTable #btnJ {
	left: 5px;
	top: 190px;
}
#lineupTable #btnE14P {
	left: 257px;
	top: 44px;
}
#lineupTable #btnE {
	left: 257px;
	top: 141px;
}
#lineupTable #btnS {
	left: 508px;
	top: 44px;
}
#lineupTable #btnT {
	left: 508px;
	top: 141px;
}
#lineupTable #btnZ {
	left: 508px;
	top: 238px;
}
#lineupTable #btnACC {
	left: 761px;
	top: 44px;
}
/* bnrArea
------------------------------------------*/
#bnrArea {
	padding: 0 0 30px;
}
#bnrAreaLeft {
	width: 452px;
	float: left;
}
#bnrAreaRight {
	width: 298px;
	float: right;
}
/* item
------------------------------------------*/
/* Common setting */
div.itemSet {
	position: relative;
	height: 210px;
}
.itemPic {
	position: absolute;
	left: 0;
	top: 0;
}
p.itemBtn {
	position: absolute;
	left: 1px;
	top: 104px;
}
p.itemText {
	position: absolute;
	left: 375px;
	top: 70px;
	width: 385px;
}
p.itemText a {
	width: 380px;
	line-height: 1.4;
	color: #333;
	font-weight: bold;
}
div.itemSet a:hover {
	text-decoration: none;
}
div.block2 {
	position: relative;
	top: 200px;
	height: 205px;
}
/* */
div.block2 a.subLink {
	position:absolute;
	display:block;
	width: 760px;
	height: 265px;
	text-indent:-9999px;
	overflow:hidden;
}
div.block2 a.subLink {
	background:#fff\9;
	filter:alpha(opacity=0)\9;
}
/* Individual setting */
div#F p.itemBtn,
div#E p.itemBtn {
	top: 124px;
}
div#S p.itemBtn,
div#T p.itemBtn {
	top: 114px;
}

/* MQ setting */
.gradient05 {
	display:none;
}
.lineup_bnr_li_left {
	float:left;
}
.lineup_bnr_li_right {
	float:right;
}
.lineup_bnr_li_right,
.lineup_bnr_li_left {
	margin:0 0 0.5em 0;
}
.mod-acc,
.mod-bnrAreaLeft,
.mod-bnrAreaRight {
	display:none;
}
.item_name {
	display:none;
}
.mod-linkButton1 {
	display:none !important;
}
.mod-colorchip {
	display:none;
}
.mod-featureList {
	clear: both;
	margin: 0 0 15px;
}
.mod-featureList .mod-featureList-heading {
	background: none repeat scroll 0 0 #E5E5E5;
	font-size: 1.077em;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
	padding: 4px 10px 0;
}
.mod-featureList .mod-featureList-heading h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
}
.itemSet_2 {
	display:none;
}
.mod-block2 {
	height: 205px;
	position: relative;
	top: 35px;
}
div.mod-block2 a.subLink {
	display: block;
	height: 200px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	width: 760px;
}
.mod-block3 {
	height: 205px;
	position: relative;
	top: 20px;
}
div.mod-block3 a.subLink {
	display: block;
	height: 200px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	width: 760px;
}
p.mod-itemText {
	left: 375px;
	position: absolute;
	top: 70px;
	width: 385px;
}
p.mod-itemText a {
	color: #333333;
	font-weight: bold;
	line-height: 1.4;
	width: 380px;
}
div#F p.mod-itemBtn,
div#C p.mod-itemBtn,
div#E p.mod-itemBtn,
div#S p.mod-itemBtn {
	top: 104px;
}
p.mod-itemBtn {
	left: 1px;
	position: absolute;
}
.mod-column2 .mod-column2-main {
	float: left;
	width: 760px;
}
.mod-brandTopImage {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	width: 950px;
}
.lineup_title {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	width: 950px;
}
/*
#lineupTable #btnL {
	left: 5px;
	top: 44px;
}*/
lineup.css #lineupTable li {
	position: absolute;
}
lineup.css li {
	margin: 0 0 0.3em;
}
ul,
ol,
li,
dl,
dt,
dd {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
div,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	/*margin: 0;*/
	padding: 0;
}
#bnrArea img,
.lineup_bnr_li_left img,
.lineup_bnr_li_right img,
.itemBtn img,
.mod-itemBtn img {
	display: block;
	-webkit-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-ms-transition: opacity 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	background:transparent;
}
#bnrArea a:hover img,
.lineup_bnr_li_left a:hover img,
.lineup_bnr_li_right a:hover img,
.itemBtn a:hover img,
.mod-itemBtn a:hover img {
	opacity: .5;
}
.clear_lineup {
	clear:both;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
@media (max-width:640px) {
#bnrArea img,
.lineup_bnr_li_left img,
.lineup_bnr_li_right img,
.mod-head01img,
.mod-bnrAreaimg {
	display:none;
}
#lineupTable {
	display:none;
}
#bnrAreaLeft {
	float:none;
	width:auto;
}
#bnrAreaRight {
	float:none;
	width:auto;
}
/*ƒ{ƒ^ƒ“*/
.gradient05 {
	display:block;
	background: -moz-linear-gradient(top, #fff, #fbfbfb 50%, #f4f4f4 50%, #f6f6f6);
	background: -o-linear-gradient(top, #fff, #fbfbfb 50%, #f4f4f4 50%, #f6f6f6);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.5, #fbfbfb), color-stop(0.5, #f4f4f4), to(#f6f6f6));
	background: -ms-gradient(linear, left top, left bottom, from(#fff), color-stop(0.5, #fbfbfb), color-stop(0.5, #f4f4f4), to(#f6f6f6));
	border:#e0e0e0 outset 1px;
}
.style1 {
	font-size: 14px;
	line-height: 1.2em;
	margin: 0 0 0 13px;
	text-align: left;
}
.bar {
	background:#182d52;
	height:3px;
}
.lineup_business_title h3 {
	background-image: url("../images/icon_arrow.png");
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 16px;
	margin: 1px 0 13px;
	padding: 0 0 0 13px;
	text-align: left;
}
.backimage_business {
	background-image:url("../images/icon_lineup_bnr_business.png");
	background-repeat:no-repeat;
	background-position:1px bottom;
	/*min-width:320px;*/
max-width:640px;
	/*height: 52px;*/
margin:1px auto;
	padding:5px 0 5px 94px;
}
.backimage_report {
	background-image: url("../images/icon_lineup_bnr_report.png");
	background-position: 20px center;
	background-repeat: no-repeat;
	margin: 1px auto;
	max-width: 640px;
	padding: 5px 0 5px 94px;
}
.backimage_interview {
	background-image: url("../images/icon_lineup_bnr_interview.png");
	background-position: 17px center;
	background-repeat: no-repeat;
	margin: 1px auto;
	max-width: 640px;
	padding: 5px 0 5px 94px;
}
.gradient06 {
	background-image: linear-gradient(bottom, rgb(229,18,115) 38%, rgb(255,45,150) 69%, rgb(255,72,180) 85%);
	background-image: -o-linear-gradient(bottom, rgb(229,18,115) 38%, rgb(255,45,150) 69%, rgb(255,72,180) 85%);
	background-image: -moz-linear-gradient(bottom, rgb(229,18,115) 38%, rgb(255,45,150) 69%, rgb(255,72,180) 85%);
	background-image: -webkit-linear-gradient(bottom, rgb(229,18,115) 38%, rgb(255,45,150) 69%, rgb(255,72,180) 85%);
	background-image: -ms-linear-gradient(bottom, rgb(229,18,115) 38%, rgb(255,45,150) 69%, rgb(255,72,180) 85%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.38, rgb(229,18,115)), color-stop(0.69, rgb(255,45,150)), color-stop(0.85, rgb(255,72,180)) );
	border:#cccccc outset 1px;
}
.lineup_bnr_li_right,
.lineup_bnr_li_left {
	float:none;
}
.mod-acc,
.mod-bnrAreaLeft,
.mod-bnrAreaRight {
	background-color: #FCFCFC;
	border: 1px solid #CCCCCC;
	display: block;
	height: auto;
	margin: 6px 0;
	padding: 8px;
	text-align: left;
}
.mod-acc p,
.mod-bnrAreaLeft p,
.mod-bnrAreaRight p {
	color: #000000;
	font-size: 0.857em;
	margin: 0;
}

.lineup_img {
	display:none;
}
.itemText {
	text-align:left;
	position:static !important;
}
.itemBtn_lineup {
	display:block;
	float:left;
}
.itemBtn {
	display:none;
}
.item_name {
	display: block;
	text-align: left;
}
.mod-linkButton1 {
	display:block !important;
}
.mod-colorchip {
	display: block;
	margin: 0 auto;
	text-align: left;
	width: 219px;
}
.mod-featureList {
	clear: both;
	margin: 0 0 15px;
}
.mod-featureList .mod-featureList-heading {
	background: none repeat scroll 0 0 #E5E5E5;
	font-size: 1.077em;
	font-weight: normal;
	line-height: 1.5;
	margin: 1em 0;
	padding: 4px 10px 0;
}
.lineUpUpper .mod-lineupItem .mod-lineupItem-header h4 .mod-lineupItem-header-small {
	font-size: 1em;
	padding-right: 5px;
}
.itemSet_2 {
	display:block;
}
.mod-itemText {
	display:none;
}
.mod-itemBtn {
	display:none;
}
.mod-column2 .mod-column2-main {
	clear: both;
	float: none;
	margin: 10px auto;
	padding: 0;
	width: auto;
}
div.mod-block3 a.subLink {
	display: none;
}
.mod-lineup_img {
	margin: 0 auto;
	width: 253px;
}
.mod-lineup_img img {
	margin:auto;
}
.mod-lineup_img img {
	display: block;
	margin: auto;
}
p.itemText a {
	font-weight: normal;
	line-height: 1.4;
}
p.itemText {
	width:auto;
}
p.itemText a {
	color: #43677E;
}
div#subnaviArea {
	width: auto;
}
.pagetop {
	border-bottom: 1px dotted #CCCCCC;
	clear: both;
	margin: 20px 0;
	text-align: right;
}
.pagetop img {
	display:none;
}
.mod-border {
	border-bottom: 1px solid #CCCCCC;
	clear: both;
	margin: 20px 0;
}
.item_fsize {
	font-size:1.3em;
}
.mod-brandTopImage {
	display:none;
}
div.mod-block2 a.subLink {
	display: none;
}
.linkbutton {
	margin: 0 0 0 5px;
	vertical-align: middle;
}
.lineup_title {
	display:block;
	width:auto;
	overflow:visible;
}
h1#tmp-subtitle {
	font-size: 150%;
	line-height: 1;
	margin-bottom: 10px;
	padding: 9px 9px 9px 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.itemSet h4{
	line-height: 1.5em;		/* now better on 1.5em. */
	margin: 15px 0;
}
div.itemSet {
	height: auto;
	position: relative;
}
div.itemSet .itemText br,
div.itemSet_2 .itemText br {
	display:none;
}
.mod-block2,
.mod-block3 {
	display: none;
}
div.itemSet .itemText a:hover,
div.itemSet .itemText a:active,
div.itemSet_2 .itemText a:hover,
div.itemSet_2 .itemText a:active {
	outline: 0 none;
	text-decoration:underline;
	color: #C41230;
}
}
