@charset "utf-8";

/* ======================================================
 * top.css
 * ------------------------------------------------------
 * mainVisual
====================================================== */

/* setting
------------------------------------------------------ */
#top .contentsWrap {
	padding-bottom: 0;
}
#top .contentsWrap > section:first-child > *:first-child {
	margin-top: 0px !important;
}


/* parts override
------------------------------------------------------ */
#top .newsWrap01 {
	margin-top: 15px;
}
#top .newsList01 > li .newsItem > dd > a {
	font-size: 14px;
	font-size: 1.4rem;
}

#top .pickup p {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 5px;
}
#top .pickup .txLead {
	font-size: 17px;
	font-size: 1.7rem;
}

/* mainVisual
------------------------------------------------------ */
#mainVisual {
	position: relative;
	height: 429px;
	width: 100%;
}
#mainVisual:before {
	content: "";
	position: absolute;
	top: 0;
	right: 50%;
	width: 100%;
	height: 429px;
	margin-right: 800px;
	z-index: 2000;
}
#mainVisual:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 429px;
	margin-left: 800px;
	z-index: 150;
}
#mainVisual a {
	display: block;
	width: 100%;
	height: 429px;
	/* transition */
	-webkit-transition: opacity 0.2s ease-out;
		 -moz-transition: opacity 0.2s ease-out;
			 -o-transition: opacity 0.2s ease-out;
			-ms-transition: opacity 0.2s ease-out;
					transition: opacity 0.2s ease-out;
}
#mainVisual a:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	zoom: 1;
}
#mainVisual [class*="visual"] {
	width: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	height: 429px;
	background: #ffffff;
}
#mainVisual [class*="visual"]:first-child {
	position: relative;
	top: 0;
	left: 0;
	z-index: 150;
}
#mainVisual .visual01 > a {background: url(/images/index_main_ph01.jpg) no-repeat 50% 0;}
#mainVisual .visual02 > a {background: url(/images/index_main_ph02.jpg) no-repeat 50% 0;}
#mainVisual .visual03 > a {background: url(/images/index_main_ph03.jpg) no-repeat 50% 0;}
#mainVisual .visual04 > a {background: url(/images/index_main_ph04.jpg) no-repeat 50% 0;}
#mainVisual .visual05 > a {background: url(/images/index_main_ph05.jpg) no-repeat 50% 0;}


/* wideSect
------------------------------------------------------ */

/* ----- wideSect01 ----- */
#wideSect01 {
	padding: 30px 0 45px;
}
#wideSect01 .catHead {
	color: #000000;
	font-size: 30px;
	font-size: 3rem;
	text-align: center;
}
#wideSect01 .catHead + .colLayout01 {
	margin-top: 10px;
}

/* ----- wideSect02 ----- */
#wideSect02 {
	padding: 30px 0 38px;
	background: url(/images/index_bg01.jpg) no-repeat 50% 0 #525252;
}
#wideSect02 .catHead {
	color: #ffffff;
	font-size: 30px;
	font-size: 3rem;
	text-align: center;
}

/* ----- wideSect03 ----- */
#wideSect03 {
	padding: 50px 0 38px;
}
#wideSect03 .catHead {
	position: relative;
	margin-top: 40px;
	padding: 3px 21px 2px;
	border-bottom: 1px solid #dcdcdc;
	background: url(/common/images/com_head_bg01.png) no-repeat -5px 50%;
	color: #666666;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
}
#wideSect03 .catHead .subBtn {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.7em;
	padding: 2px 10px 1px 23px;
	border: 1px solid #cfcfcf;
	background: url(/common/images/com_link_ic07.gif) no-repeat 10px 50%;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}


/* page parts
------------------------------------------------------ */

/* topLink01 */
.topLink01 {
	margin-top: 30px;
}
.topLink01 > li {
	width: 319px;
	margin-left: 21px;
	float: left;
	background-color: #ffffff;
}
.topLink01 > li > a {
	/* transition */
	-webkit-transition: opacity 0.2s ease-out;
		 -moz-transition: opacity 0.2s ease-out;
			 -o-transition: opacity 0.2s ease-out;
			-ms-transition: opacity 0.2s ease-out;
					transition: opacity 0.2s ease-out;
}
.topLink01 > li > a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	zoom: 1;
}
.topLink01 > li:nth-of-type(3n+1) {
	clear: left !important;
	margin-left: 0 !important;
}
.topLink01 > li:nth-of-type(n+4) {
	margin-top: 20px !important;
}
.topLink01 > li > a {
	color: #ffffff;
}
.topLink01 > li > a:hover {
	text-decoration: none;
}
.topLink01 > li .titleWrap {
	position: relative;
	display: table;
	width: 100%;
	min-height: 60px;
	padding: 7px;
	background-color: #303030;
	/* box-sizing */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
}
.topLink01 > li .titleWrap:after {
	content: "";
	position: absolute;
	right: 4px;
	bottom: 5px;
	width: 8px;
	height: 8px;
	background: url(/common/images/com_ic03.png) no-repeat 0 0;
}
.topLink01 > li .titleWrap .title {
	text-align: center;
	display: table-cell;
	font-size: 18px;
	font-size: 1.8rem;
	vertical-align: middle;
}


/* Clearfix */
.topLink01:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.topLink01 {
	display: block; /* for safari firefox3 */
	zoom: 1;  /* for IE 7*/
}


/********************************************************

  PLUG IN

********************************************************/
/* bxslider
------------------------------------------------------ */
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}
/* PAGER */

.bx-wrapper .bx-pager {
	position: absolute;
	left: 50%;
	margin-left: -500px;
	bottom: 20px;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	z-index: 1000;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #363838;
	border: 2px solid #ffffff;
	text-indent: -9999px;
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/* box-sizing */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
}
.bx-wrapper .bx-pager.bx-default-pager > .bx-pager-item:first-child a {
	margin-left: 0;
}
.bx-wrapper .bx-pager.bx-default-pager > .bx-pager-item:last-child a {
	margin-right: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #0fa16c;
}