@charset "utf-8";

/*=================================================
	common
=================================================*/
html{
	width: 100%;
}
body{
	width: 100%;
	line-height: 1;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic', Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}
a{
	text-decoration: none;
	color: inherit;
}
a:hover{
	text-decoration: underline;
}
._wrap{
	width: 100%;
	background-image: url('../images/base_bg.png');
	background-position: center top;
	background-repeat: repeat;
}
.inner{
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}

@media screen and (max-width: 768px) {

img{
	width: 100%;
	height: auto;
}
.inner{
	width: 100%;
	margin: 0 auto;
	position: relative;
}


}


/*=================================================
	_header
=================================================*/
._header{
	position: relative;
	z-index: 10;
}
._header .logo{
	position: absolute;
	width: 79px;
	height: 20px;
	top: 15px;
	left: 21px;
}

@media screen and (max-width: 768px) {

._header .logo{
	width: 57px;
	height: 16px;
	top: 7px;
	left: 7px;
}

}

/*=================================================
	_main
=================================================*/
._dot,
._dot2{
	padding: 10px 0 0;
	background-image: url('../images/dot_bg_top.png');
	background-position: center top;
	background-repeat: repeat-x;
}
.dot-inner{
	padding: 0 0 10px;
	background-image: url('../images/dot_bg_bottom.png');
	background-position: center bottom;
	background-repeat: repeat-x;
}
.dot-inner2{
	padding: 50px 0 0;
	background-image: url('../images/dot_bg.png');
	background-position: center top;
	background-repeat: repeat;
}
._dot2 .dot-inner2{
	padding: 20px 0 0;
}

@media screen and (max-width: 768px) {

.dot-inner2{
	padding: 25px 0 0;
}
._dot2 .dot-inner2{
	padding: 10px 0 0;
}

}

/* _contents1
===================================*/
._contents1{
	padding: 0 40px 45px;
}
._contents1 h2{
	text-align: center;
	margin: 0 0 25px;
}
._contents1 .lead{
	text-align: center;
	color: #fb4c7c;
	font-size: 17px;
	line-height: 1.8;
	font-weight: bold;
}
._contents1 .lead.big{
	font-size: 32px;
	margin: 0 0 25px;
}

@media screen and (max-width: 768px) {

._contents1{
	padding: 0 0px 45px;
}
._contents1 .lead{
	font-size: 15px;
	padding: 0 10px;
	line-height: 1.8;
	text-align: left;
}
._contents1 .lead.big{
	font-size: 24px;
	margin: 0 0 25px;
	text-align: center;
}

}


/* _softs
===================================*/
._softs{
	padding: 30px 0 0;
	margin: 0 0 40px;
}
._softs .soft{
	width: 200px;
	float: left;
	margin: 0 0 20px 26px;
	text-align: center;
}
._softs .soft:first-child{
	margin: 0 0 20px;
}
._softs .soft.soft05{
	clear: both;
	margin: 0 0 20px;
}
._softs .txt{
	margin: 10px 0;
	font-size: 12px;
	line-height: 1.8;
}

@media screen and (max-width: 768px) {

._softs{
	padding: 30px 10px 0;
	margin: 0 0 40px;
}
._softs .soft{
	width: 100%;
	float: none;
	margin: 0 auto 20px;
}
._softs .soft:first-child{
	margin: 0 auto 20px;
}
._softs .soft.soft05{
	clear: both;
	margin: 0 auto 20px;
}
._softs .img{
	width: 200px;
	margin: 0 auto;
}
._softs .btn{
	width: 160px;
	margin: 0 auto;
}
._softs .btn.maker{
	width: 200px;
}


}


/* _images
===================================*/
._images{
	margin: 0 0 25px;
}
._images li{
	float: right;
}
._images li:first-child{
	float: left;
}

@media screen and (max-width: 768px) {

._images{
	margin: 0 0 25px;
	padding: 0 10px;
}
._images li{
	width: 260px;
	float: none;
	margin: 0 auto 20px;
}
._images li:first-child{
	float: none;
	margin: 0 auto 20px;
}

}


/* _contents2
===================================*/
._contents2{
	padding: 0 40px 30px;
}
._contents2 h2{
	text-align: center;
	margin: 0 0 25px;
}

@media screen and (max-width: 768px) {

._contents2{
	padding: 0 0 30px;
}
._contents2 h2{
	text-align: center;
	margin: 0 0 25px;
}

}


/* _info
===================================*/
._info li{
	background-image: url('../images/info_dot.png');
	background-position: left bottom;
	background-repeat: repeat-x;
	margin: 0 0 20px;
	padding: 0 0 20px;
}
._info .date{
	font-weight: bold;
	font-size: 23px;
	letter-spacing: 3px;
	padding: 0 0 0 15px;
	color: #fb4c7c;
	border-left: 10px solid #fb4c7c;
	line-height: 30px;
	margin: 0 0 13px;
}
._info .date span{
	padding: 0 0 0 30px;
	font-weight: bold;
}
._info .place{
	padding: 0 0 0 25px;
	font-size: 23px;
	margin: 0 0 10px;
}
._info .address{
	padding: 0 0 0 25px;
	font-size: 15px;
}
._info .right{
	text-align: right;
	font-size: 15px;
}
._info img{
	display: none;
}

@media screen and (max-width: 768px) {

._info{
	padding: 0 10px;
}
._info p{
	display: none;
}
._info .right{
	display: block;
}
._info img{
	display: block;
}

}


/* _bottom
===================================*/
._bottom-attention{
	padding: 40px 40px 65px;
	font-size: 14px;
	line-height: 1.8;
}
._bottom-attention ul{
	margin: 0 0 15px;
}

.copy{
	padding: 0 40px 50px;
	line-height: 1.5;
	font-size: 12px;
}
.copy span{
	font-weight: bold;
}
.gotop{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -38px;
}

@media screen and (max-width: 768px) {

._bottom-attention{
	font-size: 13px;
	padding: 20px 10px 35px;
}

.copy{
	padding: 0 10px 50px;
}

}




/* _contents3
===================================*/
._contents3{
	padding: 0 40px 30px;
}
._contents3 h2{
	text-align: center;
	margin: 0 0 25px;
}
._contents3 .right{
	font-size: 14px;
	clear: both;
	text-align: right;
	padding: 20px 0 0;
}

@media screen and (max-width: 768px) {

._contents3{
	padding: 0 0 30px;
}
._contents3 h2{
	text-align: center;
	margin: 0 0 25px;
}

}

/*=================================================
	_footer
=================================================*/
._footer{
	background-image: url('../images/footer_bg.png');
	background-position: center top;
	background-repeat: repeat;
}
._footer:after{
	content: '';
	display: block;
	clear: both;
}
._footer ul{
	float: left;
	padding: 20px 0;
}
._footer ul li{
	float: left;
	line-height: 1;
	padding: 0 10px;
	border-left: 1px solid #000;
}
._footer ul li:first-child{
	border-left: none;
}
._footer .copy{
	float: right;
	padding: 20px 10px 20px 0;
}

@media screen and (max-width: 768px) {

._footer{
	padding: 0 10px;
}
._footer ul{
	float: none;
	padding: 20px 0 5px;
	text-align: center;
}
._footer ul li{
	display: inline-block;
	float: none;
	line-height: 1;
	padding: 0 10px;
	border-left: 1px solid #000;
	margin: 0 0 10px;
}
._footer ul li:first-child{
	border-left: none;
}
._footer ul li:last-child{
	border-left: none;
}
._footer .copy{
	float: none;
	padding: 0;
	text-align: center;
	padding: 0 0 15px;
}

}
