@charset "UTF-8";

body {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	background-color: #f7f7f7;
	color:#444;
	line-height:1.3;
	latter-spacing:1px;
	padding:0;
	margin:0;
}

p{
	background-image:url(images/empty.gif);
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.clearfix:after { /*floatの解除、ここがポイント*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
.center{
	text-align:center;
}

.right{
	text-align:right;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}

header{
	background:url(../images/logo2.gif) repeat;
}
a{
	color:#000;
	text-decoration:none;
}
.clr{
	clear:both;
}
.container {
	width:100%;
	position:relative;
	margin:0 auto;
	padding:0 0 0 0;
}

.content {
	width:1000px;
	margin:0 auto;
}
header h1{
	line-height:0.8;
	margin: 10px 0 0px 20px;
	font-size: 80px;
	color: #366;
	text-shadow: 1px 1px 1px #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:0.5em 0 1em;
}
header h1 span{
	display:inline-block;
	font-size:22px;
	text-transform:uppercase;
}
@media only screen and (max-width: 769px) {
header h1{
	font-size:26px;
}
header h1 span{
	font-size:12px;
}
}

#arrow{
	padding:0 0 80px;
}
@media only screen and (min-width: 769px) {
#arrow{
	visibility: hidden;
}
}
#arrow span{
	display:block;
	width:30px;
	height:80px;
	background:#cfcfcf;
	position:relative;
	margin:0 auto 30px;
	box-shadow: 0px 4px 5px -3px #111;
}
#arrow span:after{
content: '';
position:absolute;
bottom:-10%;
left:-20px;
display: block;
  width: 50px;
  height: 50px;
  border-bottom: 20px solid #cfcfcf;
  border-right: 20px solid #cfcfcf;
-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	box-shadow: 0px 2px 1px -3px #111;
}
figcaption{
	text-align:center;
	color:#cfcfcf;
	text-shadow: 1px 1px 1px #aaa;
}
.content{
	width:100%;
	position:relative;
}

#nav {
	width:100%;
	z-index:10;
	font-size:0.75em;
	color: #fff;
	border-bottom: 1px solid #222;
	box-shadow: 0px 4px 5px -3px #111;
	background:#111;
}
@media only screen and (max-width: 769px){
#nav{
	border-bottom:0;
	box-shadow:none;
	background:none;

}
}
#nav-wrap {
	max-width:1200px;
	width:100%;
	margin:0 auto;
	position:relative;
	z-index:30;
}

#nav h1 {
	float: left;
	max-width:1100px;
    width: 100%;
	color:#fff;
	font-size: 1.13em;
	padding:0 640px 0 0;
	letter-spacing:-0.5pt;
	text-shadow: -1px -1px 0 rgba(0,0,0,.6);
    box-sizing: border-box;
}
@media only screen and (max-width: 769px){
#nav h1 {
	font-size:1em;
	padding:0 60px 0 0;
}
}
#nav h1 a,#nav h1 a:visited {
	display:block;
	text-align:center;
	width:100%;
	height:100%;
	color:#fff;
	padding:12px 6px;
	background: #008b8b;
}
#nav h1 a:hover{
	background: #119c9c;
}
#ToggleArea{
	display: block;
	float: right;
	position: relative;
	width: 30px;
	height: 30px;
	padding:5px;
	margin:0 4px 0 -60px;
	z-index: 2;
	border:0;
	background:rgba(255,255,255,0.7);
	overflow:hidden;
}
@media only screen and (min-width: 769px){

#ToggleArea{
	display: none;
}
}
/*-----------------------------------------*/

#Toggle {
position:absolute;
width:30px;
height:6px;
top:50%;
left:5px;
border:0;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
transition:linear .5s;
-webkit-transition:all linear .5s;
cursor: pointer;
background:#111;
z-index:5;
}


#Toggle:before {
content:'';
position:absolute;
z-index:4;
width:30px;
height:6px;
top:-12px;
left:0;
background:#111;
}
#Toggle:after {
content:'';
position:absolute;
z-index:4;
width:30px;
height:6px;
top:12px;
right:0;
background:#111;
}

#Toggle.action{
position:absolute;
width:30px;
height:6px;
top:50%;
left:50%;
transform:translate(-50%,-50%) rotate(45deg);
-webkit-transform:translate(-50%,-50%) rotate(45deg);
transition:linear .5s;
-webkit-transition:all linear .5s;
background:none;
cursor: pointer;
}
#Toggle.action::after {
content:' ';
position:absolute;
width:30px;
height:6px;
top:50%;
left:50%;
transform:translate(-50%,-50%) rotate(90deg);
-webkit-transform:translate(-50%,-50%) rotate(90deg);
transition:linear .5s;
-webkit-transition:all linear .5s;
background:#111;
cursor: pointer;
}
#Toggle.action::before {
content:' ';
position:absolute;
width:30px;
height:6px;
top:50%;
left:50%;
transform:translate(-50%,-50%) rotate(180deg);
-webkit-transform:translate(-50%,-50%) rotate(180deg);
transition:linear .5s;
-webkit-transition:all linear .5s;
background:#111;
cursor: pointer;
}
#Menu{
	width:630px;
	float:right;
	margin: 0 0 0 -630px;
	padding:4px 0;
}

@media only screen and (max-width: 769px){
#Menu{
	width:auto;
	position:absolute;
	top:50px;
	right:0;
	padding:0;
	display: none;
}
}
#nav ul li {
	display:inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing:-0.4pt;
}
@media only screen and (max-width: 769px){
#nav ul li {
	display: block!important;
	background-color:rgba(0,0,0,0.7);
}
}
#nav li a{
	display: block;
	color: #fff;
	width:100%;
	height:100%;
	margin:0 10px;
	padding:10px 0;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */  

}
@media only screen and (max-width: 769px){
#nav li a{
	text-align: left;
	border-radius: 0;        /* CSS3草案 */  
    -webkit-border-radius: 0;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 0;   /* Firefox用 */  
	margin:0;
	padding:10px;
}
}
#nav li a:before {
	content: '>';
	font-size: 7px;
	margin-right: 5px;
	color: #999;
	position: relative;
	top: -0.2em;
}
#nav li a:hover {
	background-color: rgba(255,255,255,0.2);
}
#nav li a:hover:before {
	color: #f00;
}
#nav ul li a.active{
	background-color:rgba(255,255,255,0.1);
}
#recommend {
	margin-bottom: 20px;
}

/* Footer Style */
.footer{
	width:100%;
	height:25px;
	line-height:24px;
	font-size:13px;
	background:#000;
	color:#ddd;
	opacity:0.9;
	text-transform:uppercase;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	z-index:4;
}
.footer a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	text-align:right;
}
.footer a:hover{
	color:#fff;
}
.footer a span{
	font-weight:bold;
}
.footer span.right_ab{
	position:absolute;
	right:4px;
}
