@charset "utf-8";

/* =======================================

	Home CSS

========================================== */
body#home #contents {}

/* main */
#home article section{
	margin-bottom: 60px;
}
.mainInfo{
	margin-bottom: 60px;
}
.mainInfo p{
	margin-bottom: 10px;
}

.mainEx{	overflow: hidden;}
.mainEx .ex{
	max-width: 380px;
	width: 30%;
	float: left;
}
.mainEx div.ex02{	margin: 0 5%;}
.mainEx figcaption{ max-width: 380px; margin: 15px auto 10px;}

@media screen and (max-width:600px){
	.mainEx .ex{
		float: none;
		width: 100%;
		margin: 20px auto;
	}
	.mainEx div.ex02{	margin: 36px auto;}
}


/* infomation */
.informationBody{	overflow: hidden;}

.informationBody h3{
	border: 1px solid #ccc;
}
	.informationBody h3 img{	max-width: 240px;}

.infoBodyRight{
	float: right;
	width: 47.5%;
}
.infoBodyRight p{	margin-bottom: 15px;}

.infoBodyRight ul{	margin-bottom: 30px;}
.infoBodyRight li{
	list-style: none;
	border-bottom: 1px dashed #ccc;
}
.infoBodyRight li img{	max-width: 338px; margin: 12px 0;}

.infoBodyLeft{
	float: left;
	width: 47.5%;
}
.infoBodyLeft p{	margin-bottom: 15px;}

@media screen and (max-width:600px){
.infoBodyRight ,.infoBodyLeft{
	float: none;
	margin: auto;
	width: 100%;
}
}
	

/* スライドショー */
/* .viewer
------------------------- */
.viewer {
	background: url(../../images/common/bg-02.png) no-repeat 50% 0;
	margin: 0 auto;
	padding-top: 6px;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-image: url(../../images/common/bg-02.png);
}
.viewerOuter {
	background: url(../../images/common/bg-03.png) repeat-x 0 0;
}
@media screen and (max-width:700px){
	.viewer ,.viewerOuter {	background: none;	padding-top: 0;}
}
.viewer ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.viewer ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.viewer ul li img {
	width: 100%;
}

/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.viewer ul {
	display: inline-block;
	overflow: hidden;
}
