@import url("contents.css");

* {
	margin:0;
	padding:0;
	list-style:none;
}

body{
	background:#fff;
	text-align:center;
	color:#333;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size: 100%;
	line-height:160%;
	list-style:none;
}

img{
	border:0;
	vertical-align:baseline;
}

a {
	text-decoration: none;
	color: #0064ff;
}

p dfn{
	text-decoration:none;
	font-style:normal;
}

strong.line{
	font-weight: bold;
	line-height: 35px;
	background: linear-gradient(transparent 50%, #f9eda7 50%) ;
}


/*fire-fox,safari対策 ブロック要素に画像を入れると1pxの空きができる為*/
li img,
dt img,
dd img,
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img{vertical-align:bottom;}

#normalet h3,
#normalet h4,
#normalet h5,
#normalet h6{padding:0;}

#wrapper{
	width:1000px;
	text-align:left;
	padding:0 10px;
	margin:0 auto;
}
a.bt{
	display:inline-block;
	padding: 5px 20px;
	margin: 1em auto;
	border: 1px solid #333;
	border-radius: 5px;
	color: #333;
	font-weight: bold;
}
a.bt::after{
	content: ">";
	margin-left: 1em;
	color: #ffc300;
}

ul.list{
    list-style: none;
    padding:0;
    margin:0;
}
ul.list li:before {
    content: "・ ";
    color: #ffc300;
}
div.frame{
	border: 1px solid #ffc300;
	padding: 10px;
	background: #fdfaed;
}




/****************      header      ****************/
#header{
}

h1#logo{
	margin: 15px 0 0 0;
	float:left;
	font-family:"Fjalla One", sans-serif;
	font-weight: 100;
}
h1#logo a{
	display: block;
}
h1#logo a p.tx1{
	color:#ffc300;
	font-size: 40px;
}
h1#logo a p.tx1 span{
	font-size: 16px;
}
h1#logo a p.tx2{
	color:#999;
	font-size: 14px;
}
h1#logo a p.tx2 span{
	color:#666;
	font-size: 12px;
	font-weight: bold;
}


#top_navi{
	list-style:none;
	float:right;
	padding:0;
 }
#top_navi li{		
	float: left;
	text-align: center;
}
#top_navi li a{
	padding: 20px 15px;
	height: 40px;
	display: block;
}
#top_navi li.active{
	background: #ffc300;
	pointer-events: none;
}
#top_navi li:hover {
	background: #ffc300;
}
#top_navi li a span {
	color:#666;
	font-weight: bold;
	font-size: 12px;
}
#top_navi li.active a span {
	color:#FFF;
}
#top_navi li:hover a span {
	color:#FFF;
}
#top_navi li a p{
	color:#ffc300;
	font-size: 20px;
	font-family:"Fjalla One", sans-serif;
}
#top_navi li.active a p{
	color:#FFF;
}
#top_navi li:hover a p{
	color:#FFF;
}

.top_banner a img{
	display: inline-block;
	opacity:1;
}

.top_banner a img:hover{
	opacity:0.8;
}


/****************      footer      ****************/
#footer{
	text-align:center;
	padding:15px 0 0;
	font-size:10pt;
	width: 1000px;
}
#footer .footer_body{
	width: 1000px;
	height: 252px;
	background: url(../img/foot.jpg);
	color: #FFF;
}
#footer .footer_body .catch{
	font-size: 18px;
	font-weight: bold;
	padding: 1em 0;
}
#footer .footer_body div.list{
	width: auto;
	display: inline-block;
	text-align: left;
	line-height: 160%;
	clear: both;
}

#footer .footer_contact{
	margin: 25px auto 0 auto;
	width: 550px;
}
#footer .footer_contact div.tel{
	float: left;
}
#footer .footer_contact div.tel p{
	color:#FFF;
	font-size: 30px;
	font-family:"Fjalla One", sans-serif;
	margin-bottom: 10px;
}
#footer .footer_contact div.tel p::before{
	content: url(../img/ico-tel.png);
	margin-right: 10px;
}
#footer .footer_contact div.tel span{
	font-size: 14px;
}
#footer .footer_contact div.footer_bt{
}

#footer .footer_logo{
	margin: 30px 0;
	font-family:"Fjalla One", sans-serif;
	font-weight: 100;
}
#footer .footer_logo p.tx1{
	color:#ffc300;
	font-size: 40px;
	margin-bottom: 5px;
}
#footer .footer_logo p.tx1 span{
	font-size: 16px;
}
#footer .footer_logo p.tx2{
	color:#999;
	font-size: 14px;
}
#footer .footer_logo p.tx2 span{
	color:#666;
	font-size: 12px;
	font-weight: bold;
}


#footer_navi{
	margin: 10px 0;
}
#footer_navi li{
	display:inline;
	margin: 0 20px;
}
#footer_navi li::before{
	content: ">";
	color:#ffc300;
	font-weight: bold;
	margin-right: 5px;
}
#footer_navi a{
	color: #666;
}

#copyright{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	padding:3px;
}




/****************      ライン           *****************/
.dob{border-bottom:1px dashed #666;}
.dot{border-top:1px dashed #666;}
.dor{border-right:1px dashed#666;}
.dol{border-left:1px dashed #666;}



/****************      margin           *****************/
.mab{margin-bottom:0.5em;}
.mat{margin-top:0.5em;}
.mar{margin-right:0.5em;}
.mal{margin-left:0.5em;}



/****************         padding        *****************/
.pab{padding-bottom:15px;}
.pat{padding-top:15px;}
.par{padding-right:15px;}
.pal{padding-left:15px;}



/****************       float            *****************/
.left{float:left;}
.right{float:right;}

.center{text-align: center;}

img.frit{
	margin:0 0 10px 10px;
}

img.flet{
	margin:0 10px 10px 0;
}

/****************       text            *****************/

.bold{
	font-weight:bold;
}



/****************       clear            *****************/
.clear{clear:both;}
.clearfix:after {
	content: " ";
	display: block;
	font-size:0px;
	height:0px;
	line-height:0;
	visibility: hidden;
	clear: both;
}
.clearfix {display: inline-block; 	overflow: hidden;}
* html .clearfix {height: 0.1%;}

/* Hides from IE-mac \*/
* html .clearfix {height: 0.1%;}
.clearfix {display: block;}
 /* End hide from IE-mac */

