@charset "UTF-8";

/*【全体の設定】
━━━━━━━━━━━━━━━━━━━━━━━*/
html {
	height: 100%;
	}
body {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", monospace;
	background-image: url("../../img/skski/bg_sakura.png"),url("../../img/skski/top_image.jpg");
	background-repeat: repeat,no-repeat;
	background-position: center 0,center 46px;
	}
#chara {
	background-image: url("../../img/skski/bg_chara.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 100%;
	position: relative;
	}

main {
	width: 800px;
	margin: 0 auto;
	}

/*【ヘッダー】
━━━━━━━━━━━━━━━━━━━━━━━*/
#page_header {
	width: 100%;
	min-width: 820px;
	height: 48px;
	background: transparent url("../../img/skski/bg_header.png") repeat-x 0 0;
	}
#page_header_wrapper {
	width:800px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	}
#page_header h1 {
	float: left;
	}
#page_header_string {
	float: left;
	margin: 8px 0 0 10px;
	}
#page_header_twitter {
	position: absolute;
	top: 8px;
	right: 0;
	z-index: 2;
	}

/*【フッター】
━━━━━━━━━━━━━━━━━━━━━━━*/
#page_footer {
	width: 100%;
	min-width: 820px;
	height: 48px;
	margin: 30px 0 0;
	background: transparent url("../../img/skski/bg_footer.png") repeat-x 0 0;
	}
#page_footer p {
	width: 800px;
	margin: 0 auto;
	padding: 16px 10px 0;
	text-align: right;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	}

/*【トップイメージ】
━━━━━━━━━━━━━━━━━━━━━━━*/
#skski {
	display: none;
	}
#top_image {
	width: 800px;
	height: 600px;
	margin: 0 auto 30px;
	position: relative;
	}
#ver {
	position: absolute;
	top: 10px;
	right: 10px;
	}

/*【ストア】
━━━━━━━━━━━━━━━━━━━━━━━*/
.store {
	width: 733px;
	height: 120px;
	margin: 0 auto;
	position: relative;
	background: transparent url("../../img/skski/bg_store.png") no-repeat 0 0;
	}
.store h1 {
	display: none;
	}
#top_image .store {
	position: absolute;
	top: 480px;
	left: 34px;
	}
.android {
	position: absolute;
	top: 16px;
	left: 20px;
	}
.iphone {
	position: absolute;
	top: 16px;
	right: 20px;
	}

/*【ページトップ】
━━━━━━━━━━━━━━━━━━━━━━━*/
#pagetop {
	position: fixed;
	bottom: 10px;
	right: 0;
	display: none;
	}

/*【商品仕様】
━━━━━━━━━━━━━━━━━━━━━━━*/
#product {
	width: 740px;
	margin: 0 auto 30px;
	background: transparent;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	}
#product h1 {
	font-size: 14px;
	font-weight: bold;
	}
#product th,#product td {
	border:1px solid #fcc;
	}
#brand {
	padding: 4px;
}
#brand a img{
	border:1px solid #fff;
	transition: border 0.3s linear 0;
}
#brand a:hover img{
	border:1px solid #f9c;
}
#product th.common {
	text-align: right;
	width: 100px;
	padding: 2px 10px;
	font-weight: bold;
	color: #fff;
	background-color: #f9c;
	}
#product th.p_android {
	font-weight: bold;
	padding: 2px 10px;
	color: #360;
	background-color: #a4c93b;
	}
#product th.p_iphone {
	font-weight: bold;
	padding: 2px 10px;
	color: #039;
	background-color: #55c1e5;
	}
#product td.model {
	text-align:left;
	width: 270px;
	padding: 2px 10px;
	}

/*【作品紹介】
━━━━━━━━━━━━━━━━━━━━━━━*/
#introduction {
	width: 800px;
	margin: 0 auto 30px;
	}
#introduction_wrapper {
	text-align: center;
	margin: 0 auto;
	padding: 3px 0 4px;
	background: url("../../img/skski/bg_content.png") repeat-y center center;
	}
#introduction_image {
	width: 778px;
	height: 555px;
	margin: 0 auto;
	position: relative;
	background: url("../../img/skski/bg_introduction.jpg") no-repeat 0 0;
	}
#introduction p {
	position: absolute;
	text-align: left;
	}
#introduction p.bg_white {
	width: auto;
	padding: 6px;
	font-size: 14px;
	line-height: 24px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 4px;
	}
#introduction p.intro_strong {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
	}
p#intro1.intro_strong {
	top: 12px;
	left: 10px;
	color: #f69;
	}
#intro2 {
	top: 50px;
	left: 30px;
	}
#intro3 {
	top: 310px;
	left: 240px;
	}
#intro4 {
	top: 356px;
	right: 30px;
	}
p#intro5.intro_strong {
	top: 515px;
	right: 10px;
	font-size: 28px;
	line-height: 34px;
	}

/*【キャラクター】
━━━━━━━━━━━━━━━━━━━━━━━*/
#character {
	width: 800px;
	margin: 0 auto 30px;
	}
#character_wrapper {
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0 0;
	background: url("../../img/skski/bg_content.png") repeat-y center center;
	}
.character_one {
	width: 768px;
	height: 438px;
	margin: 0 auto 15px;
	text-align: left;
	background: #fff no-repeat 0 0;
	position: relative;
	}
#chara01 {background-image:url('../../img/skski/chara01.jpg');}
#chara02 {background-image:url('../../img/skski/chara02.jpg');}
#chara03 {background-image:url('../../img/skski/chara03.jpg');}
#chara04 {background-image:url('../../img/skski/chara04.jpg');}
#chara05 {background-image:url('../../img/skski/chara05.jpg');}
#chara06 {background-image:url('../../img/skski/chara06.jpg');margin-bottom: 10px;}
.character_name {
	width: 620px;
	position: absolute;
	top: 370px;
	left: 183px;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.2);
	}
.character_name h1 {
	width: auto;
	float: left;
	font-size: 36px;
	line-height: 38px;
	}
.character_name p {
	float: left;
	margin: 10px 0 0 10px;
	font-size: 24px;
	line-height: 26px;
	}
.character_catch {
	position: absolute;
	width: 758px;
	padding-right: 10px;
	top: 416px;
	left: 0;
	text-align: right;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	}
.character_message {
	position: absolute;
	width: auto;
	top: 12px;
	left: 130px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.2);
	}
.character_spec {
	width: 280px;
	height: 110px;
	position: absolute;
	top: 230px;
	left: 133px;
	color: #333;
	}
.character_detail {
	width: 300px;
	height: 280px;
	position: absolute;
	top: 60px;
	left: 442px;
	color: #333;
	}
.character_h1 {
	margin:0 0 4px;
	font-size: 18px;
	font-weight: bold;
	color: #ed6481;
	text-shadow: 1px 1px 0px #933;
	}

/*【サンプル画像】
━━━━━━━━━━━━━━━━━━━━━━━*/
#sample {
	width: 800px;
	margin: 0 auto 30px;
	}
#sample_wrapper {
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0;
	background: url("../../img/skski/bg_content.png") repeat-y center center;
	}
#sample a img {
	border: 1px solid #f9c;
	opacity: 1;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	transition: all 0.2s linear 0;
	}
#sample a:hover img {
	border: 1px solid #9f9;
	opacity: 0.8;
	}