@charset "utf-8";
/*/////////////////////////////////////////////////////////
name:common.css
Explanation:common style
/////////////////////////////////////////////////////////*/

body{
	margin:0;
	padding:0;
	background: url(//d1e67zko64ue3b.cloudfront.net/img/bg_body.gif) center top repeat-y;
	font-size:88%; /*14px*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	background-size: cover;
}

/* link style
=========================================================*/
a:link {
	color:#008ef2;
	text-decoration:none;
}
a:visited {
	color:#008ef2;
}
a:hover {
	color:#008ef2;
	text-decoration:underline;
}
a:active {
	color:#008ef2;
}

/* container
=========================================================*/
#container{
	width:900px;
	margin:0 auto;
}

/* header
=========================================================*/
#header{width:900px;}

/* header_img
---------------------------------------------------------*/
#header_img{
	width:900px;
	margin-bottom:10px;
}

#top #header_img{
	position:relative;
	width:900px;
	height:550px;
}

#top #header_img #movie{
	position:absolute;
	top:262px;
	right:26px;
	width:340px;
	height:190px;
	margin-bottom:10px;
}

#top #header_img #app_info{
	position:absolute;
	top:463px;
	right:215px;
	width:150px;
	height:62px;
	vertical-align:top;
}

#top #header_img #app_spec{
	position:absolute;
	top:463px;
	right:30px;
	width:215px;
	height:62px;
	vertical-align:top;
}

#top #header_img #app_info a{margin-right:6px;}

/* g_navi
---------------------------------------------------------*/
#g_navi{
	width:900px;
	margin-bottom:15px;
}

#g_navi li{float:left;}

/* cont
=========================================================*/
#cont{
	width:900px;
	margin:0 auto 8px;
	padding:0 0 15px 0;
	background: url(//d1e67zko64ue3b.cloudfront.net/img/bg_cont_bt.png) left bottom no-repeat;
}

/* cont_inr
---------------------------------------------------------*/
#cont_inr{
	width:900px;
	margin:0 auto;
	padding:14px 0 0 0;/* 20130816 */
	background: url(//d1e67zko64ue3b.cloudfront.net/img/bg_cont_tp.png) left top no-repeat;
}

/* more_inr
---------------------------------------------------------*/
#more_inr{
	width:820px;
	margin:0 auto;
	padding:11px 40px 0;
	background:#fff;
}

/* section
---------------------------------------------------------*/
.section{
	width:800px;
	padding:0 10px;
}

/* contents
---------------------------------------------------------*/
#contents{
	width:810px;
	padding-left:10px;
}

#top #contents{
	width:820px;
	padding-left:0px;
}

/* primary
---------------------------------------------------------*/
#primary{
	float:left;
	width:560px;
}

#top #primary{
	float:right;
	width:574px;
}

.type_long{
	float:none !important;
	width:800px !important;
}

/* secondary
---------------------------------------------------------*/
#secondary{
	float:right;
	width:216px;
	padding-top:12px;
}

#top #secondary{
	float:left;
	width:216px;
	padding-top:12px;
}

#secondary h2{margin-bottom:12px;}

/* bnr */
.bnr{margin-bottom:20px;}

.bnr li{
	margin-bottom:7px;
}

/* cont_footer
---------------------------------------------------------*/
#cont_footer{
	position:relative;
	width:820px;
	height:100px;
	margin-top:50px;
	border-top:solid 2px #dadada;
}

/* social */
#social{
	position:absolute;
	top:11px;
	right:0px;
}

#social li{
	float:left;
	margin:0 0 0 5px
}

#social #fb{
	width:70px;
	overflow:hidden;
}

#social #tw iframe{width:103px !important;}

/* copy */
#copy{
	position:absolute;
	left:0;
	bottom:10px;
}

#copy #copy01{margin-right:17px;}

/* utility
=========================================================*/
#utility{
	width:900px;
	margin-bottom:23px;
}

#utility li{
	float:left;
	margin-right:16px;
}

#utility li a{
	display:block;
	padding-left:11px;
	background: url(//d1e67zko64ue3b.cloudfront.net/img/bullet_arrow_03.png) left center no-repeat;
	color:#333;
}

/* footer
=========================================================*/
#footer{
	width:100%;
	height:48px;
	background: url(//d1e67zko64ue3b.cloudfront.net/img/bg_footer.png) left top repeat-x;
}

#ft_inr{
	width:900px;
	margin:0 auto;
	padding-top:13px;
	color:#FFF;
	font-size:79%;
}

/* clearfix
=========================================================*/
.clearfix,
#header,
#footer,
#cont,
#g_navi,
#utility,
#social ul,
#contents{zoom:1;}

.clearfix:after,
#header:after,
#footer:after,
#cont:after,
#g_navi:after,
#utility:after,
#social ul:after,
#contents:after{
    content: ""; 
    display: block; 
    clear: both;
}