/* --【全体】-- */
html {
	overflow: auto;
}
body{
	overflow:hidden;
	position: relative;
	font-family : sans-serif;
	line-height:2.3em;
	margin:0px;
}

/* --【ヘッダー】-- */
.p_top{
	margin-left: auto;
	margin-right: auto;
	width:100%;
	line-height:2.3em;
	text-align: center;
}
.right {
	text-align: right;
}

/* --【ログインボタン】-- */

.login_btn{
    display: inline-block;
	padding: 0.2em 1.0em;
	margin-top: 0.1em;
	margin-right: 0.3em;
	text-decoration: none;
	background: #0099CC;/*ボタン色*/
	color: #FFF;
	font-weight: bold;
	border-bottom: solid 2px #006B8E;
	border-radius: 8px;
}


/* --【ロゴ】-- */

.logo{
	width: 240px;

}

/* --【新規登録ボタン】-- */
.entry_btn{
    display: inline-block;
	padding: 0.8em 1.5em;
	text-decoration: none;
	background: #00CC99;/*ボタン色*/
	color: #FFF;
	font-weight: bold;
	border-bottom: solid 2px #009966;
	border-radius: 8px;
}
.entry_btn span{
	color: #FFF;
	position: relative;
	padding-left: 30px;
}
.entry_btn span::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-top: -5px;
}

/* --【見出し関連】-- */
h1 {
	font-size: 16px;
	margin-top: 1.5em;
}

h2 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #0099CC;
	border-bottom: solid 4px #0099CC;
}

.pg {
	font-size: 18px;
	margin-top: 1.5em;
	text-align: center;
	font-weight: bold;
	color: #0099CC;
	border-bottom: solid 4px #0099CC;
}
.h3 {
	font-size: 18px;
	padding: 0.25em 0.5em;
	color: #0099CC;
	background: transparent;
	border-left: solid 5px #0099CC;
}
.h3-ipn {
	font-size: 18px;
	padding: 0.25em 0.5em;
	color: #00CC99;
	background: transparent;
	border-left: solid 5px #00CC99;
}

.h3-adl {
	font-size: 18px;
	padding: 0.25em 0.5em;
	color: #FF6666;
	background: transparent;
	border-left: solid 5px #FF6666;
}

/* --【見出し上コメント】-- */
.m_top {
	text-align: center;
	font-weight: bold;
	margin-bottom: -1.5em;
}

/* --【リスト】-- */
ul, ol {
	color: #1e366a;
	margin-top: 0px;
	border-top: solid #1e366a 1px;/*上のボーダー*/
	border-bottom: solid #1e366a 1px;/*下のボーダー*/
	padding: 0.5em 0 0.5em 2.5em;
}

ul li, ol li {
	line-height: 1.5;
	padding: 0.5em 0;
	font-weight: bold;
}

/* --【メニュー】-- */
.sugoi {
	text-decoration: none;
	width: 100%;
	height: 80px;
	border-bottom: solid 1px #F0F0F0;
}
.sugoi2 {
	padding: 4px 4px 4px 0px;
	border-bottom: solid 1px #F0F0F0;
}
.sugoi3 {
	padding: 4px 4px 4px 0px;
}
.sugoi4 {
	padding: 4px 4px 4px 0px;
	background: #FBFBFB;
	border-bottom: solid 1px #F0F0F0;
}


.sugoi_img {
	width: 60px;
	height: 60px;
	float: left;
	vertical-align:middle;
	margin : 0.4em 0.5em 0em 0.5em;
}

.sugoi_title {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	margin-top: 8px;
}
.sugoi_title2 {
	font-size: 14px;
	text-decoration: none;
	color: #333;
}
.sugoi_title3 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #F00;
}


/* --【お褒めの言葉】-- */

.home0 {
	background: #644300;
	margin-top:10px;
	margin-left:-8px;
	margin-right:-8px;
}

.home0 span {
	line-height:1.8em;
}

.home {
	text-decoration: none;
	width: 100%;
	height: 100%;
	border-bottom: solid 1px #CDCDCD;
}
.home2 {
	padding: 12px 8px 0px 8px;
	height: 80px;
	border-top: solid 1px #E7DCBB;
	background: #FEFFF7;
}
.home3 {
	padding: 12px 8px 0px 8px;
	height: 80px;
	border-top: solid 1px #E7DCBB;
	background: #FEFFF2;
}
.home4 {
	padding: 12px 8px 0px 8px;
	height: 80px;
	border-top: solid 1px #E7DCBB;
	border-bottom: solid 1px #E7DCBB;
	background: #FEFFF2;
}


.home_img0 {
	height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 30.78%;
    background: url('../images/home3.jpg') 0 0 no-repeat;
    background-size: contain;
	margin-bottom:10px;
}
.home_img {
	width: 60px;
	height: 60px;
	float:left;
	margin : 0.2em 0.5em 0em 0.5em;
}

.home_title {
	font-size: 16px;
	font-weight: bold;
	color: #996600;
	margin-top: 8px;
}
.home_info {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height:1.5em;
	text-align: center;
}

/* --【オススメ掲示板し関連】-- */

.nnk_info {
	font-weight: bold;
	padding: 4px;
	margin-left: 8px;
}
.nnk_area {
	margin-bottom: 0.3em;
	margin-left: 0.3em;
	width: 100%;
	line-height:2.3em;
}
.nnk_btn{
	font-size: 15px;
    display: inline-block;
	padding: 0.2em 1.0em;
	margin: 0.3em;
	margin-left: 0.6em;
	text-decoration: none;
	background: #F0F0F0;/*ボタン色*/
	color: #000;
	font-weight: bold;
	width:36%;
	max-width:200px;
	border-radius: 8px;
	text-align: center;
}

.ipno {
	width: 100%;
	height: 80px;
	text-decoration: none;
	border-bottom: solid 1px #F0F0F0;
}
.ipn {
	padding: 4px;
	background: #F5FFEE;
}
.ipn2 {
	padding: 4px;
}
.ipn_title {
	font-size: 16px;
	font-weight: bold;
	color: #0066CC;
	margin-top: 8px;
	margin-left: 8px;
}
.adlo {
	width: 100%;
	height: 80px;
	text-decoration: none;
	border-bottom: solid 1px #F0F0F0;
}
.adl {
	padding: 4px;
	background: #FFEAEA;
}
.adl2 {
	padding: 4px;
}
.adl_title {
	font-size: 16px;
	font-weight: bold;
	color: #0066CC;
	margin-top: 8px;
	margin-left: 8px;
}

/* --【フッター】-- */

.footer {
	padding: 1px;
	background: #333;
	text-align: center;
	margin-bottom: 0.3em;
	margin: auto;
	width: 100%;
	line-height:2.3em;
}
.ftft {
	margin-top: 3px;
	margin-left: 0px;
	padding-right: 2px;
}

.ft_btn{
	font-size: 13px;
	display: inline-block;
	padding: 0.2em 0em;
	text-decoration: none;
	background: #FBFBFB;/*ボタン色*/
	color: #000;
	font-weight: bold;
	width:48%;
	margin: 0.2em;
	margin-right: -0.1em;
	max-width: 800px;
	border-radius: 8px;
	text-align: center;
}
.ft_btn2{
	font-size: 13px;
	display: inline-block;
	padding: 0.2em 0em;
	text-decoration: none;
	background: #FBFBFB;/*ボタン色*/
	color: #000;
	font-weight: bold;
	border: solid 2px #333;
	width:97%;
	max-width: 1466px;
	margin-right: 0.2em;
	margin-left: 0.1em;
	margin-top: 0.1em;
	border-radius: 8px;
	text-align: center;
}

.other {
	padding: 1px;
	text-align: center;
	margin-bottom: 0.3em;
	margin: auto;
	width: 100%;
	line-height:2.3em;
}
.otot {
	margin-top: 3px;
	margin-left: 1px;
}
.ot_btn{
	font-size: 13px;
	display: inline-block;
	padding: 0.2em 0em;
	text-decoration: none;
	background: #F0F0F0;/*ボタン色*/
	color: #000;
	font-weight: bold;
	width:70%;
	max-width: 700px;
	margin-right: 0.2em;
	margin-left: 0.1em;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	border-radius: 8px;
	text-align: center;
}
.ot_btn_s{
	font-size: 13px;
	display: inline-block;
	padding: 0.2em 3.0em;
	text-decoration: none;
	background: #F0F0F0;/*ボタン色*/
	color: #000;
	font-weight: bold;
	max-width: 700px;
	margin-right: 0.2em;
	margin-left: 0.1em;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	border-radius: 8px;
	text-align: center;
}
.cp {
	text-align: center;
	font-weight: bold;
	margin-top: -0.5em;
	margin-bottom: 0.5em;
	color: #FFF;
}

.cp a {
	text-decoration: none;
	color: #FFF;
}

.emovielink {
	width: 100%;
	border-bottom: solid 1px #F0F0F0;
}
.emovielink span a{
	display : block;
	text-align : left;
	padding: 12px 4px 0px 12px;
	background: #444;
	height: 60px;
	color: #FFF;
	border-bottom: solid 1px #333;
	text-decoration: none;
	font-size : 18px;
	margin-top : 8px:
}


/* --【リンク関連】-- */

.otot span{
	position: relative;
	display: block;
}

.otot span::after{
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* --【バッジ関連】-- */

.h3 span {
	background: #F00;
	font-weight: bold;
	color: #FFF;
	padding: 4px 8px;
	margin-left: 10px;
	font-size: 14px;
	border-radius: 6px;
}

.b_b {
	background: #0099CC;
	font-weight: bold;
	color: #FFF;
	padding: 4px 8px;
	margin-left: 10px;
	font-size: 14px;
	border-radius: 6px;
}

.b_g {
	background: #00CC99;
	font-weight: bold;
	color: #FFF;
	padding: 4px 8px;
	margin-left: 10px;
	font-size: 14px;
	border-radius: 6px;
}

.b_r {
	background: #FF0000;
	font-weight: bold;
	color: #FFF;
	padding: 4px 8px;
	margin-left: 10px;
	font-size: 14px;
	border-radius: 6px;
}

.b_o {
	background: #FFCC00;
	font-weight: bold;
	color: #000;
	padding: 4px 8px;
	margin-left: 10px;
	font-size: 14px;
	border-radius: 6px;
}
.point {
	background: #FFCC00;
	font-weight: bold;
	color: #000;
	padding: 6px 9px 6px 9px;
	margin-left: 2px;
	font-size: 14px;
	border-radius: 6px 6px 0 0;
	border: solid 3px #FFCC00;
}
.one_point_advice .point
{
	display	: inline-block;
	margin-bottom : 10px;
}
.point_y{
	font-size: 16px;
	padding: 1em 1em;
	text-decoration: none;
	background: #FFFFEA;
	color: #000;
	border: solid 3px #FFCC00;
	margin-left: 2px;
	margin-bottom: 10px;
	margin-top: -12px;
	border-radius: 0 8px 8px 8px;
}

.you {
	background: #FFF;
	border: solid 2px #0099CC;
	font-weight: bold;
	color: #0099CC;
	padding: 4px 8px;
	font-size: 14px;
	border-radius: 6px;
}

.kai {
	background: #FFF;
	border: solid 2px #00CC99;
	font-weight: bold;
	color: #00CC99;
	padding: 4px 8px;
	font-size: 14px;
	border-radius: 6px;
}
/* --【文字色関連】-- */

.bold{
	font-weight: bold;
}

.bold-r{
	font-weight: bold;
	color: #F00;
}

.bold-b{
	font-weight: bold;
	color: #0099CC;
}

.pg_txt a {
	font-weight: bold;
	color: #0099CC;
}

/* --【子ページ関連】-- */

.pg_txt {
	font-size: 16px;
	color: #333;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height:1.5em;
	margin-left: 10px;
	margin-right: 10px;
}

.pg_box_b{
	font-size: 16px;
	padding: 1em 1em;
	text-decoration: none;
	background: #F5FAFE;
	color: #000;
	border: solid 2px #E5F1FB;
	margin-left: 2px;
	border-radius: 8px;
	margin-bottom: 10px;
}

.pg_box_y{
	font-size: 16px;
	padding: 1em 1em;
	text-decoration: none;
	background: #FFFFEA;
	color: #000;
	border: solid 2px #FFECD5;
	margin-left: 2px;
	border-radius: 8px;
	margin-bottom: 10px;
}

.pg_box_r{
	font-size: 16px;
	padding: 1em 1em;
	text-decoration: none;
	background: #FFF4F4;
	color: #000;
	border: solid 2px #FFE1E1;
	margin-left: 2px;
	border-radius: 8px;
	margin-bottom: 10px;
}

.center {
	display: flex;
	color: #333;
	align-items: center;
	margin-bottom: 2.0em;
	margin-right: 2.0em;
	margin-left: 2.0em;
}
.center:before,
.center:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #ddd;
	display: block;
}
.center:before {
	margin-right: 1.2em;
}
.center:after {
	margin-left: 1.2em;
}

dl.accordion {
	background:#FFF; width:100%;
	margin-left:-10px;
	padding:10px;
	font-size:16px;
}

dl.accordion dt {
	background:url(../images/open.png) 97% center no-repeat);
	background:url(../images/open.png) 97% center no-repeat;
	border-bottom:4px solid #EEE;
	line-height:26px;
	padding:10px 40px 10px 10px;
	color:#333;
	font-weight:bold;
	cursor:pointer;
}

dl.accordion dt.open {
	background:url(../images/close.png) 97% center no-repeat,-moz-linear-gradient(top, #EBF0FA, #EBF0FA);
	background:url(../images/close.png) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#EBF0FA), to(#EBF0FA));
	color: #3366CC;
}

dl.accordion dd {
	background:#FAFBFE;
	padding:10px 10px 30px 20px;
	margin-left:0px;
	line-height:26px;
	display:none;
	border-bottom:1px solid #EEE;
	color: #333;
}

/* --【メールアドレス入力フォーム】-- */

.mail{
	border:0;
	padding:15px 10px;
	font-size:1.0em;
	font-family:Arial, sans-serif;
	color:#666;
	font-weight:bold;
	border:solid 1px #ccc;
	margin:0 0 20px;
	width:200px;
	max-width:400px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}
.mail2{
	border:0;
	padding:15px 10px;
	font-size:1.0em;
	font-family:Arial, sans-serif;
	color:#666;
	font-weight:bold;
	border:solid 1px #ccc;
	margin:0 0 20px;
	width:280px;
	max-width:600px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}
.mail3{
	border:0;
	padding:15px 10px;
	font-size:1.0em;
	font-family:Arial, sans-serif;
	color:#666;
	font-weight:bold;
	border:solid 1px #ccc;
	margin:0 0 20px;
	width:300px;
	max-width:600px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}

.sub{
	border:solid 1px #ccc;
	padding:14px 20px;
	margin:0 0 20px;
	font-family:Arial, sans-serif;
	font-size:1.0em;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
	cursor:pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	background-image: -webkit-linear-gradient(top, #0099CC, #006699);
	background-image: -moz-linear-gradient(top, #0099CC, #006699);
	background-image: -ms-linear-gradient(top, #0099CC, #006699);
	background-image: -o-linear-gradient(top, #0099CC, #006699);
	background-image: linear-gradient(top, #0099CC, #006699);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099CC', endColorstr='#006699',GradientType=0 ); /* IE6-9 */
	border-radius: 8px;
	text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.4);
}