@charset "utf-8";
 @media print, screen and (min-width: 751px) {
/* main */
#main .wrap {
	position: relative;
}
#main .wrap .contact {
	position: absolute;
	right: 0;
	width: 100px;
	bottom: -20px;
}
/* contents */
.conBox {
	padding-top: 50px;
	padding-bottom: 40px;
}
.conBoxS {
	padding-top: 30px;
	padding-bottom: 40px;
}
.grayBox {
	background-color: #f4f5f4;
}
.grayBG {
	background-image: url(/common/img/pc_bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
 background-color:
}
.grayBG2 {
	background-image: url(/common/img/pc_grayBG.gif);
	background-repeat: no-repeat;
	background-position: top center;
 background-color:
}
/* text */
.lead {
	font-size: 1.25em; /*20px*/
	line-height: 1.4em;
	margin-top: 30px;
}
/* clearfix */
.box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.box {
	display: inline-block;
	min-height: 1%;
}
* html .box {
	height: 1%;
}
.box {
	display: block;
}
.box_pc:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.box_pc {
	display: inline-block;
	min-height: 1%;
}
* html .box_pc {
	height: 1%;
}
.box_pc {
	display: block;
}
/* clearfix end */

/* column */
.box > section, .box > div, .box > li {
	float: left;
	margin-right: 16px;
}
.box > section:last-child, .box > div:last-child {
	margin-right: 0px;
}
.box > li.box2_1_pc:nth-child(2n) {
	margin-right: 0px;
}
.box > li.box3_1_pc:nth-child(3n) {
	margin-right: 0px;
}
.box > li.box4_1_pc:nth-child(4n) {
	margin-right: 0px;
}
.box_pc > section, .box_pc > div, .box_pc > li {
	float: left;
	margin-right: 16px;
}
.box_pc > section:last-child, .box_pc > div:last-child {
	margin-right: 0px;
}
.box_pc > li.box2_1_pc:nth-child(2n) {
	margin-right: 0px;
}
.box_pc > li.box3_1_pc:nth-child(3n) {
	margin-right: 0px;
}
.box_pc > li.box4_1_pc:nth-child(4n) {
	margin-right: 0px;
}
.box2_1_pc {
	width: 482px;
}
.box3_1_pc {
	width: 316px;
}
.box4_1_pc {
	width: 233px;
}
/* btn */ 
.btn {
	text-align: center;
}
.btn.txtRight {
	text-align: right;
}
.btn a {
	display: inline-block;
	background-color: #ffffff;
}
.btn a img {
	/* ふわっとcss */
	transition-property: all;
	transition: 0.2s linear;
	width: auto;
	height: 44px;
}
.btn a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	text-decoration: none;
}
.over a img {
	/* ふわっとcss */
	transition-property: all;
	transition: 0.2s linear;
}
.over a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	text-decoration: none;
}
/* table */

.boxTable table {
	width: 100%;
	border-top: solid 3px #949594;
}
.boxTable th {
	padding: 15px 10px;
	border-bottom: solid 1px #949594;
	border-right: solid 1px #949594;
	font-weight: normal;
	font-size: 0.9375em; /*15px*/
}
.boxTable td {
	padding: 15px 10px;
	border-bottom: solid 1px #949594;
	font-size: 0.9375em; /*15px*/
}
.boxTable .noBottom th {
	border-bottom: none;
	padding-bottom: 0;
}
.boxTable .noBottom td {
	border-bottom: none;
	padding-bottom: 0;
}
}
