@charset "UTF-8";

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


  common/base.css


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

   Links

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

a:link {
	color:#666666;
	text-decoration:none;
	transition: all 0.3s ease 0s !important;
}
a:visited {
	color:#666666;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#888888;
	opacity:0.80 !important;
	filter: alpha(opacity=80) !important;        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)" !important;  /* ie 8 */
	zoom:1 !important;
}

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

   base

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

html{
width:100%;
height:100%;
overflow-y:scroll;
}

body{
color:#666666;
background:url(../../img/common/main/body_bg.png) 0px 0px;
line-height:160%;
font-family:Meiryo, メイリオ, sans-serif !important;
/*text-align:center;*/
font-size:90%;
}

#wrap{
width:100%;
background:url(../../img/common/main/main_bg.png) center top no-repeat;
position:relative;
}

#wrap:after{
content:".";
font-size:0;
display:block;
height:0;
visibility:hidden;
clear:both;
}

h2{
margin:6px 0 0 237px;
font-size:20px;
color:#FFFFFF;
font-weight:bold;
padding:0 0 7px 0;
}


@media screen and (max-width: 480px) {

#wrap{
width:100%;
background:none;
}

h2{
margin:15px 0 0 0;
font-size:20px;
color:#333333;
font-weight:bold;
text-align:center;
}

img{
max-width:100% !important;
height:auto !important;
}


}

