
@charset "UTF-8";

/*common*/

body
{
	color: #fff;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
	background: url(../images/bg.jpg) repeat-x fixed;
}

a:link {
	text-decoration: none;
	color: #C00;
}

a:visited {
	text-decoration: none;
	color: #C00;
}

a:hover {
	text-decoration: underline;
	color: #F90;
}
p
{
	margin-bottom: 1em;
}
p:last-child
{
	margin-bottom: 0;
}


/*PC--------------------------------------------------------------------------------------*/

/*flower*/

.f01
{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
.f02
{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
}
.f03
{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.f04
{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1;
}

/*header*/


#header-wrap
{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#header
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 13.33333%;
	position: relative;
	width: 100%;
	background: url(../images/header.png) no-repeat;
	background-size: contain;
	display: block;
	overflow: hidden;
	z-index: 100;
}

/*contents*/

#wrap
{
	max-width: 900px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	position: relative;
	z-index: 100;
	background: #31211B;
}
#frame
{
	background-image:
	url(../images/frame_top_left.jpg),
	url(../images/frame_top_right.jpg),
	url(../images/frame_bottom_left.jpg),
	url(../images/frame_bottom_right.jpg),
	url(../images/frame_top_center.jpg),
	url(../images/frame_bottom_center.jpg),
	url(../images/frame_left.jpg),
	url(../images/frame_right.jpg),
	url(../images/frame_bg.jpg);
	background-size:60px 60px,60px 60px,60px 60px,60px 60px,60px 60px,60px 60px,60px 60px,60px 60px,60px 60px;
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,repeat-x,repeat-x,repeat-y,repeat-y,repeat;
	background-position: left top,right top,left bottom,right bottom,left top,left bottom,left top,right top,left center;
	padding: 30px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 10px;
}

/*sns*/

#sns
{
	position: relative;
	overflow: hidden;
	padding: 10px 0;
	background: #900;
}
#sns ul
{
	list-style: none;
	position: relative;
	left: 50%;
	float: left;
}
#sns ul li
{
	position: relative;
	left: -50%;
	float: left;
	margin-right: 0.5em;
}

/*read*/

#read-wrap
{
	width: 100%;
	overflow: hidden;
}
#read-wrap .read
{
	width:50%;
	float: left;
}
#read-wrap .read .read-text
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 59.5238%;
	position: relative;
	width: 100%;
	background: url(../images/read.jpg) no-repeat;
	background-size: contain;
	display: block;
	overflow: hidden;
}
#read-wrap .tw
{
	width:47.61904%;
	float: right;
}

/*twitter*/

#document.timeline-Widget {
    max-width: 100% !important;
    width: 100% !important;
    }

div.timeline-Widget {
    max-width: 100% !important;
    width: 100% !important;
    }

.timeline {
    max-width: 100% !important;
    width: 100% !important;
    }

/*products*/

.products-title
{
	border-top: #B29500 1px solid;
	margin-top: 20px;
	padding: 20px 0;
}
.products-title img
{
	max-width: 400px;
	width: 100%;
}
.products
{
	width: 100%;
	overflow: hidden;
}
.products .pic
{
	width: 41%;
	float: left;
}
.products .pic img
{
	width: 100%;
}
.products .text
{
	width: 57%;
	float: right;
}
.products .text .spec
{
	font-size: 0.8em;
	line-height: 1.6em;
}
.btn a
{
	background-image:
	url(../images/btn_top_left.png),
	url(../images/btn_top_right.png),
	url(../images/btn_bottom_left.png),
	url(../images/btn_bottom_right.png),
	url(../images/btn_top_center.png),
	url(../images/btn_bottom_center.png),
	url(../images/btn_left.png),
	url(../images/btn_right.png),
	url(../images/btn_bg.jpg);
	background-size:3px 3px,3px 3px,3px 3px,3px 3px,3px 3px,3px 3px,3px 3px,3px 3px,700px 60px;
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,repeat-x,repeat-x,repeat-y,repeat-y,repeat;
	background-position: left top,right top,left bottom,right bottom,left top,left bottom,left top,right top,left center;
	padding: 7px 10px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
	color: #fff;
	display: block;
	-moz-text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	text-decoration: none;
}
.btn2 a
{
	background-image:
	url(../images/btn2_top_left.jpg),
	url(../images/btn2_top_right.jpg),
	url(../images/btn2_bottom_left.jpg),
	url(../images/btn2_bottom_right.jpg),
	url(../images/btn2_top_center.jpg),
	url(../images/btn2_bottom_center.jpg),
	url(../images/btn2_left.jpg),
	url(../images/btn2_right.jpg),
	url(../images/btn2_bg.jpg);
	background-size:20px 20px,20px 20px,20px 20px,20px 20px,20px 20px,20px 20px,20px 20px,20px 20px,20px 20px;
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,repeat-x,repeat-x,repeat-y,repeat-y,repeat;
	background-position: left top,right top,left bottom,right bottom,left top,left bottom,left top,right top,left center;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 1em;
	text-align: center;
	color: #fff;
	display: block;
	-moz-text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	text-decoration: none;
}

/*footer*/

#footer
{
	text-align: center;
	padding: 1em 0;
	z-index: 100;
	position: relative;
}

#page-top
{
	position: fixed;
	bottom: 10px;
	right: 10px;
	opacity: 0.7;
	z-index: 100;
}

/*sp*/

#sp
{
	background-image:
	url(../images/sp_frame_top_left.jpg),
	url(../images/sp_frame_top_right.jpg),
	url(../images/sp_frame_bottom_left.jpg),
	url(../images/sp_frame_bottom_right.jpg),
	url(../images/sp_frame_top_center.jpg),
	url(../images/sp_frame_bottom_center.jpg),
	url(../images/sp_frame_left.jpg),
	url(../images/sp_frame_right.jpg),
	url(../images/sp_frame_bg.jpg);
	background-size:20px 20px,20px 20px,20px 20px,20px 20px,20px 20px,20px 20px,20px 20px,20px 20px,20px 20px;
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,repeat-x,repeat-x,repeat-y,repeat-y,repeat;
	background-position: left top,right top,left bottom,right bottom,left top,left bottom,left top,right top,left center;
	padding: 30px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 10px;
}
#sp .midashi01
{
	font-size: 1.4em;
	color: #FC0;
	font-weight: bold;
	line-height: 1.5em;
}
#sp .midashi02
{
	color: #C00;
	font-weight: bold;
}

/*MOBILE--------------------------------------------------------------------------------------*/



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

body
{
	font-size: 12px;
}

/*contents*/

#frame
{
	padding: 20px;
}

/*read*/

#read-wrap .read
{
	width:100%;
	float: none;
	margin-bottom: 1em;
}
#read-wrap .tw
{
	width:98%;
	float: none;
	margin: 0 auto;
}

/*products*/

.products-title
{
	border-top: #B29500 1px solid;
	margin-top: 1em;
	padding: 1em 0;
}
.products
{
	width: 100%;
	overflow: hidden;
}
.products .pic
{
	width: 60%;
	float: none;
	margin: 0 auto 1em auto;
}
.products .text
{
	width: 100%;
	float: none;
}

/*sp*/

#sp
{
	background-image:
	url(../images/sp_frame_top_left.jpg),
	url(../images/sp_frame_top_right.jpg),
	url(../images/sp_frame_bottom_left.jpg),
	url(../images/sp_frame_bottom_right.jpg),
	url(../images/sp_frame_top_center.jpg),
	url(../images/sp_frame_bottom_center.jpg),
	url(../images/sp_frame_left.jpg),
	url(../images/sp_frame_right.jpg),
	url(../images/sp_frame_bg.jpg);
	background-size:20px 20px,20px 20px,20px 20px,20px 20px,20px 20px,20px 20px,20px 20px,20px 20px,20px 20px;
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,repeat-x,repeat-x,repeat-y,repeat-y,repeat;
	background-position: left top,right top,left bottom,right bottom,left top,left bottom,left top,right top,left center;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 10px;
}


}

