﻿@charset "utf-8";

/******************************************************************************/
/***                                                                        ***/
/***                                                                        ***/
/***     top.css                                                            ***/
/***                                                                        ***/
/***    【内容】                                                            ***/
/***                                                                        ***/
/***     ・トップページ用のスタイルを記述する                               ***/
/***                                                                        ***/
/***                                                                        ***/
/******************************************************************************/


#brand_panel_bnr {
	width: 980px;
	margin: 0 auto 20px;
	padding: 0 10px;
}
.brand_panel {
	width: 600px;
	float: left;
}
.main_slide {
	height: 320px;
	min-width: 600px;
	margin-bottom: 0;
}
.rotation {
	width: 600px;
	height: 320px;
	left: 50%;
	margin-left: -300px;
	position: relative;
}
.rotation img {
	width: 100%;
	height: auto;
}
.box_panel {
	width: 600px;
	height: 320px;
	opacity: 0;
}
.box_panel a[href="#"] {
	cursor: default;
}
.main_bnr {
	width: 370px;
	float: right;
}
.main_bnr ul {
	margin-left: -10px;
	margin-bottom: -10px;
}
.main_bnr ul li {
	margin-left: 10px;
	margin-bottom: 10px;
}
.main_bnr ul li img {
	width: 100%;
	height: auto;
}
.main_bnr .opt_layout_4col_2top_l li,
.main_bnr .opt_layout_4col li,
.main_bnr .opt_layout_3col_1top_l li,
.main_bnr .opt_layout_3col_2top_m li,
.main_bnr .opt_layout_3col_2top_l li,
.main_bnr .opt_layout_2col li {
	width: 180px;
	float: left;
}
.main_bnr .opt_layout_3col_1top_l li#main_bnr01,
.main_bnr .opt_layout_3col_2top_m li#main_bnr03,
.main_bnr .opt_layout_3col_2top_l li#main_bnr03 {
	width: 370px;
}

.main_bnr li a {
	display: block;
}
.main_bnr .opt_layout_3col_2top_m li#main_bnr03,
.main_bnr .opt_layout_3col_2top_l li#main_bnr03 {
	clear: both;
}


.main_inner {
	font-size: 95%;
}


/*** title ***/
.warning_title {
	font-size: 110%;
	background: #b40000;
	color: #fff;
	padding: 5px 10px 0;
}
.warning_title .ic_warning {
	background: url(/img/ic_warning.png) no-repeat left top;
	padding-left: 36px;
	min-height: 27px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}


/* title_option */
.opt_warning {
	border-width: 2px;
	border-top: none;
}


/* btn */
.promo_overflow {
	min-height: 2.3em;
	height: 2.3em;
	overflow: hidden;
}
.promo_cat_overflow {
	overflow: hidden;
}

.more_btn_wrap {
	display: none;
}
.opt_vertical.opt_has_btn + .more_btn_wrap {
	display: block;
}
.opt_vertical.opt_has_btn + .more_btn_wrap .more_btn {
	display: block;
	margin: 15px auto 0;
}
.opt_has_btn .more_btn_wrap {
	display: table-cell;
	padding-right: 10px;
	vertical-align: top;
}
.opt_vertical .service_promotion ul {
	display: block;
}
.more_btn {
	width: 8em;
	background: #e3e9f5;
	border-radius: 3px;
	box-shadow: #bbd0e8 0 4px;
	border-bottom: none;
	font-size: 90%;
	min-width: 110px;
	text-align: center;
}
.bg_promotion .more_btn {
	background: #fff;
	border: #c9d3e4 1px solid;
	border-bottom: none;
	box-sizing: border-box;
}
.more_btn a {
	display: block;
	padding: 6px 10px 5px;
	color: #2f5361;
	font-weight: bold;
	text-decoration: none;
}
.more_btn a .text {
	display: none;
	padding-right: 20px;
	background-position: 100% 50%;
}
.more_btn a .text:first-child {
	display: block;
}
.more_btn.is_active a .text {
	display: block;
	background: url(/assets/img/ic_on.png) no-repeat 100% 50%;
}
.more_btn.is_active a .text:first-child {
	display: none;
}
.more_btn_wrap_sp {
	display: none;
}

.service_promotion {
	display: table;
	width: 100%;
}
.service_promotion ul {
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
}
.service_promotion ul li {
	display: block;
	float: left;
	margin-right: 22px;
	margin-bottom: 10px;
}
.service_promotion ul li a {
	display: inline-block;
	min-height: 30px;
	padding: 5px 0;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-weight: bold;
}
.service_promotion ul li img {
	vertical-align: middle;
	margin-right: 6px;
	margin-top: -1px;
	width: 25px;
	height: 25px;
}

/*** main_inform ***/
.main_inform {
	border: #a5ceac 1px solid;
	border-left-width: 4px;
	margin-bottom: 20px;
}
.main_inform table {
	width: 100%;
	border-collapse: collapse;
}
.main_inform table th,
.main_inform table td {
	vertical-align: middle;
	padding: 5px 5px;
}
.main_inform table td {
	padding: 5px 20px;
}
.main_inform table .main_inform_title {
	width: 190px;
	font-size: 100%;
	background: #dcebe4;
	vertical-align: middle;
	text-align: center;
	padding: 10px 10px;
	color: #2c5871;
}


/* main_inform option */
.main_inform.opt_red {
	border: #f7aeb7 1px solid;
	border-left-width: 4px;
}
.main_inform.opt_red table .main_inform_title {
	background: #fbe1e4;
}
.main_inform.opt_blue {
	border: #85abd0 1px solid;
	border-left-width: 4px;
}
.main_inform.opt_blue table .main_inform_title {
	background: #cddcef;
}
.main_inform.opt_border_only {
	border-left-width: 1px;
}
.bg_inform {
	padding: 15px 0;
	background: #f2f8f4;
}
.bg_inform.opt_blue {
	background: #f1f4f9;
}
.bg_inform.opt_red {
	background: #fef4f5;
}
.bg_inform .main_inform {
	border: none;
	margin-bottom: 0;
}
.bg_inform .main_inform table .main_inform_title {
	width: 186px;
	font-size: 100%;
	border: #b6d8ca 2px solid;
	background: #dcebe4;
	vertical-align: middle;
	text-align: center;
}
.bg_inform.opt_blue .main_inform table .main_inform_title {
	border: #bdcfe7 2px solid;
	background: #cddcef;
}
.bg_inform.opt_red .main_inform table .main_inform_title {
	border: #f7c3c7 2px solid;
	background: #fbe1e4;
}
.bg_inform .opt_list_border li {
	border-bottom: #b7d5c9 1px solid;
	padding-bottom: 2px;
	margin-bottom: 3px;
}
.bg_inform.opt_blue .opt_list_border li {
	border-bottom: #bad0e7 1px solid;
}
.bg_inform.opt_red .opt_list_border li {
	border-bottom: #f4cfd7 1px solid;
}

.bg_promotion {
	background: #eef1f6;
	padding: 8px 0 16px;
	min-width: inherit;
}
.category_tab {
	position: relative;
	margin-bottom: 5px;
}
.category_tab ul {
	background: none;
}
.category_tab ul li {
	float: left;
	border: none;
	margin-top: 0;
	margin-left: 6px;
	margin-right: 0;
	padding-bottom: 8px;
	font-size: 100%;
	text-align: left;
}
.category_tab ul li:first-child {
	margin-left: 0;
}
.category_tab.tab1 ul li {
	width: 100%;
}
.category_tab.tab2 ul li {
	width: 49.69%;
}
.category_tab.tab3 ul li {
	width: 32.92%;
}
.category_tab.tab4 ul li {
	width: 24.54%;
}
.category_tab.tab5 ul li {
	width: 19.51%;
}
.category_tab.tab6 ul li {
	width: 16.15%;
}
.category_tab.tab7 ul li {
	width: 13.76%;
}
.category_tab.tab8 ul li {
	width: 11.96%;
}
.category_tab ul li a {
	display: table;
	width: 100%;
	background: #fff;
	border-radius: 4px;
	box-shadow: #bbd0e8 0 2px;
	border: #c9d3e4 1px solid;
	border-bottom: none;
	font-size: 90% !important;
	padding: 0;
	min-height: 40px;
	text-decoration: none;
}
.category_tab ul li a span {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 4px;
	text-align: center;
}
.category_tab ul li.is_active {
	border: none;
	padding-top: 2px;
	padding-bottom: 5px;
	background: url(/img/ic_tab_current.gif) no-repeat center bottom;
	opacity: 1 !important;
}
.category_tab ul li.is_active a {
	background: #2c5871;
	color: #fff;
	box-shadow: none;	
	padding: 0;
}
.category_tab .tab_prev,
.category_tab .tab_next {
	display: none;
}
.category_block .more_btn {
	margin-top: 4px;
}

.promotion_list {
	margin-left: -10px;
}
.promotion_list li {
	width: 235px;
	float: left;
	margin-left: 10px;
	margin-bottom: 7px;
	border: #c9d3e4 1px solid;
	border-bottom-width: 3px;
	background: #fff;
}
.promotion_list li a {
	display: block;
}
.promotion_list li img {
	margin: 0;
}
.promotion_list.opt_has_pickup li:first-child {
	width: 482px;
	float: left;
}
.promotion_list li .title {
	display: block;
	padding: 3px 9px;
	border-top: #c9d3e4 1px solid;
}

.navi_support {
	margin: 0 0 10px -10px;
}
.navi_support li {
	width: 235px;
	float: left;
	border: #c3d0d7 1px solid;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 90%;
}
.navi_support li:hover {
	border-color: #0068b6 !important;
}
.navi_support li a {
	display: block;
	padding: 10px 14px;	
}


/* tab_option */
.opt_news li {
	width: 318px;
	margin-right: 0;
	margin-left: 10px;
}
.opt_news li:first-child {
	margin-left: 0;
}
.opt_news li.is_active {
	opacity: 1 !important;
}

.select_btn {
	left: auto;
	right: 10px;
	bottom: 5px;
	opacity: 1;
}
.select_btn .control_btn {
	width: 20px;
	margin: 0;
	height: 20px;
	opacity: 1;
	bottom: 1px;
}
.select_btn .control_btn a {
	width: 20px;
	height: 20px;
	display: block;
	background: none;
}

.top_wrap {
	font-size: 95%;
}


/*** print ***/
@media print {

.opt_news {
	clear: both;
	overflow: hidden;
}
}