/*
Theme Name:common
Version: 1.0
Author: wave
*/

@charset "UTF-8";

.indexLayout #mainImg {
	height: 360px;
	background: url(img/main_bg01.jpg) no-repeat center top;
	margin: 0 0 20px;
}

.indexLayout #mainImg div {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.indexLayout #mainImg div img {
	position: absolute;
	left: 40px;
	top: 145px;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (max-width: 979px) {
				.indexLayout #mainImg div {
					width: 100%;
				}
			}
						
			/* 【スマートフォン用のスタイル記述】 */
			@media screen and (max-width: 760px) {
				.indexLayout #mainImg {
					background: none;
					position: relative;
					width: 100%;
					height: auto;
				}
				.indexLayout #mainImg:before {
					content: '';
					display: block;
					padding: 83% 0 0 0;
				}
				.indexLayout #mainImg div {
					position: absolute;
					top: 0;
					left: 0;
					bottom: 0;
					right: 0;
					background: url(img/sp_main.jpg) no-repeat center top;
					background-size: cover;
				}
				.indexLayout #mainImg div img {
					display: none;
				}
			}

.indexLayout #ticker {
	border: 4px solid #f9dfbc;
	border-radius: 8px;
	padding: 10px;
	text-align: center;
	margin: 0 0 20px;
	line-height: 1.6;
}

.indexLayout .box01 {
	margin: 0 0 10px;
}

.indexLayout .box01 .columnLeft {
	width: 616px;
}

.indexLayout .box01 .columnLeft ul li {
	float: left;
	margin: 0 16px 0 0;
	width: 300px;
}

.indexLayout .box01 .columnLeft ul li img {
	width: 100%;
}

.indexLayout .box01 .columnLeft ul li:last-child {
	margin: 0;
}

.indexLayout .box01 .columnRight {
	width: 348px;
}

.indexLayout .box01 .columnRight ul li {
	float: left;
	width: 166px;
	margin: 0 16px 16px 0;
}

.indexLayout .box01 .columnRight ul li img {
	width: 100%;
}

.indexLayout .box01 .columnRight ul li:nth-child(2) {
	margin: 0 0 16px;
}

.indexLayout .box01 .columnRight ul li:nth-child(3) {
	margin: 0 16px 0 0;
}

.indexLayout .box01 .columnRight ul li:nth-child(4) {
	margin: 0 0 12px;
}

.indexLayout .box01 .columnRight ul li:nth-child(5) {
	margin: 0;
}

.indexLayout .text01:before {
	content: '\f023';
	font-family: Fontawesome;
	display: inline-block;
	margin: 0 5px 0 0;
}

.indexLayout .text01 {
	color: #eb9d90;
	font-weight: bold;
	font-size: 90%;
	margin: 0 0 60px;
	line-height: 1.6;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (max-width: 979px) {
				.indexLayout #ticker {
					margin: 0 10px 20px;
				}
				.indexLayout .box01 {
					padding: 0 10px;
				}
				.indexLayout .box01 .columnLeft {
					width: 63%;
				}
				.indexLayout .box01 .columnLeft ul li {
					width: 48%;
				}
				.indexLayout .box01 .columnLeft ul li img {
					width: 100%;
				}
				.indexLayout .box01 .columnRight {
					width: 35%;
				}
				.indexLayout .box01 .columnRight ul li {
					width: 47%;
					margin: 0 6% 16px 0;
				}
				.indexLayout .box01 .columnRight ul li img {
					width: 100%;
				}
				.indexLayout .box01 .columnRight ul li:nth-child(3) {
					margin: 0 6% 0 0;
				}
				.indexLayout .text01 {
					width: 96%;
					margin: 0 auto 30px;
				}
			}
						
			/* 【スマートフォン用のスタイル記述】 */
			@media screen and (max-width: 760px) {
				.indexLayout .box01 .columnLeft {
					float: none;
					width: 100%;
				}
				.indexLayout .box01 .columnLeft ul li {
					float: none;
					width: 100%;
					margin: 0 0 10px;
				}
				.indexLayout .box01 .columnLeft ul li:last-child {
					margin: 0 0 10px;
				}
				.indexLayout .box01 .columnRight {
					float: none;
					width: 100%;
				}
				.indexLayout .box01 .columnRight ul li {
					width: 48%;
					margin: 0 4% 10px 0;
				}
				.indexLayout .box01 .columnRight ul li:nth-child(2) {
					margin: 0 0 10px;
				}
				.indexLayout .box01 .columnRight ul li:nth-child(3) {
					margin: 0 4% 0 0;
				}
			}


.infodiv{
	height: 0px;
}

.infotime{
	float: right;
	padding-left: 1em;
	position: relative;
	bottom: 4.5em;
	font-size: 0.925em;
}

.infotime span{
	text-indent: 1em;
	display: inline-block;
	padding-top: 0.45em;
}

			/* 【スマートフォン用のスタイル記述】 */
			@media screen and (max-width: 760px) {
				.infotime {
					float: none;
					width: 100%;
					bottom: 0em;
				}
				}
				
/* clearfix
------------------------------------*/

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
overflow:hidden;
}

.clearfix {
display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
height: 1%
}

.clearfix {
display:block;
}
/* end MacIE5 */