﻿@charset "utf-8";

#wrap_skytree {
	background-color: #faefce;
	color: #333;
	width		: 920px;
	margin		: 20px auto 0 auto;
	font: 12px Arial,"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","MotoyaLMaru","Osaka","ＭＳ ゴシック";
	overflow: hidden;
	text-align: left;
	width: device-width;
}
#wrap_skytree a:link, #wrap_skytree a:active, #wrap_skytree a:hover, #wrap_skytree a:visited {
	color: #703d07;
	text-decolation: none;
	border-bottom :none;
}
article {
	background: #fff;
	font-size: 14px;
}

#skytree_head{
	background:#fff7e7;
	padding:6px;
}
#skytree_header {
	background: url(../img/bg_header.png) no-repeat center center;
	width: 100%;
}
#skytree_header > div.title_txt {
	margin-left: 80px;
}
#skytree_header > div.title_txt,
#skytree_header > div.img_mockup,
#skytree_header > div.notice {
	-moz-box-flex: none;
	-webkit-box-flex: none;
	-ms-flex: none;
	-o-box-flex: none;
	flex: none;
}
#skytree_header > div.title_txt > h2 {
	color: #920;
	margin-top: 10px;
	font-weight: bold;
}
#skytree_header > div.img_mockup {
	margin: 10px 30px;
}
#skytree_header > div.notice {
	background: url(../img/bg_balloon.png) no-repeat center center;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	background-size: 100% 100%;
	height: 220px;
	margin: 5px 0 10px;
	width: 143px;
}
#skytree_header > div.notice > p {
	color: #fff;
	height: 100px;
	left: 55px;
	overflow: hidden;
	position: relative;
	text-align: center;
	top: 25px;
	width: 70px;
	margin: 0 0 0 8px;
}
#skytree_header > div.notice > p a:link,
#skytree_header > div.notice > p a:active,
#skytree_header > div.notice > p a:visited {
	color: #fff;
}
nav {
	background: #f60;
	color: #fff;
	margin-bottom: 1em;
	padding: 3px 10px;
}
nav a:link, nav a:active, nav a:hover, nav a:visited {
	color: #fff;
	text-decoration: underline;
}

#summary{
	background:white;
	padding-bottom	: 6px;
}
#wrap_skytree section{
	padding-top:0 !important;
}
section#summary > h1 {
	color: #f60;
	background: url(../img/icn_tile_orange.png) no-repeat 2% center,
				url(../img/icn_tile_orange.png) no-repeat 98% center;
	-moz-background-size: 27px 27px;
	-webkit-background-size: 27px 27px;
	-ms-background-size: 27px 27px;
	background-size: 27px 27px;
	font-size: 30px;
	text-align: center;
}
section#summary div.box_skytree {
	margin: 1em 15px 0;
	text-align: center;
}
section#summary div.box_skytree h2 {
	border-top: 2px solid #f60;
	border-bottom: 2px solid #f60;
	margin: 0 0 20px;
	padding: 20px;
	position: relative;
	color:#333 !important;
}
section#summary div.box_skytree h2:before,
section#summary div.box_skytree h2:after {
	border-top-width: 16px;
	border-right-width: 16px;
	border-bottom-width: 0;
	border-left-width: 16px;
	border-style: solid;
	content: "";
	display: block;
	height: 0;
	left: 46%;
	position: absolute;
	width: 0;
}
section#summary div.box_skytree img {
	-moz-box-shadow: 3px 3px 5px #959595;
	-webkit-box-shadow: 3px 3px 5px #959595;
	-ms-box-shadow: 3px 3px 5px #959595;
	box-shadow: 3px 3px 5px #959595;
	margin: 0 auto 5px;
	max-width: 250px;
}
section#summary div.box_skytree h2:before {
	border-color: #fb6600 transparent;
	bottom: -16px;
}
section#summary div.box_skytree h2:after {
	border-color: #fff transparent;
	bottom: -13px;
}
section#points > section {
	background: #ffffcc;
	border-top: 2px solid #ff6701;
	margin: 5px auto;
	width: 100%;
}
section#points > section:nth-of-type(even) {
	background: #fc6;
}
section#points > section > div {
	-moz-box-flex:1;
	-webkit-box-flex: 1;
	-ms-box-flex: 1;
	box-flex: 1;
	padding: 5px 8px 0;
}
section#points > section:after {
	clear: both;
	content: ".";
	height: 0.1px;
	line-height: 0;
	display: block;
	visibility: hidden;
}
section#points > section > div.girl {
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}
section#points > section div.girl1 {
	background-image: url(../img/img_girl1.png);
}
section#points > section div.girl2 {
	background-image: url(../img/img_girl2.png);
}
section#points > section div.girl3 {
	background-image: url(../img/img_girl3.png);
}
section#points > section > div.girl > p {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 20px;
	width: 225px;
}
section#points > section > div.description {
	margin: 30px 10px;
	width: 340px;
}
section#points > section > div.image_samaple > img {
	margin: 0 5px;
	width: 235px;
}
section#product_info{
	padding-top:20px !important;
}
section#product_info table {
	border-collapse: collapse;
	margin: 0 auto;
	width: auto;
}
section#product_info table tr td {
	border: 1px solid #808080;
	border-left: none;
	padding: 8px;
}
section#product_info table tr td:first-of-type {
	background: #f93;
	border: 1px solid #f93;
	border-bottom: 1px solid #fff;
	color: #fff;
}
section#product_info table tr:last-of-type td:first-of-type {
	border: 1px solid #f93;
}
section#product_info .box_skytree {
	text-align: center;
}
section#product_info img {
	width: 200px;
}
section#faq > h1 {
	background: url(../img/icn_tile_orange.png) no-repeat 2% center;
	-moz-background-size: 27px 27px;
	-webkit-background-size: 27px 27px;
	-ms-background-size: 27px 27px;
	background-size: 27px 27px;
	color: #f60;
	font-size: 30px;
	padding-left: 60px;
}
section#faq h3.question {
	border-bottom: 1px dotted #f93;
	cursor: pointer;
	margin: 0 15px;
	padding: 5px 15px;
}
section#faq h3:first-of-type {
	border-top: 1px dotted #f93;
}
section#faq h3.question.active {
	background: #f93;
	border: none;
	color: #fff;
}
section#faq div.con_answer {
	max-height: 0;
	height: 0;
	overflow: hidden;
}
section#faq div.con_answer.active {
	border: 1px dotted #f93;
	max-height: 1000px;
	height: auto;
	padding: 5px;
	margin: 5px 25px;
}
section#credit {
	color: #999;
	font-size: 12px;
	padding: 0 10px;
}

.bgwhite{
	background : white !important;
}
.skyfooter{
	padding		: 20px 0 25px 10px;
}
/*##################################
#	components.css for SP/PC phone
#	base.css 
###################################*/

/*----------------------------------------------------
 box-layout
----------------------------------------------------*/
.con_flex_set {
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -o-box;
	display: flexbox;
	width: 100%;
}
.con_flex_set > div,
.con_flex_set .box {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-o-box-flex: 1;
	flex: 1;
	padding: 0 5px;
}
.con_flex_set.valign_c {
	-moz-box-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-o-box-align: center;
	flex-align: center;
}
.con_flex_set.valign_b {
	-moz-box-align: end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-o-box-align: end;
	flex-align: end;
}
.con_flex_set.stretch {
	-moz-box-align: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-o-box-align: stretch;
	flex-align: stretch;
}

/*##################################
#  Mobile Mapple by Shobunsya
#	base.css 
###################################*/

/*----------------------------------------------------
  エレメント
----------------------------------------------------*/
a:link, a:active, a:visited, a:hover {text-decolation: none;}
small {
	color: #999;
	font-size: 11px;
}
/* clearfix-------------------------------------*/
.clear {
	clear: both;
	content: '';
	display: block;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0.1px;
	line-height: 0;
	visibility: hidden;
}
/* align-------------------------------------*/
.align_center {
	margin: 0 auto;
	text-align: center;
}
.align_right {
	text-align: right;
}
/*----------------------------------------------------
  フォントサイズ
----------------------------------------------------*/
.small { font-size: 11px;}
.large { font-size: 16px;}