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;
}

.pc{
display:none;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

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

@media screen and (max-width: 599px){
  .pc{
    display:block;
  }
}

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

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

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

.relative-top-img {
    width: 360px;
    height: auto;
	text-align:center;
    position: relative;
}

.absolute-top-img {
    position: absolute;
    left: 105px;
    bottom: 4px;
}

.absolute2-top-img {
    position: absolute;
    left: 180px;
    bottom: 3px;
}

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

.img-movie {
    width: 50%;
	text-align: center;
	background: url(../images/lp-background-movie.png) ;
	height:80%;
	border-radius: 50px 50px 50px 50px;
	margin-left:300px;
}

.relative-movie{
	position: relative;
	height:195px;
	width: 330px;
	text-align: center;
	border-radius:50px;
	}

.relative-movie2{
    position:absolute;
	height:150px;
	width: 225px;
	left:53px;
	top:23px;
}

.relative-feature {
    position: relative;
	width: 100%;
}

.absolute-feature {
    position: absolute;
    left: 120px;
    bottom: 8px;

}

.absolute2-feature {
    position: absolute;
    left: 235px;
    bottom: 6px;

}

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

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

}

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

.relative {
    position: relative;
    width: 360px;
    text-align:center;
	margin-top:30px;
}

.absolute {
    position: absolute;
    left: 55px;
    bottom: 12px;
}

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

.relative-sns {
    position: relative;
	width: 360px;
    height:100px;
    margin-top:30px;
    background: rgba(60,221,205);
}

.absolute-sns-character {
 	position: absolute;
    color:#ffffff;
 	font-size: 15px;
 	font-weight:bold;
    left: 105px;
    bottom: 60px;

}

.absolute-sns {
    position: absolute;
    left: 60px;
    bottom: 10px;
}

.absolute-sns2 {
    position: absolute;
    left: 158px;
    bottom: 10px;
}

.absolute-sns3 {
    position: absolute;
    left: 255px;
    bottom: 10px;
}

.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-size: 10px;
    font-weight:bold;
    width:360px;
    height:30px;
    margin:0 auto;
	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{
font-size:20px;
}

h1,h2,h3,h4{
	background: rgba(123,92,54,6);
	font-size:15px;
	color:#ffffff;
	padding: 3px 10px 10px 10px;
	height:15px;
	min-width:300px;
	font-weight:bold;
	text-align:center;
}

.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;
}

img{
	max-width:360px;
}


.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;
}

/* Community */
table.communityView {
	width:300px;
}

td.communityThreadHead{
	background:#FFD89B;
	border: 1px #FFD89B solid;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
td.communityThread0{
	width:120px;
	background:#FFD89B;
	border: 1px #FFD89B solid;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
td.communityThread1{
	background:white;
	font-size:1.2em;
	border: 1px #FFD89B solid;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

/* SearchResult namae */
table.namae {
	width:300px;
}
td.namaeData{
	background-color: #FFFFFF;
	border: 1px #666666 solid;
	font-size:1.2em;
}
td.namaeMoji{
	width:30px;
	background-color: #2D3541;
	color: #FFFFFF;
	font-size:1.6em;
	border: 1px #666666 solid;
	text-align: center;
}
td.namaeMojiHighlight{
	width:30px;
	background-color: #2D3541;
	color: #FF0000;
	font-size:1.6em;
	border: 1px #666666 solid;
	text-align: center;
}

/* picture */
table.picture {
	width:300px;
}
th.pictureHead{
	background-color: #2D3541;
	color: #FFFFFF;
	font-size:1.2em;
	border: 1px #666666 solid;
	text-align: center;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
td.pictureData{
	border: 1px #666666 solid;
	padding-bottom: 20px;
	font-size:1.2em;
	color: #222222;
	text-align: center;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

/* namae news */
table.headLine {
	width:300px;
	border-collapse:collapse;
	border: 1px #DDDDDD solid;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
th.headLineHeader{
	background: #FFF url(images/newsHeader.png) repeat-x left top;
	border-bottom: 1px #DDDDDD solid;
	color: #333333;
	font-size:1.3em;
	text-align:left;
	padding-left:10px;
	height:35px;
}
tr.headLineRow:nth-child(odd){
	background: #ffeff2;
}
td.headLineData{
	border-bottom: 1px #DDDDDD solid;
	vertical-align:top;
}
span.headLineDate{
	font-size:0.9em;
}

table.otherNews {
	width:300px;
	border-collapse:collapse;
	border: 1px #DDDDDD solid;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
th.otherNewsHeader{
	background: #FFF url(images/newsHeader.png) repeat-x left top;
	border-bottom: 1px #DDDDDD solid;
	color: #333333;
	font-size:1.2em;
	text-align:left;
	padding-left:10px;
	height:30px;
}
td.otherNewsData{
	padding-top:3px;
	padding-bottom:3px;
	border-bottom: 1px #DDDDDD solid;
	vertical-align:top;
}
td.otherNewsDate{
	width:160px;
	font-size:0.9em;
}
hr.newsHr{
	height: 8px;
	background-color: #f0C0C0;
	border: 2px solid;
	border-color: #c49090 #ffeff2 #ffeff2 #c49090;
	color: #f0C0C0;
	margin: 10px 25px 10px 0;
}

/* 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;
}