@charset "UTF-8";
/*////////////////////////////////////////////

base

////////////////////////////////////////////*/
html, body {
	width: 100%;
}
html {
	position: relative;
	min-height: 100%;
	font-size: 62.5%;/* base 1.0rem = 10px */
}
body {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, sans-serif, "europa";
	-webkit-text-size-adjust: 100%;
}
/*////////////////////////////////////////////

parts

////////////////////////////////////////////*/
a {

	text-decoration: none;
}
a:hover, a:hover p, a:hover div {
	opacity: 0.7;
}
img {
	max-width: 100%;
}
span {
	font-weight: inherit;
}
.silde-navi-btn {
	display: none;
}
.wid-initial {
	max-width: initial !important;
}
/*////////////////////////////////////////////////

text set

////////////////////////////////////////////////*/
.txtTtl {
	position: relative;
}
h1, h2, h3, h4, h5 {
	font-weight: bold;
}
h1, h2, h3, h4, h5, p, a, .txt h1, .txt h2, .txt h3, .txt h4, .txt h5, .txt p, .txt a, dd, dt {
	line-height: 160%;
}
h2 {
	font-size: 2.0rem;
}
h2 span {
	font-size: 1.8rem;
}
h3 {
	font-size: 1.8rem;
}
h4 {
	font-size: 1.4rem;
}
h5 {
	font-size: 1.2rem
}
.txt h2 {
	font-size: 1.8rem;
}
.txt h3 {
	font-size: 1.6rem;
}
.txt h4 {
	font-size: 1.4rem;
}
.txt h5 {
	font-size: 1.2rem;
}
p {
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 180%;
}
/*////////////////////////////////////////////////

role sets

///////////////////////////////////////////////*/
.container {
	width: 100%;
	height: auto;
}
.cont {
	margin: 0 1%;
	position: relative;
	display: block;
}
ul {
	list-style: none;
}
li {
  margin: 0 1%;
	float: left;
}
.left, .right {
	float: left;
}
/*////////////////////////////////////////////////

layout sets

///////////////////////////////////////////////*/
.layout-center {
	margin: 0 auto;
	text-align: center;
}
.layout-left {
	margin: 0 auto 0 0;
	text-align: left;
}
.layout-left .box {
	margin: 0 auto 0 0;
	text-align: left;
}
.layout-right {
	margin: 0 0 0 auto;
	text-align: right;
}
/*////////////////////////////////////////////////

outer set

///////////////////////////////////////////////*/
.outer {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	overflow: hidden;
}
/*////////////////////////////////////////////////

inner set

///////////////////////////////////////////////*/
.inner {
	margin: 0 1%;
	position: relative;
	display: block;
}
/*////////////////////////////////////////////////

text set

///////////////////////////////////////////////*/
.tbl table {
	width: 100%;
}
.tbl th h2, .tbl th h3, .tbl th h4, .tbl th h5, .tbl td p {
	margin: 0 1%;
}
.tbl table th, .tbl table td {
	text-align: left;
	line-height: 160%;
}
.tblType1 th, .tblType1 td {
	border: 1px solid #ddd;
}
.tblType2 th {
	border: 1px solid #A7A7A7;
	background: #E3E3E3;
}
.tblType2 td {
	border: 1px solid #A7A7A7;
	background: #F3F3F3;
}
.tblType3 table {
	margin: 0 auto;
	border: none;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	border-collapse: separate;
	border-spacing: 0 10px;
	background: #f5f5f5;
}
.tblType3 th {
	border-collapse: separate;
	border-right: solid 1px #666;
	vertical-align: middle;
}
.tblType3 td.bar {
	height: 1px;
	width: 100%;
	border-top: solid 1px #666;
}
.tblType3 th h2, .tblType3 th h3, .tblType3 th h4, .tblType3 th h5, .tblType3 td p {
	text-align: center;
}
/*////////////////////////////////////////////

ttl set

/////////////////////////////////////////////*/
.txtTtl {
	position: relative;
	width: 100%;
	text-align: left;
	margin: 0 auto;
}
.miniTtl {
	width: 100%;
	font-weight: bold;
	text-align: left;
}
.txtTtl h2 {
	font-family: "OpenSans";
	font-size: 30px;
	margin: 0 20px;
	font-weight: 700;
}
.txtTtl h3 {
	text-align: center;
	font-size: 48px;
	margin: 0 20px;
	line-height: 170%;
}
/*////////////////////////////////////////////////

dt,dd set

///////////////////////////////////////////////*/
dt, dd {
	font-size: 1.4rem;
	text-decoration: none;
	line-height: 160%;
}
/*////////////////////////////////////////////////

text align set

///////////////////////////////////////////////*/
.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
/*////////////////////////////////////////////////

bg

///////////////////////////////////////////////*/
.w1280 {
	max-width: 1280px;
	margin: 0 auto;
}
.w1080 {
	max-width: 1080px;
	margin: 0 auto;
}
.w1024 {
	max-width: 1024px;
	margin: 0 auto;
}
.w1000 {
	max-width: 1000px;
	margin: 0 auto;
}
.w980 {
	max-width: 980px;
	margin: 0 auto;
}
.w960 {
	max-width: 960px;
	margin: 0 auto;
}
.col1 {
	width: 100%;
}
.col2 {
	width: 50%;
}
.col3 {
	width: 33%;
}
.col4 {
	width: 25%;
}
.col5 {
	width: 20%;
}
.col6 {
	width: 16.6%;
}
.col7 {
	width: 14.3%;
}
.col8 {
	width: 12.5%;
}
.col1.parent, .col2.parent, .col3.parent, .col4.parent, .col5.parent, .col6.parent, .col7.parent, .col8.parent {
	overflow: hidden;
	width: 100%;
}
.col1 .child {
	width: 100%;
}
.col2 .child {
	width: 50%;
	float: left;
}
.col3 .child {
	width: 33.333%;
	float: left;
}
.col4 .child {
	width: 25%;
	float: left;
}
.col5 .child {
	width: 20%;
	float: left;
}
.col6 .child {
	width: 16.6%;
	float: left;
}
.col7 .child {
	width: 14.3%;
	float: left;
}
.col8 .child {
	width: 12.5%;
	float: left;
}
.float {
	float: left;
}
.high10 {
	height: 10px;
}
.high20 {
	height: 20px;
}
.high30 {
	height: 30px;
}
.high40 {
	height: 40px;
}
.high50 {
	height: 50px;
}
.high60 {
	height: 60px;
}
.high70 {
	height: 70px;
}
.high80 {
	height: 80px;
}
.high90 {
	height: 90px;
}
.high100 {
	height: 100px;
}
.high110 {
	height: 110px;
}
.high120 {
	height: 120px;
}
.high130 {
	height: 130px;
}
.heigh140 {
	height: 140px;
}
.high150 {
	height: 150px;
}
.high160 {
	height: 160px;
}
.high170 {
	height: 170px;
}
.high180 {
	height: 180px;
}
.high190 {
	height: 190px;
}
.high200 {
	height: 200px;
}
.high250 {
	height: 250px;
}
.high300 {
	height: 300px;
}
.high350 {
	height: 350px;
}
.high400 {
	height: 400px;
}
.high450 {
	height: 450px;
}
.high500 {
	height: 500px;
}
/*image
-------------------------------*/
.imgSet {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 100% 0 0;
	overflow: hidden;
}
.imgSet:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.imgSet img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease-in-out;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
}
.col1 .imgCol {
	width: 100%;
	height: 100%;
	padding: 100% 0 0;
}
.col2 .imgCol {
	width: 50% !important;
	height: 50%;
	padding: 50% 0 0;
}
.col3 .imgCol {
	width: 33.333% !important;
	height: 33.333%;
	padding: 33.333% 0 0;
}
.col4 .imgCol {
	width: 25%;
	height: 25%;
	padding: 25% 0 0;
}
.col5 .imgCol {
	width: 20%;
	height: 20%;
	padding: 20% 0 0;
}
.col6 .imgCol {
	width: 16.6%;
	height: 16.6%;
	padding: 16.6% 0 0;
}
.col7 .imgCol {
	width: 14.3%;
	height: 14.3%;
	padding: 14.3% 0 0;
}
.col8 .imgCol {
	width: 12.5%;
	height: 12.5%;
	padding: 12.5% 0 0;
}
.box {
	text-align: center;
	margin: 0 auto;
}
.box a {
	text-decoration: none;
}
/*////////////////////////////////////////////

clear-fix

////////////////////////////////////////////*/
.clearfix {
	display: block;
}
.clearfix:after, .container:after, .outer:after, .cont:after, .inner:after, .col:after, .col-2:after, .col-3:after, .col-4:after, .col-5:after, .col-6:after, .col-7:after, .col-8:after {
	display: block;
	clear: both;
	visibility: hidden;
	content: ".";
	height: 0;
	font-size: 0;
	line-height: 0;
}
/*////////////////////////////////////////////

margin/padding

////////////////////////////////////////////*/
.mgnAuto {
	margin: 0 auto;
}
.mgw1 {
	margin: 0 1%;
}
.mgw2 {
	margin: 0 2%;
}
.mgw3 {
	margin: 0 3%;
}
.mgw4 {
	margin: 0 4%;
}
.mgw5 {
	margin: 0 5%;
}
.pdh20 {
	padding: 20px 0;
}
.pdh30 {
	padding: 30px 0;
}
.pdh40 {
	padding: 40px 0;
}
.pdh50 {
	padding: 50px 0;
}
.pdh60 {
	padding: 60px 0;
}
.pdh70 {
	padding: 70px 0;
}
.pdh80 {
	padding: 80px 0;
}
.pdh90 {
	padding: 90px 0;
}
.pdh100 {
	padding: 100px 0;
}
.pdt10 {
	padding-top: 10px;
}
.pdt20 {
	padding-top: 20px;
}
.pdt30 {
	padding-top: 30px;
}
.pdt40 {
	padding-top: 40px;
}
.pdt50 {
	padding-top: 50px;
}
.pdt60 {
	padding-top: 60px;
}
.pdt70 {
	padding-top: 70px;
}
.pdt80 {
	padding-top: 80px;
}
.pdt90 {
	padding-top: 90px;
}
.pdt100 {
	padding-top: 100px;
}
.pdt110 {
	padding-top: 110px;
}
.pdt120 {
	padding-top: 120px;
}
.pdt130 {
	padding-top: 130px;
}
.pdt140 {
	padding-top: 140px;
}
.pdt150 {
	padding-top: 150px;
}
.pdt160 {
	padding-top: 160px;
}
.pdt170 {
	padding-top: 170px;
}
.pdt180 {
	padding-top: 180px;
}
.pdt180 {
	padding-top: 180px;
}
.pdt190 {
	padding-top: 190px;
}
.pdt200 {
	padding-top: 200px;
}
.pdb10 {
	padding-bottom: 10px;
}
.pdb20 {
	padding-bottom: 20px;
}
.pdb30 {
	padding-bottom: 30px;
}
.pdb40 {
	padding-bottom: 40px;
}
.pdb50 {
	padding-bottom: 50px;
}
.pdb60 {
	padding-bottom: 60px;
}
.pdb70 {
	padding-bottom: 70px;
}
.pdb80 {
	padding-bottom: 80px;
}
.pdb90 {
	padding-bottom: 90px;
}
.pdb100 {
	padding-bottom: 100px;
}
.pdb110 {
	padding-bottom: 110px;
}
.pdb120 {
	padding-bottom: 120px;
}
.pdb130 {
	padding-bottom: 130px;
}
.pdb140 {
	padding-bottom: 140px;
}
.pdb150 {
	padding-bottom: 150px;
}
.pdb160 {
	padding-bottom: 160px;
}
.pdb170 {
	padding-bottom: 170px;
}
.pdb180 {
	padding-bottom: 180px;
}
.pdb190 {
	padding-bottom: 190px;
}
.pdb200 {
	padding-bottom: 200px;
}
.mgt10 {
	margin-top: 10px;
}
.mgt20 {
	margin-top: 20px;
}
.mgt30 {
	margin-top: 30px;
}
.mgt40 {
	margin-top: 40px;
}
.mgt50 {
	margin-top: 50px;
}
.mgt60 {
	margin-top: 60px;
}
.mgt70 {
	margin-top: 70px;
}
.mgt80 {
	margin-top: 80px;
}
.mgt90 {
	margin-top: 90px;
}
.mgt100 {
	margin-top: 100px;
}
.mgt110 {
	margin-top: 110px;
}
.mgt120 {
	margin-top: 120px;
}
.mgt130 {
	margin-top: 130px;
}
.mgt140 {
	margin-top: 140px;
}
.mgt150 {
	margin-top: 150px;
}
.mgt160 {
	margin-top: 160px;
}
.mgt170 {
	margin-top: 170px;
}
.mgt180 {
	margin-top: 180px;
}
.mgt190 {
	margin-top: 190px;
}
.mgt200 {
	margin-top: 200px;
}
.mgb10 {
	margin-bottom: 10px;
}
.mgb20 {
	margin-bottom: 20px;
}
.mgb30 {
	margin-bottom: 30px;
}
.mgb40 {
	margin-bottom: 40px;
}
.mgb50 {
	margin-bottom: 50px;
}
.mgb60 {
	margin-bottom: 60px;
}
.mgb70 {
	margin-bottom: 70px;
}
.mgb80 {
	margin-bottom: 80px;
}
.mgb90 {
	margin-bottom: 90px;
}
.mgb100 {
	margin-bottom: 100px;
}
.mgb110 {
	margin-bottom: 110px;
}
.mgb120 {
	margin-bottom: 120px;
}
.mgb130 {
	margin-bottom: 130px;
}
.mgb140 {
	margin-bottom: 140px;
}
.mgb150 {
	margin-bottom: 150px;
}
.mgb160 {
	margin-bottom: 160px;
}
.mgb170 {
	margin-bottom: 170px;
}
.mgb180 {
	margin-bottom: 180px;
}
.mgb190 {
	margin-bottom: 190px;
}
.mgb200 {
	margin-bottom: 200px;
}
@-webkit-keyframes fadeInDown {
	 0% {
		 opacity: 0;
		 -webkit-transform: translateY(-20px);
	}
	 100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@keyframes fadeInDown {
	 0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	 100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
@-webkit-keyframes fadeIn {
	 from {
		 opacity: 0;
	}
	 to {
		 opacity: 1;
	}
}
@keyframes fadeIn {
	 from {
		 opacity: 0;
	}
	 to {
		 opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
/*////////////////////////////////////////////

res-appear

////////////////////////////////////////////*/
.res-appear {
	display: none;
}
/*////////////////////////////////////////////

w2ui-grid

////////////////////////////////////////////*/
.w2ui-grid input, .w2ui-grid tr, .w2ui-grid td, .w2ui-grid div, .w2ui-grid table, .w2ui-grid tbody{
	vertical-align: inherit !important;
}
.w2ui-popup table,.w2ui-popup tbody, .w2ui-popup td, .w2ui-popup tr, .w2ui-popup input, .w2ui-popup div{
	vertical-align: inherit !important;
	border-collapse: inherit !important;
}
 .w2ui-popup input {
	border: 1px solid #ccc !important;
 }
