@charset "UTF-8";
@import "/include/css/common.pc.css";
@import "/include/css/common.moving.css";

/* ---------------------------------------------------------
	CSS Document common
--------------------------------------------------------- */

html, body {
	background: #fff url(../images/visual_01.jpg) left top fixed;
}

/* ---------------------------------------------------------
	CSS Document goods_bg
--------------------------------------------------------- */

#goods_bg {
	width: 100%;
	height: 100%;
	height: 100vh;
	background: #fff url(../images/visual_02.jpg) left top;
	position: fixed;
	top: 100vh;
	left: 0;
	z-index: -1;
	-webkit-transition: .5s;
	-ms-transition: .9s;
	-moz-transition: .9s;
	transition: .3s;
	transition-timing-function: ease-in-out;
}

#goods_bg.show {
	top: 0;
}

/* ---------------------------------------------------------
	CSS Document icon
--------------------------------------------------------- */

#icon {
	background: #03a5b8;
	background: -moz-linear-gradient(top,  #03a5b8 0%, #0369b8 100%);
	background: -webkit-linear-gradient(top,  #03a5b8 0%,#0369b8 100%);
	background: linear-gradient(to bottom,  #03a5b8 0%,#0369b8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03a5b8', endColorstr='#0369b8',GradientType=0 );
	text-align: center;
	font-weight: bold;
	font-size: 38px;
	line-height: 105px;
	color: #fff;
}

#icon li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	padding: 20px 0 20px 100px;
	background: url(../images/icon.png) no-repeat left;
	background-size: 74px auto;
	text-align: left;
	line-height: 1;
}

/* ---------------------------------------------------------
	CSS Document anchor
--------------------------------------------------------- */

#anchor {
	margin-bottom: 40px;
	font-size: 0;
}

#anchor li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 50%;
}

#anchor li a {
	display: block;
	height: 55px;
	background: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 55px;
	color: #fff;
	position: relative;
	z-index: 1;
}

#anchor li:last-child {
	border-left: solid 1px #fff;
}

/* ---------------------------------------------------------
	CSS Document print
--------------------------------------------------------- */

#print .wrapper {
	padding: 0 50px;
}

#print .article {
	max-width: 760px;
	margin: 0 auto;
	text-align: left;
}

#print h2 {
	margin-bottom: 10px;
	text-align: left;
	font-size: 50px;
	line-height: 1;
}

#print h2 span:last-child {
	margin-left: 10px;
	font-size: 14px;
}

#print h3 {
	margin-bottom: 15px;
}

#print h3 span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	height: 28px;
	padding: 0 20px;
	background: #000;
	font-weight: normal;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
}

#print h4 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 20px;
	line-height: 2;
}

#print h4 span {
	display: block;
	padding-top: 5px;
	font-size: 14px;
	position: relative;
}

#print h4 span:before {
	content: '';
	width: 42px;
	height: 1px;
	margin-left: -21px;
	background: #03a5b8;
	position: absolute;
	left: 50%;
	top: 0;
}

#print .section {
	margin-top: 50px;
}

#print .viewmore li {
	width: 46%;
}

#print .viewmore li:first-child {
	margin-right: 8%;
}

/* ---------------------------------------------------------
	CSS Document media
--------------------------------------------------------- */

#media {
	margin-bottom: 100px;
	background: url(../images/bg.png) repeat-x center 30px;
}

#media p {
	margin-bottom: 15px;
}

#media ul {
	font-size: 0;
}

#media #paper li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	max-width: 45%;
	margin-top: 40px;
	font-weight: bold;
	font-size: 14px;
}

#media #paper li:first-child {
	display: block;
	max-width: 100%;
	margin-top: 0;
}

#media #paper li:nth-child(even) {
	margin-right: 10%;
}

#media #paper li img {
	margin-bottom: 15px;
}

#media #paper li:first-child img {
	margin-bottom: 0;
}

#media #web li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	max-width: 30%;
	margin-right: 5%;
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 14px;
}

#media #web li:last-child {
	margin-right: 0;
}

#media #web li img {
	margin-bottom: 15px;
}

#media #sign ul {
	text-align: left;
}

#media #sign li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 66%;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 14px;
}

#media #sign li:first-child {
	display: block;
	width: 100%;
	margin-bottom: 40px;
}

#media #sign li:last-child {
	width: 30%;
	margin-left: 4%;
}

/* ---------------------------------------------------------
	CSS Document goods
--------------------------------------------------------- */

#goods {
	margin-bottom: 110px;
	background: url(../images/bg.png) repeat-x center 30px;
}

#goods p {
	margin-bottom: 15px;
}
