﻿/* 44行目追加・48〜68行目修正 */
@charset "UTF-8";


body{
	width:100%;
	min-width:320px;
	max-width:750px;
	height: auto;
	font-family:"Rounded M+ 1m", "Rounded M+ 1m","Rounded M+ 1m",sans-serif;
	font-size: 14px;
	line-height: 1.7em;
	color: #333333;
	background: #FFFFFF;
	margin:0 auto;
	padding:0;
	word-wrap:break-word;
	-webkit-text-size-adjust : 100%;
	z-index:-10;
	}



img{
	display:block;
	vertical-align: bottom;
	}


a{
	color:#1e90ff;
	}

h1{
	font-size:1.2em;
	text-align:center;
	}
/*--------------------------------------------------*/

#header{
	width:100%;
	height:80px;
	margin:0 auto;
	text-align:left;
	position:relative;
	padding:5px;
	background:#FFFFFF;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align:middle;
	z-index: 21; /* 追加 */
	}


/* 修正ここから */
#header .menu_icon {
	width:40px;
	height:40px;
	position:absolute;
	top:20px;
	right:5px;
	overflow: hidden;
}

#header .menu_icon img {
	position: absolute;
	top: 0;
	width: 100%;
}

#header .menu_icon.active img {
	top: auto;
	bottom: 0;
}
/* 修正ここまで */

/*----------■右上ナビ■-------------------------*/
* {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#navi {
	height:0px;
	position: relative;
	z-index: 20; /* 手前側に持ってきたいので */
	background: #000000;
	text-align: right;
	}

#navi label {
	color: #FFF;
	cursor: pointer; /* これしないと確かiOSで動かない */
	}

#navi #menu {
	display: none; /* チェックボックスを隠す */
	}

#navi ul {
	width:100%;
	position: absolute;
	top: -2000px; /* 上部に隠す */
	right: 0;
	margin-top: 0px; /* #navi の高さ( 今回だと height: 0px; )と同じに */
	transition:1s;
	-o-transition:1s;
	-ms-transition:1s;
	-moz-transition:1s;
	-webkit-transition:1s;
	background: #292929;
	padding:0px;
	box-shadow:0px 10px 10px rgba(0, 0, 0, 0.3);
	z-index: 10; /* headerよりも下 */
	}

#navi #menu:checked + ul { /* チェックされたチェックボックスの次にあるulタグ */
	top: 0;
	}


#navi ul li{
	border-top:1px solid #577048;
	height:auto;
	}

#navi ul li:last-child{
	border-bottom:1px solid #577048;
	}


/*-------------------------------------------------*/



.main{
	width:100%;
	height:auto;
	min-width:320px;
	max-width:750px;
	margin:0 auto;
	z-index:-9;
	background:#ffffff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}
/*-------------------------------------------------*/
.wb{
	background:#ffffff;
	}

.information_area{
	background:#ffffff;
	color:#555;
	text-align:left;
	padding:10px;
	}

.information_area a{
	color:#555;
	}

.information_tb{
	width:100%;
	border-collapse: separate;
	}

.information_tb th{
	width:25%;
	font-weight:bold;
	border-right:1px solid #808080;
	}

.information_tb td{
	width:75%;
	padding-left:5px;
	}


/*-------------------------------------------------*/
.white_area{
	background:#ffffff;
	height:auto;
	}


.pad10{
	padding:10px;
	}


/*--------検索TOP-----------------------------------------*/


.out_box{
	width:99%;
	margin:0;
	padding:10px 30px 10px 10px;
	background:url("../../img/arrow01.png") center right no-repeat;
	/*background-position:right 5px center;----新しくないと使えない書き方*/
	-webkit-background-position:right 5px center;
	-moz-background-position:right 5px center;
	-ms-background-position:right 5px center;
	-o-background-position:right 5px center;
	background-size:25px 25px;
	-webkit-background-size:25px 25px;
	-moz-background-size:25px 25px;
	-ms-background-size:25px 25px;
	-o-background-size:25px 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}

.out_box a{
	display:block;
	}


.left_box{
	width:20%;
	float:left;
	padding-right:5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}


.center_box{
	width:80%;
	float:right;
	}

.center_box ,.center_box_small p{
	color:#333333;
	font-size:0.8em;
	line-height:1em;
	}


/*--------これは凄いMyベストライフTOP-----------------------------------------*/

.out_box_amazing{
	width:99%;
	margin:0;
	padding:10px 30px 10px 10px;
	background:url("../../img/arrow_gw.png") center right no-repeat;
	-webkit-background-position:right 5px center;
	-moz-background-position:right 5px center;
	-ms-background-position:right 5px center;
	-o-background-position:right 5px center;
	background-size:25px 25px;
	-webkit-background-size:25px 25px;
	-moz-background-size:25px 25px;
	-ms-background-size:25px 25px;
	-o-background-size:25px 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-left:10px solid #7feab4;
	}

.out_box_amazing a{
	display:block;
	}


.mbl_title_amazing{
	color:#4a7c27;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.2em;
	text-decoration:none;
	margin-bottom:3px;
	}
.out_box_amazing p{
	font-size:0.8em;
	color:#333333;
	}



/*--------新着TOP-----------------------------------------*/


.newtitle_color{
	width:100%;
	background:#b49850;
	}


.newtitle_area{
	width:99%;
	color:#ffffff;
	font-size:1.2em;
	line-height:1.2em;
	font-weight:bold;
	padding:5px 30px 5px 10px;
	background:url("../../img/arrow_new.png") center right no-repeat;
	background-size:20px 20px;
	-webkit-background-size:20px 20px;
	-moz-background-size:20px 20px;
	-ms-background-size:20px 20px;
	-o-background-size:20px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}





/*---------ノーマル----------*/
.out_box_normal{
	width:100%;
	margin:0;
	padding:10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}


/*--------Man2投稿-----------------------------------------*/

.out_box_normal .left_box_s{
	width:75%;
	float:left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}

.out_box_normal .right_box_s{
	width:25%;
	float:right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}



.left_box_s .left_box_ss{
	width:10%;
	float:left;
	margin-right:5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}

.left_box_s .right_box_ss{.
	width:90%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	color:#000000;
	font-size:1em;
	line-height:1.2em;
	}


/*----------------Man2-------------------------*/
.man2_title2{
	background:#27d27f;
	color:#ffffff;
	font-size:1em;
	font-weight:bold;
	padding:5px 0px;
	text-align:center;
	}



.detail_title_back{
	width:100%;
	margin:0 auto;
	background:#577048;
	padding:0;
	text-align:center;
	}


.detail_title_man2{
	width:96%;
	font-size:1em;
	line-height:1.4em;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
	padding:5px 5px 5px 40px;
	background:url(../../img/icon_shorui_w.png) no-repeat left center;
	background-size:26px 33px;
	-webkit-background-size:26px 33px;
	-moz-background-size:26px 33px;
	-ms-background-size:26px 33px;
	-o-background-size:26px 33px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	display:inline-block;
	}


.supervisor_area{
	background:#577048;
	}

.white_round{
	background:#ffffff;
	border-radius:10px;
	}



/*---------newタグ付き----------*/
.out_box_new{
	width:100%;
	margin:0;
	padding:10px 30px 10px 10px;
	background:url("../../img/new.png") bottom right no-repeat;
	background-size:60px 60px;
	-webkit-background-size:60px 60px;
	-moz-background-size:60px 60px;
	-ms-background-size:60px 60px;
	-o-background-size:60px 60px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}


.out_box_new a{
	display:block;
	}



/*-----------登録日アイコン---------------*/

.date{
	width:50px;
	background:#00ced1;
	color:#ffffff;
	border-radius:3px;
	font-size:10px;
	line-height:14px;
	padding:4px;
	text-decoration:none;
	display:inline-block;
	margin:5px 5px 5px 0px;
	text-align:center;
	}

.date_text{
	font-size:1.2em;
	color:#00ced1;
	}


.user{
	width:50px;
	background:#f39800;
	color:#ffffff;
	border-radius:3px;
	font-size:10px;
	line-height:14px;
	padding:4px;
	text-decoration:none;
	display:inline-block;
	margin:0px 5px 5px 0px;
	text-align:center;
	}

.user_text{
	font-size:12px;
	color:#a0522d;
	}











/*---------------見出し-------------------*/
.mbl_title{
	color:#6C6543;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.2em;
	text-decoration:none;
	margin-bottom:3px;
	}


.mbl_title2{
	color:#ff0099;
	font-size:1em;
	font-weight:bold;
	line-height:1.2em;
	text-decoration:none;
	margin-bottom:3px;
	}




/*---------------罫線-------------------*/

.hr_black{
	border:solid 1px #000000;
	margin:3px 0px;
	}

.hr_black2{
	border:solid 1px #000000;
	margin-top:3px;
	}

.hr_black3{
	border:solid 1px #000000;
	margin:0px;
	}

/*---------------ページ送り-------------------*/
.nb_area{
	width:100%;
	height:auto;
	background:#404040;
	padding:20px 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}


.nb_area .page_right{
	width:25%;
	float:right;
	}


.nb_area .page_left{
	width:25%;
	float:left;
	}

/*---------------HOMEへ-------------------*/

.home_area{
	width:100%;
	margin:0 auto;
	text-align:right;
	background:#577048;
	padding:10px 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}


/*--------------------ランキング-----------------------------*/


.rank_oya{
	width:100%;
	padding:0;
	maring:0;
	position:relative;
	}

.rank_flag{
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	}



.left_box_big{
	width:35%;
	float:left;
	padding-right:5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align:right;
	}


.center_box_small{
	width:65%;
	float:right;
	}







/*-------------------------------------------------*/

.list50{
	list-style-type: none;
	width:100%;
	height:auto;
	max-width: 750px;
	margin: 0 auto;
	padding: 0;
	margin:0;
	display:block;
	}



.list50 li{
	position: relative;
	width: 100%;
	height:auto;
	float: left;
	margin: 0;
	padding:10px;
	text-align: center;
	border-bottom:1px dotted #577048;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}

.list50 li:nth-child(odd){
	border-left:1px dotted #ffffff;
	}

.list50 li:nth-child(even){
	border-left:1px dotted #577048;
	}

.list50 li:nth-child(2n+1):last-child{
	border-right:1px dotted #577048;
	}


.waku {
	border:1px solid #dddddd;
	position:relative;
	}

.only_tag{
	position:absolute;
	top:0;
	left:0;
	}


.thumb_area{
	margin:0 auto;
	text-align:center;
	}


/*-------------------------------------------------*/

.pagetop_area{
	padding:20px 0px;
	margin:0 auto;
	display:block;
	background:#FFFFFF;
	text-align:center;
	}



/*--------------------------------------------------*/

.center{
	padding:0px;
	text-align:center;
	margin:0 auto;
	}


/*--------------------------------------------------*/
.page_title{
	font-size:1.5em;
	line-height:2em;
	font-weight:bold;
	color:#577048;
	text-align:center;
	border-bottom:2px solid #577048;
	margin-bottom:5px;
	}
/*--------------------詳細-----------------------------*/
.detail_title{
	font-size:1.2em;
	line-height:1.2em;
	font-weight:bold;
	color:#40220f;
	text-align:center;
	border-bottom:2px solid #b8860b;
	background:#bd9e51 url(../../img/detail_haikei.png) repeat;
	padding:10px 5px;
	}



.word_01{
	background:#577048;
	color:#ffffff;
	font-weight:bold;
	line-height:1.4em;
	padding:10px 5px;
	font-size:2em;
	display:inline-block;
	vertical-align:bottom;
	}

.frame{
	border:5px solid #ffffff;
	box-shadow:0 0 10px #d3d3d3;
	}






/*------------------クイズ---------------------------*/

.question_back{
	background:url(../../img/haikei_question.png) no-repeat;
	background-size:cover;
	}

/*------------------コラム---------------------------*/

.detail_title_colum{
	font-size:1.2em;
	line-height:1.2em;
	font-weight:bold;
	color:#000000;
	text-align:center;
	background:#ffffff;
	padding:10px 5px;
	}


.word_01_colum{
	background:#ffffff;
	color:#6C6543;
	font-weight:bold;
	line-height:1.4em;
	padding:0px 0px 0px 0px;
	font-size:3em;
	display:inline-block;
	vertical-align:bottom;
	}






/*--------------------------------------------------*/

footer {
	width: 100%;
	}


footer ul li {
	width: 50%;
	height:50px;
	padding:20px 0 20px 8px;
	color:#577048;
	text-align:left;
	background: #FFFFFF;
	float: left;
	list-style:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-left:1px solid #577048;
	border-right:1px solid #577048;
	border-top:1px solid #577048;
	}


footer ul li:last-child,
footer ul li:nth-last-child(2){
	border-bottom:1px solid #577048;
	}




footer ul{
	padding:0;
	margin:0;
	}


#ftList li a {
	font-size:1.1em;
	font-weight:bold;
	line-height:1.2em;
	display: block;
	color:#577048;
	text-decoration: none;
	background:url("../../img/icon_arrow.png") center right no-repeat;
	-webkit-background-size:15px 14px;
	-moz-background-size:15px 14px;
	background-size:15px 14px;
	}

@media (min-width: 240px) and (max-width: 400px) {
#ftList li a {
	font-size:0.7em;
	}
}


/*--------------------------------------------------*/
.footer_area{
	width:100%;
	padding:20px 0px;
	text-align:center;
	margin:0 auto;
	background:#FFFFFF;
	}

.footer_company{
	width:100%;
	color:#000000;
	font-size:0.8em;
	line-height:1.5em;
	text-align:center;
	}


/*--------------------------------------------------*/
.other_obi{
	width:100%;
	background:#ffebcd;
	color:#333333;
	font-size:1.2em;
	padding:3px 0px;
	margin-bottom:5px;
	}

/*--------------------------------------------------*/


.mizuiro_moji{
	color:#1e90ff;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	text-decoration:none;
	}

/*--------------------------------------------------*/
/*-------デコメ画像横並び5個------*/
.decome_img5{
	margin:0 auto;
	width: 100%;
	padding:0;
	text-align:center;
	border-collapse: separate;
	}

.decome_img5 th{
	width: 20%;
	padding: 2px 2px;
	margin-top:0px;
	}


.decome_img5 td{
	width: 20%;
	padding:0px;
	}

.decome_moji{
	line-height:10px;
	font-size:10px;
	background:#000000;
	color:#ffffff;
	font-weight:normal;
	}

.decome_img5 img{
	display:inline-block;
	}



/*-------待受け画像横並び3個------*/
.machi_img3{
	margin:0 auto;
	width: 100%;
	padding:0 0 10px 0;
	text-align:center;
	border-collapse: separate;
	}

.machi_img3 th{
	width: 20%;
	padding: 2px 2px;
	margin-top:0px;
	}


.machi_img3 td{
	width: 20%;
	padding:0px;
	}

.machi_img3 img{
	display:inline-block;
	}




/*-------------デコメ・待受け用ページ送り-------------------------*/
.pageokuri{
	margin:0 auto;
	width: 100%;
	padding:0;
	border-collapse: separate;
	}

.pageokuri td{
	width: 50%;
	text-align:right;
	padding:0px;
	display:inline-block;
	}

td.p_left { text-align: left;}
td.p_right { text-align: right;}



.pageokuri a{
	display:inline-block;
	}


/*-------------------------------------*/
.btn_black{
	width:80px;
	background:#292929;
	color:#fffacd;
	border-radius:3px;
	font-size:0.8em;
	line-height:2em;
	padding:4px;
	text-decoration:none;
	display:block;
	margin:2px 0px;
	text-align:center;
	border:2px solid #577048;
	}





.link_blue{
	color:#4169e1;
	text-decoration:none;
	}




.other_header{
	width:100%;
	height:36px;
	background:#292929;
	font-size:18px;
	font-weight:bold;
	line-height:36px;
	text-align:center;
	color:#577048;
	}




/*退会アンケート*/
.formPage{
	background: #FFFDF8;
	margin-bottom: 10px;
	padding-bottom: 15px;
	padding-left: 0 !important;
}
.question p:first-child{
	font-weight: bold;
}
.question h3 {
	font-size: 1em;
	color: #444;
	padding-top: 4px;
}
.question p{
	color: #FFF;
	background: #A7A7A7;
	text-shadow: 1px 1px #757575;
}
.question ul{
	padding-left: 0px;
}

.question ul li{
	position: relative;
}
.question label{
	display: block;
	color: #434343;
	padding: 15px 5px;
	border-top: 1px solid #aaa;
	background: #F2f2f2;
}
.question ul li:first-child label{
	border-top: none;
}
.question ul li:last-child label{
	border-bottom: 1px solid #aaa;
}
.question textarea{
	width: 96%;
	height: 150px;
	margin-top: 4px;
	margin-left: 2%;
	border-color: #aaa;
}
.question ul li input[type="radio"]{
	opacity: 0;
	position: absolute;
	top: -3px;
	left: -3px;
}
.question ul li input[type="radio"]:checked + label{
	color: #F2f2f2;
	background: #2F7ED9;
}
.question ul li input[type="checkbox"]{
	opacity: 0;
	position: absolute;
	top: -3px;
	left: -3px;
}
.question ul li input[type="checkbox"]:checked + label{
	color: #F2f2f2;
	background: url("../img/check_on.png") no-repeat,#2F7ED9;
	background-position: 95% 50%;
}

.question select{
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	font-size: 1em;
	background: url("../img/underArrow.png") no-repeat,#F2f2f2;
	background-position: 95% 50%;
	width: 100%;
	padding: 12px 5px;
	border: none;
	border-bottom: 1px solid #aaa;
	border-radius: 0px;
}
.formPage input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	font-size: 1em;
	color: #fff;
	text-shadow: 1px 1px #757575;
	background: rgba(191,191,191,1);
	background: -moz-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(158,158,158,1) 49%, rgba(166,166,166,1) 50%, rgba(171,171,171,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(191,191,191,1)), color-stop(49%, rgba(158,158,158,1)), color-stop(50%, rgba(166,166,166,1)), color-stop(100%, rgba(171,171,171,1)));
	background: -webkit-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(158,158,158,1) 49%, rgba(166,166,166,1) 50%, rgba(171,171,171,1) 100%);
	background: -o-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(158,158,158,1) 49%, rgba(166,166,166,1) 50%, rgba(171,171,171,1) 100%);
	background: -ms-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(158,158,158,1) 49%, rgba(166,166,166,1) 50%, rgba(171,171,171,1) 100%);
	background: linear-gradient(to bottom, rgba(191,191,191,1) 0%, rgba(158,158,158,1) 49%, rgba(166,166,166,1) 50%, rgba(171,171,171,1) 100%);
	box-shadow: 1px 1px 1px #ccc;
	border: none;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 12px;
	width: 100%;
}
.questionNom{
	display: block;
	font-size: 1em;
	margin-top: 16px;
	padding: 5px 2px;
	border-bottom: 2px groove #eee;
	border-top: 2px groove #eee;
	box-sizing: border-box;
}
.questionNom span{
	color: #C20000;
	text-shadow: 1px 1px rgba(255, 231, 231, 0.59);
}


.fs_big{
	font-size:20px;
	font-weight:bold;
	line-height:25px;
	color:#ff0000;
	}































































































































/*--------------------------------------------------*/
.btn_sp{
	padding:15px 5px 15px 5px;
	background:#07ccbd;
	text-align:center;
	margin:0 auto;
	box-sizing:border-box;
	}

/*-------会員登録ボタン------*/
.btn_2{
	margin:0 auto;
	width: 100%;
	padding:0;
	border-collapse: separate;
	border-spacing: 0px 5px 5px 5px;
	}

.btn_2 td{
	width: 50%;
	padding:0px;
	text-align:center;
	}

.btn_2 img{
	display:inline-block;
	}

/*-----アコーディオン-------*/
.accordion {
	width: 100%;/*横幅はここで設定します。100%にすれば可変になります。*/
	margin: 0 auto;
	}

.accordion .ac-content {
	margin:0px;/*ここを10px*/にすれば両サイドに10px余白をもたせられます。*/
	}

.accordion input {
	display: none;
	}


.accordion label {
	width:100%;
	padding:0px;
	}


/*-開いたときのスペース-*/
.accordion .ac-cont {
	transition: 0.1s;
	height: 0;
	overflow: hidden;
	color:#333333;
	background: #ffffff;
	padding: 0px;/*アコーディオンのタイトルのpadding*/
	font-size:16px;
	line-height:20px;
	text-align:left;
	}

.accordion input:checked + .ac-cont {
	height: auto;
	padding: 5px;
	}



/*-----searchアコーディオン-------*/
.search_accordion {
	width: 100%;/*横幅はここで設定します。100%にすれば可変になります。*/
	margin: 0 auto;
	}

.search_accordion .ac-content {
	margin:10px;/*ここを10px*/にすれば両サイドに10px余白をもたせられます。*/
	}

.search_accordion input {
	display: none;
	}


.search_accordion label {
	width:100%;
	padding:0px;
	}


/*-開いたときのスペース-*/
.search_accordion .ac-cont {
	transition: 0.1s;
	height: 0;
	overflow: hidden;
	color:#333333;
	padding: 0px;/*アコーディオンのタイトルのpadding*/
	font-size:16px;
	line-height:18px;
	text-align:left;
	}

.search_accordion .ac-cont a{
	transition: 0.1s;
	height: 0;
	overflow: hidden;
	color:#333333;
	padding: 0px;/*アコーディオンのタイトルのpadding*/
	font-size:16px;
	line-height:18px;
	text-align:left;
	text-decoration:none;
	}

.search_accordion .ac-cont a:hover{
	transition: 0.1s;
	height: 0;
	overflow: hidden;
	color:#4169e1;
	padding: 0px;/*アコーディオンのタイトルのpadding*/
	font-size:16px;
	line-height:18px;
	text-align:left;
	text-decoration:none;
	}

.search_accordion input:checked + .ac-cont {
	height: auto;
	padding: 5px;
	}

.search_accordion img{
	display:inline-block;
	vertical-align:middle;
	}

/*------------------*/
.oya{
	position:relative;
	}


@media screen and (min-width: 769px) {
.search_title{
	color:#333333;
	font-weight:bold;
	font-size:26px;
	line-height:28px;
	position:absolute;
	top:40%;
	bottom:60%;
	left:10px;
	z-index:10;
	}
}

@media screen and (max-width: 768px) {
.search_title{
	color:#333333;
	font-weight:bold;
	font-size:26px;
	line-height:28px;
	position:absolute;
	top:40%;
	bottom:60%;
	left:10px;
	z-index:10;
	}
}

@media screen and (max-width: 480px) {
.search_title{
	color:#333333;
	font-weight:bold;
	font-size:16px;
	line-height:18px;
	position:absolute;
	top:40%;
	bottom:60%;
	left:5px;
	z-index:10;
	}
}
















/*--------------------------------------------------*/

body.other{
	background:#07ccbd;
	}





.other_main{
	text-align:left;
	padding:10px;
	font-size:14px;
	line-height:16px;
	background:#ffffff;
	}

.navy_moji{
	color:#00008b;
	font-size:12px;
	line-height:14px;
	}



.salmon_moji{
	color:#ff6666;
	}



.yellow_moji{
	color:#ffa500;
	font-weight:bold;
	text-decoration:none;
	}


.white_moji{
	color:#ffffff;
	font-size:12px;
	line-height:14px;
	text-decoration:none;
	}





/*------■hr■-----------------------------------------*/
.dot_hr{
	border:1px #c89100 dashed;
	margin:3px 0px;
	}

.yellow_hr{
	border:1px dotted #577048;
	margin:3px 0px;
	}

.yellow_hr_bn{
	border:1px dotted #577048;
	margin:10px 0px;
	}

.hr_white_dot{
	border:1px dotted #ffffff;
	margin:10px 0px;
	}

.hr_light_gray{
	border:1px solid #bfbfbf;
	margin:0px;
	}

/*-------■各ページ背景■-------------------------------------------*/


.search_main{
	background: #a9c0f4 url(../../img/search_haikei.png) repeat;
	}


.kyukyoku_main{
	background: #a9c0f4 url(../../img/kyukyoku_haikei.png) repeat;
	}


.new_main{
	background: #a9c0f4 url(../../img/new_haikei.png) repeat;
	}



.rank_main{
	background: #a9c0f4 url(../../img/rank_haikei.png) repeat;
	}


.colum_main{
	background: #a9c0f4 url(../../img/colum_haikei.png) repeat;
	}


.man2_main{
	background: #ff87b0 url(../../img/man2_haikei.png) repeat;
	}


.contents_main{
	background: #a9c0f4 url(../../img/contents_haikei.png) repeat;
	}


.quiz_main{
	background: #a9c0f4 url(../../img/quiz_haikei.png) repeat;
	}

/*--------------------------------------------------*/

.note_sp{
	background:#ffffff;
	width:100%;
	padding:5px;
	box-sizing:border-box;
	display:inline-block;
	font-size:14px;
	line-height:18px;
	}


.note_sp_title{
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	color:#00008b;
	margin-top:5px;
	}

.note_sp_title_new{
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	color:#e40041;
	margin-top:5px;
	}

.note_sp_title_rank{
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	color:#ac6b25;
	margin-top:5px;
	}


.note_sp_title_colum{
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	color:#00947a;
	margin-top:5px;
	}




.shousai_area{
	float:right;
	padding-right:5px;
	}

.btn_navy{
	background:#00008b;
	color:#ffffff;
	border-radius:3px;
	box-shadow:0px 0px 5px #dddddd;
	font-size:10px;
	font-weight:bold;
	line-height:25px;
	padding:4px 8px;
	text-align:center;
	margin:10px 0px;
	}


.btn_navy a{
	display:block;
	text-decoration:none;
	}


.btn_navy2{
	background:#276181;
	color:#ffffff;
	border-radius:3px;
	box-shadow:0px 0px 5px #dddddd;
	font-size:10px;
	font-weight:bold;
	line-height:25px;
	padding:4px 8px;
	text-align:center;
	margin:10px 0px;
	}


.btn_navy2 a{
	display:block;
	text-decoration:none;
	}




.btn_blue{
	background:#6495ed;
	color:#ffffff;
	border-radius:3px;
	box-shadow:0px 0px 5px #dddddd;
	font-size:10px;
	font-weight:bold;
	line-height:25px;
	padding:4px 8px;
	text-align:center;
	margin:10px 0px;
	}


.btn_blue a{
	display:block;
	text-decoration:none;
	}


.btn_green{
	background:#00a990;
	color:#ffffff;
	border-radius:3px;
	box-shadow:0px 0px 5px #dddddd;
	font-size:10px;
	font-weight:bold;
	line-height:25px;
	padding:4px 8px;
	text-align:center;
	margin:10px 0px;
	}


.btn_green a{
	display:block;
	text-decoration:none;
	}



.btn_pink{
	background:#ff87b0;
	color:#ffffff;
	border-radius:3px;
	box-shadow:0px 0px 5px #dddddd;
	font-size:10px;
	font-weight:bold;
	line-height:25px;
	padding:4px 8px;
	text-align:center;
	margin:10px 0px;
	}



.btn_pink a{
	display:block;
	text-decoration:none;
	}


.btn_nude{
	background:#e48d8b;
	color:#ffffff;
	border-radius:3px;
	box-shadow:0px 0px 5px #dddddd;
	font-size:10px;
	font-weight:bold;
	line-height:25px;
	padding:4px 8px;
	text-align:center;
	margin:10px 0px;
	}


.btn_nude a{
	display:block;
	text-decoration:none;
	}




.btn_brown{
	background:#976a00;
	color:#ffffff;
	border-radius:3px;
	box-shadow:0px 0px 5px #dddddd;
	font-size:10px;
	font-weight:bold;
	line-height:25px;
	padding:4px 8px;
	text-align:center;
	margin:10px 0px;
	}


.btn_brown a{
	display:block;
	text-decoration:none;
	}


.btn_purple{
	background:#c579b4;
	color:#ffffff;
	border-radius:3px;
	box-shadow:0px 0px 5px #dddddd;
	font-size:10px;
	font-weight:bold;
	line-height:25px;
	padding:4px 8px;
	text-align:center;
	margin:10px 0px;
	}


.btn_purple a{
	display:block;
	text-decoration:none;
	}







.btn_red{

	background:#e40041;
	color:#ffffff;
	border-radius:3px;
	box-shadow:0px 0px 5px #dddddd;
	font-size:10px;
	font-weight:bold;
	line-height:25px;
	padding:4px 8px;
	text-align:center;
	margin:10px 0px;
	}


.btn_red a{
	display:block;
	text-decoration:none;
	}






.btn_yellow{
	background:#f39800;
	color:#ffffff;
	border-radius:3px;
	box-shadow:0px 0px 5px #dddddd;
	font-size:10px;
	font-weight:bold;
	line-height:25px;
	padding:4px 8px;
	text-align:center;
	margin:10px 0px;
	}


.btn_yellow a{
	display:block;
	text-decoration:none;
	}
















.pad20{
	padding:20px;
	margin:0 auto;
	}



.opacity{
	width:100%;
	background:rgba(255, 255, 255, 0.5);
	padding:5px;
	margin-bottom:5px;
	border-radius:8px;
	box-sizing:border-box;
	position:relative;
	z-index:0;
	}

.opacity15{
	width:100%;
	background:rgba(255, 255, 255, 0.5);
	padding:15px;
	margin-bottom:5px;
	border-radius:8px;
	box-sizing:border-box;
	position:relative;
	z-index:0;
	}

.detail_midashi{
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	margin:10px 0px;
	}


.white_frame{
	border:8px solid #ffffff;
	background:#ffffff;
	box-shadow:0 0 8px #a9a9a9;
	}


.strong_navy{
	font-weight:bold;
	color:#00008b;
	}

.page_left{
	float:left;
	}


.page_right{
	float:right;
	}


.colum_bn_text{
	color:#333333;
	font-size:16px;
	line-height:18px;
	text-decoration:none;
	}

.colum_bn_text:hover{
	text-decoration:underline;
	}

.colum_midashi{
	background:#82cddd;
	color:#ffffff;
	border-radius:3px;
	font-size:10px;
	font-weight:bold;
	line-height:16px;
	padding:4px;
	text-align:center;
	margin:5px 0px;
	}

.colum_number{
	width:14px;
	height:14px;
	background:#82cddd;
	color:#ffffff;
	border-radius:50px;
	font-size:10px;
	font-weight:bold;
	line-height:14px;
	padding:2px;
	margin:0px 5px 0px 0px;
	text-align:center;
	display:inline-block;
	vertical-align:bottom;
	}




.h1_white{
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	text-shadow:0 0 5px #999999;
	}

.memo_area{
	width:100%;
	background:#82cddd;
	color:#ffffff;
	padding:5px;
	text-align:center;
	box-sizing:border-box;
	display:inline-block;
	margin-bottom:5px;
	}


.caution_area{
	width:100%;
	background:#ea5550;
	color:#ffffff;
	padding:5px;
	text-align:center;
	box-sizing:border-box;
	display:inline-block;
	margin-bottom:5px;
	}

.quize_text{
	color:#72640c;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	}


.red_moji{
	color:#cc0000;
	font-size:12px;
	line-height:14px;
	}






/*-----------------------------------------------------------------*/

hr{
	border: 0;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #808080;
	margin:0px;
	}




/*-------menu画像横並び------*/
.wall_img3{
	margin:0 auto;
	width: 100%;
	padding:0;
	border-collapse: separate;
	border-spacing: 5px;
	}

.wall_img3 th{
	width: 20%;
	line-height:12px;
	padding: 0px;
	}


.wall_img3 td{
	width: 20%;
	padding:0px;
	}

.bundle{
	display:none;
}

.bundle_login .button {
	position: relative;
	display:none;
}
.bundle_login .button:after { /* ボタンの上に文言を入れたい場合は after を before に */
	display:block;
	content:""; /* 文言を入れたい場合はここに */
	display:none;
}

.regisn {
}
.regisn input[type="submit"] {
}
