/* reset
--------------------------------------------------*/
body,h1, h2, h3, h4, h5, h6, p, br, address,
ul, ol, li, dl, dt, dd,table, caption, th, td, img, form {
margin:	0;
padding: 0;
border: none;
font-style: normal;
font-weight:normal;
font-size: 100%;
text-align: left;
list-style-type: none;
}

textarea {
font-size: 100%; 
}

span {
margin: 0px;
padding: 0px;
}


/* clear
--------------------------------------------------*/
.clearfix {
zoom: 1;
display: inline-block;
}

.clearfix:after {
content: ".";
display: block;
visibility: hidden;
clear: both;
height: 0;
line-height: 0;
*zoom: 1;
}

* html .clearfix {
height: 1%;
display: inline-block;
}


/* base
--------------------------------------------------*/
body{
width: 100%;
font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
font-size: 14px;
line-height:1.8;
color:#111111;
margin:0 auto;
padding:0;
overflow-x:hidden;
position: relative;
box-sizing:border-box;
}

a{
color:#006990;
text-decoration:underline;
overflow:hidden;
}

a:hover{
text-decoration:none;
}

a img {
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

a:hover img{
opacity: 0.7;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
}

strong{
color:#222222;
}


/* full screen
--------------------------------------------------*/
html, body, #contents{
height: 100%;
min-height: 100%;
}

body{
margin: auto;
}

/* header
--------------------------------------------------*/
#top-head{
display:none;
}

#header{
width:100%;
height:100px;
margin:0 auto;
top: 0;
left:0;
position: fixed;
z-index: 10000;
background-color:#ffffff;
box-shadow:0 5px 5px rgba(0,0,0,0.1);
}

#top_nav{
width:100%;
height:100px;
min-width:1280px;
margin:0 auto;
top:0;
position:relative;
}

.logosp {
display:none;
}

.logo{
margin-left:40px;
margin-top:15px;
}

#top_nav .spmenu {
display:none;
}

#top_nav .menu{
float:right;
display:block;
margin-left:10%;
margin-right: 100px;
}

#top_nav .menu img{
margin-top:45px;
margin-right:0;
margin-left:90px;
}

#top_nav .menu a{
display:inline-block;
}

#top_nav .menu a:hover img{
opacity: 0.5;
filter: alpha(opacity=50);
-moz-opacity: 0.5;
}

/* responsive
--------------*/
@media screen and (max-width: 1280px){
#top_nav {
min-width:768px;
position:relative;
top:0;
width:100%;
height:100px;
margin:0 auto;
}
.logo {
float:left;
margin-left:20px;
margin-right:10px;
margin-top:15px;
}
}

@media screen and (max-width: 768px){
#header {
display:none;
}
#top-head {
display:block;
position:fixed;
margin-top:0;
}
.logosp{
display:block;
}
}



/* contents
--------------------------------------------------*/
#content{
width:100%;
background-color:#ffffff;
}

.ttl{
 display:block;
margin-right:auto;
margin-left:auto;
padding-top:43px;
padding-bottom:43px;
background-color:#ffffff;
}



/* footer
--------------------------------------------------*/
#footer{
width: 100%;
height: 90px;
padding-top:80px;
background-color:#ffffff;
}

.line{
width:95%;
display:block;
margin-right:auto;
margin-left:auto;
border:solid 1px #000;
margin-bottom:10px;
}

#footer a, a:hover{
color:#000;
}

#footer p{
color:#000;
display:inline;
font-weight:lighter;
font-size:10px;
margin-left:30px;
margin-right:20px;
}

#footer .right{
float:right;
font-weight:bold;
font-size:10px;
margin-right:40px;
}

.snsicon{
text-align:center;
margin-bottom:10px;
}

#footer .snsicon a{
margin-left: 8px;
margin-right: 8px;

}


/* responsive
--------------*/
@media screen and (min-width: 1280px){
.line {
width:100%;
}
}

@media screen and (max-width: 960px){
.line {
width:100%;
}
#footer p{
margin-left:10px;
margin-right:10px;
}
.snsicon{
margin-right:10px;
}
}

@media screen and (max-width: 768px){
#footer{
height: 150px;
}
.line{
width:100%;
}
#footer p{
display:block;
text-align:center;
}
.snsicon{
display:block;
float:none;
margin-right:auto;
margin-left:auto;
margin-bottom:20px;
text-align: center;
}
#footer .snsicon a{
margin-left: 10px;
margin-right: 10px;
}
#footer .right{
float:none;
font-weight:bold;
font-size:10px;
margin-right:0;
margin-bottom:10px;
}
}

