﻿@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/bg_img.png);
	background-size:15px 15px;
	color: #333;
    font-family: 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans', 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	width:100%;
	margin:0 auto;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

img {
	vertical-align:bottom;
}

#topheader {
	margin:0;
	text-align:right;	
	background-color:#ffffff;
}

#topheader img{
	width:100%;	
}

.btn ul {
	text-align:center;
	margin:10px auto 0;
	padding: 0;
	list-style:none;
    position: relative;
}

.btn li {
	display:inline;
	margin:0;
    position: relative;
}

.main_title{
    color:#ff3091;
	font-weight:bold;
	font-size:150%;
    padding:0 10px;
	margin:0;
    line-height:1.2em;
	text-decoration:underline;
	background: #feffd2;
}

.main_title_sub{
    color:#ff3091;
	font-weight: normal;
	font-size:80%;
    padding:0 10px;
	margin:0;
    line-height:1.2em;
	text-decoration:underline;
	background: #feffd2;
}

.sub_title{
    color:#ff3091;
	font-weight:bold;
	font-size:110%;
    padding:0 10px;
	margin:0;
    line-height:1.2em;
	text-decoration:underline;
	background: #feffd2;
	text-align: center;
}

#main-comic {
	padding-bottom:10px;
	color:#FFFFFF;
	text-align:center;
	margin:0 auto;
}

.main-comic_img{
	width: 100%;
    margin: 0 0 10px 0;
}

.main-comic_img2{
    width: 100%;
    margin:0;
}

.main-comic_img2 img{
	display:block;
	margin:0;
	padding:0;
	width: 100%;
	height:auto;
}

.main-comic-title {
    color:#696969;
	font-weight:bold;
	font-size:120%;
	text-align:center;
	text-decoration:underline;
	margin-top:5px;
	padding:0 3px;

}

.wrap{
    width:100%;
    background-color: #ffffff;
    background-image: radial-gradient(#f5f5f5 15%, transparent 15%),
    radial-gradient(#f5f5f5 15%, transparent 15%);
    background-size: 10px 10px;
    background-position: 0 0, 5px 5px;
}

.margin_b_10{
    margin-bottom:10px;
}

.margin_t_10{
    margin-top:10px;
}

.margin_t_40{
    margin-top:40px;
}

.goback-top {
	text-align:right;
	font-size:14px;
	color:#0005FF;
	text-decoration:underline;
	margin:15px 3px;
}

.attention {
	text-align:center;
	font-size:10px;
	color:#979797;
}

.submit{
   width: 300px;
   margin: 5px auto 10px; /*上下 左右*/
}

div.imagebox {
   width: 100px; /* 横幅 */
   float: left; /* 左に配置 */
}

p.image, p.caption_title {
   text-align: left; /* 3.左寄せ */
   margin:  0 3px 3px 3px;        /* 4.余白・間隔 */
}

.tltitle_bg{
    position: relative;
}

.tltitle_bg_btn{
    position: absolute;
    bottom: 8%;
    right: 9.5%;
    width: 80%;
}

.tag_tl_bg{
    position: relative;
}

.tag_tl{
    position: absolute;
    top: -22%;
    right: 5%;
    width: 90%;
}

.tag {
    background: #f1e1ff;
    color: #FFF;
    font-size: 16px;
    font-weight: bolder;
    line-height: 200%;
    padding: 7% 2% 2% 2%;
    text-align: center;
}

.footer {
	text-align:center;
	padding:10px;
	background-color:#ff678f;
	color:#FFFFFF;
}

.highlight_text_wrap{
	margin:0;
	padding:3%;
	background-color:#feffd2;
	border:2px #feffd2 solid;
}

.highlight_text {
	padding:0;
	text-align:left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.3em;
	color:#4b2507;
	font-size:14px;
}

.cont_besttitle {
    width: 95%;
    margin: 0 auto;
    padding: 10px 0 15px;
	text-align: center;
}

.bg_besttitlename {
	padding: 2px 0;
	margin: 0 auto 10px;
    background-color: #ff56a4;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.tx_besttitlename {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
    line-height: 1.2em;
	padding: 0;
	padding-left: 5px;
	margin: 0;
	color: #ffffff;
}

.bg_besttitle {
    background: #ffffff;
    background-repeat: repeat;
	padding-bottom: 7px;
    margin-bottom: 15px;
}

.btn_besttitle{
	width: 100%;
	margin: 10px auto 0 auto;
}

.area-landing img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.amazon{
	width: 95%;
	height: auto;
    margin: 10px auto 10px;
	display: block;
}
