﻿
@charset "utf-8";

/* ======================================================
 * home.css
 * ------------------------------------------------------
 * LAYOUT ***********************************************
 * Body
 * Header
 * Navigation
 * Contents
 * Footer
 * CONTENTS *********************************************
 * Element
 * Unique
 * RESPONSIVE *******************************************
 * - width <= 1024px
 * ClearFix
====================================================== */

/********************************************************

  LAYOUT

********************************************************/

/* Body
------------------------------------------------------ */


/* Header
------------------------------------------------------ */


/* Navigation
------------------------------------------------------ */


/* Contents
------------------------------------------------------ */
/*----- contentsWrap -----*/
.contentsWrap {
	width: auto;
	padding-top: 0;
}

/* homeWrap */
[class*="homeWrap"] {
	clear: both;
}
[class*="homeWrap"] > *:first-child {
	margin-top: 0 !important;
}

.homeWrap01 {
}
.homeWrap02 {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}


/* Footer
------------------------------------------------------ */



/********************************************************

  CONTENTS

********************************************************/

/* Element
------------------------------------------------------ */
/*----- Column -----*/
.homeWrap02 .colLayout01 > .colMain {
	width: 725px;
}
.homeWrap02 .colLayout01 > .colMain > .colLayout01.count2 > .col {
	width: 352px;
}
.homeWrap02 .colLayout01 > .colSide {
	width: 235px;
}



/* Unique
------------------------------------------------------ */
/* visualIndex */
#visualIndex {
	clear: both;
	max-width: 1280px;
	margin: 0 auto;
}
#visualIndex > *:first-child {
	margin-top: 0 !important;
}
.homeSlider .bx-wrapper {
	position: relative;
}
.homeSlider .bx-controls .bx-pager {
	position: absolute;
	right: 50%;
	bottom: 13px;
	margin: 0 -490px 0 0;
	z-index: 100;
}
.homeSlider .bx-controls .bx-pager .bx-pager-item {
	display: inline-block;
	margin: 0 0 0 22px;
}
.homeSlider .bx-controls .bx-pager .bx-pager-item > a {
	display: block;
	width: 18px;
	height: 18px;
	background: url(/common/images/com_slide_nav01.png) no-repeat 0 0;
	text-indent: -9999px;
	outline: none;
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
}
.homeSlider .bx-controls .bx-pager .bx-pager-item > a.active {
	background-position: 0 -18px;
}
.homeSlider .bx-controls .bx-controls-direction {
	display: none !important;
}
.homeSlider .bx-controls .bx-controls-direction > a {
	position: absolute;
	top: 50%;
	display: block;
	width: 22px;
	height: 38px;
	margin: -19px 0 0 0;
	text-indent: -9999px;
	outline: none;
}
.homeSlider .bx-controls .bx-controls-direction > a.bx-prev { left:  50%; margin-left:  -490px; background: url(/common/images/com_slide_ic05.png) no-repeat 0 0; }
.homeSlider .bx-controls .bx-controls-direction > a.bx-next { right: 50%; margin-right: -490px; background: url(/common/images/com_slide_ic06.png) no-repeat 0 0; }

.homeSlider .visualList {
}
.homeSlider .visualList > li {
	width: 100%;
	height: 280px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	text-indent: -9999px;
}
.homeSlider .visualList > li > a {
	display: block;
	width: 980px;
	height: 280px;
	margin: 0 auto;
	text-indent: -9999px;
	outline: none;
}

/* categoryIndex */
.categoryIndex {
	clear: both;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
.categoryIndex + .categoryIndex {
	margin-top: 20px;
}
.categoryIndex > *:first-child {
	margin-top: 0 !important;
}
.categoryIndex.type1 > .idxHeading {
}
.categoryIndex.type1 > .idxHeading > .linkBlock {
	position: relative;
	display: table;
	width: 100%;
	padding: 0 613px 0 15px;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			 -o-box-sizing: border-box;
					box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: 100% 0;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.25;
}
.categoryIndex.type1.cat-business > .idxHeading > .linkBlock { background-image: url(/msj/shared/images/template/home_cat_ph01.jpg); }
.categoryIndex.type1 > .idxHeading > .linkBlock > .caption {
	display: table-cell;
	height: 80px;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			 -o-box-sizing: border-box;
					box-sizing: border-box;
	text-align: left;
	vertical-align: middle;
}
.categoryIndex.type1 > .idxHeading > .linkBlock > .caption > .head:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 15px;
	margin: 0 0 0 19px;
	background: url(/common/images/com_link_ic04.png) no-repeat 0 0;
	vertical-align: middle;
}
.categoryIndex.type1 > .idxHeading > .linkBlock:hover {
	color: #113388;
}
.categoryIndex.type1 > .idxContent {
	padding: 14px;
}
.categoryIndex.type1 > .idxContent > *:first-child {
	margin-top: 0 !important;
}
.categoryIndex.type1 > .idxContent > .btnLink03.row4 > li {
	float: left;
	width: 230px;
	margin: 0 0 0 10px;
}
.categoryIndex.type1 > .idxContent > .btnLink03.row4 > li:nth-child(4n+1) {
	clear: left;
	margin-left: 0;
}
.categoryIndex.type1 > .idxContent > .btnLink03.row4 > li:nth-child(n+5) {
	margin-top: 10px;
}
.categoryIndex.type1 > .idxContent > .btnLink03 a {
	display: table;
	padding-right: 19px;
}
.categoryIndex.type1 > .idxContent > .btnLink03 a > span {
	display: table-cell;
	height: 58px;
	padding: 0 10px 0 9px;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			 -o-box-sizing: border-box;
					box-sizing: border-box;
	background: url(/common/images/com_link_ic01.png) no-repeat 100% 50%;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.4;
	vertical-align: middle;
}
.categoryIndex.type1 > .idxContent > .btnLink03 + .btnLink02 {
	margin-top: 2em;
}
.categoryIndex.type1 > .idxContent > .btnLink03 + .btnLink02 a {
	width: 470px;
}
.categoryIndex.type2 > .linkBlock {
	position: relative;
	display: table;
	width: 100%;
}
.categoryIndex.type2 > .linkBlock:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	display: inline-block;
	width: 8px;
	height: 15px;
	margin: -8px 0 0 0;
	background: url(/common/images/com_link_ic04.png) no-repeat 0 0;
}
.categoryIndex.type2 > .linkBlock:hover {
	background-color: #f2f4f7;
	color: #113388;
}
.categoryIndex.type2 > .linkBlock > .image {
	display: table-cell;
	width: 91px;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			 -o-box-sizing: border-box;
					box-sizing: border-box;
}
.categoryIndex.type2 > .linkBlock > .caption {
	display: table-cell;
	height: 91px;
	padding: 0 30px 0 25px;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			 -o-box-sizing: border-box;
					box-sizing: border-box;
	font-size: 16px;
	font-size: 1.6rem;
	vertical-align: middle;
}

/* bannerIndex */
#bannerIndex {
	clear: both;
	margin: 14px 0 0 0;
}
#bannerIndex > .links {
}
#bannerIndex > .links > li {
}
#bannerIndex > .links > li + li {
	margin-top: 10px;
}

/* newsIndex */
#newsIndex {
	clear: both;
	margin: 30px 0 0 0;
}
#newsIndex > *:first-child {
	margin-top: 0 !important;
}
#newsIndex > .heading03 {
	margin-bottom: 15px;
}
#newsIndex > .newsWrap01 .iconLink01 a.type-more {
	margin-left: 12px;
}

/* rankingIndex */
#rankingIndex {
	clear: both;
	margin: 30px 0 0 0;
	padding: 11px 10px 10px;
	background: #f6f6f6;
}
#rankingIndex > *:first-child {
	margin-top: 0 !important;
}
#rankingIndex > .head {
	margin: 0 0 0.25em 0;
	color: #113388;
	font-weight: bold;
	text-align: center;
}
#rankingIndex > .head + * {
	margin-top: 0 !important;
}
#rankingIndex > .btnLink03 a {
	border: none !important;
}



/********************************************************

  RESPONSIVE

********************************************************/

@media screen and (max-width: 1024px) {
}


/* ClearFix
------------------------------------------------------ */
.categoryIndex.type1 > .idxContent > .btnLink03.row4:after {
	content: "";
	clear: both;
	display: table;
	display: block\9;
}
