@charset "utf-8";

html {font-size:62.5%;}

body{
	overflow:hidden;
	background:url(../images/kekka/g_bg.jpg);
	color:#000;
	font-size:1rem;
	line-height:1.6;
	font-family: "MS PGothic", "Osaka", Arial, sans-serif;
	width:500px;
}

h1 {display:none;}

section{
	overflow:hidden;
	position:absolute;
	width:100%;
	height:100%;
}
.section-body a{
	color:#000;
	text-decoration:none;
}
.section-body a:hover {color:#2B0807;}


/*===== SectionBox =====*/
.section-body{
	max-width:450px;
	width:90%;
	margin:40px auto 0;
	
}


.section-body h3{
	width:90%;
	margin:0 auto;
	font-size:1.8rem;
	font-weight:bold;
	letter-spacing:0.1em;
}

#logoarea{
	width:100%;
	height:auto;
	text-align:center;
}
#logoarea img{
	max-width:432px;
	width:90%;
	height:auto;
	text-align:center;
}

.k_top,.k_bottom{
	overflow:hidden;
}

.k_top_left,.k_top_right{
	width:46%;
	float:left;
	margin:10px 0 10px 2% ;
}

.k_top_left img{
	width:100%;
	height:auto;
	}
	
.tokusetsu a{
	width:90%;
	background:#fff;
	border:2px solid #e965ae;
	display:block;
	text-align:center;
	font-size:1.5em;
	border-radius:5px;
	margin:0 auto;
	color:#e965ae;
	font-weight:bold;
}

.tokusetsu a:hover{
	background:#FFC4E4;
	color:#e965ae;
}

.k_middle{
	clear:both;
}

.k_middle .coment{
	width:94%;
	border-radius:5px;
	background:#fff;
	border:1px solid #e965ae;
	margin:0 auto;
}

.k_middle .coment h3{
	background:#e965ae;
	display:block;
	width:100%;
	line-height:1.5em;
	text-align:center;
	color:#fff;
	font-weight:bold;
}

.k_middle .coment .coment_box{
	padding:1% 2%;
	font-size:1.2em;
}


.k_middle .coment .tweet_bt{
	width:100%;
}

.k_middle .btn_blue a{
	background:#1B95E0;
	color:#fff;
	display:block;
	padding:8px;
	font-size:1.2em;
	margin:10px auto;
	width:9em;
	text-align:center;
	border-radius:5px;
	font-weight:bold;
}

.btn_blue {
    font-size: 1.5em;
    margin: 10px auto;
    text-align: center;
    font-weight: bold;
}

.moji{
	
}

.k_bottom_left,.k_bottom_right{
	width:50%;
	margin:10px 0;
	float:left;
}

.k_bottom_left a{
	width:80%;
	display:block;
	margin:0 auto;
	background:#fff;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	padding:10px;
	line-height:40px;
	height:40px;
	border:2px solid #4B4B4B;
	color:#4B4B4B;
	border-radius:5px;
}

.k_bottom_right a{
	width:80%;
	display:block;
	margin:0 auto;
	background:#fff;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	padding:10px;
	height:40px;
	border:2px solid #e965ae;
	color:#e965ae;
	border-radius:5px;
}

.k_bottom_left a:hover{
	background:#FFF1B7;
	color:#4B4B4B;
}

.k_bottom_right a:hover{
	background:#FFC4E4;
	color:#e965ae;
}

/*付箋*/
.fusen01 {border-right:20px solid #ff9600;}
.fusen02 {border-right:20px solid #8deb00;}
.fusen03 {border-right:20px solid #ff6da4;}
.fusen04 {border-right:20px solid #54c2ff;}
.fusen05 {border-right:20px solid #ffff00;}

h2.oshi{
	display:inline;
}


/*********************
	スマートフォン
*********************/
@media only screen and (max-width: 640px) {
	body{width:100%;}
section {overflow:auto;}
.section-body{
	max-width:90%;
	width:90%;
	margin:40px auto 0;
	
}
#logoarea img {
    width: 100%;
}


.k_top_left{
	text-align:center;	}

.k_top_left img{
	max-width:257px;
	}
	
.tokusetsu a{
	max-width:257px;
}

.section-body h3{
	width:98%;
	font-size:2em;
	latter-spacing:0;
}
.k_top_left, .k_top_right {
    width: 100%;
    float: none;
    
}
.k_middle .coment {
    margin: 0 auto 20px;
}

}