body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #787878;
	font-family:'�q���M�m�p�S Pro W3','Hiragino Kaku Gothic Pro','���C���I',Meiryo,'�l�r �o�S�V�b�N',sans-serif;
	width: 100%;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

@media only screen and (max-width: 599px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

.lp-page {
	background-image: url("images/lp-background.png")
}

.fadein {
    opacity : 0;
    transform : translateY(20px);
    transition : all 300ms;
    text-align:center;
}

.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.relative-top-img {
    width: 1080px;
    height: auto;
    margin:0 auto;
    position: relative;
}

.absolute-top-img {
    position: absolute;
    left: 340px;
    bottom: 12px;
}

.absolute2-top-img {
    position: absolute;
    left: 560px;
    bottom: 10px;
}

/*
.top-image-upper {
    width: 1080px;
    height: auto;
    margin:0 auto;
    position: relative;
}
*/

.title{
	color:#000000;
 	font-size: 50px;
 	font-weight:bold;
	min-width:300px;
	height:100px;
	text-align: center;
	margin-top:70px;
	}



.relative-movie{
	position: relative;
	height:383px;
	width: 600px;
	margin:0 auto;
	overflow:hidden;
	border-radius:75px;
	}

.relative-movie2{
    position:absolute;
	height:300px;
	width: 450px;
	left:75px;
	top:40px;
}

.relative-feature {
    position: relative;
    width: 1080px;
    margin:0 auto;
    margin-top:50px;
}

.absolute-feature {
    position: absolute;
    left: 340px;
    bottom: 30px;
}

.absolute2-feature {
    position: absolute;
    left: 690px;
    bottom: 25px;
}

.lp-character {
	width: 100%;
    position:absolute;
    height: auto;
    text-align:center;
}

.character {
	font-size:18px;
	font-weight:bold;
    text-align:center;
    background: url(../images/lp-background-character.png) ;
	margin:50px 50px 20px 50px;
	height: auto;
}

.lp-detailes{
	position:absolute; top:50px; left:30px;
	height:200px;
	width: 100%;
}

.relative {
    position: relative;
    width: 1080px;
    margin:0 auto;
    margin-top:50px;
}

.absolute {
    position: absolute;
    left: 160px;
    bottom: 20px;
}

.absolute2 {
    position: absolute;
    left: 550px;
    bottom: 10px;
}

.relative-sns {
    position: relative;
    width:1080px;
    height:220px;
    margin:0 auto;
    margin-top:80px;
    background: rgba(60,221,205);
}

.absolute-sns-character {
 	position: absolute;
    color:#ffffff;
 	font-size: 20px;
 	font-weight:bold;
    left: 433px;
    bottom: 150px;

}

.absolute-sns {
    position: absolute;
    left: 340px;
    bottom: 45px;
}

.absolute-sns2 {
    position: absolute;
    left: 500px;
    bottom: 45px;
}

.absolute-sns3 {
    position: absolute;
    left: 660px;
    bottom: 45px;
}

.relative-icon {
    position: relative;
    width:1080px;
    height:220px;
    margin:0 auto;
    margin-top:80px;
    background: rgba(255,255,255,1);
}

.relative-copyright {
    position: relative;
    font-weight:bold;
    color: #ffffff;
    width:100%;
    height:25px;
    background: rgba(60,221,205);
    text-align:center;
}


.clear-both{
	clear:both;
}

div.menuButton{
	padding:10px;
	float:left;
}
div.logo{
	padding-top:7px;
	padding-left:10px;
	float:left;
}

#main_content{
	background:#fff;
}

h1{
	text-align:center;
}

h2{
    background: rgba(123,92,54,6);
	color:#AF6144;
	min-width:300px;
	text-align: center;
}


h1,h2,h3,h4{
	background: rgba(123,92,54,6);
	color:#ffffff;
	padding: 5px 5px 5px 5px;
	min-width:300px;
	font-size:50px;
	font-weight:bold;
}

.entry{
	padding:0 10px 5px 10px;
	/*min-width:300px;*/
}

.entry .meta {
	border-bottom: 1px dashed #B5DEF4;
	padding-bottom: 5px;
	text-align: left;
	font-size: 11px;
	font-style: italic;
}


.links {
    border-top: 1px solid #ccc;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
	font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    width:150px;
    text-align:center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa;
    box-shadow: 1px 1px 2px #E7E7E7;
    -webkit-box-shadow: 1px 1px 2px #E7E7E7;
    -moz-box-shadow: 1px 1px 2px #E7E7E7;
    background:#DFDFDF;
    background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));
}
.links a {
    font-weight: bold;
	font-size: 12px;
    color: #666;
    height:20px;
    text-decoration: none;
}

.box {
width: 300px; /* �{�b�N�X�̉��� */
background-color: transparent; /* ���e�̔w�i�F */
border: 1px #C6C6C6 solid; /* �g���i�����E�F�E�X�^�C���j */
margin-top:5px;
font-size:1.4em;
}

.box H4 {
background-color: #2D3541; /* ���o���̔w�i�F */
font-size: 12pt; /* ���o���̕����T�C�Y */
margin: 0; /* �X�y�[�X���폜 */
padding: 3px;
color: #FFFFFF;
border-bottom: 1px #C6C6C6 solid; /* ���o�����̘g���i�����E�F�E�X�^�C���j */
}

.box P {
margin: 0; /* �X�y�[�X���폜 */
padding: 3px;
}

#bottom_ad{
	margin: 0 auto;
	width:300px;
}
#ad{
	margin: 0 auto;
	width:320px;
}

/* Footer */

#footer {
	/*margin: 0 auto;*/
	padding: 0;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #3D444F;
}

#footerMenu {
	border-top: 3px solid #B2B2B2;
	/*padding: 2px 10px 2px 10px;*/
	padding: 2px 0px 2px 0px;
	background:#DDDDDD;
}

.tableTitle{
	font-size:14px;
	color:black;
}