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

/* ---------------------------------------------------------
	CSS Document header
--------------------------------------------------------- */

#header {
	background: #fff url(../images/visual_01.jpg) top / 100% auto;
}

/* ---------------------------------------------------------
	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;
}

@media only screen and (max-width: 400px) {
#icon {
	font-size: 30px;
	line-height: 95px;
}
#icon li {
	padding: 20px 0 20px 75px;
	background-size: 60px auto;
}
}

/* ---------------------------------------------------------
	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;
	border: solid 1px #000;
	background: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 55px;
	color: #fff;
}

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

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

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

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

#print h2 {
	margin-bottom: 20px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
}

#print h2 span:first-child {
	margin-right: 10px;
	font-size: 50px;
}

@media only screen and (max-width: 480px) {
#print h2 span:first-child {
	display: block;
	margin-right: 0;
	font-size: 16px;
}
#print h2 span:last-child {
	display: block;
	margin: 10px 0 0;
	font-size: 30px;
	letter-spacing: -1px;
}
}

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

#print h3 span {
	display: inline-block;
	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: 15px;
	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: 40px;
}

#print .viewmore li {
	margin-bottom: 15px;
}

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

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

@media only screen and (max-width: 480px) {
#media {
	background-position: center 5px;
	background-size: auto 80px;
}
}

#media h2 span:last-child {
	display: inline-block;
	vertical-align: 0;
	margin-top: 5px;
}

#media p {
	margin-bottom: 15px;
}
#media ul {
	font-size: 0;
}

#media #paper li {
	display: inline-block;
	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;
	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 only screen and (max-width: 600px) {
#media #web li {
	display: block;
	max-width: 100%;
}

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

#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%;
}

@media only screen and (max-width: 600px) {
#media #sign li {
	display: block;
	width: 100%;
	text-align: center;
}
#media #sign li:first-child {
	margin-bottom: 0;
}
#media #sign li:last-child {
	width: 100%;
	margin-left: 0;
}
}

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

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

@media only screen and (max-width: 480px) {
#goods {
	background-position: center 5px;
	background-size: auto 80px;
}
}

#goods h2 span:last-child {
	display: block;
	margin-top: 10px;
}

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