@charset "utf-8";

body{
	height:100%;
	width:100%;
	min-width:320px;
	margin:0;
	padding:0;
	position:relative;
	}

#Cont .clfix:after{
	content:"";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}
#Cont .float_l{
	float:left;
}

#Cont .float_r{
	float:right;
}

#Cont .img_dummy{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

#Cont .wrap img {
	width:100%;
}
#Cont{
	width:100% !important;
	height:100% !important;
	position:relative;
}

#Cont .btn_over {
	background-color:#fff;	
}
#Cont .btn_over img:hover {
	opacity:0.7;
}

#Cont .min_f{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}


/***************
+ header_wrap
***************/
#Cont .header_wrap {
	width:100%;
}
#Cont .header_wrap img {
	width:100%;
}
#Cont .nav_area{
	width:100%;
	height:auto;
	max-height:80px;
	background:#7e4b7c;
	position:relative;
}
#Cont .nav_area .logo{
	max-width:220px;
	width:34.3%;
	margin:0 auto;
}

#Cont #menu {
	max-width:50px;
	width:7.8%;
	height: 21px;
	position: absolute;
	top: 0;
	bottom:0;
	margin:auto 0;
	right: 1.5%;
	transition: all .4s;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
#Cont #menu .bar {
	display: inline-block;
	width: 100%;
	height: 4px;
	background-color: #c3abc2;
	position: absolute;
	left: 0;
}
#Cont #bar01 {
	top: 0;
}
#Cont #bar02 {
	top: 9px;
}
#Cont #bar03 {
	top: 18px;
}
#Cont #menu.active{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: all .4s;
}
#Cont #menu.active .bar{
	background-color:#3a2834;
	transition: all .4s;
}
#Cont .menu_list{
	width:100%;
	position:absolute;
	z-index:998;
	display:none;
	padding-bottom:75px;
}

#Cont .menu_list li{
	width:100%;
	margin:0 auto;
	border-bottom:1px solid #7e4b7c;
}
#Cont .menu_list li a{
	display:block;
	width:90%;
	margin:0 auto;
}
#Cont .menu_list li.title{
	background:rgba(126,75,124,0.95);
}
#Cont .menu_list li.nav_1{
	background:#3a2834;
}
#Cont .menu_list li.nav_2{
	background:rgba(148,105,146,0.95);
}


/***************
+ main_area
***************/
#Cont .main_area {
	width:100%;
	position:relative;
}
	#Cont .main_area img { 
		max-width:100%;
	}

#Cont .pagetop{
	width:40px;
	position:fixed;
	bottom:5%;
	right:3px;
	z-index:999;
	display:none;
}
/***************
+ .blankLinks01
***************/
#Cont .blankLinks01 {
	width: 90%;
	margin: 20px auto;
	clear: both;
	margin-bottom: 20px;
	text-align:right;
}
#Cont .blankLinks01 a {
	padding-left:14px;
	background:url(../../images/ico_blank01.gif) no-repeat center left;
	font-size:12px;
}