﻿@charset "utf-8";
body {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 14px;
	line-height:1.5;
	color: #474747;
	margin: 0;
	padding: 0px;
	background: #ebebeb;
	min-width:1190px;
	width: auto !important;  
	width: 1190px;
}

	@media screen and (max-width: 619px){
		body {
			background: #ebebeb;
			color: #474747;
		}
	}


.txts {
	font-size:12px;
}

p {
	margin:0px;
	padding:0px;
}
img {
	border:0px;
	margin:0px;
	padding:0px;
}
dl,dt,dd {
	margin:0px;
	padding:0px;
}
ul,li {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
a:link,a:visited {
	color: #fe3069;
	text-decoration: none;
	font-weight:bold;
}
a:hover,a:active {
	color: #1999d5;
	text-decoration: none;
}

/*clearfix hack
---------------------------------------------*/
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*anWraper
---------------------------------------------*/
.wholeBox{width:1190px;margin:0 auto;}
	@media screen and (max-width: 619px){
		.wholeBox{width:100%;}
	}

/*menu
---------------------------------------------*/

.menu_bg{background:url(../images/menuarea_bg_w.png) repeat-y left #ebebeb;}
#wrap_top .menu_bg{background:url(../images/pattern_w.png) repeat left;}
@media screen and (max-width: 619px){
	#wrap_top .menu_bg,.menu_bg{background:none;}
	}
#nav{
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:270px;
}

#nav ul{font-size: 0; padding:10px 0 0 0; width:270px;overflow:hidden;}

#nav li{
	padding: 0 0 10px 0;
	margin:0 auto;
	display: block;
	width:250px;
	font-size:16px;
}

#nav li a{
	padding: 12px 40px 12px 14px;
	margin:0;
	box-sizing:border-box;
	display: block;
	width:250px;
	background:url(../images/button_bg_w.png) no-repeat right #e7e9eb;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: solid 1px #bebebe;
	box-shadow:2px 2px 2px #999;
	text-shadow:1px 1px 0px #bebebe;
	color:#535353;
	font-weight:900;
}

#nav li a:hover{
	background:url(../images/button_bg_w.png) no-repeat right #ffdae4;
	text-shadow:1px 1px 0px #aaa;
	color:#fe3069;
	font-weight:900;
}

#top_back {
    display: none;
}

	@media screen and (max-width: 619px){
		#nav{
			width:100%;
			height:auto;
			position:inherit;
			top:auto;
			left:auto;
			background:none;
			text-align:inherit;
			padding:inherit;
		}
		#nav ul{
			font-size: inherit;
			padding:0;
			width:inherit;
		}
		#nav li{
			width:48%;
			height:auto;
			margin:0 1% 1% 1%;
			padding:0 0 1% 0;
			float:left;
			position:inherit;
			display: inherit;
			font-size:100%;
		}


		#nav li a{
			margin:0;
			padding:8% 5%;
			width:100%;
			display:block;
			background-size: 100% auto;
		}
		
		#nav li a:hover{
			background-size: 100% auto;
		}

		li#btn_top{ display:none;}
		
		#top_back {
			background: #c2c9cc none;
			border-top: 2px solid #a0abb0;
			display: block;
			text-align: center;
			width: 100%;
		}
		#top_back a{
			color:#fe3069;
			display: block;
			margin: 0 0 10px;
			padding: 5px 0;
			width: 100%;
		}
	}


/*all style
---------------------------------------------*/

.f_clr {
    clear: both;
    margin: 0;
    padding: 0;
    width: auto;
}

#container{
	margin:0 0 0;
	padding: 0 0 0 0;
	width:870px;
	float:left;
	position:relative;
}
#wrap_top #container{background:url(../images/menuarea_bg_w.png) repeat-y left #ebebeb;}
	@media screen and (max-width: 619px){
		#wrap_top #container,
		#container{
			margin:0;
			padding: 0;
			width:auto;
			float:none;
			background: none;
		}
	}

#copyright{
	margin:0 0 0 0;
	padding:10px 0 10px 0;
	clear:both;
	color:#ccc;
	text-align:center;
	font-size:14px;
	background:#444;
}


	@media screen and (max-width: 619px){
		#copyright{
			text-shadow:none;
			font-size:70%;
			margin: 0 ;
			padding: 10px 0;
			height: auto;
			text-align:center;
			border:none;
			position:inherit;
			bottom:auto;
			right:auto;
		}
		
	}


	@media screen and (max-width: 619px){
		#copyright span{
			display:inline;
			width: 100%;
			padding:10px 0;
		}
		
	}







