
body {
font-size:14px;
font-family: 'Lato', Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
line-height: :1em;
width:100%;
height: 100%;
padding: 0;
margin: 0;
background:#000 url(img/top_001_03.jpg) center center fixed;
background-size:cover;
color:#000;
-webkit-font-smoothing: subpixel-antialiased;
word-break: break-all;
}

iframe{
	box-sizing: border-box;
}

@media screen and 
(-webkit-min-device-pixel-ratio:2),
(min-resolution: 2dppx){
background:#fafafa url(../img/bg@2x.jpg?130221) center center fixed;
background-size:cover;
}

p{
	line-height: 1.6em;
	margin:0 0 30px 0;
}
p:last-child{
	margin:0;	
}

strong{
font-weight:bold;
}

img{
	width:auto;
	height:auto;
	-ms-interpolation-mode: bicubic;
}

#content a img{
-ms-filter: "alpha( opacity=100 )";
filter: alpha( opacity=100 );
opacity: 1;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
#content a:hover,
#content a:hover img{
-ms-filter: "alpha( opacity=85 )";
filter: alpha( opacity=85 );
opacity:0.85;
-webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;transition: 0.5s;
}

/*
Class
*/

.clearfix,#container {zoom:1;}
.clearfix:after,#container:after {content: "";display: block;clear: both;}

#container{
	width:960px;
	margin:20px auto;
}

#content{
	width:710px;
	float: right;
	background: #fff;
	color:#333;
}
.column{
	padding:15px;
}

.ninja_onebutton{
	margin:15px 0 0 0;
}