@charset "utf-8";
/*****************************************************
Title: common.css
Created: 2013‒03‒22
Last Modified: 2013‒03‒22
******************************************************/

/* Table Of Contents
----------------------------------------
# General Elements
# Common Parts
# Layout
# Header
# Content
# Footer
----------------------------------------*/

/*--------------------------------------------------------------------
General Elements

--------------------------------------------------------------------*/
body {
	margin:0;
	padding:0;
	position: relative;
	font-family: "メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	font-size:12px;
	letter-spacing:0em;
	line-height:1.6;
	 -webkit-text-size-adjust: none;
}

#wrap { background: url(/img/bg.gif) #fafafa center 0; }

h1,h2,h3,h4{
font-weight: normal;
}

/*--------------------------------------------------------------------
margin

--------------------------------------------------------------------*/

.marginTop10{
margin-top: 10px;
}

.marginTop15{
margin-top: 15px;
}

.marginTop20{
margin-top: 20px;
}

.marginTop25{
margin-top: 25px;
}


/*--------------------------------------------------------------------
use

--------------------------------------------------------------------*/

.hoverAlpha:hover{
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
}

.elmBlock{
display: block;
}


.textC {
	text-align: center;
}

a {
	outline:none;
	color:#333;
	text-decoration: underline;
}
a:hover{
	text-decoration: underline;
}

.reInner{
	position: relative;
	top:0;
	left:0;
}

.none{
	display: none;
}

.noMargin{
margin:0;
}



/*--------------------------------------------------------------------
clear

--------------------------------------------------------------------*/


.clear {
	clear:both
}

ul {
	zoom:100%
}

ul:after {
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden
}

li {
	list-style-image:none;
	list-style-type:none;
	list-style:none;
	margin:0;
	padding:0
}

/*--------------------------------------------------------------------
Common Parts

--------------------------------------------------------------------*/

.maxwidth640{
width: 100%;
text-align: center;
}

.maxwidth640 .maxwidth640inner{
max-width:640px;
display: inline-block;
}

.secondContent{
padding-bottom: 20px;
background-size: 320px auto;
-moz-background-size: 320px auto;
-webkit-background-size: 320px auto;
-o-background-size: 320px auto;
-ms-background-size: 320px auto;
background-position: bottom center;
background-repeat: repeat-x;
}

.contentTitle{
margin:20px 0 20px 10px;
text-align: center;
}

.paddingInner{
padding: 15px;
}

header{
height: 60px;
background-size: 640px auto;
-moz-background-size: 640px auto;
-webkit-background-size: 640px auto;
-o-background-size: 640px auto;
-ms-background-size: 640px auto;
background-position: left top;
position:relative;
z-index:2000;}

header #headNav{
position: absolute;
right: 10px;
top:10px;
height: 30px;
width: 70px;
background-image: url(../img/common/menu_open.png);
background-size: 70px auto;
-moz-background-size: 70px auto;
-webkit-background-size: 70px auto;
-o-background-size: 70px auto;
-ms-background-size: 70px auto;
background-position: center center;
}


header #headNav.close{
background-image: url(../img/common/menu_open.png);
}
header #headNav.open{
background-image: url(../img/common/menu_close.png);
}

header #headLogo{
position: absolute;
left: 10px;
top:5px;
height: 40px;
width: 95px;
background-image: url(../img/common/logo.png);
background-size: 95px auto;
-moz-background-size: 95px auto;
-webkit-background-size: 95px auto;
-o-background-size: 95px auto;
-ms-background-size: 95px auto;
background-position: center center;
}

footer a{
color: white;
text-decoration: underline;
letter-spacing: -0.1em;
}
footer{
font-size: 11px;
background-color: #000;
min-height: 100px;
color: white;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 15px;
padding-right: 15px;
}

#mainNav{
background-color: white;
background-image: url(/img/headBg.gif);

padding-bottom: 15px;
position: absolute;
top:60px;
width: 100%;
z-index: 1000;

-webkit-transition: 0.8s ease-in-out;
-moz-transform: translate(0px,-150%);
-webkit-transform: translate(0px,-150%);
-ms-transform: translate(0px,-150%);
transform: translate(0px,-150%);

-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.4);
-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.4);
-o-box-shadow: 0px 1px 4px rgba(0,0,0,0.4);
-ms-box-shadow: 0px 1px 4px rgba(0,0,0,0.4);
box-shadow: 0px 1px 4px rgba(0,0,0,0.4);
}

#mainNav.activeNav{
-webkit-transition: 0.8s ease-in-out;
-moz-transform: translate(0px,0px);
-webkit-transform: translate(0px,0px);
-ms-transform: translate(0px,0px);
transform: translate(0px,0px);
}


#mainNav a {
text-decoration:none;
}
#mainNav a li {
display: block;
width: 100%;
height: 100%;
color: #000;
text-decoration:none;
}

#mainNav li{
border-bottom: 1px solid #000;
}

#mainNav a li span{
display: block;
margin:15px;
background-image: url(../img/common/arrow_gray_next.png);
background-size: 8px auto;
-moz-background-size: 8px auto;
-webkit-background-size: 8px auto;
-o-background-size: 8px auto;
-ms-background-size: 8px auto;
background-position: right center;
background-repeat: no-repeat;
text-decoration:none;
}

#mainNav ul{
margin-bottom: 15px;
}

#mainNav .sns{
width: 305px;
margin:0 auto;
text-align: center;
margin-bottom: 15px;
}

#mainNav .sns a{
display: inline-block;
}

#mainNav .closebtn{
width: 301px;
margin:0 auto;
}

.sns #facebook{
	margin-right:1px;
}
span.fs12{
  font-size:12px;
}

.red{
  color: #ff0000;
}

.green{
  color: #339900;
}