﻿/*@charaset "utf-8";*/

html *{
	margin:0;
	padding:0;
}
html{
	min-height: 100%;
	background:#fee682;
}
body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 15px;
	line-height: 1.6em;
	font-weight: normal;
	text-align:center;
	color:#231815;
}

img{
	border:none;
	vertical-align:bottom;
}
a{
	color:#e50012;
	text-decoration:underline;
}
a:hover{
	color:#9c9c9c;
	text-decoration:none;
}


p{
    font-size: 15px;
	line-height: 1.5em;
	text-align:left;
}
ul{
	list-style-type: none;
}
li{
    font-size: 13px;
	text-align:left;
}


/*共通*/
#wrapper{
	max-width:1920px;
	min-width:1100px;
	text-align:center;
	margin:0 auto;
	position:relative;
	
}
#c1{
	max-width:1920px;
	min-width:1100px;
	height:890px;
	background:url("images/001_back.jpg") no-repeat center;
}
#btn1{
	position:absolute;
	top:600px;
	left:110px;
}
#btn2{
	position:absolute;
	top:740px;
	left:110px;
}
#c2{
	max-width:1920px;
	min-width:1100px;
	height:770px;
	background:url("images/002_back.jpg") no-repeat center;
}
#c3{
	max-width:1920px;
	min-width:1100px;
	height:750px;
	background:url("images/003_back.jpg") no-repeat center;
}
.contents{
	width:1100px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

/*使いまわし*/

.hidden{
	display:none;
}
.bold{
	font-weight:bold;
}
.big{
	font-size:15px;
}
.big2{
	font-size:18px;
}
.small{
	font-size:13px;
}
.small2{
	font-size:11px;
}
.relative{
	position:relative;
	overflow:hidden;
}
.t_left{
	text-align:left;
}
.t_right{
	text-align:right;
}
.t_center{
	text-align:center;
}
.margin_t5px{
	margin-top:5px;
}
.margin_t10px{
	margin-top:10px;
}
.margin_b10px{
	margin-bottom:10px;
}
.margin_r7px{
	margin-right:7px;
}
.margin_r10px{
	margin-right:10px;
}
.margin_r15px{
	margin-right:15px;
}
.margin_t15px{
	margin-top:15px;
}
.margin_t1em{
	margin-top:1em;
}
.margin_t2em{
	margin-top:2em;
}
.margin_t20px{
	margin-top:20px;
}

.margin_t30px{
	margin-top:30px;
}
.margin_t50px{
	margin-top:50px;
}
.margin_t80px{
	margin-top:80px;
}

.red{
	color:#e50012;
}

.img_hover{
	background-color:#fff;
    display:block;
}
.img_hover img {
    transition: all 0.5s ease 0s;
}
.img_hover:hover img{
	opacity: 0.65;
    filter: alpha(opacity=65);
}
