
#tb_header{
	width: 100%;
}

#tb_header tr{
	display: block;
}

#tb_header td{
	display: block;
}

#td_header_right{
	text-align: center;
	display: block;
}

#tb_main{
	width: 100%;
	display: table;
	table-layout: fixed;
}

#tb_main .list_midasi{
	margin: 12px 0 0;
}

#td_main_center{
	width: 100%;
	display: block;
}

#td_main_left{
	width: 100%;
	display: block;
}

#td_main_right{
	width: 100%;
	display: block;
}

#tb_main .td_sp{
	display: block;
}

#tb_main .tr_sp{
	display: block;
}

#tb_main .midasi1{
	font-size: 1em;
}

#tb_main .midasi2{
	font-size: 1em;
}

#random{
	text-align: center;
	margin: 24px auto 12px;
}

#random .rand_img{
	display: block !important;
	margin: 0 auto 0;
	text-align: center;
	width: 100% !important;
}

#random .rand_img_photo{
	margin: 20px auto 0;
	width: 100%;
}

#random .rand_img_photo img{
	max-width: 100% !important;
	height: auto !important;
	width /***/:auto !important;
}

#random .rand_img_naiyou{
	margin: 6px auto 0;
}

#list_ct{
	text-align: left;
	display: none;
}

#list_ct ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#list_ct li{
	margin: 0;
	padding: 0;
}

#list_ct li a:before{
	content: "\f0da";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	margin-right: 6px;
	margin-left: 8px;
}

#list_ct li:first-child{
	display: none;
}

#list_ct li:first-child a{
}

#list_ct li:last-child a{
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
}

#list_ct li a:hover{
	color: #f30;
}

#list_ct .ct_count{
	display: none;
}

#list_ct .ct_count_in{
	margin-left: 4px;
	font-size: 0.9em;
	color: #444;
}

#list_ct a{
	display: block;
	font-size: 14px;
	height: 36px;
	padding-top: 18px;
	text-decoration: none;
	border: 1px solid #ccc;
	border-top: 0;
	background: #fff;
}

#list_ct_menu{
	display: block;
	cursor: pointer;
	font-size: 16px;
	height: 36px;
	padding-top: 17px;
	padding-left: 8px;
	background: #eef5ff;
	text-align: left;
	border-right: 1px solid #c1d5f4;
	border-bottom: 1px solid #c1d5f4;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}

#search_box select{
	width: 100%;
	margin: 0 0 6px;
	height: 45px;
	font-size: 100%;
	padding: 12px 50px 12px 12px;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: .01px;
	text-overflow: "";
	background: #fff url(select_arrow.jpg) no-repeat right;
}

#search_box input{
	outline: none;
	background: none;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#search_box input{
	width: 100%;
	font-size: 100%;
	margin: 0 0 6px;
	padding: 12px;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#search_box input[type="submit"]{
	cursor: pointer;
	background: #ccc;
}

#sub_menu{
}

#sub_menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sub_menu li{
	margin: 0;
	padding: 0;
}

#sub_menu a:before{
	content: "\f0da";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	margin-right: 6px;
	margin-left: 8px;
}

#sub_menu li:first-child a{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}

#sub_menu li:last-child a{
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
}

#sub_menu li a:hover{
	color: #f30;
}

#sub_menu a{
	display: block;
	font-size: 16px;
	height: 36px;
	padding-top: 17px;
	text-decoration: none;
	border-right: 1px solid #c1d5f4;
	border-bottom: 1px solid #c1d5f4;
	background: #eef5ff;
}

input#btn_regist{
	outline: none;
	background: none;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input#btn_regist{
	width: 100%;
	font-size: 100%;
	margin: 0 0 6px;
	padding: 12px;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	cursor: pointer;
	background: #ccc;
}

#div_regist input{
	outline: none;
	background: none;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#div_regist input{
	width: 74%;
	font-size: 100%;
	padding: 12px;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#div_regist input[type="submit"]{
	cursor: pointer;
	background: #ccc;
	width: 24%;
}

#form_regist{
}

#form_regist tr{
	display: block;
}

#form_regist th{
	display: block;
	text-align: left !important;
	padding: 20px 0 4px !important;
	font-weight: normal;
	color: #006660;
}

#form_regist td{
	display: block;
	text-align: left !important;
	padding: 0 !important;
}

#form_regist .form_regist_midasi{
	padding: 6px !important;
}

#form_regist font{
	display: block;
	font-size: 0.8em;
}

#form_regist select{
	width: 100%;
	margin: 0 0 6px;
	height: 45px;
	font-size: 100%;
	padding: 12px 50px 12px 12px;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: .01px;
	text-overflow: "";
	background: #fff url(select_arrow.jpg) no-repeat right;
}

#form_regist select#Ftime1, #form_regist select#Ftime2{
	width: 30%;
}

#form_regist input:not([type="file"]), #form_regist textarea{
	outline: none;
	background: none;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#form_regist input:not([type="file"]){
	width: 100%;
	font-size: 100%;
	padding: 12px;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#form_regist textarea{
	width: 100%;
	font-size: 100%;
	padding: 12px;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#form_regist input[type="submit"]{
	cursor: pointer;
	background: #ccc;
	width: 72%;
}

#form_regist input[type="reset"]{
	cursor: pointer;
	width: 22%;
	margin-left: 6px;
}

#form_regist select#Fage{
	width: 42%;
	margin-right: 6px;
}

.form_user input{
	outline: none;
	background: none;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form_user input{
	width: 100%;
	font-size: 100%;
	padding: 12px;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 4px 0 0;
}

.form_user input[type="submit"]{
	cursor: pointer;
	background: #ccc;
	margin: 2px 0 0;
}

.form_user input[type="button"]{
	cursor: pointer;
	background: #ccc;
}

#list_image tr{
	display: block;
}

#list_image td{
	display: block;
}

#list_image img{
	max-width: 100% !important;
	height: auto !important;
	width /***/:auto !important;
}

#tb_disp{
	width: 100%;
}

#tb_disp img{
	max-width: 100% !important;
	height: auto !important;
	width /***/:auto !important;
}

#tb_disp_2{
}

#tb_disp_2 tr{
	display: block;
}

#tb_disp_2 td{
	display: block;
	text-align: left !important;
	margin-top: 12px;
}

#form_ment input{
	outline: none;
	background: none;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#form_ment input{
	width: 100%;
	font-size: 100%;
	padding: 12px;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 4px 0 0;
}

#form_ment input[type="submit"]{
	cursor: pointer;
	background: #ccc;
}

#form_ment select{
	width: 100%;
	margin: 4px 0 6px;
	height: 45px;
	font-size: 100%;
	padding: 12px 50px 12px 12px;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: .01px;
	text-overflow: "";
	background: #fff url(select_arrow.jpg) no-repeat right;
}

#form_res_mail{
	margin-bottom: 20px;
}

#form_res_mail input{
	outline: none;
	background: none;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#form_res_mail input{
	width: 100%;
	font-size: 100%;
	padding: 12px;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 4px 0 0;
}

#form_res_mail input[type="submit"]{
	cursor: pointer;
	background: #ccc;
}

#form_res_ques{
	margin-bottom: 20px;
}

#form_res_ques tr{
	display: block;
}

#form_res_ques td{
	display: block;
	text-align: left !important;
	padding: 0 !important;
}

#form_res_ques select{
	width: 100%;
	margin: 4px 0 20px;
	height: 45px;
	font-size: 100%;
	padding: 12px 50px 12px 12px;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: .01px;
	text-overflow: "";
	background: #fff url(select_arrow.jpg) no-repeat right;
}

#form_res_ques input, #form_res_ques textarea{
	outline: none;
	background: none;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#form_res_ques input{
	width: 100%;
	font-size: 100%;
	padding: 12px;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 4px 0 20px;
}

#form_res_ques textarea{
	width: 100%;
	font-size: 100%;
	padding: 12px;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#form_res_ques input[type="submit"]{
	cursor: pointer;
	background: #ccc;
	width: 72%;
}

#form_res_ques input[type="reset"]{
	cursor: pointer;
	width: 22%;
	margin-left: 6px;
}

#formWrap{
	width: 100%;
}

table.formTable{
}

table.formTable tr{
	display: block;
}

table.formTable td, table.formTable th{
	border: none;
	padding: 0;
	display: block;
	width: 100%;
}

table.formTable th{
	background: #fff;
}

#formWrap select{
	width: 80%;
	margin: 4px 0 20px;
	height: 45px;
	font-size: 100%;
	padding: 12px 50px 12px 12px;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: .01px;
	text-overflow: "";
	background: #fff url(select_arrow.jpg) no-repeat right;
}

#formWrap input[type="text"], #formWrap input[type="submit"], #formWrap input[type="reset"], #formWrap textarea{
	outline: none;
	background: none;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#formWrap input[type="text"], #formWrap input[type="submit"], #formWrap input[type="reset"]{
	width: 80%;
	font-size: 100%;
	padding: 12px;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 4px 0 20px;
}

#formWrap textarea{
	width: 100%;
	font-size: 100%;
	padding: 12px;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-top: 4px;
}

#formWrap input[type="submit"]{
	cursor: pointer;
	background: #ccc;
	width: 70%;
}

#formWrap input[type="reset"]{
	cursor: pointer;
	width: 24%;
	margin-left: 6px;
}

#formWrap2{
	width: 100%;
}

table.formTable2{
 width: 100%;
}

table.formTable2 tr{
	display: block;
}

table.formTable2 td, table.formTable2 th{
	border: none;
	padding: 0;
	display: block;
	width: 100%;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

table.formTable2 th{
	background: #efefef;
	padding: 6px;
	font-weight: normal;
}

table.formTable2 td{
	margin: 4px 0 20px;
}

#formWrap2 input[type="submit"], #formWrap2 input[type="button"]{
	outline: none;
	background: none;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#formWrap2 input[type="submit"], #formWrap2 input[type="button"]{
	width: 100%;
	font-size: 100%;
	padding: 12px;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 6px 0 0;
}

#formWrap2 input[type="submit"]{
	cursor: pointer;
	background: #ccc;
	width: 100%;
}

#formWrap2 input[type="button"]{
	cursor: pointer;
	width: 100%;
}

.form_radio_check ul{
	list-style: none;
	margin: 4px auto 25px;
	padding: 0;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #b3b3b3;
}

.form_radio_check ul li{
	padding: 0;
	margin: 0;
	position: relative;
}

.form_radio_check input{
	position: absolute;
	top:-5px;
	width: 100%;
}

.form_radio_check input[type="radio"]{
	opacity : 0;
	width: 100%;
	height: 100%;
	padding: 0;
}

.form_radio_check input[type="radio"] + label{
	display: block;
	background: URL(radio_off.png) no-repeat 98% center;
	background-size: 35px;
	border-bottom: 1px solid #b3b3b3;
	padding: 12px 20px 12px 12px;
	color: #555;
	text-decoration: none;
}

.form_radio_check input[type="radio"]:checked + label{
	background: URL(radio_on.png) no-repeat 98% center;
	background-size: 35px;
}

.form_radio_check input[type="checkbox"]{
	opacity : 0;
	width: 100%;
	height: 100%;
	padding: 0;
}

.form_radio_check input[type="checkbox"] + label{
	display: block;
	background: URL(check_off.png) no-repeat 98% center;
	background-size: 35px;
	border-bottom: 1px solid #b3b3b3;
	padding: 12px 20px 12px 12px;
	color: #555;
	text-decoration: none;
}

.form_radio_check input[type="checkbox"]:checked + label{
	background: URL(check_on.png) no-repeat 98% center;
	background-size: 35px;
}

.form_radio_check li:last-child label{
	border-bottom:none;
}

.ad_pc{
	display: none;
}

.ad_sp{
	display: block;
}
