@charset "utf-8";

/**/

body{
font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic","Osaka",sans-serif;
line-height:1.5;
color: #000;
font-size: 13px;
/*max-width: 1500px;*/
min-width: 1010px;
margin: 0 auto;
}

h1,h2,h3,h4,h5,h6,p,
ul,li,dl,dt,dd,
form,fieldset,input,textarea{
margin:0;
padding:0;
}

li{list-style:none;}

a{color:#191919;}
a:link, a:visited{text-decoration:none;}
a:hover, a:active{text-decoration:underline;}

img{
border:none;
display: block;
margin: 0 auto;
padding:0px;
vertical-align: text-bottom;
}


/*float*/
.left{float:left;}
.right{float:right;}
.center{text-align:center;}

.clear{clear:both;}


/*txt*/
.tac{text-align: center;}
.tal{text-align: left;}
.tar{text-align: right;}


.clearfix:after {
content: ".";  
display: block;  
clear: both;
height: 0;
visibility: hidden;
}
.clearfix {
min-height: 1px;
}
* html .clearfix {
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

header {
	padding: 50px 0;
	text-align: center;
	background: url(../img/header_back.png) no-repeat;
	background-size: cover;
	position: relative;
}
header.head_app{
	padding: 0;
	background: none;
}
.main_inner {
	position: relative;
}
.main_inner img{
    max-width: 1000px;
    width: 100%;
}
.app_inner img{
	max-width: none;
}
.main_inner h1 {
	margin: 0;
}

#logo{
	position: absolute;
	left: 3%;
	top: 20px;
}

/* #cont01 */
#cont01 {
	background-color: #fffde1;
	padding-top: 60px;
	background: url(../img/cont01_back.png);
}

#cont01 .cont_inner {
	width: 1010px;
	margin: 0 auto;
}
.cont01_block {
	padding-bottom: 55px;
	text-align:center;
}
/*
.mainTxt01 {
	position: absolute;
	font-size: 20px;
	left: 65px;
	bottom: 90px;
	line-height: 22px;
	text-align: left;
	color: #FF0000;
	font-weight: bold;
}


.cont01_block02 p {
}

.mainTxt02 {
	position: absolute;
	font-size: 1.3rem;
	left: 25px;
	bottom: 135px;
	line-height: 22px;
	text-align: left;
}
.caption02 {
	position: absolute;
	font-size: 0.7rem;
	left: 25px;
	bottom: 90px;
	text-align: left;
}

.mainTxt03 {
	position: absolute;
	font-size: 1.3rem;
	left: 30px;
	bottom: 175px;
	line-height: 22px;
	text-align: left;
}
.caption03 {
	position: absolute;
	font-size: 0.7rem;
	left: 30px;
	bottom: 140px;
	text-align: left;
}

.mainTxt04 {
	position: absolute;
	font-size: 1.3rem;
	left: 205px;
	bottom: 97px;
	line-height: 22px;
	text-align: left;
}
.caption04 {
	position: absolute;
	font-size: 0.8rem;
	left: 30px;
	bottom: 71px;
	text-align: left;
}

.mainTxt05 {
	position: absolute;
	font-size: 1.3rem;
	left: 175px;
	bottom: 88px;
	line-height: 22px;
	text-align: left;
}

.mainTxt06 {
	position: absolute;
	font-size: 1.2rem;
	left: 145px;
	bottom: 120px;
	line-height: 22px;
	text-align: left;
}
*/

/* #title */

#title{
	background: url(../img/title_back.png) center no-repeat;
	background-size: cover;
}

#title .title_cont{
	position:relative;
	margin: 0 auto;
	width: 1000px;
	padding: 25px 0;
}

#title .title_cont img{
	text-align:center;
}

.title_img{
	position: absolute;
	bottom: 215px;
}


/* #cont02 */

#cont02 .cont_bottom {
	padding-bottom: 50px;
}

#cont02 img{
	display: inline-block;
}

#cont02 .cont_bottom ul li {
	display: inline-block;
}
#cont02 .cont_inner {
	width: 1004px;
	margin: 0 auto;
	padding-top: 57px;
}
#cont02 .cont02_txt {
	font-size: 15px;
	line-height: 1.6;
	text-align: left;
}

#cont02 #02_4{
	text-align: center;
}

.cont02_l{
	width: 502px;
	float: left;
	text-align: center;
}

.cont02_r{
	width: 502px;
	float: right;
	text-align: center;
}

#cont02 .btn_bg {
	background: url(../img/cont_btnbg01.png) top center no-repeat;
	margin: 34px 0 0;
	padding: 81px 0 0;
}

#img02_3{
	float: right;
}

.btn{
	display: block;
	text-align: center;
}



/* footer */
#footer {
	width: 1010px;
	margin: 0 auto;
	padding: 21px 0 14px;
}
.footer_l {
	float: left;
	width: 600px;
}
.footer_l .ft_logo {
	float: left;
	margin-right: 30px;
}
.footer_l ul {
	padding-top: 12px;
}
.footer_l li {
	float: left;
	border-right: 1px solid #c9c9c9;
	line-height: 1;
	padding: 0 15px;
}
.footer_l li.last {
	border-right: none;
}
.footer_l li a {
	font-size: 12px;
}
.footer_l li a:after {
	content: url(../img/icon01.png);
	padding-left: 8px;
	vertical-align: 1px;
}
.footer_l .copyright {
	font-size: 10px;
	color: #818181;
	padding-top: 25px;
}
.footer_r {
	float: right;
}

/* pagetop */
.pagetop {
    display: none;
    position: fixed;
    bottom: 140px;
    right: 50%;
	margin-right: -590px; 
}
.pagetop a {
    display: block;
	background: url(../img/pagetop.png) left top no-repeat;
	width: 67px;
	height: 67px;
	text-indent: -9999em;
	overflow: hidden;
}


/*==========================================
#margin
==========================================*/
.mb05{
	margin-bottom:5px;
}
.mb10{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}
.mb25{
	margin-bottom:25px;
}
.mb30{
	margin-bottom:30px;
}
.mb35{
	margin-bottom:35px;
}
.mb40{
	margin-bottom:40px;
}
.mb45{
	margin-bottom:45px;
}
.mb50{
	margin-bottom:50px;
}
.mb55{
	margin-bottom:55px;
}
.mb60{
	margin-bottom:60px;
}
.mb65{
	margin-bottom:65px;
}
.mb70{
	margin-bottom:70px;
}
.mb85{
	margin-bottom:85px;
}
.mb95{
	margin-bottom:95px;
}

.mt10{
	margin-top:10px;
}
.mt15{
	margin-top: 15px;
}
.mt-40{
	margin-top:-40px;
}

.mr50{
	margin-right:50px;
}
.ml80{
	margin-left:80px;
}


.pb40{
	padding-bottom: 95px;
}


.f15{
	font-size: 15px;
}

.f19{
	font-size: 19px;
}

hr {
    border: none;
    height: 1px;
    background:url(../img/border.png) 50% 0 repeat-x;
    color: #FFFFFF;
	margin: 0;
}

.fs15{
	font-size: 15px;
}

.fs16{
	font-size: 16px;
}

.tcRed{
	color: #ff0000;
}

.textSpace{
	text-indent: 1em;
	padding-left: 1em;
}