﻿@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :top.css
 style info :トップページの3つのコンセプト
=================================================================== */



/**
「トップページの3つのコンセプト」
**/




/* トップページの3つのコンセプト */
.top_contents_back {
	height: 180px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 120px;
	padding-left: 30px;
	line-height: 30px;
}
.top_contents_back2 {
	width: 930px;
    margin: 30px auto;
	padding: 0;
	line-height: 30px;
}
.top_contents_back2 img {
    width: 100%;
    display: inline-block;
}
.top_contents_back2 a {
    transition-property: opacity;
    transition-duration: .5s;
}
.top_contents_back2 a:hover {
    opacity: .75;
}
.top_contents_back span{
	color: #322D26;
	font-size: 16px;
	font-weight: bold;
}
.top_contents1 {
	background-color: #F5F3F0;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: auto;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCAC6;
}
.top_contents1 .top_contents_w1 {
	background-image: url(../images/top/con01.png);
	background-repeat: no-repeat;
}
.top_contents1 .campaign {
    display: none;
    width: 100%;
    border-bottom: 1px solid #CDCAC6;
}
.top_contents1 .campaign .inner {
    max-width: 960px;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
}
.top_contents1 .campaign a {
    transition-duration: .5s;
    transition-property: opacity;
}
.top_contents1 .campaign a:hover {
    opacity: .75;
}

.top_contents2 {
	background-color: #FAF6EE;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: auto;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCAC6;
}
.top_contents2 .top_contents_w2 {
	background-image: url(../images/top/con02.png);
	background-repeat: no-repeat;
}
.top_contents3 {
	background-color: #F8F2E6;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: auto;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCAC6;
}
.top_contents3 .top_contents_w3 {
	background-image: url(../images/top/con03.png);
	background-repeat: no-repeat;
}


/* トップページの新バナー */
.new-bnr-top {
	width: 930px;
	margin-right: auto;
    margin-left: auto;
    line-height: 30px;
    padding-top: 0px;
    padding-bottom: 20px;
}

.bnr-top-l {
	float:left;
	margin-right:10px;
	margin-bottom: 35px;
	width: 447px;
}

.bnr-top-r {
	float:right;
	margin-bottom: 35px;
	width: 447px;
}
