@charset "UTF-8";

/*---------------------------
	BASIC SETTING
-----------------------------*/

html {
	background-color: transparent;
	background-image: none;
}

body {
	line-height: 1.5;
	font-size: 13px;
	font-family: "メイリオ", meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	color: #333333;
	position: relative; /* for float window */
}

a {
	color: #231815;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;	
}

img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
}

a img {
	border:0;
}

li {
	list-style-type: none;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content:"";
	clear: both;
	display: block;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}


/*---------------------------
	LAYOUT
-----------------------------*/
#base {
	overflow: hidden;
	position: relative;
}

#header {
	margin: 0 auto 40px;
	width: 960px;
	position: relative;
}

#wrap {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

#main {
	width: 700px;
	float: left;
}

#side {
	padding: 10px 10px 230px;
	width: 220px;
	float: right;
	background: #fff;
	z-index: 1;
}

#footer {
	margin: 120px auto 0;
	padding: 20px 0 75px;
	width: 960px;
	border-top: 1px solid #333;
	position: relative;
}



/*---------------------------
	HEADER
-----------------------------*/
#header #logo {
	margin: 13px 0 0;
	width: 158px;
	height: 74px;
	float: left;
}

#header #logo a {
	display: block;
	padding: 74px 0 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	background: url("../img/common/head_logo1.png") no-repeat left top;
}



/*---------------------------
	GNAV
-----------------------------*/
#gnav {
	margin: 52px 0 0 50px;
	float: left;
	width: 551px;
}

#gnav ul {
	overflow: hidden;
	border-left: 1px solid #000;
	letter-spacing: -4px; /* for margin of inline */
}

#gnav li {
	display: inline-block;
	border-right: 1px solid #000;
	letter-spacing: normal; /* for margin of inline */
}

#gnav li a {
	display: block;
	margin: 0 5px;
	padding: 0 12px;
	text-align: center;
	line-height: 34px;
	text-decoration: none;
	letter-spacing: 1px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

#gnav li a.point {
	color: #d00b0b;
}

#gnav li:hover {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)"; /* for IE8 */
}



/*---------------------------
	MENU
-----------------------------*/

.menu_box {
	display: none;
}


/* menu_box -------------------- */
.menu_box a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.menu_box a:hover {
	text-decoration: underline;
}

.menu_box {
	padding: 25px;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 90px;
	left: 20px;
	z-index: 100;
}

.menu_change.menu_box {
	padding: 25px 0 25px 40px;
}


/* menu_title -------------------- */
.menu_box .menu_title {
	display: block;
	margin: 0 5px;
	padding: 0 12px 4px;
	background: #fff;
	-webkit-box-shadow: 0px -4px 10px -4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px -4px 10px -4px rgba(0, 0, 0, 0.3);
	box-shadow: 0px -4px 10px -4px rgba(0, 0, 0, 0.3);
	text-align: center;
	line-height: 34px;
	position: absolute;
	bottom: 100%;
	z-index: 1;
}

.menu_box .menu_title span {
	display: block;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.menu_box .menu_title span.point {
	color: #d00b0b;
}

.menu_corporate .menu_title {
	width: 68px;
	left: 189px;
}

.menu_business .menu_title {
	width: 68px;
	left: 292px;
}

.menu_change .menu_title {
	width: 102px;
	left: 395px;
}


/* menu_col -------------------- */
.menu_col {
	padding-left: 25px;
	width: 169px;
	height: 350px;
	float: left;
	border-left: 1px dotted #ccc;
}

.menu_title + .menu_col {
	padding-left: 0;
	border: 0;
}

.menu_col > li {
	padding: 0 0 0 15px;
	margin: 0 0 20px;
	background: url("../img/common/arrow3.png") no-repeat left 4px;
}

.menu_change .menu_col {
	padding: 12px 0 0 40px;
	width: 290px;	
}

.menu_change .menu_title + .menu_col {
	padding-left: 0;
	border: 0;
}

/* menu_list -------------------- */
.menu_change .menu_list {
	margin: 12px 0 0;
}

.menu_list a {
	line-height: 1.6;
	font-size: 12px;
	font-weight: normal;
}

.menu_list ul li {
	padding-left: 1em;
	position: relative;
}

.menu_list ul li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}


/*---------------------------
	LANG & UTILITY
-----------------------------*/
#lang {
	position: absolute;
	top: 18px;
	right: 335px;
}

#lang li {
	margin: 0 0 0 10px;
	display: inline-block;
}

#lang li a {
	text-decoration: none;
	font-family: "Arial", arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#lang li a:before {
	content: url("../img/common/arrow1.png");
	margin-right: 2px;
	display: inline-block;
	vertical-align: middle;
}

#lang li a:hover {
	text-decoration: underline;
}

#utility {
	position: absolute;
	top: 15px;
	right: 0;
}

#utility li {
	display: inline-block;
	width: 104px;
	height: 24px;
	line-height: 24px;
	background: #3f3f3f;
	text-align: center;
}

#utility li a {
	text-decoration: none;
	font-size: 11px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, sans-serif;
	color: #fff;
}

#utility li a:before {
	content: url("../img/common/arrow2.png");
	margin-right: 2px;
	display: inline-block;
	line-height: 13px;
	vertical-align: middle;
}

#utility li:hover {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)"; /* for IE8 */
}



/*---------------------------
	SEARCH
-----------------------------*/

#search {
	margin: 56px 0 0;
	width: 190px;
	float: right;
	background: #3f3f3f;
	border: 1px solid #000;
	position: relative;
}

#search input {
	border: 0;
	outline: none;
}

#search input[type="text"] {
	padding: 2px 10px;
	width: 148px;
	background: #fff;
	line-height: 18px;
}

#search input[type="submit"] {
	padding-top: 24px;
	width: 22px;
	height: 0;
	overflow: hidden;
	background: url("../img/common/head_mark1.png") no-repeat center 5px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}


/*---------------------------
	BREADCRUMB
-----------------------------*/
#breadcrumb li {
	display: inline-block;
	font-size: 12px;
}

#breadcrumb li a {
	color: #005bac;
	font-size: 12px;
}

#breadcrumb li span {
	margin: 0 0 0 4px;
	font-family: serif;
	font-size: 11px;
}

#breadcrumb li br {
	display: none;
}


/*---------------------------
	MAIN
-----------------------------*/

/* ここからトップページ以外の共通部分 ---- */
.page_title {
	padding: 15px 0;
}

.page_title h1 {
	font-weight: bold;
	font-size: 28px;
	color: #000;
}

.page_container {
	margin: 0 0 40px;
}

.page_container h2 {
	padding: 10px 15px;
	background: #005bac;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.page_container h2 span.small {
	font-size: 14px;
}

.page_body {
	padding: 20px;
	min-height: 200px;
	background: url("../img/common/bg1.png");
}

.page_body.entry ol li{
	list-style:decimal;
}
.page_body.entry ul li{
	list-style:disc;
}

.page_body > section {
	margin: 0 0 50px;
}

.page_body > section > section {
	margin: 0 0 20px;
}

.page_body h3 {
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #406ccb;
	font-size: 18px;
	font-weight: bold;
}

.page_body h4,
.page_body .double_border {
	margin: 0 0 7px;
	padding: 2px 0 0 15px;
	border: 0;
	background: url("../img/common/line1.png") no-repeat left center;
	font-size: 16px;
	font-weight: bold;
	color: #005bac;
}

.page_body p {
	margin: 0 0 20px;
	line-height: 1.7;
}

.page_body .sub_heading {
	line-height: 1.3;
	text-align: center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #005bac;
}
/* ここまでトップページ以外の共通部分 ---- */



/*---------------------------
	SIDE
-----------------------------*/

/* ここからトップページ以外の共通部分 ---- */
/* .snav -------------------- */
.snav {
	margin: 29px 0 29px;
}

.snav h2 {
	padding: 0 0 0 12px;
	width: 228px;
	background: #005bac;
	line-height: 50px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	position: relative;
	top: -10px;
	left: -10px;
}

.snav a {
	text-decoration: none;
	font-size: 13px;
}

.snav_inner li {
	margin: 0 0 3px;
}

.snav_inner ul li {
	padding-left: 1em;
	text-indent: -1em;
}

/* top level navigation */
.snav_body > li {
	margin: 0 0 1px;
	background: #eee;
}

.snav_body > li > a {
	display: block;
	padding: 0 0 0 15px;
	height: 33px;
	background: url("../img/common/right_side_arrow2.png") no-repeat 200px center;
	line-height: 33px;
	font-weight: bold;
}

.snav_body > li > a:hover,
.snav_body > li > a.open {
	background: #c7c7c7 url("../img/common/right_side_arrow3.png") no-repeat 197px center;
}


/* second level navigation */
.snav_inner {
	padding: 12px 15px;
}

.snav_inner.open {
	display: block;
}

.snav_inner > li {
	padding: 0 0 0 10px;
	background: url("../img/common/right_side_arrow2.png") no-repeat left 3px;
}

.snav_inner > li a {
	font-size: 12px;
}

.snav_inner > li a.open {
	font-weight: bold;
}

.snav_inner > li a:hover {
	text-decoration: underline;
}

/* third level navigation */
.snav_inner > li li:before {
	content: "・";
}


/* ここまでトップページ以外の共通部分 ---- */


/* .side_banner -------------------- */
.side_banner {
	margin: 0 0 15px;
	width: 220px;
	height: 180px;
}

.side_banner a {
	display: block;	
}

.side_banner a:hover {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)"; /* for IE8 */
}


/* weekly_ranking -------------------- */
.weekly_ranking {
	margin: 0 0 29px;
}

.weekly_ranking h2 {
	margin: 0 0 10px;
	padding: 46px 0 0;
	width: 220px;
	height: 0;
	overflow: hidden;
	background: url("../img/common/right_side_title_img1.png") no-repeat left top;
}

.weekly_ranking ul.open {
	display: block;
}

.weekly_ranking li {
	margin: 0 0 1px;
	counter-increment : rank;
	position: relative;
}

.weekly_ranking li:before {
	content: counter(rank);
	width: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #393939;
	position: absolute;
	top: 17px;
	left: 0;
}

.weekly_ranking li a {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px 0 40px;
	width: 190px;
	height: 54px;
	background: #eee;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #222;
}

.weekly_ranking li:hover {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)"; /* for IE8 */
}

.weekly_ranking li a span {
	display: table-cell;
	vertical-align: middle;
}

.weekly_ranking li.rank_highest:before,
.weekly_ranking li.rank_high:before {
	top: 30px;
}

.weekly_ranking li.rank_highest:before {
	color: #e8d827;
}

.weekly_ranking li.rank_highest {
	background: #9fbc61;
}

.weekly_ranking li.rank_highest a {
	background: url("../img/common/right_side_mark1.png") no-repeat 8px 10px;
	font-size: 14px;
	color: #fff;
}

.weekly_ranking li.rank_high {
	background: #faf8e2;
}

.weekly_ranking li.rank_high a {
	background: url("../img/common/right_side_mark2.png") no-repeat 8px 10px;
	color: #7fba01;
}



/* best_seller -------------------- */
.best_seller {
	margin: 0 0 15px;
	padding: 1px 1px 0;
	border: 1px dotted #000;
}

.best_seller h2 {
	background: url("../img/common/right_side_mark4.png") no-repeat 5px center;
}

.best_seller h2 a {
	display: block;
	padding: 12px 9px 12px 55px;
	background: url("../img/common/right_side_arrow1.png") no-repeat 190px center;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.best_seller h2:hover {
	text-decoration: none;
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)"; /* for IE8 */
}

.best_seller h2 span {
	display: block;
	font-size: 10px;
	color: #999;
}

.best_seller li {
	margin: 0 0 1px;
	background: #eee;
}

.best_seller li a {
	display: block;
	padding: 0 0 0 15px;
	height: 30px;
	background: url("../img/common/right_side_arrow2.png") no-repeat 195px center;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.best_seller li:hover {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)"; /* for IE8 */
}

/* shop_services -------------------- */
.shop_services h2 {
	padding: 0 0 15px 20px;
	background: url("../img/common/right_side_title_img2.png") no-repeat left top;
	font-weight: bold;
	font-size: 16px;
}

.shop_services li {
	margin: 0 0 10px;
}

.shop_services li a {
	display: block;
}

.shop_services li a:hover {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)"; /* for IE8 */
}

/* side_bg_shadow -------------------- */
.page-root-corporate_profile #wrap:before ,
.page-root-business #wrap:before ,
.page-root-csr #wrap:before {
	content: "";
	display: block;
	width: 316px;
	height: 435px;
	/*background: url(../img/common/side_bg_shadow.png) no-repeat;*/
	background-position: left top;
	position: absolute;
	top: 0;
	right: -38px;
	z-index: -1;
}

#wrap:before {
	content: "";
	display: block;
	width: 316px;
	height: 291px;
	/*background: url(../img/common/side_bg_shadow.png) no-repeat;*/
	background-position: left center;
	position: absolute;
	top: 0;
	right: -38px;
	z-index: -1;
}

/*---------------------------
	TO TOP BUTTON
-----------------------------*/
#to_top {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#to_top a {
	display: block;
}

#to_top a:hover {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)"; /* for IE8 */
}



/*---------------------------
	FOOTER
-----------------------------*/
#footer ul {
	border-left: 1px solid #333;
	line-height: 13px;
	letter-spacing: -4px; /* for margin of inline */
}

#footer li {
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #333;
	letter-spacing: normal; /* for margin of inline */
}

#footer li a {
	display: block;
	line-height: 13px;
	text-decoration: none;
	font-size: 11px;	
	color: #666;
}

#footer li a:hover {
	text-decoration: underline;
}

#footer address {
	line-height: 13px;
	font-size: 11px;
	color: #666;
	position: absolute;
	top: 20px;
	right: 0;
}


/*---------------------------
	SEARCH
-----------------------------*/
.search .page_body li {
	padding: 0 0 10px;
	margin: 0 0 15px;
	border-bottom: 1px dotted #ccc;
}

.search .page_body li a {
	padding: 0 0 0 20px;
	background: url("../img/common/arrow3.png") no-repeat left 5px;
	text-decoration: none;
	font-size: 15px;
	color: #005bac;
}

.search .page_body li a:hover {
	text-decoration: underline;
}

.search .page_body li a br {
	display: none;
}


/*---------------------------
	FIX IE8
-----------------------------*/


/* gnav -------------------- */
ie8 .menu_box {
	border: 1px solid #ddd;
}

ie8 .menu_box .menu_title {
	padding: 0 11px 4px;
	border: 1px solid #ddd;
	border-bottom: 0;
}
