/****************************************
		1. 基本設定 
*****************************************/

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
　↓YUI3 CSS Reset　ブラウザー固有のスタイルをリセットします↓　*/
body,div,dl,dt,dd,
ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
↓YUI3 CSS Fonts　フォントサイズを相対指定する↓*/


@font-face {
  font-family: webfontHorizontal;
  src: url("../font/webfontHorizontal.eot");
  src: url("../font/webfontHorizontal.woff") 
  format("woff"), url("../font/webfontHorizontal.woff2") 
  format("woff2"), url("../font/webfontHorizontal.ttf") 
  format("truetype");
}

@font-face {
  font-family: webfontVertical;
  src: url("../font/webfontVertical.eot");
  src: url("../font/webfontVertical.woff") 
  format("woff"), url("../font/webfontVertical.woff2") 
  format("woff2"), url("../font/webfontVertical.ttf") 
  format("truetype");
}
/*送信ボタン*/
input[type="submit"] {
  -webkit-appearance: none;
}
input[type="reset"] {
  -webkit-appearance: none;
}


/*---↓リンクに対する共通設定↓---*/
*{
	margin:0;
	padding:0;
	line-height:1.5;
	list-style:none;
}
/*アンダーtopボタン*/
.pagetop {
	position: fixed;
	bottom: -520px;
	right: 5px;
	z-index:9999;
}
.pagetop a {
	display: block;
	width: 86px;
	height: 138px;
}

img{
	border:none;
}
a, a:link,/*未訪問のリンクを指定*/
a:visited,/*訪問済みのリンクを指定*/
a:hover,/*マウスオーバーした時のリンク部分を指定*/
a:active,/*クリック時のリンク部分を指定*/
a{
	text-decoration:none;
}
body{	
	font-family: "Helvetica Neue", Helvetica, "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
		overflow-x:hidden;

}

/* clearfix
----------------------------------------------------*/
.clearfix{ /zoom: 1; }
.clearfix:after{ content: ''; display: block; clear: both; }
/* box-sizing
----------------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}




#header_box{
	width:100%;
	height:95px;
	border-bottom:1px solid #C10067;
}
header{
	width:1100px;
	height:95px;
	margin:0 auto;
}


h1{
	width:300px;
	height:70px;
	margin:0 auto;
	padding-top:15px;
}





nav{
	width:100%;
	height:80px;
	margin:0 auto;
	border-top:1px solid #C10067;
background: rgb(255,160,160);
background: -moz-linear-gradient(top, rgb(255,160,160) 0%, rgb(255,127,127) 28%, rgb(193,0,103) 100%);
background: -webkit-linear-gradient(top, rgb(255,160,160) 0%,rgb(255,127,127) 28%,rgb(193,0,103) 100%);
background: linear-gradient(to bottom, rgb(255,160,160) 0%,rgb(255,127,127) 28%,rgb(193,0,103) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa0a0', endColorstr='#c10067',GradientType=0 );
}

#nav_center{
	width:1100px;
	height:80px;
	margin:0 auto;
	position:relative;
}

#girl{
	width:330px;
	height:400px;
	position:absolute;
	bottom:2px;
	left:30px;
}

	


ul.main_nav{
	width:720px;
	height:80px;
	margin-left:380px;
}

.main_nav li a{
	color:#FFF;
	width:auto;
	height:80px;
	text-align:left;
	line-height:81px;
	float:left;
	padding-right:30px;
}
.main_nav li a:hover{
	-webkit-text-shadow: -1px 1px 4px #FFF, 1px -1px 4px #FFF;
	-moz-text-shadow: -1px 1px 4px #FFF, 1px -1px 4px #FFF;
	-ms-text-shadow: -1px 1px 4px #FFF, 1px -1px 4px #FFF;	
    text-shadow: -1px 1px 4px #FFF, 1px -1px 4px #FFF;	
	text-decoration:underline;
}





/*//サブのヘッダー//*/
#change {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height:65px;
  display: none;
  z-index: 9999;
  border-bottom:2px solid #906;
  z-index:999;
  opacity:0.9;
background: rgb(255,160,160);
background: -moz-linear-gradient(top, rgb(255,160,160) 0%, rgb(255,127,127) 28%, rgb(193,0,103) 100%);
background: -webkit-linear-gradient(top, rgb(255,160,160) 0%,rgb(255,127,127) 28%,rgb(193,0,103) 100%);
background: linear-gradient(to bottom, rgb(255,160,160) 0%,rgb(255,127,127) 28%,rgb(193,0,103) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa0a0', endColorstr='#c10067',GradientType=0 );
}
#change .inner01 {
  width:1100px;
  height:65px;
  overflow: hidden;
  margin:0 auto;
  position:relative;
}

ul.sub_nav{
	width:1100px;
	height:65px;
}

#nav_banner{
	width:250px;
	height:65px;
	position:absolute;
}
ul.sub_nav{
	width:700px;
	height:65px;
	position:absolute;
	right:125px;
}
.sub_nav li a{
	float:left;
	width:auto;
	z-index:9999;
	color:#FFF;
	padding-right:50px;
	text-align:center;
	height:50px;
	line-height:65px;
	font-size:108%;
	position: relative;
	display: inline-block;
	transition: .3s;
	text-decoration:none;
}
.sub_nav li a:hover{
	-webkit-text-shadow: -1px 1px 4px #FFF, 1px -1px 4px #FFF;
	-moz-text-shadow: -1px 1px 4px #FFF, 1px -1px 4px #FFF;
	-ms-text-shadow: -1px 1px 4px #FFF, 1px -1px 4px #FFF;	
    text-shadow: -1px 1px 4px #FFF, 1px -1px 4px #FFF;	
}

.sub_nav li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 2px;
	background-color: #FFF;
	transition: .3s;
}
.sub_nav li a:hover::after {
	width: 100%;
}























footer{
	width:100%;
	height:230px;
	border-top:6px double #FFF;
background: rgb(255,160,160);
background: -moz-linear-gradient(top, rgb(255,160,160) 0%, rgb(255,127,127) 28%, rgb(193,0,103) 100%);
background: -webkit-linear-gradient(top, rgb(255,160,160) 0%,rgb(255,127,127) 28%,rgb(193,0,103) 100%);
background: linear-gradient(to bottom, rgb(255,160,160) 0%,rgb(255,127,127) 28%,rgb(193,0,103) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa0a0', endColorstr='#c10067',GradientType=0 );
}
#footer_center{
	width:1100px;
	height:230px;
	margin:0 auto;
}
.footer_logo{
	width:400px;
	height:100px;
	margin:0 auto;
	padding-top:50px;
}

#footer_last{
	width:100%;
	height:30px;
	background:#906;
}
#footer_cent{
	width:1100px;
	height:30px;
	margin:0 auto;
	position:relative;
	}
/*-- コピーライト --*/
span.copy{
    font-family: webfontHorizontal, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:77%;
	color:#FFF;
	letter-spacing:1.5px;
	text-align:center;
	position:absolute;
	left:303px;
	top:7px;
}












