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


html,body {
	background: #a6251a;
	width: 100%;
	margin: 0px;
	-webkit-text-size-adjust: none;
    font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.float_clear {
	clear: both;
	height: 0px;
	visibility: hidden;
	_margin-top: -23px;
}

.l {
	float: left;
}

.r {
	float: right;
}

.c {
	display: block !important;
	margin: 0px auto !important;
	text-align: center;
}

.c10 {
	margin: 0px auto;
	text-align: center;
    padding: 10px;
}

* {
	<!-- color: #333; -->
	font-size: 14px;
	font-style:normal;
	letter-spacing: 0.07em;
	word-wrap:break-word;
	word-break: normal;
	list-style: none;
	//text-align: justify;
	//text-justify: inter-ideograph;
	//-ms-text-justify: inter-ideograph;
	text-align: left;
}

img {
	vertical-align: bottom;
}

br { letter-spacing:0; }

a, .article_box .in_box ul li a {
	text-decoration: none;
	transition-property: color, background;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	-moz-transition-property: color, background;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: linear;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	-o-transition-property: color, background;
	-o-transition-duration: 0.2s;
	-o-transition-timing-function: linear;
	-ms-transition-property: color, background;
	-ms-transition-duration: 0.2s;
	-ms-transition-timing-function: linear;
	color: #a6251a;
	outline: none;
}

a:hover, .article_box .in_box ul li a:hover {
	text-decoration: underline;
	color: #a6251a;
}

a, input.button, .gb_buttons {
	transition-property: opacity;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: linear;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	-o-transition-property: opacity;
	-o-transition-duration: 0.2s;
	-o-transition-timing-function: linear;
	-ms-transition-property: opacity;
	-ms-transition-duration: 0.2s;
	-ms-transition-timing-function: linear;
    -webkit-appearance: none;
}

a:hover, input.button:hover, .gb_buttons:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";

}

.red {
	color: #C1272D !important;
	font-weight: bold !important;
}

span.red {
	font-size: 14px;
	display: inline-block;
    color: #fff !important;
    background: #C1272D;
    margin: 0 0 10px;
    padding: 5px 10px;
    line-height: 18px;
    
    border: 1px solid #fff;
    
    border-radius: 4px;
	
}

span.post_red {
	font-size: 10px;
	display: inline-block;
    color: #C1272D;
}

.main_red {
	color: #a6251a;
}

.h1 {height:1px;width:100%;display:block;}
.h3 {height:3px;width:100%;display:block;}
.h5 {height:5px;width:100%;display:block;}
.h10 {height:10px;width:100%;display:block;}
.h15 {height:15px;width:100%;display:block;}
.h20 {height:20px;width:100%;display:block;}
.h25 {height:25px;width:100%;display:block;}
.h30 {height:30px;width:100%;display:block;}
.h35 {height:35px;width:100%;display:block;}
.h40 {height:40px;width:100%;display:block;}
.h45 {height:45px;width:100%;display:block;}
.h50 {height:50px;width:100%;display:block;}
.h55 {height:55px;width:100%;display:block;}
.h60 {height:60px;width:100%;display:block;}

/* ▼▼▼▼▼▼▼▼▼▼▼▼common▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

#wrap {
	width: 100%;
	min-width:0px;
	height: auto;
	margin: 0px auto;
}

header {
	background: #fff;
    padding: 0px 10px;
}

#header_inner {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 1030px;
	padding: 0px 0px 3px;
	margin: 0px auto;
}

#header_inner #logo_zone {
	float:left;
    margin-top:15px;
    margin-right:15px;
    margin-bottom:20px;
    margin-left:0px;
    padding: 0px 0px 0px 0px;
    position: relative;
}

#header_inner #nav_zone {
	float:right;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 23px;
    margin-left: 10px;
}

header #header_inner h1 {
	display: block;
	float: left;
	margin: 17px 0px 0px 0px;
}

header #header_inner h1 img {
	display: block;
	width: 152px;
}

header #header_inner p {
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	font-size: 9px;
    
	color: #a6251a;
	font-weight: normal;
    float: left;
    display: inline-block;
}

header #header_inner p.ttl {
	position: absolute;
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	font-size: 9px;
	color: #a6251a;
	font-weight: normal;
    top: 0px;
    left: 0px;
    display: inline-block;
    white-space: nowrap;
}



header #header_inner a.head_btn {
	display: none;
    background: #a6251a;
	width: 150px;
	height: auto;
	margin: 0px 0px 0px 20px;
    padding: 10px 0px 10px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	float: right;
    text-align: center;
    
    border-radius: 4px;
    
    -moz-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-webkit-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-o-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-ms-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;

}



header #header_inner a.head_btn:hover {
	text-decoration: none;
}









header #header_inner a.btn_agency {
	display: none;
    background: #f2e3cf;
	width: 150px;
	height: auto;
	margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px;
	font-size: 12px;
	color: #a6251a;
	font-weight: bold;
	float: right;
    text-align: center;
    
    border-radius: 4px;

}



header #header_inner a.btn_agency:hover {
	text-decoration: none;
}





#nav_box {
	margin: 5px 0px 0px;
}

nav#g_nav  {
	display: inline-block;
	float: right;
	margin: 0px 0px 0;
}

nav#g_nav ul li {
	float: left;
}

nav#g_nav ul li a {
	font-size: 12px;
	display: block;
	color: #a6251a;
	letter-spacing: 0.1em;
	padding: 0px;
    font-weight: bold;
    margin: 20px 0px 0px 30px;
}

#logo_right_zone {
	float:left;
    height: 106px;
    width: auto;
    margin: 0px 0px 0px;
    display: table;
    max-width: 210px;
}

#header_inner #logo_right_zone .cell {
	display: table-cell;
	vertical-align: middle;
    text-align: center;
}

#header_inner #logo_right_zone p {
	background: #f2e3cf;
    border: 1px solid #fff;
    border-radius: 4px;
    
    color: #a6251a;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin: 11px 0px 0px;
    padding: 4px 10px 4px;
    text-align: center;
    float: none;
    display: inline-block;
    max-width: 220px;
    
    box-shadow: none !important;
    letter-spacing:0.03em;
}

#header_inner #logo_right_zone p span {
    color: #a6251a;
    font-size: 10px;
    font-weight: normal;
    letter-spacing:0.03em;
}

#header_inner #logo_right_zone a {
	background: #f7931e;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
    
    border-radius: 4px;
    
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 19px;
    margin: 12px 0px 0px;
    padding: 6px 8px;
    text-align: center;
    float: none;
    display: inline-block;
    
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    max-width: 220px;
}

#header_inner #logo_right_zone a.ha_bt {
	background: #D8D8D8 !important;
    
}

#header_inner #logo_right_zone a:hover {
	text-decoration: none;
}

@media screen and (max-width: 530px) {
#header_inner {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 1030px;
	padding: 0px 0px 1px;
	margin: 0px auto;
}

#header_inner #logo_zone {
	float:left;
    width: auto;
    text-align: left;
    margin-top:0px;
    margin-right:15px;
    margin-bottom:0px;
    margin-left:0px;
    padding: 9px 0px 5px 0px;
    position: relative;
}

#header_inner #nav_zone {
	float:none;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 23px;
    margin-left: 10px;
}

header #header_inner h1 {
	display: inline-block;
	float: none;
	margin: 17px 0px 0px 0px;
}

header #header_inner h1 a {
	display: inline-block;
	width: 120px;
    margin: 0px;
}

header #header_inner h1 img {
	display: block;
	width: 100%;
    margin: 0px;
}

header #header_inner p.ttl {
	position: absolute;
    text-align: left;
	width: 100%;
	height: auto;
	margin: 0px;
	font-size: 9px;
	color: #a6251a;
	font-weight: normal;
    display: block;
    white-space: nowrap;
    top: 11px;
    letter-spacing: 0.02em;
}

#logo_right_zone {
	float:none;
    height: auto;
    width: auto;
    margin: 0px 0px 0px;
    display: block;
    max-width: 100%;
    text-align: center;
}

.sp_nodisp {
	display: none !important;
}

#header_inner #logo_right_zone .cell {
	display: inline-block;
	vertical-align: middle;
    text-align: center;
    margin: 0px 0 0;
    float: right;
}



#header_inner #logo_right_zone p {
    float: none;
    margin: 20px 0px 0px;
    padding: 3px 5px 4px;
    max-width: 220px;
}

#header_inner #logo_right_zone a {
    float: none;
    margin: 27px 0px 0px;
    padding: 6px 4px;
    max-width: 220px;
}

#header_inner #logo_right_zone .prefcell p {
    margin: 31px 0 0;
}

#header_inner #nav_zone {
	float:none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
}




#title_zone {
	height: 355px;
	overflow: hidden;
	padding: 0px 0px 0px;
	margin: 0px 0px 0px;
}

.flexslider {
	
	margin: 0px auto;
	
	-moz-box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
}

#title_zone img {
	width: 100%;
}

.flexslider .flex-control-paging li a {
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3), 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3), 0px 0px 2px rgba(255,255,255,0.7);
	-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3), 0px 0px 2px rgba(255,255,255,0.7);
	-ms-box-shadow: inset 0 0 3px rgba(0,0,0,0.3), 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3), 0px 0px 2px rgba(255,255,255,0.7);
}

#contents_wrap {
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px 0px;
	background: #e3cdaf;
    overflow: hidden;
}

#main_contents {
	position: relative;
	padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
	height: auto;
	z-index: 1px;
	max-width: 1030px;
	min-width: 0px;
	margin: 0px auto;
}

ul#main_section {
	margin-right: -10px;
    overflow: visible !important;
    width: calc(100% - 250px);
    float: left;
}

ul#main_section li.section_item {
    margin: 0 10px 0px 0px;
}

ul.main_section_bt {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 250px);
    float: left;
}
ul.main_section_bt li.section_item {
    margin: 0 10px 0px 0px;
}


ul#head_section {
	margin-right: -10px;
    overflow: visible !important;
}

ul#head_section li.section_item {
    margin: 0 10px 0px 0px;
}


.c_zone {
	position: relative;
}

.section_item h1 {
	display: block;
	background: #a6251a;
    color: #fff;
    text-align: center;
    padding: 15px 10px 15px;
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    
    border-radius: 8px;

    position: relative;
    
}

.box_one {
	width: 250px;
    
    margin: 0px 0px 25px;
}

.box_two {
	width: 510px;
    
    margin: 0px 0px 25px;
}

.box_336 {
	width: 336.6px;
    
    margin: 0px 0px 25px;
}

#job_box {
	overflow: hidden;
}

#job_box .box_two {
    min-height: 348px;
}

.box_three {
	width: 770px;
    
    margin: 0px 0px 25px;
}

.box_four {
	width: 1030px;
    
    margin: 0px 0px 25px;
}

.in_box {
	background: #fff;
    padding: 10px;
    margin: 0px;
    font-size: 12px;
    
    border-radius: 8px;

    position: relative;
}



section#pref_box .in_box {
	background: #fff;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    height: 290px;
}

section#map_box .in_box {
	background: #aadaff;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    height: 290px;
}

.c_zone .in_box {
	background: #fff;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    height: 290px;
}

.scroll_ul {
	position:relative;
    -webkit-overflow-scrolling:touch;
}

section#pref_box .in_box img {
	width: 100%;
}

section#map_box .in_box img {
	width: 100%;
}

section#job_box .in_box {
	background: none;
    padding: 0px;
    margin: 0px;
    
    border-radius: 0;
    
    -moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

section#job_box h1 {
    margin: 0px 0px 0px 0px;
}

section#search_box .in_box {
	height: 270px;
}

ul#job_list {
	margin-right: -10px;
    overflow: visible !important;
}

ul#job_list li.job_item {
	position: relative;
	display: block;
	background: none;
    padding: 0px;
    margin: 10px 10px 0px 0;
    width: 120px;
    height: 140px;
    
    border-radius: 8px;

    overflow: hidden;
	z-index: 1;
    float: left;
}

ul#job_list li.job_item .job_bg {
	background: #a6251a;
	background: rgba(166,37,26,0.6);
	position: absolute;
    height: auto;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

ul#job_list li.job_item .job_bg h2 {
	font-size: 10px;
    color: #fff;
    font-weight: bold;
    margin: 10px 0px 0px;
    text-align: center;
    padding: 0px 10px;
}

ul#job_list li.job_item .job_bg p {
	font-size: 10px;
    color: #faf3b0;
    font-weight: bold;
    margin: 10px 0px 10px;
    text-align: center;
    padding: 0px 10px;
}

ul#job_list li.job_item .job_bg p.job_detail {
	font-size: 10px;
    color: #fff;
    font-weight: normal;
    margin: 0px;
    padding: 0px 10px 0px;
    text-align: left;
    height: 0px;
}

ul#job_list li.job_item a img {
	position: absolute;
    
    z-index: 1;
}

ul#job_list li.job_item .job_bg p, ul#job_list li.job_item .job_bg h2 {
	position: relative;
    z-index: 10;
    line-height: 12px;
}

ul#job_list li.job_item a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

ul#job_list li.job_item a {
	display: block;
    border-radius: 8px;
    overflow: hidden;
}

.in_box .text_zone h2 {
	color: #a6251a;
	padding: 13px 15px 0px;
    font-size:14px;
    line-height:20px;
    word-break: break-all;
}

.in_box .text_zone p {
	padding:10px 15px 10px;
    line-height: 18px;
    font-size:12px;
    word-break: break-all;
}

a.contents_link:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

#media_box h1 {
	background: #a6251a;
    color: #fff;
}

.cont_box h1 {
	background: #a6251a;
    color: #fff;
}


#news_box h1 {
	background: #f15a24;
    color: #fff;
}

#prefrank_box h1 {
	background: #d4145a;
    color: #fff;
}

#google_box h1 {
	background: #0071bc;
    color: #fff;
}

#ouen_box h1 {
	background: #009245;
    color: #fff;
}

section.movie h1 {
	background: #0058ae !important;
    color: #fff !important;
    font-size: 14px !important;
}

section.movie .in_box ul li a h2 {
	color: #0058ae;
}

section.movie .in_box ul li a:hover {
	background: #0058ae;
}

section.urabana h1 {
	background: #bf8900 !important;
    color: #fff !important;
    font-size: 14px !important;
}

section.urabana .in_box ul li a h2 {
	color: #bf8900;
}

section.urabana .in_box ul li a:hover {
	background: #bf8900;
}

section.orng h1 {
	background: #ca6624 !important;
    color: #fff !important;
    font-size: 14px !important;
}

section.orng .in_box ul li a h2 {
	color: #ca6624;
}

section.orng .in_box ul li a:hover {
	background: #ca6624;
}

section.tpcs h1 {
	background: #0071bc !important;
    color: #fff !important;
    font-size: 14px !important;
}

section.tpcs .in_box ul li a h2 {
	color: #0071bc;
}

section.tpcs .in_box ul li a:hover {
	background: #0071bc;
}

section.skn h1 {
	background: #177987 !important;
    color: #fff !important;
    font-size: 14px !important;
}

section.skn .in_box ul li a h2 {
	color: #177987;
}

section.skn .in_box ul li a:hover {
	background: #177987;
}

section.midori h1 {
	background: #008044 !important;
    color: #fff !important;
    font-size: 14px !important;
}

section.midori .in_box ul li a h2 {
	color: #008044;
}

section.midori .in_box ul li a:hover {
	background: #008044;
}

section.meisai h1 {
	background: #008044 !important;
    color: #fff !important;
    font-size: 14px !important;
}

section.meisai .in_box {
	background: #008044;
}

section.meisai .in_box .text_zone {
	border-top: 3px solid #008044;
}

section.meisai .in_box .text_zone h2 {
	color: #008044;
}


section.orng h1 {
	background: #ca6624 !important;
    color: #fff !important;
    font-size: 14px !important;
}

section.orng .in_box {
	background: #ca6624;
}

section.orng .in_box .text_zone {
	border-top: 3px solid #ca6624;
}

section.orng .in_box .text_zone h2 {
	color: #ca6624;
}

section.tpcs h1 {
	background: #0071bc !important;
    color: #fff !important;
    font-size: 14px !important;
}

section.tpcs .in_box {
	background: #0071bc;
}

section.tpcs .in_box .text_zone {
	border-top: 3px solid #0071bc;
}

section.tpcs .in_box .text_zone h2 {
	color: #0071bc;
}

section.skn h1 {
	background: #177987 !important;
    color: #fff !important;
    font-size: 14px !important;
}

section.skn .in_box {
	background: #177987;
}

section.skn .in_box .text_zone {
	border-top: 3px solid #177987;
}

section.skn .in_box .text_zone h2 {
	color: #177987;
}




section.app h1 {
	background: #cd3b00 !important;
    color: #fff !important;
    font-size: 14px !important;
}

section.app .in_box {
	background: #cd3b00;
}

section.app .in_box .text_zone {
	border-top: 3px solid #cd3b00;
}

section.app .in_box .text_zone h2 {
	color: #cd3b00;
}

section.bspot h1 {
	background: #bf8900 !important;
    color: #fff !important;
    font-size: 14px !important;
}

section.bspot .in_box {
	background: #bf8900;
}

section.bspot .in_box .text_zone {
	border-top: 3px solid #bf8900;
}

section.bspot .in_box .text_zone h2 {
	color: #bf8900;
}


section.senryu h1 {
	background: #0071bc !important;
    color: #fff !important;
    font-size: 14px !important;
}

section.senryu .in_box {
	background: #0071bc;
}

section.senryu .in_box .text_zone {
	border-top: 3px solid #0071bc;
}

section.senryu .in_box .text_zone h2 {
	color: #0071bc;
}


section.dictionary h1 {
	background: #0071bc !important;
    color: #fff !important;
    font-size: 14px !important;
}

section.dictionary .in_box ul li a h2 {
	color: #0071bc;
}

section.dictionary .in_box ul li a:hover {
	background: #0071bc;
}



section.kanri h1 {
	background: #177987 !important;
    color: #fff !important;
    font-size: 14px !important;
}

section.kanri .in_box ul li a h2 {
	color: #177987;
}

section.kanri .in_box ul li a:hover {
	background: #177987;
}

section.uranai h1 {
	background: #9c2d6f !important;
    color: #fff !important;
    font-size: 14px !important;
}

section.uranai .in_box {
	background: #9c2d6f;
}

section.uranai .in_box .text_zone {
	border-top: 3px solid #9c2d6f;
}

section.uranai .in_box .text_zone h2 {
	color: #9c2d6f;
}

section.present h1 {
	background: #5f960d !important;
    color: #fff !important;
    font-size: 14px !important;
}

section.present .in_box {
	background: #5f960d;
}

section.present .in_box .text_zone {
	border-top: 3px solid #5f960d;
}

section.present .in_box .text_zone h2 {
	color: #5f960d;
}

section.gyoukai h1 {
	background: #ca6624 !important;
    color: #fff !important;
    font-size: 14px !important;
}

section.gyoukai .in_box ul li a h2 {
	color: #ca6624;
}

section.gyoukai .in_box ul li a:hover {
	background: #ca6624;
}

section.p_cv h1 {
	background: #736357 !important;
    color: #fff !important;
    font-size: 14px !important;
}

section.p_cv .in_box {
	background: #736357;
}

section.p_cv .in_box .text_zone {
	border-top: 3px solid #736357;
}

section.p_cv .in_box .text_zone h2 {
	color: #736357;
}



.p_hashimoto a h1 {
    background: #932e44;
}
.p_hashimoto .in_box .text_zone {
	border-top: 3px solid #932e44;
}
.sec .p_hashimoto h2.sech2 {
    color: #932e44;
}
.p_hashimoto .in_box .text_zone p {
    color: #000;
}

.p_haisha a h1 {
    background: #40d4e2;
}
.p_haisha .in_box .text_zone {
	border-top: 3px solid #40d4e2;
}
.sec .p_haisha h2.sech2 {
    color: #40d4e2;
}
.p_haisha .in_box .text_zone p {
    color: #000;
}

.p_nariagar a h1 {
    background: #974398;
}
.p_nariagar .in_box .text_zone {
	border-top: 3px solid #974398;
}
.sec .p_nariagar h2.sech2 {
    color: #974398;
}
.p_nariagar .in_box .text_zone p {
    color: #000;
}

.p_kaitaishinsha a h1 {
    background: #736357;
}
.p_kaitaishinsha .in_box .text_zone {
	border-top: 3px solid #736357;
}
.sec .p_kaitaishinsha h2.sech2 {
    color: #736357;
}
.p_kaitaishinsha .in_box .text_zone p {
    color: #000;
}

.p_research a h1 {
    background: #a6251a;
}
.p_research .in_box .text_zone {
	border-top: 3px solid #a6251a;
}
.sec .p_research h2.sech2 {
    color: #a6251a;
}
.p_research .in_box .text_zone p {
    color: #000;
}




#media_box .in_box {
	background: #a6251a;
}

.cont_box .in_box {
	background: #a6251a;
}

#news_box .in_box {
	background: #f15a24;
}

#prefrank_box .in_box {
	background: #d4145a;
}

section#google_box .in_box {
	background: #0071bc;
}

#ouen_box .in_box {
	background: #009245;
}

#media_box .in_box .text_zone {
	border-top: 3px solid #a6251a;
}

.cont_box .in_box .text_zone {
	border-top: 3px solid #a6251a;
}

#news_box .in_box .text_zone {
	border-top: 3px solid #f15a24;
}

#prefrank_box .in_box .text_zone {
	border-top: 3px solid #d4145a;
}

#google_box .in_box .text_zone {
	border-top: 3px solid #0071bc;
}

#ouen_box .in_box .text_zone {
	border-top: 3px solid #009245;
}

#media_box .in_box .text_zone h2 {
	color: #a6251a;
}

.cont_box .in_box .text_zone h2 {
	color: #a6251a;
}

#news_box .in_box .text_zone h2 {
	color: #f15a24;
}

#prefrank_box .in_box .text_zone h2 {
	color: #d4145a;
}

#google_box .in_box .text_zone h2 {
	color: #0071bc;
}

#ouen_box .in_box .text_zone h2 {
	color: #009245;
}

.c_zone .contents_link {
	display: block;
    position: relative;
	width:250px;
    height:290px;
    overflow: hidden;
}

.c_zone .contents_link img {
	position: absolute;
    z-index: 1;
}

.c_zone .contents_link .text_zone {
	background: #fff;
	background: rgba(255,255,255,0.93);
	position: absolute;
    height: 145px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 2;
}


.article_box .in_box {
    padding: 0px;
    background: none;
}



.article_box .in_box ul {
	margin: 0px 0px 0px;
}

.article_box .in_box ul li a {
	display: block;
	background: #ededed;
    padding: 0px;
    line-height: 18px;
    margin: 0px 0px 10px;
    color: #a6251a;
    
    border-radius: 8px;

}

.article_box .in_box ul li:last-child a {
    margin: 0px 0px 0px;
}

.article_box .in_box ul li a.even {
	background: #fff;
}

.article_box .in_box ul li a:hover {
	background: #a6251a;
    text-decoration: none;
    color: #fff;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.article_box h1 {
    color: #fff;
    background: #a6251a;
}

.article_box .in_box ul li a h2 {
    color: #a6251a;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 15px 10px;
    
    background: none;
    margin: 0 0 0px;
    
    border-radius: none;
    box-shadow: none;
    
}

.article_box .in_box ul li a p {
    font-size: 12px;
    line-height: 18px;
    padding: 0px 15px 10px;
}

.article_box .in_box ul li a:hover h2 {
    color: #fff;
}

.article_box .in_box ul li a:hover p {
    color: #fff;
}

.article_box .in_box ul li a:hover p strong {
    color: #fff;
}



.article_box .sp_none .in_box {
    padding: 10px;
    background: #fff;
    margin: 0px 0px 0px 0px;
}

.article_box .pc_none .in_box {
    padding: 0px;
    background: none;
    margin-top: 10px;
}

.article_box .pc_sp .in_box {
    padding: 0px;
    background: none;
    margin-top: 10px;
}


.article_box .in_box ul li a p.date_p, .article_box .in_box ul li a p.date_p {
	padding: 10px 15px 0px;
}

.article_box .in_box ul li a p.date_p span, .article_box .in_box ul li a p.date_p span, p.date_p_post span {
	background: #ffc72b;
    color: #cc3f3f;
    display: inline-block;
    font-size: 10px;
    font-weight: bold !important;
    line-height: 12px;
    margin: 0 0 0 3px;
    padding: 2px 5px;
    vertical-align: top;
    border-radius: 3px;
    
    box-shadow : 0px 1px 0px #b58600;
}

.new_m {

    border-radius: 3px;
    
    background: #ffc72b;
    color: #cc3f3f;
    display: inline-block;
    font-size: 8px;
    font-weight: bold;
    line-height: 12px;
    margin: 0 0 3px 5px;
    padding: 0px 3px 0;
    vertical-align: middle;
    
    box-shadow : 0px 1px 0px #b58600;
}


span.yougo {
	background: #a6251a;
    color: #faf3b0;
    display: inline-block;
    font-size: 14px;
    font-weight: bold !important;
    line-height: 10px;
    margin: 0px 0px 10px;
    padding: 6px 10px 5px;
    vertical-align: top;
    border-radius: 3px;
}



p.rank_p {
	color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    padding: 15px;
}

#prefrank_box .text_zone, #google_box .text_zone {
	overflow: auto;
    border-radius: 0px 0px 8px 8px;
}

#prefrank_box .text_zone p {
	display: block;
    padding: 13px 15px 15px 52px;
    margin: 0px;
    font-weight: bold;
    line-height: 20px;
}

#google_box .text_zone .l p {
	display: block;
    padding: 13px 10px 15px 20px;
    margin: 0px;
    font-weight: bold;
    line-height: 20px;
}

#ouen_box .text_zone {
    padding-bottom: 0px;
}

#ouen_box .text_zone a {
	display: block;
    padding: 3px 10px 2px;
    margin: 5px 17px 0px;
    font-weight: bold;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #006837;
    border-radius: 4px;
   
   -moz-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-webkit-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-o-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-ms-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
}

#ouen_box .text_zone a:first-child {
    margin: 13px 17px 0px;
    color: #fff;
    background: #f7931e;
}

#ouen_box .text_zone a:hover {
	text-decoration: none;
}

.lunch_box .in_box {
	background: none;
    padding: 0px;
    margin: 0px;
    
    border-radius: 0;
    
    -moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

.lunch_box h1 {
    margin: 0px 0px 0px 0px;
}

.lunch_box ul#job_list li.job_item .job_bg h2 {
	font-size: 10px;
    color: #faf3b0;
    font-weight: bold;
    margin: 10px 0px 10px;
    text-align: center;
    padding: 0px 10px;
}

section.photo h1 {
    background: #ca6624;
}

section.photo ul#job_list li.job_item .job_bg {
	background: #ca6626;
	background: rgba(202,102,36,0.6);
}

section#movie_box h1 {
	position: relative;
}

section#movie_box h1 a {
	position: absolute;
    right: 15px;
    top: 33%;
    font-size: 11px;
    font-weight: normal;
    color: #fff;
}

section#movie_box iframe {
	width: 100%;
    min-height: 270px;
    vertical-align: bottom;
}



section.article_box h1 {
	position: relative;
}

section.article_box h1 a {
	position: absolute;
    right: 15px;
    top: 33%;
    font-size: 11px;
    font-weight: normal;
    color: #fff;
}

section.article_box iframe {
	width: 100%;
    min-height: 270px;
    vertical-align: bottom;
}

.sp_none {
	display: block;
}

.pc_none {
	display: block;
}

.sp, .pc {
	display: none;
}



.top iframe, .work iframe, .post iframe {
	background: url("/common/img/loading.gif") no-repeat center center;
}



.post .post_c iframe {
	height: 400px;
}

.socials iframe {
	background: none;
}

.fb_box {
	height: 270px;
    overflow: hidden;
}

.fb_box iframe {
	background:none;
    height: 270px;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}







.work .box_three h1 {
	background: #a6251a;
    color: #fff;
    font-size: 18px;
    padding: 13px 10px;
    line-height: 22px;
}

.work .box_three h1 img {
    margin: -5px 0 0 5px;
    vertical-align: middle;
    width: 44px;
}



.work h2 {
	display: block;
	background: #701912;
    color: #fff;
    text-align: left;
    padding: 10px;
    margin: 0px 0px 15px 0px;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    
    border-radius: 4px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}



.work .entry_inner_left {
	float: left;
	width: 322px;
}

.work .entry_inner_right {
	float: right;
	width: 400px;
}

.work .img_box {
	background:#C7C7C7;
	width: 320px;
	height: 230px;
	border: #ccc solid 1px;
	overflow: hidden;
	position: relative;
	margin: 0px 12px 0px 0px;
	float: left;
}

.h_work .img_box {
	background:#C7C7C7;
	width: 320px;
	height: 230px;
	border: #ccc solid 1px;
	overflow: hidden;
	position: relative;
	margin: 0px 12px 10px 0px;
	float: left;
}

.work section#work_three .img_box {
	margin: 10px 12px 10px 0px;
}

.img_box img {
    position:absolute;
}

.work .entry_inner_left p {
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    margin: 8px 0 10px;
   
}

.work h3 {
	background: #e3cdaf;
	color: #701912;
    font-size: 14px;
    line-height: 21px;
    padding: 6px 10px;
    font-weight: bold;
	
    border-radius: 4px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    
	float: none;
    margin: 15px 0 5px;
	display: block;
}

section#work_one #section_job h3 {
    margin: 0px 0px 5px 0px;
}

.work .entry_inner_right section p {
	color: #701912;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    padding: 10px 10px 0;
}


table {
	width: 100%;
}

table th {
	width: 40%;
	vertical-align: middle;
	background: #E6E6E6;
	color: #4d4d4d;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	border: 1px solid #CCCCCC;
	padding: 6px;
	line-height: 20px;
}

table td {
	width: auto;
	vertical-align: middle;
	color: #4d4d4d;
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	padding: 6px;
	line-height: 20px;
}

table td strong{
	color: #F15A24;
	font-weight: bold;
	font-size: 14px;
}

table td strong.nor{
	color: inherit;
	font-weight: bold;
	font-size: inherit;
}

table td strong.col{
	color: #a6251a;
	font-weight: bold;
	font-size: inherit;
}

table td a {
	display: inline-block;
	margin: 0px;
    word-break: break-all;
}

table td ul li {
	color: #4d4d4d;
	font-weight: normal;
	font-size: 14px;
}

table td ul li span {
	color: #4d4d4d;
	font-weight: bold;
	font-size: 14px;
}




li.michieki table {
	width: 100%;
    margin: 0px auto 15px;
}

li.michieki table th {
	width: 35% !important;
	vertical-align: middle;
	background: #FFF4D9;
	color: #4d4d4d;
	font-weight: normal;
	font-size: 10px;
	text-align: right;
	border: 1px solid #bf8900;
	padding: 2px 4px;
	line-height: 13px;
}

li.michieki table td {
	width: auto;
	vertical-align: middle;
	color: #4d4d4d;
	font-weight: normal;
	font-size: 10px;
	border: 1px solid #bf8900;
	padding: 2px 4px;
	line-height: 13px;
    background: #fff;
}

.search .article_box .in_box ul li.michieki a h2 {
	padding: 13px 0px 10px;
}

.search .article_box .in_box ul li.michieki a {
	padding: 0px 15px 0px;
}

.article_box .in_box ul li.michieki a.even {

}


.work #work_two h2 {
	margin: 15px 0px 0px 0px;
}

.work #work_three h2 {
	margin: 0px 0px 0px 0px;
}

.work #work_two p, .work #work_three p, .work #work_three p {
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    padding: 8px 10px 5px;
}

.work .hw_work p {
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    padding: 8px 10px 5px;
}

.work .hw_work h2 {
    margin: 20px 0px 0px;
}

.work #work_one .in_box, .work #work_two .in_box, .work #work_three .in_box, .work #work_four .in_box, .work #work_five .in_box {
	padding: 15px;
}

.work #work_three h2 {
	margin: 15px 0px 5px 0px;
}

.work #work_three #message_one h2 {
	margin: 0px 0px 5px 0px;
}

.work #work_four h1 span {
	color: #fff;
    font-size: 12px;
    font-weight: normal;
    margin: 0px 0px 0px 10px;
}

.work #work_four #gmap iframe {
	width: 100%;
}

.work #work_four #gmap {
	
}

a.oubo_btn {
	background: #faf3b0;
    border: medium none;
    
    border-radius: 8px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    
    color: #a6251a;
    border: 3px solid #a6251a;
    cursor: pointer;
    display: block;
    font-size: 24px;
    font-weight: bold;
    height: auto;
    letter-spacing: 0.15em;
line-height: 28px;
    padding: 14px 12px 12px 10px;
    transition-duration: 0.1s;
    transition-property: background;
    transition-timing-function: linear;
    width: 200px;
    text-align: center;
    margin: 13px auto 0px;
    text-indent: 0.3em;
    
    position: relative;
}

a.oubo_btn:hover {
    background: #a6251a;
    color: #fff;
    text-decoration: none;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

a.oubo_tel_btn {
	background: #F1D7C9;
    border: medium none;
    
    border-radius: 8px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    
    color: #a6251a;
    border: 3px solid #a6251a;
    cursor: pointer;
    display: block;
    font-size: 24px;
    font-weight: bold;
    height: auto;
    letter-spacing: 0.15em;
line-height: 28px;
    padding: 14px 12px 12px 10px;
    transition-duration: 0.1s;
    transition-property: background;
    transition-timing-function: linear;
    width: 200px;
    text-align: center;
    margin: 13px auto 0px;
    text-indent: 0.3em;
}

a.oubo_tel_btn:hover {
    background: #a6251a;
    color: #fff;
    text-decoration: none;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}





a.oubo_btn_am {
	background: #a6251a;
    border: medium none;
    
    border-radius: 8px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    
    color: #fff;
    border: 3px solid #a6251a;
    cursor: pointer;
    display: block;
    font-size: 24px;
    font-weight: bold;
    height: auto;
    letter-spacing: 0.15em;
line-height: 28px;
    padding: 14px 12px 12px 10px;
    transition-duration: 0.1s;
    transition-property: background;
    transition-timing-function: linear;
    width: 200px;
    text-align: center;
    margin: 13px auto 0px;
    text-indent: 0.3em;
}

a.oubo_btn_am:hover {
    background: #f7931e;
    color: #a6251a;
    text-decoration: none;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

a.oubo_btn_am img {
    width: 100%;
    margin: -5px 0px 0px;
}

.oubo_btn_gray {
	background: #e6e6e6;
    border: medium none;
    
    border-radius: 8px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    
    color: #9a9a9a;
    border: 3px solid #9a9a9a;
    display: block;
    font-size: 24px;
    font-weight: bold;
    height: auto;
    letter-spacing: 0.15em;
line-height: 28px;
    padding: 14px 12px 12px 10px;
    transition-duration: 0.1s;
    transition-property: background;
    transition-timing-function: linear;
    width: 200px;
    text-align: center;
    margin: 13px auto 0px;
    text-indent: 0.3em;
    
    position: relative;
}


.work a.oubo_btn span, a.oubo_tel_btn span, .work a.oubo_btn_am span, .work .oubo_btn_gray span {
font-size: 12px;
color: inherit;

line-height: 16px;
margin: 10px 0 2px -3px;
display: block;
text-align: center;
}

.work a.oubo_btn span.toptxt, a.oubo_tel_btn span.toptxt, .work a.oubo_btn_am span.toptxt {
font-size: 12px;
color: inherit;

line-height: 16px;
margin: 0px 0 10px -3px;
display: block;
text-align: center;
}


p.map_address {
	display: block;
	text-align: center;
    font-size: 12px;
    margin: 10px 0px;
}

a.g_map_btn {
	background: #701912;
	color: #e3cdaf;
    font-size: 12px;
    line-height: 18px;
    padding: 6px 10px;
    font-weight: bold;
	
	float: none;
	display: block;
	width: 160px;
	margin: 10px auto 0;
	text-align: center;
	
    border-radius: 4px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

a.g_map_btn:hover {
	background: #701912;
	color: #e3cdaf;
	text-decoration: none;
}

a.s_btn {
	background: #a6251a;
	color: #faf3b0;
    font-size: 12px;
    line-height: 18px;
    padding: 6px 15px;
    font-weight: bold;
	
	float: none;
	display: inline-block;
	width: auto;
	margin: 5px auto 0;
	text-align: center;
    
    text-decoration: none;
	
    border-radius: 4px;
    
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
}

#map-canvas {
    margin:5px 5px;
    width:100%;
    height:400px;
}

.work #work_one p.date_p {
    color: #6d6d6d;
    font-size: 12px;
    text-align: right;
    display: block;
}

.work #work_one img.logo {
    max-width: 240px;
    width: 80%;
    display: block;
    margin: 15px auto 15px;
}

section.recent_keep_box ul {
	display: block;
    padding: 15px 0px 10px 0px;
}

section.recent_keep_box ul li {
	display: block;
    padding: 0px 15px 5px;
}

section.recent_keep_box ul li a .img_box {
	background: #c7c7c7;
    border: 1px solid #ccc;
    float: left;
    height: 36px;
    margin: 0 7px 0 0;
    overflow: hidden;
    position: relative;
    width: 50px;
}

section.recent_keep_box ul li a h2 {
	background: none;
    margin: 0px;
    color: #701912;
    font-size: 12px;
    padding: 0px 0px 3px;
    line-height: 17px;
    box-shadow: none;
    
    //text-align: justify;
	//text-justify: inter-ideograph;
	//-ms-text-justify: inter-ideograph;

	text-align: left;
}

section.recent_keep_box ul li a h2 span {
    font-size: 8px;
    padding: 2px 5px;
    margin: 1px 0 0 5px;
    line-height: 11px;
    box-shadow: none;
    color: #fff;
    background: #a6251a;
    display: inline-block;
    
    vertical-align: top;
    
    border-radius: 4px;
}

section.recent_keep_box ul li a {
    background: #e3cdaf;
    display: block;
    padding: 5px;
    
    border-radius: 4px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

section.recent_keep_box ul li a:hover {
    text-decoration: none;
}

section.recent_keep_box ul li a.even {
    background: #F2E3CF;
}

a.keep_btn {
	background: #d2ba85;
    border: medium none;
    
    border-radius: 4px;
    
    -moz-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-webkit-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-o-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-ms-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
    
    color: #701912;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: auto;
    letter-spacing: 0.2em;
    line-height: 29px;
    padding: 0;
    transition-duration: 0.1s;
    transition-property: background;
    transition-timing-function: linear;
    width: 196px;
    text-align: center;
    margin: 0px auto 15px;
    padding: 10px;
    text-indent: 0.3em;
}

a.keep_btn:hover {
    background: #a6251a;
    color: #fff;
    text-decoration: none;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

a.del_btn {
	margin: 15px auto 15px;
}

#keep_btn_box p {
	color: #888;
    font-size: 10px;
    line-height: 12px;
    padding: 13px 18px;
}

#keep_btn_box .c_zone .in_box, .recent_keep_box .c_zone .in_box {
	height: auto;
}

#keep_btn_box h1 {
	background: #a6251a;
    color: #fff;
}

.recent_keep_box h1 {
	background: #a6251a;
    color: #fff;
}











.search .box_three h1 {
	background: #a6251a;
    color: #fff;
    font-size: 18px;
    padding: 13px 10px;
    line-height: 22px;
}

.search .box_three h1 img {
    margin: -5px 0 0 5px;
    vertical-align: middle;
    width: 44px;
}



.search h2 {
	display: block;
	background: #701912;
    color: #fff;
  
    padding: 10px;
    margin: 0px 0px 15px 0px;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    
    border-radius: 4px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.search h2 img {
	margin: 0 0 0 5px;
    vertical-align: top;
    width: 44px;
}

.sec h2 {
	display: block;
	background: #701912;
    color: #fff;
  
    padding: 10px;
    margin: 0px 0px 15px 0px;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    
    border-radius: 4px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.sec h2 p {
    color: #fff;
}

.sec .onegai .inner {
	border-radius: 4px;
    background: #fff;
    padding: 10px;
    margin: 0px 0px 10px;
}

.sec .onegai #top-comment-nav li {
	display: inline-block;
}

.sec .onegai #comment-nav li {
	display: inline-block;
}

.sec .onegai .author {
	color: #a6251a;
}

.sec .l h2, .sec .r h2 {
	text-align: center;
}

.sec h2.sech2 {
	display: block;
	background: none;
    color: #fff;
  
    padding:13px 15px 0;
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    
    border-radius: none;
    
    -moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

.search .search_one h2 span {
	display: block;
	float: right;
    font-size: 12px;
    color: #faf3b0;
    padding: 0px 0px 0px 5px;
}

.search .search_one h2 span span {
    font-size: 10px;
    padding: 2px 5px;
    margin:2px 0 0 5px;
    line-height: 11px;
    box-shadow: none;
    color: #a6251a;
    background: #fff;
    display: inline-block;
    
    vertical-align: top;
    
    border-radius: 4px;
}


.search .entry_inner_left {
	float: left;
	width: 505px;
    padding: 0 0 7px;
    position: relative;
}

.search .entry_inner_right {
	float: right;
	width: 220px;
    padding: 0 0 7px;
}

.search .img_box {
	background:#C7C7C7;
	width: 210px;
	height: 210px;
	border: #ccc solid 1px;
	overflow: hidden;
	position: relative;
	margin: 0px 12px 5px 0px;
	float: left;
}

.search .l_img_box {
	position: absolute;
    bottom: 5px;
    right: -2px;
}

.search .img_box_l {
	background:#C7C7C7;
	width: 80px;
	height: 80px;
	border: #ccc solid 1px;
	overflow: hidden;
	position: relative;
	margin: 0px 5px 5px 5px;
	display: inline-block;
}
.search .img_box_l img {
	position: absolute;
}

.search .l_img_box .op0 {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
}


.search .entry_inner_left .txt_box {
    display: block;
    font-size: 12px;
    height: auto;
    line-height: 20px;
    overflow: hidden;
    
     width: 280px;
}

.search .citytxtbox .txt_box {
    display: block;
    font-size: 12px;
    height: auto;
    line-height: 20px;
    overflow: hidden;
    
     
}

.search .entry_inner_left p {
	margin: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.search h3 {
	background: #e3cdaf;
	color: #701912;
    font-size: 12px;
    line-height: 21px;
    padding: 4px 10px;
    font-weight: bold;
	
    border-radius: 4px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    
	float: none;
    margin: 15px 0 0;
	display: block;
}

.entry_inner_right h3.first {
    margin: 0px 0px 0px 0px;
}

.search .entry_inner_right section p {
	color: #701912;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 7px 0;
}


.search #search_two h2 {
	margin: 15px 0px 0px 0px;
}

.search #search_three h2 {
	margin: 0px 0px 0px 0px;
}

.search #search_two p, .search #search_three p, .search #search_three p {
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    padding: 8px 10px 5px;
}

.search .box_three .in_box {
	padding: 15px;
}

.search #page_navi .box_three .in_box {
	padding: 15px 15px 0px 15px;
}

.search #search_result .box_three .in_box {
	background: #fff;
}

.search #search_result .box_three .in_box p.result_title {
	background: #f2e3cf;
    
    border-radius: 4px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    
    
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    margin: 0 0 15px;
    padding: 10px;
    text-align: left;
}

.search #search_result .box_three .in_box p.result_title span {
    color: #FF7E00;
    font-weight: bold;
}


.search #search_result .box_three .in_box p.result_text {
    
    background: #f2f2f2;
    color: #a6251a;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    margin: 0;
    padding: 10px;
    text-align: center;
    border: 1px solid #E2E2E2;
}

.search #search_three h2 {
	margin: 15px 0px 5px 0px;
}

.search #search_three #message_one h2 {
	margin: 0px 0px 5px 0px;
}

.search #search_four h1 span {
	color: #fff;
    font-size: 12px;
    font-weight: normal;
    margin: 0px 0px 0px 10px;
}

.search #search_four #gmap iframe {
	width: 100%;
}

.search #search_four #gmap {
	
}

.search #search_one p.date_p {
    color: #6d6d6d;
    font-size: 12px;
    text-align: right;
    display: block;
}

.search #search_one img.logo {
    max-width: 440px;
    width: 80%;
    display: block;
    margin: 15px auto 15px;
}



.search a.oubo_btn {
    margin: 7px auto 0px;
}







.gcpost #page_navi .box_four .in_box {
	padding: 15px 15px 0px 15px;
}



.gcpost .box_four .in_box p.result_title {
	background: #f2e3cf;
    
    border-radius: 4px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    
    
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    margin: 0 0 15px;
    padding: 10px;
    text-align: left;
}

.gcpost .box_four .in_box p.result_title span {
    color: #FF7E00;
    font-weight: bold;
}


.gcpost .box_four .in_box p.result_text {
    
    background: #f2f2f2;
    color: #a6251a;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    margin: 0;
    padding: 10px;
    text-align: center;
    border: 1px solid #E2E2E2;
}




#pagenation_box {
    text-align: center;
}
#pagenation_box ul.list_nav {
    display: inline-block;
    float: none;
    height: auto;
    line-height: 19px;
    padding: 0 0 0px;
    text-align: center;
}
#pagenation_box ul.list_nav li {
    color: #701912;
    display: inline-block;
    font-size: 10px;
    margin: 0 10px 15px 0;
}
#pagenation_box ul.list_nav li a {
    background: none;
    border-radius: 4px;
    color: #701912;
    display: inline-block;
    font-weight: bold;
    height: 18px;
    margin: 0;
    padding: 3px 8px;
}
#pagenation_box ul.list_nav li b {
    background: #faf3b0;
    border-radius: 4px;
    color: #701912;
    border: 1px solid #701912;
    display: inline-block;
    font-weight: bold;
    height: 18px;
    padding: 3px 8px;
}
#pagenation_box ul.list_nav li.next a, #pagenation_box ul.list_nav li.past a {
    background: #701912;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    height: 18px;
    padding: 3px 8px;
}
#pagenation_box ul.list_nav li a:hover {
    background: #a6251a;
    color: #faf3b0;
    text-decoration: none;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}


.sec .box_two h1 {
	background: #a6251a;
    color: #fff;
    font-size: 18px;
    padding: 13px 10px;
    line-height: 22px;
}

.sec .box_336 h1 {
	background: #a6251a;
    color: #fff;
    font-size: 18px;
    padding: 13px 10px;
    line-height: 22px;
}

.fee .box_336 h2 {
	margin: 0px 0px 10px;
}

.sec .box_two .in_box {
	padding: 15px;
}

.ml10 {
	margin-left: 10px;
}

.sec .ml10 {
	margin-left: 0px;
}

.mr10 {
	margin-right: 10px;
}

.fee p.fee_midashi {
	border-radius: 4px;
    
    background: #f2e3cf;
    
    padding: 15px 15px;
    text-align: center;
    
    color: #701912;
    
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}

.fee .login1 .in_box .onegai {
	background: #E6E7FF;
}

.fee .login2 .in_box .onegai {
	background: #D4E8D4;
}

.fee .login1 h1 {
	background: #2f57a2;
    color: #fff;
}

.fee .login2 h1 {
	background: #26886D;
    color: #fff;
}

.fee .login1 .in_box .onegai strong {
	color: #06206F;
}

.fee .login2 .in_box .onegai strong {
	color: #035831;
}

.fee p.fee_midashi span.bl_btn {
    
    color: #fff;
    font-weight: bold;
    background: #2f57a2;
    margin: 3px 5px;
    padding: 3px 11px;
    
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    
    border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.fee p.fee_midashi span.gr_btn {
    
    color: #fff;
    font-weight: bold;
    background: #26886D;
    margin: 3px 5px;
    padding: 3px 11px;
    
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    
    border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    
}

.l_btn_01, .l_btn_02 {
	border-radius: 8px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
    color: #fff !important;
    display: block;
    font-size: 22px;
    height: auto;
    letter-spacing: 0.03em;
    line-height: 32px;
    margin: 5px;
    padding: 30px 10px;
    text-decoration: none  !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    width: auto;
	font-weight:bold;
    text-align: center;
    border:none;
}

.l_btn_01:hover, .l_btn_02:hover {
	color: #fff;
	cursor:pointer;
    text-decoration: none;
}

.l_btn_01 {
	background: #2f57a2;
}

.l_btn_02 {
	background: #26886D;
}

.fee .l_btn_01 span, .fee .l_btn_02 span {
    color: inherit;
    white-space: nowrap;
    line-height: inherit;
    display: inline-block;
}

.fee p.fee_midashi span.mi_ltl {
    
    color: inherit;
    
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
}

.fee p.fee_img_zone {
	border-radius: 4px;
    
    background: #f2e3cf;
    
    padding: 15px 15px;
    text-align: center;
    
    font-size: 12px;
    line-height: 22px;

}

.fee p.fee_img_zone span {
    background: #a6251a;
    
    border-radius: 8px;

    
    color: #fff;
    max-width: 200px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin: 15px auto 15px;
    padding: 15px 10px;
    text-align: center;
}


.fee p.fee_img_zone img {
	width: 100%;
    max-width:400px;
}

.fee a.oubo_btn {
    display: inline-block;
    padding: 10px 24px 10px 24px;
    width: auto;
    margin: 0px auto 0;
}

.fee a.oubo_btn span {
    color: #a6251a;
    white-space: nowrap;
    display: inline-block;
    letter-spacing: 0.2em;
    line-height: 29px;
    text-indent: 0em;
}

.fee a.oubo_btn:hover span {
    color: #fff;
}



.sec .box_three h1 {
	background: #a6251a;
    color: #fff;
    font-size: 18px;
    padding: 13px 10px;
    line-height: 22px;
}

.sec .box_three .in_box {
	padding: 15px;
}



.sec .box_four h1 {
	background: #a6251a;
    color: #fff;
    font-size: 18px;
    padding: 13px 10px;
    line-height: 22px;
}

.jbmp .box_four h1 {
	background: #e94235;
}

.sec .box_four .in_box {
	padding: 15px;
}


.jh_arrow_img {
	width: 400px;
    display: block;
    margin: 0px auto;
}


.sec p.center {
	text-align: center;
    margin: 15px 0px 0px;
}

.sec a.oubo_btn {
    display: inline-block;
    margin: 0 auto;
    padding: 10px 24px;
    width: auto;
    font-size: 22px;
}
.sec a.oubo_btn span {
    color: #a6251a;
    display: inline-block;
    letter-spacing: 0.2em;
    line-height: 29px;
    text-indent: 0;
    white-space: nowrap;
}
.sec a.oubo_btn:hover span {
    color: #fff;
}


.sec #page_navi .in_box {
	padding: 15px 15px 0px;
}




.ladies_zone .contents_link:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";

}

img.amznimg {
	width:100%;
}

body.amzn .post_c img.amznimg {
	width:100%;
}




.fee table {
	width: 100%;
}

.fee table th {
	width: auto;
	vertical-align: middle;
	background: #E6E6E6;
	color: #4d4d4d;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 6px;
	line-height: 15px;
}

.fee table td {
	width: 35%;
	vertical-align: middle;
	color: #4d4d4d;
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	padding: 6px;
	line-height: 20px;
    text-align: center;
}

table.feenew td {
	width: 60% !important;
}

.fee table th span {
	white-space: nowrap;
    color: #4d4d4d;
}

.fee table td.foot_td, .fee table.four_t td.foot_td {
	background: #faf3b0;
    color: #a6251a;
    font-weight: bold;
}

.fee table td strong{
	color: #F15A24;
	font-weight: bold;
	font-size: 14px;
}

.fee table td a {
	display: inline-block;
	margin: 0px;
}

.fee table td {
	width: 35%;
	vertical-align: middle;
	color: #4d4d4d;
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	padding: 6px;
	line-height: 20px;
    text-align: center;
}

.fee table.four_t td {
	width: auto;
	vertical-align: middle;
	color: #4d4d4d;
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	padding: 6px;
	line-height: 20px;
    text-align: center;
}

td.ora1 {
	background: #faf3b0;
}

td.ora2 {
	background: #ffd760;
}

td.ora3 {
	background: #ffa41d;
}

td.glay1 {
	background: #f5f5f5;
}

.fee table.four_t tr td span {
	font-size: 10px;
    color: #4d4d4d;
    display: inline-block;
    line-height: 14px;
    font-weight: bold;
}

.fee table.feetable th {
	width: 25%;
}

.fee table.feetable td {
	width: 25%;
}

.fee table td strong.stg {
	color: #4d4d4d;
}

form.keisans table tr#keisanbox, form.keisans table tr#goukeibox {
	transition-duration: 0.2s;
	transition-timing-function: linear;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: linear;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	-o-transition-duration: 0.2s;
	-o-transition-timing-function: linear;
	-ms-transition-duration: 0.2s;
	-ms-transition-timing-function: linear;
    
    display: none;
}

form.keisans select, form.keisans option {
	text-align: center;
}

form.keisans span#feeall {
	font-size: 14px;
    font-weight: bold;
}

form.keisans span#planall, form.keisans span#kyotenall, form.keisans span#getsuall {
	font-size: 12px;
    font-weight: normal;
    margin: 0px 5px;
}

form.keisans table tr#goukeibox th {
	background: #e6e6e6;
    font-weight: bold;
}

form.keisans table tr th {
    width: 20%;
}

form.keisans table tr#goukeibox th.allzone {
	background: #f15a24;
}

form.keisans table tr#goukeibox th.allzone strong {
	color: #fff;
    font-size: 18px;
}

form.keisans table tr#goukeibox div.kansan {
	text-align: center;
	color: #666;
    font-size: 10px;
}

form.keisans table tr#goukeibox div.kansan span#uchiwakeall {
	color: #000;
    font-weight: bold;
    white-space: nowrap;
}





.hp table {
	width: 100%;
}

.hp table th {
	width: auto;
	vertical-align: middle;
	background: #E6E6E6;
	color: #4d4d4d;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 6px;
	line-height: 15px;
}

.hp table td {
	width: 60%;
	vertical-align: middle;
	color: #4d4d4d;
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	padding: 6px;
	line-height: 20px;
    text-align: center;
}

.hp table th span {
	white-space: nowrap;
    color: #4d4d4d;
}

.hp table td.foot_td {
	background: #faf3b0;
    color: #a6251a;
    font-weight: bold;
}

.hp table td strong{
	color: #F15A24;
	font-weight: bold;
	font-size: 14px;
}

.hp table td a {
	display: inline-block;
	margin: 0px;
}


.appeal .box_three .in_box .img_all {
    margin: 0px -15px;
}

.appeal .box_three .in_box img {
    width: 100%;
}


.appeal .box_three .in_box img.bs {
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.resume .box_three h1 {
	background: #009245;
}

.resume h2 {
	background: #006837;
}

.resume .box_three p {
	border-radius: 4px;
    
    background: #f1f2f1;
    
    padding: 10px;
    //text-align: justify;
	text-align: left;
    
    font-size: 12px;
    line-height: 24px;
    
    margin: 0px 0px 10px;
}

.resume .box_three p.even {
    background: #e9f2e9;
}

.resume .box_three .in_box img {
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.resume .box_three .in_box img.left_img {
	display:block;
    margin:10px 15px 10px 10px;
    width:50%;
    float:left;
}

.resume .box_three .in_box img.center {
display:block;
    margin:10px auto;
    width:60%;
    float:none;
}

.resume .box_three .in_box img.right_img {
display:block;
    margin:10px 10px 10px 15px;
    width:50%;
    float:right;
}


.hts .box_three .in_box img {
	box-shadow: none;
}

.hts .box_three .in_box p.onegai {
    background: #f2f2f2 none repeat scroll 0 0;
    border-radius: 4px;
    font-size: 14px;
    line-height: 24px;
    padding: 10px;
    //text-align: justify;
	text-align: left;
}





.license .box_three .in_box table.joken img {
    margin:10px auto;
    width:80%;
    float:none;
    display: block;
    
    -moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}



.license table.table_03, .license table.table_04 {
	font-size: 10px;
    border-top:1px solid #666;
    border-left:1px solid #666;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#fff;
    empty-cells:show;
	width: 100%;
	text-align:center;
	margin: 0px 0px 15px 0px;
	font-size:14px !important;
}

.license .table_03 th{
    border-right:1px solid #666;
    border-bottom:1px solid #666;
    color:#941515;
    background-color: #FFC9AA;
    text-align:center;
	padding: 8px 3px;
	vertical-align:middle;
}

.license .table_03 td{
    border-right:1px solid #666;
    border-bottom:1px solid #666;
	padding: 8px 3px;
	vertical-align:middle;
}

.license .table_04 th{
    border-right:1px solid #666;
    border-bottom:1px solid #666;
    color:#474747;
    background-color: #fff;
    text-align:center;
	padding: 8px 3px;
	vertical-align:middle;
}

.license .table_04 td{
    border-right:1px solid #666;
    border-bottom:1px solid #666;
	padding: 8px 3px;
	vertical-align:middle;
}

.license td.hutsu {
	border-top:4px solid #C00;
    border-left:4px solid #c00;
	background: #fff;
}

.license td.chu8 {
	background: #FF9;
}

.license td.chu {
	background: #FC3;
}

.license td.oo {
	background: #FFC9AA;
}

.license td.rt {
	border-top:4px solid #C00;
    border-right:4px solid #c00;
}

.license td.lb {
	border-bottom:4px solid #C00;
    border-left:4px solid #c00;
}

.license td.rb {
	border-bottom:4px solid #C00;
    border-right:4px solid #c00;
}

.license .red_span {
	color: #c00;
    font-weight: bold;
}

.license table th {
    width: 17%;
}

.license table th.shasen {
	background: url("/common/img/shasen.png") no-repeat;
	background-size: 100% 100%;
	padding: 0px !important;
	height:50px;
	min-width:70px;
    width: 17%;
}

.license th.shasen div {
	position:relative;
	min-height:80px;
	min-width:70px;
}

.license th.shasen span.col_midashi {
	position: absolute;
	font-size: 10px;
	font-weight:normal;
	top:4px;
	right:6px;
	padding:0px 0px 0px 34px;
	text-align:right;
    line-height: 14px;
}

.license th.shasen span.row_midashi {
	position: absolute;
	font-size: 10px;
	font-weight:normal;
	bottom:4px;
	left:6px;
	padding:0px 34px 0px 0px;
	text-align:left;
     line-height: 14px;
}

.license td span.kome {
	font-size: 10px;
	color: #999999;
    display: block;
    margin: 0 auto;
    padding: 3px 0 0 1em;
    text-align: left;
    text-indent: -1em;
    width: 70%;
	min-width: 40px;
	line-height:12px;
}

.license td span.kome2 {
	font-size: 10px;
	color: #999999;
    display: block;
    margin: 0 auto;
    padding: 3px 0 0 1em;
    text-align: left;
    text-indent: -1em;
	line-height:12px;
}

.license td.l_td {
	width: 20%;
}

.license th.l_th {
	width: 30%;
}

.license table.joken td {
	text-align:left;
	//text-align: justify;
//text-justify: inter-ideograph;
padding: 8px 8px;
line-height:14px;
font-size:12px;

}

.license table.joken th {
font-size:12px;

}

.license table.joken .title_th {
	font-size: 14px;
}

.license td.foot_td {
	text-align:left;
	padding:8px 8px;
	background:#fff;
	color:#474747;
}

.license table td {
	text-align:center;
    border: 1px solid #666;
}

.license table th {
	border: 1px solid #666;
}










.highlight {
color: #fff;
    background: #a6251a !important;
}

.highlight span{
color: #fff !important;
}

.a {
    display: none;
    height: auto;
    width: auto;
    background: #f2e3cf;
    margin: 0px 0px 10px;
}
.q, .a {
    line-height: 23px !important;
    padding: 10px 10px 10px 44px !important;
    //text-align: justify !important;
	text-align: left;
    text-indent: -32px !important;
    transition-duration: 0.1s;
    transition-property: opacity;
    transition-timing-function: linear;
    
    border-radius: 4px;
    
    font-size: 14px;
    line-height: 24px;
}
.q:hover {
    opacity: 0.7;
}
.a span, .q span {
    display: inline-block;
    font-weight: bold;
    text-indent: 0;
    width: 32px;
}
.q span {
    color: #a6251a;
}
.q {
background: #f2f2f2;
    cursor: pointer;
    margin: 0px 0px 10px;
}
.onegai {
	border-radius: 4px;
    
    background: #f2f2f2;
    
    padding: 10px;
    //text-align: justify;
	text-align: left;
    
    font-size: 14px;
    line-height: 24px;
}

.onegai_y {
	border-radius: 4px;
    
    background: #faf3b0;
    
    padding: 10px;
    //text-align: justify;
	text-align: left;
    
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0px 10px;
}

.fee .onegai_y {
	border-radius: 4px;
    
    background: #faf3b0;
    
    padding: 10px;
    //text-align: justify;
    text-align: left;

    font-size: 14px;
    line-height: 24px;
    margin: 0px 0px 0px;
}

.fee .plan1 .in_box .onegai, .fee table td.plan1_b {
	background: #E6E7FF;
}

.fee .plan2 .in_box .onegai, .fee table td.plan2_b {
	background: #D4E8D4;
}

.fee .plan3 .in_box .onegai, .fee table td.plan3_b {
	background: #F7E4BE;
}

.fee .plan1 .box_336 h1, .fee table th.plan1_t {
	background: #2f57a2;
    color: #fff;
}

.fee .plan2 .box_336 h1, .fee table th.plan2_t {
	background: #2A9649;
    color: #fff;
}

.fee .plan3 .box_336 h1, .fee table th.plan3_t {
	background: #CF7A0B;
    color: #fff;
}

.fee .plan1 .box_336 h2 {
	background: #06206F;
}

.fee .plan2 .box_336 h2 {
	background: #035831;
}

.fee .plan3 .box_336 h2 {
	background: #904717;
}

.fee .plan1 .in_box .onegai strong {
	color: #06206F;
}

.fee .plan2 .in_box .onegai strong {
	color: #035831;
}

.fee .plan3 .in_box .onegai strong {
	color: #904717;
}

.fee .qabox {
	background: #d9c995;
    border-radius: 4px;
    padding: 10px 10px 2px;
    margin: 10px 0px 0px;
}

.fee .qabox .a, .fee .qabox .q {
	font-size: 12px;
    line-height: 20px !important;
}

.fee .qabox .a {
	background: #fff;
}

.fee .qabox .q {
	background: #e8e8e8;
}

.fee .feeqattl {
	font-size: 14px;
    color: #a6251a;
    font-weight: bold;
    padding: 5px 6px 8px;
    text-align: center;
    line-height: 20px;
}

.fee .feeqattl span {
	font-size: 24px;
    color: inherit;
    font-weight: inherit;
    padding: 0px;
    line-height: 32px;
}


.post_img .q {
    background: #f2e3cf;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.post_img .q, .post_img .a {
    line-height: 23px !important;
    padding: 10px 10px 10px 10px !important;
    text-align: justify !important;
    text-indent: 0px !important;
    transition-duration: 0.1s;
    transition-property: opacity;
    transition-timing-function: linear;
    
    border-radius: 4px;
    
    font-size: 12px;
    line-height: 24px;
    margin: 0px 0px 15px;
}

.post_img .a span.bold, .post_img .q span.bold {
    display: inline-block;
    font-weight: bold;
    text-indent: 0;
    width: auto;
}

#to_post_btn {
	dispay: none;
    text-align: center;
	margin:10px 0px 10px 0px;
}

#doi_zone {
text-align: center;
margin:0px 0px 0px 0px;
}

.post_img #to_post_btn input.button {
	display: inline-block;

	border-radius:4px;
	background: #808080;
	color: #fff;
	border: none;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
	cursor: pointer;
	width: auto;
}


.post_img .onegai {
	text-align: center;
}

.m_pre .onegai .present_detail_box .rank_mark {
	width: 110px;
    display:block;
    position: relative;
    z-index:2;
}

.m_pre .onegai .present_detail_box {
	position: relative;
    min-height: 200px;
    margin: 20px 0px 0px;
}

.m_pre .onegai .present_detail_box span.bold {
	position: relative;
	font-weight: bold;
    font-size:14px;
    z-index: 2;
    
    text-shadow: 
        1.5px 1.5px 1px white, 
        1.5px 1px 1px white,
        1.5px 0 1px white,
        1.5px -1px 1px white,
        1.5px -1.5px 1px white, 
        1px -1.5px 1px white,
        0 -1.5px 1px white,
        -1px -1.5px 1px white,
        -1.5px -1.5px 1px white,
        -1.5px -1px 1px white,
        -1.5px 0 1px white,
        -1.5px 1px 1px white,
        -1.5px 1.5px 1px white,
        -1px 1.5px 1px white,
        0 1.5px 1px white,
        1px 1.5px 1px white;
        
        left: 10px;

}

.m_pre .onegai .present_detail_box img.present_img {
   top: 0px;
    position: absolute;
    right: -10px;
    z-index: 1;
    width: 185px;
}

.m_pre img.present_head {
   display: block;
   margin: 0px auto 0px;
   width:100%;
   max-width:576px;
}

.toko .onegai a {
	border-radius: 4px;
    display: block;
    text-indent: 0;
    width:auto;
    text-align: center;
    padding: 10px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    margin: 0px 0px 0px;
}

.toko .onegai a:hover {
	text-decoration: none;
}

.toko .onegai a span {
    font-weight: bold;
    color: #fff;
}

.toko .onegai a img {
    display: block;
    width: 22px;
    margin: 0px auto 3px auto;
}

.img_post_zone  {
	
    margin: 20px 0px 0px;
}

.img_post_zone a {
	border-radius: 4px;
    display: block;
    text-indent: 0;
    width:auto;
    text-align: center;
    padding: 10px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    margin: 0px 0px 0px;
}

.img_post_zone a span {
    font-weight: bold;
    color: #fff;
}

.img_post_zone a img {
    display: block;
    width: 22px !important;
    margin: 0px auto 3px auto;
}

a.meshi_up {
	background:#a6251a;
}

a.photo_up {
	background:#ca6624;
}

a.kyuyo_up {
	background:#008044;
}

a.spot_up {
	background:#bf8900;
}

a.root_up {
	background:#008044;
}

a.yokata_up {
	background:#008044;
}

a.hiyari_up {
	background:#cd3b00;
}

a.kiken_up {
	background:#a6251a;
}

a.health_up {
	background:#177987;
}

a.food_up {
	background:#a6251a;
}


a.ninushi_up {
	background:#bf8900;
}


a.haisha_up {
	background:#177987;
}

a.yougo_up {
	background:#0071bc;
}




.post_c {
    
    padding: 0px;
    //text-align: justify;
	text-align: left;
    
    font-size: 14px;
    line-height: 26px;
}

.post_brrblog {
    
    padding: 0px;
    //text-align: justify;
	text-align: left;
    
    font-size: 14px;
    line-height: 26px;
}

.post_brrblog img {
    vertical-align: middle;
}

.mt-image-center, .mt-image-right, .mt-image-left, .mt-image-none {
    height: auto !important;
    vertical-align: bottom;
    margin: 0px;
    max-width: 735px;
}
@media screen and (max-width: 530px) {
	.mt-image-center, .mt-image-right, .mt-image-left, .mt-image-none {
    width: 100%;
    }
}

.mt-image-left {
    margin-top:10px;
    margin-right:10px;
    margin-bottom:10px;
    margin-left:0px;
}

.mt-image-right {
	margin-top:10px;
    margin-right:0px;
    margin-bottom:10px;
    margin-left:10px;
}

.mt-image-center {
	margin-top:10px;
    margin-right:auto !important;
    margin-bottom:10px;
    margin-left:auto !important;
}


.mt-image-none {
	margin-top:10px;
    margin-right:10px;
    margin-bottom:10px;
    margin-left:10px;
}

.post_c img.eiyo_img {
    
    max-width:150px;
    float:left;
    margin: 0px 10px 10px 0px;
}

span.glay {

    color: #999;
    display: block;
    font-size: 10px;
    line-height: 14px;
    margin: 10px 0;
    text-align: left;
}

.bdr {
border: 4px solid #a6251a;
}

span.ttl {
    background: #e3cdaf;
    border-radius: 4px;
    color: #701912;
    display: block;
    font-weight: bold;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    margin: 25px 0 10px;
    padding: 7px 8px;
}

.post .article_box .box_three .in_box {
	padding: 0px !important;
    background: none;
}
.post_c .wp-editable {
    line-height: 1;
}
.post_c .wp-editable p {
    line-height: 1.5;
}
.post_c .wp-editable h1 {
    margin: 20px 0 10px 0;
}
.post_c .wp-editable h2 {
    margin: 20px 0 15px 0;
}
.guest .box_three h2 a {
    color: #fff;
}

.post_c iframe {
	margin: 0px auto;
    width: 100%;
}

.post_c img {
	margin: 0 auto;
    display: block;
    max-width: 735px;
}

.post_c .post_img {
	margin-bottom: 20px;
}

.post a.more {
	float: right;
    font-size: 14px;
    line-height: 26px;
}

.post p.date_p_post {
    color: #6d6d6d;
    display: block;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0 5px;
    text-align: right;
}

p.date_p {
    color: #6d6d6d;
    
}

.post #pagenation_box {
    text-align: center;
}
.post #pagenation_box .list_nav {
    display: inline-block;
    float: none;
    height: auto;
    line-height: 19px;
    padding: 0 0 0px;
}

.post #pagenation_box .list_nav a.link_page {
    background: none;
    border-radius: 4px;
    color: #701912;
    display: inline-block;
    font-weight: bold;
    height: 18px;
    margin: 0 12px 15px 0;
    padding: 3px 8px;
    float: left;
}
.post #pagenation_box .list_nav span.current_page {
    background: #701912;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    height: 18px;
    padding: 3px 8px;
    margin: 0 12px 15px 0;
    float: left;
}
.post #pagenation_box .list_nav .link_next, .post #pagenation_box .list_nav .link_before {
    background: #701912;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    height: 18px;
    padding: 3px 8px;
}
.post #pagenation_box .list_nav a:hover {
    background: #a6251a;
    color: #faf3b0;
    text-decoration: none;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.post #pagenation_box .list_nav span a {
    background: none;
    border-radius: 4px;
    color: #701912;
    display: inline;
    font-weight: bold;
    height: 18px;
    padding: 3px 8px;
    float: none;
    margin: 0px;
}
.post #pagenation_box .list_nav span {
    display: inline-block;
    margin: 0 12px 15px 0;
    float: left;
}

.fortune .fortune_box ul li {
	background: #f2f2f2;
    margin: 0px 0px 10px;
    border-radius: 4px;
}

.fortune .fortune_box ul li a {
	line-height: 50px;
}

.fortune .fortune_box ul li a:hover {
	text-decoration:none;
}

.fortune .fortune_box ul li img {
    margin: 0px 0px 0px;
    border-radius: 4px;
    float:left;
    width: 50px;
}

.fortune .fortune_box ul li span {
	float:left;
    font-weight:bold;
    font-size: 14px;
    margin: 0px 10px 0px 0px;
    color: #a6251a;
}

.fortune .fortune_box ul li a p {
	display: block;
	text-decoration: none;
    font-size: 12px;
}

.fortune .fortune_box p.hyogo {
	background: none;
    color: #009045;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0px 30px;
}

.fortune .fortune_box p.unsei {
	background: none;
    color: #9c2d6f;
    margin: 30px 0px 0px;
}

.fortune .fortune_box img.fortune_ttl {
	width: 100%;
}







footer {
	width: 100%;
	text-shadow: 0px 1px 4px 0px 1px 2px rgba(0, 0, 0, 0.3);
}

footer p.copy {
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding: 10px 20px 10px 20px;
}

footer p.copy span {
	white-space: nowrap;
	color: #fff;
	display: inline-block;
}

footer p {
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	line-height: 22px;
}

#footer_inner {
	max-width: 1040px;
	margin: 0px auto;
	padding: 0px 10px 0px 0px;
}

#company_zone {
	display: inline-block;
	width: 260px;
	padding: 0px 10px;
	float: left;
}

#company_zone h1 {
	display: inline-block;
}

#company_zone h1 a {
	display: block;
	padding: 25px 0px 10px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

#company_zone h1 a img {
	width: 134px;
}

.footer_nav_box {
	float: left;
    margin: 20px 0 20px 10px;
    padding: 2px 0 0;
}

.footer_nav_box ul {
	margin: 0px 0px 0px;
}

.footer_nav_box li {
	border-left: 1px solid #faf3b0;
    float: left;
    margin: 0;
    padding: 5px 20px 10px;
    width: 195px;
	line-height: 24px;
    display: block;
	min-height: 26px;
}

.footer_nav_box a {
	color: #faf3b0;
	font-size: 12px;
	font-weight: bold;
    display: inline-block;
}

.footer_nav_box .fno {
    display: inline-block;
}

#global_m_box .fno {
    display: none !important;
}






.contact table th {
	width: auto;
	vertical-align: middle;
	background: none;
	
	
	font-size: 12px;
	text-align: left;
	border: none;
	padding: 10px;
	line-height: 24px;
}

.contact table td {
	width: auto;
	vertical-align: middle;

	font-weight: normal;
	font-size: 12px;
	border: none;
	padding: 10px;
	line-height: 24px;
}



.contact table.list {
	font-size: 14px;
    line-height: 24px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	margin: 4px 0px 26px 0px;
	width: 100%;
}

.contact table.list th {
	width: auto;
	padding: 10px;
	white-space: nowrap;
	font-weight: bold;
}

.contact table.list th span {
	font-weight: normal;
	font-size:12px;
}

.contact table.list td {
	width: auto;
	padding: 10px;
    width: 90%;
}

form table.list select, form table.list option, form table.list optgroup, form table.list textarea, form table.list input, form table.list label {
	
}

.contact table.list select {
	width: auto;
    max-width: 270px;
}

.error_red {
	background: #C1272D;
	color: #fff !important;
	font-weight: bold !important;
    margin: 10px 0px;
    padding: 10px 15px;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    border-radius: 4px;
}

.contact .bg_f2 {
	background: #f2f2f2;
}

.contact .bg_f {
	background: #fff;
}

.contact .red_s {
	color: #c00;
}

.red_s {
	color: #c00;
}

.ppl_s {
	color: #c6048d;
}

.red_12 {
	color: #c00;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
}

.tel .red_d {

    font-weight: bold;

    
    font-size: 36px;
	display: inline-block;
    color: #fff !important;
    background: #C1272D;
    margin: 10px;
    padding: 20px 30px 22px;
    line-height: 18px;
    width: auto;
    text-align: center;
    
    border: 2px solid #fff;
    
    border-radius: 8px;
}

.tel .red_t {
	color: #c00;
    font-weight: bold;
    font-size: 20px;
    margin: 0px 0px;
}


.autoConfirmVal {
word-break: break-all;
}


.contact .tb_top_p {
	padding: 0px 0px 20px;
}

em.hissu_mark {
    color: #C1272D;
    font-size: 16px;
    text-shadow:1px 1px 0px #ffffff,-1px -1px 0px #ffffff,-1px 1px 0px #ffffff,1px -1px 0px #ffffff,0px 1px 0px #ffffff,1px 0px 0px #ffffff,0px -1px 0px #ffffff,-1px 0px 0px #ffffff;
    font-weight: bold;
}

.contact p.top_txt {
	margin: 0px 0px 30px;
}

.contact .form_btn_zone {
	text-align: center;
	margin: 20px 0px;
}

.contact table.list th {
	vertical-align: top;
	width: 20%;
}

.contact table.list input {
	width: 90%;
	max-width: 500px;
}

.contact table.list input.ltl {
	width: 50%;
	max-width: 200px;
}

.contact table.list input#zip3 {
	width: 120px;
}

.contact table.list input#addr3 {
	margin: 10px 0px 0px;
}

.contact table.list textarea {
	width: 90%;
	max-width: 660px;
}

.contact table.list input#chk, .contact table.list input#kaiin_chk {
	width: auto;
}

.contact table.list input.button {
	display: inline-block;

	border-radius:4px;
	background: #808080;
	color: #fff;
	border: none;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
	cursor: pointer;
	width: auto;
    margin: 10px 0px;
}

.contact table.list td.option_zone input {
	width: auto;
	max-width: 500px;
}

.contact #hp_option {
    display: none;
    overflow: hidden;
    background: #d7d7d7;
    padding: 10px;
    
    border-radius: 4px;
}

.contact #hp_option_in {
    display: none;
    margin: 10px 0 0;
    overflow: hidden;
}

.contact #hp_option_in input#color {
    max-width: 200px;
    width: 100%;
}

.contact table.list td.w100 {
    width: 100%;
    padding: 0px;
}


.contact .hpop {
    display: none;
}

.fee table.list {
	font-size: 14px;
    line-height: 24px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	margin: 4px 0px 26px 0px;
	width: 100%;
}

.fee table.list td {
	border: none;
}

.fee table.list input.button {
	display: inline-block;

	border-radius:4px;
	background: #808080;
	color: #fff;
	border: none;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
	cursor: pointer;
	width: auto;
    margin: 10px 0px;
}

.fee .form_btn_zone {
	text-align: center;
	margin: 20px 0px;
}

.fee table.list td.w100 {
    width: 100%;
    padding: 0px;
}




.m_pre table th {
	width: auto;
	vertical-align: middle;
	background: none;


	font-size: 12px;
	text-align: left;
	border: none;
	padding: 10px;
	line-height: 24px;
}

.m_pre table td {
	width: auto;
	vertical-align: middle;

	font-weight: normal;
	font-size: 12px;
	border: none;
	padding: 10px;
	line-height: 24px;
}



.m_pre table.list {
	font-size: 14px;
    line-height: 24px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	margin: 4px 0px 0px 0px;
	width: 100%;
}

.m_pre table.list th {
	width: auto;
	padding: 10px;
	white-space: nowrap;
	font-weight: bold;
}

.m_pre table.list th span {
	font-weight: normal;
	font-size:12px;
}

.m_pre table.list td {
	width: auto;
	padding: 10px;
}

.m_pre table.list select {
	width: auto;
}

.m_pre .bg_f2 {
	background: #f2f2f2;
}

.m_pre .bg_f {
	background: #fff;
}

.m_pre .red_s {
	color: #c00;
}




.m_pre .tb_top_p {
	padding: 0px 0px 20px;
}

.m_pre p.top_txt {
	margin: 0px 0px 30px;
}

.m_pre .form_btn_zone {
	text-align: center;
	margin: 20px 0px;
}

.m_pre table.list th {
	vertical-align: top;
	width: 20%;
}

.m_pre table.list input {
	width: 90%;
	max-width: 500px;
}

.m_pre table.list input.button {
	display: inline-block;

	border-radius:4px;
	background: #808080;
	color: #fff;
	border: none;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
	cursor: pointer;
	width: auto;
}

.m_pre table.list td.w100 {
    width: 100%;
    padding: 0px;
}



p.present_caution span {color:#a6251a !important;}
p.present_caution span.title{display:block;font-size:14px;font-weight:bold;text-align:center;text-decoration:underline;padding-bottom:10px;}
span.mark {text-indent:-1em;padding-left:1em;display:block;-webkit-text-size-adjust:none;}


.m_pre .q {
margin: 0px;
}

.m_pre .a {
margin: 15px 0px 0px;
}








#span_addr {margin: 10px 0px 0px;}

.contact a.g_map_btn {
	margin: 10px auto 10px;
}



/* SNSボタン用 */

.socials {
	
}

.socials .btn {
	float: left;
	padding:0px;
	background: none;
	margin:10px 15px 5px 0px;
	height: 20px;
}

.socials .social1 {
margin:10px 5px 5px 0px;
}

.socials .social2 span {
	vertical-align: top !important;
}






.share ul{
	height:auto;
}
.share li {
    float: left;
    list-style: outside none none;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-top: 5px;
    text-align: center;
}

.share li a {
	color: #ffffff;
    display: inline-block;
    padding: 6px;
    text-decoration: none;
    width:20px;
    height:20px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    border:3px solid rgba(255,255,255,0.3);
    line-height:21px;
}

.share li span {
	color: #999;
    display: block;
    font-size: 10px;
    text-align: center;
    margin-top:4px;
}

.share li a.icon-twitter {
	background: #00acec;
}

.share li a.icon-facebook {
	background: #265a96;
}

.share li a.icon-google-plus {
	background: #dd4b39;
}

.share li a.icon-hatebu {
	background: #006fbb;
}

.share li a.icon-line {
	background: #2cbf13;
}

.foot_sns .share li span {
	color: #fff;
}










.t_r {
	text-align: right;
	display:block;
}

img.face_img {
	float: left;
	width: 200px;
	margin: 5px 20px 10px 0px;
}

img.name_img {
	float: right;
	height: 50px;
	width: auto;
	margin: 0px 0px 20px 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	border: none;
}

.contents_box ul li {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.07em;
    line-height: 28px;
    margin: 0 0 20px 1em;
    list-style:square outside;
}

.contents_box ul.ul_ad li {
    margin: 0px !important;
    list-style:none !important;
}









.footer_nav_box li.icon_zone, .footer_nav_box li.mds, .footer_nav_box li.menu_share, .footer_nav_box li.close {
display: none !important;
}





@media screen and (max-width: 740px) {

#g_nav .drawer-nav {
    background:#701912;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}


#g_nav .drawer-nav ul li {
	float: none;
    display: block;
    width: 100%;
}

#g_nav .drawer-nav ul li a {
	 width: 100%;
	font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    box-sizing: border-box;
    display: block;
    background:#e3cdaf;
    padding: 13px;
    color: #701912 !important;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid #C49A8B;
	margin: 0px;
}

#g_nav .drawer-nav ul li.mds {
font-size: 14px;
line-height: 20px;
font-weight: bold;
display: block;
background: #701912;
padding: 5px 13px;
width: calc(100% - 26px);
color: #fff;
text-align: left;
text-decoration: none;
border-bottom: 1px solid #6d6d6d;
}

#g_nav .drawer-nav ul li.omb a {
font-size: 14px;
line-height: 20px;
font-weight: bold;
display: block;
background:#FFD063;
padding: 13px;
color: #701912;
text-align: left;
text-decoration: none;
border-bottom: 1px solid #6d6d6d;
}

#g_nav .drawer-nav ul li.rbg a {
font-size: 14px;
line-height: 20px;
font-weight: bold;
display: block;
background: #a6251a;
padding: 13px;
color: #fff !important;
text-align: left;
text-decoration: none;
border-bottom: 1px solid #6d6d6d;
}

#g_nav .drawer-nav ul li.close a {
font-size: 14px;
line-height: 20px;
box-sizing: border-box;
display: block;
background:#4d4d4d;
padding: 13px;
color: #fff !important;
text-align: center;
font-weight: bold;
text-decoration: none;
cursor: pointer;
border-bottom: 1px solid #6d6d6d;
}

#g_nav .drawer-nav ul li.close label {
	display: block !important;
    margin-bottom: 0px !important;
}

#g_nav .drawer-nav ul li.menu_share {
padding: 10px 0px 11px;
margin: 0px auto 0px;
max-width: 400px;
background: #f5f5f5;
}

#g_nav .drawer-nav ul li.menu_share p.ms_ttl {
font-size: 12px !important;
line-height: 20px !important;
font-weight: bold !important;
text-align: center !important;
padding: 10px 0px !important;
width: 100% !important;
color: #701912 !important;
}

#g_nav .drawer-nav ul li.menu_share .menu_share_in {
padding: 0px 10px;
margin: 0px auto 0px;
max-width: 400px;
text-align: center;
}

#g_nav .drawer-nav ul li.menu_share a {
    list-style: outside none none;
    margin-bottom: 5px;
    margin-right: 6px;
    margin-top: 5px;
    text-align: center;
    
    transition-property: opacity;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: linear;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	-o-transition-property: opacity;
	-o-transition-duration: 0.2s;
	-o-transition-timing-function: linear;
	-ms-transition-property: opacity;
	-ms-transition-duration: 0.2s;
	-ms-transition-timing-function: linear;
}

#g_nav .drawer-nav ul li.menu_share a {
	color: #ffffff !important;
    display: inline-block;
    padding: 9px;
    text-decoration: none;
    width:40px;
    height:40px;
    border-radius: 20%;
    font-size: 22px;
    text-align: center;
    border:none;
    line-height:22px;
}

#g_nav .drawer-nav ul li.menu_share a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}


#g_nav .drawer-nav ul li.menu_share a.icon-twitter {
	background: #00acec !important;
}

#g_nav .drawer-nav ul li.menu_share a.icon-facebook {
	background: #265a96 !important;
}

#g_nav .drawer-nav ul li.menu_share a.icon-google-plus {
	background: #dd4b39 !important;
}

#g_nav .drawer-nav ul li.menu_share a.icon-hatebu {
	background: #006fbb !important;
}

#g_nav .drawer-nav ul li.menu_share a.icon-line {
	background: #2cbf13 !important;
}

#g_nav .drawer-nav ul li.icon_zone {
display: block;
background:#f5f5f5;
padding: 13px;
color: #701912;
border-bottom: 1px solid #6d6d6d;
width: calc(100% - 26px);
}

#g_nav .drawer-nav ul li.icon_zone p.icon_p {
display: inline-block !important;
color: #701912 !important;
margin: 0px 0px 2px !important;
line-height: 18px !important;
max-width: 140px !important;
}

#g_nav .drawer-nav ul li.icon_zone p.icon_p2 {
display: inline-block !important;
color: #701912 !important;
margin: 0px 0px 13px !important;
line-height: 16px !important;
max-width: 140px !important;
font-weight: normal !important;
float: left !important;
font-size: 9px !important;
}

#g_nav .drawer-nav ul li.icon_zone img {
margin: 0px !important;
}

#g_nav .drawer-nav ul li.icon_zone .icon_txt {
background: none !important;
color: #701912 !important;
font-size:10px !important;
margin: 0px 0px 10px 0px !important;
line-height: 23px !important;
}

#g_nav .drawer-nav ul li.icon_zone a.user_nam {
display: inline;
background: none;
color: #701912;
border: none;
padding: 0px;
text-decoration: underline;
}

#g_nav .drawer-nav ul li.icon_zone a.user_pt {
display: inline;
background: none;
color: #701912;
border: none;
padding: 0px;
font-weight: bold;
font-size:24px;
font-family: "Verdana";
text-decoration: underline;
letter-spacing: 0.03em;
word-break: break-word;
}

#g_nav .drawer-nav ul li.icon_zone a.icon_link {
display: block;
background: none;
color: #701912;
border: none;
padding: 0px;
margin: 0px 12px 10px 0px;
float: left;
width: auto;
}

#g_nav .drawer-nav ul li.icon_zone p.kigen {
font-size:10px !important;
color: #701912 !important;
margin: 0px 0px 0px !important;
font-weight: normal !important;
float: left !important;
display: inline-block !important;
}

#g_nav .drawer-nav ul li.icon_zone p.kigen strong {
color: #701912 !important;
}

a.icon_del_btn {
max-width: 260px;
    width: 100%;
    display: block;
    margin: 0 auto 15px;
    border: 1px solid #555;
    background-color: #8c8b8b;
    border-radius: 4px;
    text-align: center;
    line-height: 2;
    cursor: pointer;
color: #fff;
font-size: 18px;
}

a.icon_del_btn:hover {
    background-color: #8c8b8b;
	color: #fff;
	text-decoration: none;
}

}




@media screen and (min-width: 740px) {
#g_nav .drawer-nav  {
	display: inline-block;
	float: right;
	margin: 0px 0px 0;
}

#g_nav .drawer-nav {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
    
}


#g_nav .drawer-nav {
  position: inherit;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: auto;
  height: auto;
  color: inherit;
  background-color: inherit;
}

#g_nav .drawer-nav ul li {
	float: left;
    display: inline-block;
    max-width: auto;
    width: auto;
}

#g_nav ul li a {
 	width: auto;
	font-size: 12px;
	display: block;
	color: #a6251a;
	letter-spacing: 0.1em;
	padding: 0px;
    font-weight: bold;
    margin: 20px 0px 0px 30px;
    
    line-height: inherit;
    box-sizing: inherit;
    background:none;
    text-decoration: none;
    border-bottom: none;
}

#g_nav .drawer-nav ul li a:hover {
    text-decoration: underline;
}



}

@media screen and (min-width: 740px) {

#g_nav .drawer-nav ul li.pc {
    display: inline-block;
}
#g_nav .drawer-nav ul li.sp {
    display: none !important;
}

}


#scrollUp {
    background: url(../../common//img/top.png);
	background-repeat: no-repeat;
    background-size: 38px auto;
}












span.customSelect {
	color:#fff;
	cursor: default;
  height: 36px;
	line-height:36px;
	padding:0 0 0 3px;
	text-indent: 5px;
  width: 100%;
	background: url(../../common//img/select-box-arrow.png) no-repeat right 3px;
  background-size: 28px 30px;
}

span.customSelectInner {
 color: #fff;
 width: auto;
display: inline-block;

font-size: 12px;
height: 33px;
    overflow: hidden;
    padding: 0 38px 0 0;
}

.select-box {
  background: #a6251a;
  border: 2px solid #d2ba85;
  border-radius: 4px;
  overflow: hidden;
  text-align:left;
  font-size:14px;
  color:#fff;
  padding: 0 6px 0 0;
  margin: 7px 7px 10px;
}

.input-box {
  padding: 0 6px 0 0;
  margin: 7px 7px 10px;
}

input.freeword {
    border: 3px solid #a6251a;
    font-size: 12px;
    height: 33px;
    margin: 0;
    padding: 0 10px;
    width: 191px;
    color: #666;
    border-radius: 4px;
}

#pref_box .select-box {
  background: #a6251a;
  border: 2px solid #d2ba85;
  border-radius: 4px;

  text-align:left;
  font-size:14px;
  color:#fff;
  padding: 0 6px 0 0;
  margin: 7px 17px 20px;
}

#map_box .select-box {
  background: #e94235;
  border: 2px solid #fff;
  border-radius: 4px;

  text-align:left;
  font-size:14px;
  color:#fff;
  padding: 0 6px 0 0;
  margin: 7px 17px 20px;
}

.section_item #map_box h1 {
	background: #e94235;
}

.search_btn {
    background: #a6251a;
    border: medium none;
    border-radius: 4px;
    
    -moz-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-webkit-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-o-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-ms-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
    
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 24px;
    font-weight: bold;
    height: auto;
    letter-spacing: 0.2em;
    line-height: 27px;
    padding: 0;
    transition-duration: 0.1s;
    transition-property: background;
    transition-timing-function: linear;
    width: 216px;
    text-align: center;
    margin: 10px 7px 10px;
    padding: 10px;
}

.search_btn:hover {
    background: #d2ba85;
    color: #a6251a;
}
.search_btn img {
    margin: -6px 5px 0 0;
    vertical-align: middle;
    width: 22px;
}

.pc_none .box_one {
	margin: 0px 0px 10px;
}

.pc_none .box_two {
	margin: 0px 0px 0px;
}

.pc_none .c_zone {
	margin: 0px 0px 0px;
}

@media screen and (max-width: 530px) {
	.box_two.sp_pad,
	.c_zone.sp_pad,
	.box_one.sp_pad {
		margin: 0px 0px 0px;
	}
}

.pc_none .present .box_one {
	
}

.box_one h1 img, .box_two h1 img {
	width: 44px;
    margin: 0 0 0 4px;
    vertical-align: top;
}

.sp_none .box_one h2 span {
	background: #c1272d;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: bold !important;
    line-height: 12px;
    margin: 0 0 0 3px;
    padding: 2px 5px;
    vertical-align: top;
    border-radius: 3px;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼ad▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

aside.head_ad_text .box_two {
	margin: 0 0 15px;
}

aside.head_ad_text .box_two .in_box {
	padding: 5px 10px;
}

aside.head_ad_text .box_two p {
	text-align: center;
}

aside.head_ad_text .box_two p {
	line-height: 14px;
}

aside.foot_ad .box_three .in_box {
	padding: 10px;
}

aside.foot_ad .box_three .in_box a {
	text-align: center;
}

aside.foot_ad .box_three .in_box a img {
	width: 100%;
    height: auto;
    box-shadow: none;
}

aside.right_head_ad .box_one .in_box {
	padding: 10px;
}

aside.right_head_ad .box_one .ggads {
	height: auto;
}

aside.right_head_ad .box_one .in_box p {
	text-align: center;
}

aside.right_head_ad .box_one .in_box p img {
	width: 100%;
    height: auto;
}

aside.right_head_ad .box_one .in_box p span {
	line-height: 20px;
    display: inline-block;
    margin: 5px 0px 0px;
    color: #a6251a;
    text-align: center;
}

aside.right_head_ad .box_one {
	margin: 0px 0px 10px;
}

aside.right_head_ad .box_one:last-child {
	margin: 0px 0px 25px;
}

aside.right_foot_ad .box_one .in_box {
	padding: 10px;
}

aside.right_foot_ad .box_one .in_box p {
	text-align: center;
}

aside.right_foot_ad .box_one .in_box p img {
	width: 100%;
    height: auto;
}

aside.right_foot_ad .box_one .in_box p span {
	line-height: 17px;
    display: inline-block;
    margin: 7px 0px 0px;
    color: #a6251a;
    text-align: center;
}

aside.right_foot_ad .box_one {
	margin: 0px 0px 10px;
}



aside.right_head_ad .box_one .in_box a img {
	width: 100%;
    height: auto;
    display: block;
}

aside.right_head_ad .box_one .in_box a + img {
    display: block;
}

div#head_ad {
	float: left;
    margin-top: 0px;
    margin-right: 20px;
    width: 200px;
}

@media screen and (max-width: 530px) {
div#head_ad {
	float: none;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 5px;
    width: 100%;
}
}

div#head_ad a.head_banner img {
	display: block;
    width: 100%;
}


/* ▼▼▼▼▼▼▼▼▼▼▼▼customer_voice▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */


body.cv #contents_wrap {
    background: #e3ded8;
}

body.cv .box_four h1 {
    background: #736357;
}

body.cv .box_four h1 span {
    background: #736357;
    color: #fff;
    white-space: nowrap;
    display: inline-block;
}

body.cv .box_two h1 {
    background: #736357;
}

body.cv p.fee_midashi {
    background: #f2efed;
}

body.cv p.fee_img_zone {
	
    background: #f2efed;

}

body.cv .fee_text_zone {
	border-radius: 4px;
    
    background: #f2efed;
    
    padding: 15px 15px;
    text-align: left;
    
    font-size: 14px;
    line-height: 26px;

}

body.cv .fee_text_zone p {
    text-align: left;
    
    font-size: 12px;
    line-height: 22px;

}


body.cv .img_box {
    background: none repeat scroll 0 0 #c7c7c7;
    border: 1px solid #ccc;
    float: left;
    height: auto;
    margin: 0 12px 12px 0;
    overflow: hidden;
    position: relative;
    width: 330px;
}

body.cv .img_box img {
    position: relative;
    width: 100%;
}

body.cv .right_com_zone {
	width: 656px;
	float: right;
    margin: 0px 0px 12px 0px;
}

body.cv .right_com_zone table th {
	width: 150px;
    text-align: right;
    padding: 2px 6px;
    line-height: 17px;
}

body.cv .right_com_zone table th span {
	white-space: nowrap;
    display: inline-block;
}

body.cv .right_com_zone table td {
	width: auto;
    text-align: left;
    padding: 2px 6px;
    line-height: 17px;
}

body.cv .right_com_zone table td span {
	white-space: nowrap;
    display: inline-block;
}

body.cv  h2 {
    background: #ded7ce;
    color: #534741;
}

body.cv .cv_four {
    margin: 0px 0px 0px 0px;
}

body.cv .catch {
    text-align: left;
    
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
color: #534741;
letter-spacing: 0.2em;
margin: 0 0 10px;
}

body.cv .catchimg {
   float: left;
    margin: 0 6px 0 0;
    width: 30px; 
}

body.cv #pagenation_box {
    text-align: center;
}
body.cv #pagenation_box .list_nav {
    display: inline-block;
    float: none;
    height: auto;
    line-height: 19px;
    padding: 0;
}
body.cv #pagenation_box .list_nav a.link_page {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 4px;
    color: #701912;
    display: inline-block;
    float: left;
    font-weight: bold;
    height: 18px;
    margin: 0 12px 15px 0;
    padding: 3px 8px;
}
body.cv #pagenation_box .list_nav span.current_page {
    background: none repeat scroll 0 0 #701912;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    float: left;
    font-weight: bold;
    height: 18px;
    margin: 0 12px 15px 0;
    padding: 3px 8px;
}
body.cv #pagenation_box .list_nav .link_next, body.cv #pagenation_box .list_nav .link_before {
    background: none repeat scroll 0 0 #701912;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    height: 18px;
    padding: 3px 8px;
}
body.cv #pagenation_box .list_nav a:hover {
    background: none repeat scroll 0 0 #a6251a;
    color: #faf3b0;
    opacity: 1;
    text-decoration: none;
}
body.cv #pagenation_box .list_nav span a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 4px;
    color: #701912;
    display: inline;
    float: none;
    font-weight: bold;
    height: 18px;
    margin: 0;
    padding: 3px 8px;
}
body.cv #pagenation_box .list_nav span {
    display: inline-block;
    float: left;
    margin: 0 12px 15px 0;
}

h2.cvh2 {
	background: none;
    border-radius:none;
    box-shadow: none;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 0px;
    padding: 13px 15px 0;
}










body.quiz #mondaibox {
position:relative;
z-index:4;
}




body.quiz #wrapping {
padding: 10px 0px 0px 0px;
position: relative;
}

body.quiz #sign {
	position: absolute;
	z-index:1;
	top: 50%;
	left: 50%;
	margin: -50px 0px 0px -50px;
}

body.quiz #kakushi {
position: absolute;
z-index:1;
width: 100%;
height:100%;
}

body.quiz #cd_box {
position: relative;
margin: 0px 0px 10px;
}

body.quiz #text_q {
background: #fff;
    border: 4px;
border-style: solid;
border-color: #a6251a;
    border-radius: 5px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    
    color: #a6251a;

    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    letter-spacing: 0.2em;
    line-height: 24px;
    padding: 0;

    text-align: left;
    margin: 0px;
    padding: 10px;
text-decoration: none;
}

body.quiz #text_q span {

    
    color: #a6251a;

    
}

body.quiz #countd {
float: right;

    background: #fff;
    border: 4px;
border-style: solid;
border-color: #a6251a;
    border-radius: 40px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    
    color: #a6251a;

    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    height: auto;

    line-height: 29px;
    padding: 0;
width: 2em;
    text-align: center;
    margin: 0px;
    padding: 10px 0px;
text-decoration: none;
}



body.quiz #text_s a {
    background: #a6251a;
    border: none;
    border-radius: 5px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 24px;
    font-weight: bold;
    height: auto;
    letter-spacing: 0.2em;
    line-height: 29px;
    padding: 0;
    transition-duration: 0.1s;
    transition-property: background;
    transition-timing-function: linear;

    text-align: center;
    margin: 13px 0px 10px;
    padding: 10px;
text-decoration: none;
}

body.quiz #text_s a:hover {
    background: #d2ba85;
    color: #a6251a;
}

body.quiz #text_q span.atama {
width: 1.5em;
display: inline-block;
font-weight: bold;
}

body.quiz #text_q {
padding: 10px 10px 10px 4em;
text-indent: -1.5em;
}

body.quiz #result_box {
background:#a6251a;
    border: 4px;
border-style: solid;
border-color: #a6251a;
    border-radius: 5px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    
    color: #a6251a;

    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    letter-spacing: 0.2em;
    line-height: 24px;
    padding: 0;

    text-align: center;
    margin: 0px;
    padding: 10px;
text-decoration: none;
}

body.quiz #result_box table {
width: 100%;
  border-collapse:collapse;
  
}

body.quiz #result_box table caption {
color:#fff;
font-weight: bold;
  font-size:14px;
   text-align: center;
}
  
body.quiz #result_box table th {
width: 10%;
  border:1px solid #a6251a;
  padding:2px;
  background:#d2ba85;
  color:#a6251a;
  text-align: center;
}

body.quiz #result_box table td {
  width: 10%;
border:1px solid #a6251a;
 text-align: center;
  background:#fff;
  color:#a6251a;
  padding:2px;
}

body.quiz #g_box {
 position:relative;
 margin: 10px auto;
 max-width: 402px;
 max-height: 402px;
 overflow: hidden;
}

body.quiz #g_box img#girlimg {
 position:absolute;
 z-index: 1;
 top: 0px;
 left: 0px;
 width:100%;
}

body.quiz #g_box div {
 position:relative;
 z-index:10;
 float: left;
 max-width: 134px;
 max-height: 134px;
 background: #fff;

}

body.quiz #g_box div img {
 opacity:0;
 position:absolute;
 z-index: 1;
 width: 100%;
}

body.quiz #voice_box {
background: #fff;
    border: 4px;
border-style: solid;
border-color: #a6251a;
    border-radius: 5px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    
    color: #a6251a;

    height: auto;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    letter-spacing: 0.2em;
    line-height: 24px;
    padding: 0;

    text-align: center;
    margin: 0 0 10px;
    padding: 10px;
text-decoration: none;

font-weight:bold;

}



body.quiz .adult_box {
background: #fff;
    border: 4px;
border-style: solid;
border-color: #a6251a;
    border-radius: 5px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    
    color: #a6251a;

    height: auto;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    letter-spacing: 0.2em;
    line-height: 24px;
    padding: 0;

    text-align: center;
    margin: 0 0 10px;
    padding: 10px;
text-decoration: none;

font-weight:bold;

}












.work h2.sech2 {
	display: block;
	background: none;
    color: #fff;
  
    padding:13px 15px 0;
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    
    border-radius: none;
    
    -moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

.search h2.sech2 {
	display: block;
	background: none;
    color: #fff;
  
    padding:13px 15px 0;
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    
    border-radius: none;
    
    -moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

#acity, #acity ul {
	text-align: center;
}

#acity ul li {
    display: inline-block;
    line-height: 23px;
    padding: 0px 5px;
}

.search .recentjob h1 {
	background: #757575;
}

.recentjob h2 {
	background: #4c4c4c;
}



.search .article_box .in_box ul li a h2 {
    padding: 13px 15px 10px;
}

.search .c_zone .scroll_ul {
    height: auto;
    max-height: 290px;
}


.fee table {
	width: 100%;
}

.req table.fee th {
	width: auto;
	vertical-align: middle;
	background: #E6E6E6;
	color: #4d4d4d;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 6px;
	line-height: 15px;
}

.req table.fee td {
	width: 35%;
	vertical-align: middle;
	color: #4d4d4d;
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	padding: 6px;
	line-height: 20px;
    text-align: center;
}

.req table.fee th span {
	white-space: nowrap;
    color: #4d4d4d;
}

.req table.fee td.foot_td {
	background: #faf3b0;
    color: #a6251a;
    font-weight: bold;
}

.req table.fee td strong{
	color: #F15A24;
	font-weight: bold;
	font-size: 14px;
}

.req table.fee td a {
	display: inline-block;
	margin: 0px;
}












/* ▼▼▼▼▼▼▼▼▼▼▼▼old loginbox▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

.login_p {
    margin: 0px 0px 5px;
    font-size: 12px;
    color: #a6251a;
}

.login_btn {
    background: #a6251a;
    border: medium none;
    border-radius: 4px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: auto;
    letter-spacing: 0.2em;
    line-height: 29px;
    padding: 0;
    transition-duration: 0.1s;
    transition-property: background;
    transition-timing-function: linear;
    width: 216px;
    text-align: center;
    margin: 10px 7px 10px;
    padding: 5px;
}

.login_btn:hover {
    background: #d2ba85;
    color: #a6251a;
}

#login_box img {
	display: block;
	margin: 10px 7px 10px;
    width: 100%;
}

section#login_box .in_box {
    height: 270px;
}

.regist_btn {
    background: #faf3b0;
    border: #a6251a 2px solid;
    border-radius: 4px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    
    color: #a6251a;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    letter-spacing: 0.2em;
    line-height: 32px;
    padding: 0;
    transition-duration: 0.1s;
    transition-property: background;
    transition-timing-function: linear;
    
    text-align: center;
    margin: 13px 7px 10px;
    padding: 2px 2px;
}

.regist_btn:hover {
    background: #a6251a;
    color: #fff;
    text-decoration: none;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.repass_btn {
    background: #ededed;
    border-radius: 4px;
    
    -moz-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-webkit-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-o-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-ms-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
    
    color: #a6251a;
    cursor: pointer;
    display: block;
    font-size: 10px;
    font-weight: bold;
    height: auto;
    letter-spacing: 0.2em;
    line-height: 17px;
    
    transition-duration: 0.1s;
    transition-property: background;
    transition-timing-function: linear;
    
    text-align: center;
    margin: 10px 7px 10px;
    padding: 6px 1px;
}

.repass_btn:hover {
    background: #d2ba85;
    color: #a6251a;
    text-decoration: none;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

input.loginword {
    border: 3px solid #a6251a;
    font-size: 12px;
    height: 33px;
    margin: 0;
    padding: 0 10px;
    width: 191px;
    color: #666;
    font-weight: bold;
    border-radius: 4px;
}

.kaiin_btn {
    background: #a6251a;
    border: medium none;
    border-radius: 4px;
    
    -moz-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-webkit-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-o-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-ms-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
    
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: auto;
    letter-spacing: 0.13em;
    line-height: 22px;
    padding: 0;
    transition-duration: 0.1s;
    transition-property: background;
    transition-timing-function: linear;
    text-align: center;
    margin: 10px 7px 10px;
    padding: 8px;
}

.kaiin_btn:hover {
    background: #d2ba85;
    color: #a6251a;
    text-decoration: none;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.gp_btn {
    background: #f7931e;
    border: medium none;
    border-radius: 4px;
    
    -moz-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-webkit-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-o-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-ms-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
    
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    letter-spacing: 0.13em;
    line-height: 22px;
    padding: 0;
    transition-duration: 0.1s;
    transition-property: background;
    transition-timing-function: linear;
    text-align: center;
    margin: 10px 7px 10px;
    padding: 8px;
}

.gp_btn:hover {
    background: #d2ba85;
    color: #a6251a;
    text-decoration: none;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.kaiin_box {
	border-radius: 4px;
    border: 1px solid #a6251a;
    padding: 6px 8px;
    margin: 8px 7px 10px;
    background: #faf3b0;
}

.kaiin_box p.kaiin_name {
	color: #a6251a;
    font-size: 12px;
    line-height: 17px;
    position: relative;
}

.kaiin_box p.kaiin_name span.kigen {
	color: #a6251a;
    font-size: 10px;
    line-height: 17px;
    display: block;
    text-align: center;
}

.kaiin_box p.kaiin_name a {
	color: #a6251a;
    font-weight: bold;
    text-decoration: underline;
}

.kaiin_box p.kaiin_name strong {
	color: #a6251a;
    font-weight: bold;
    position: relative;
    z-index: 10;
}

.kaiin_box p.kaiin_name a.kaiin_pt_btn {
    background: #a6251a;
    border: medium none;
    border-radius: 3px;
    
    -moz-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-webkit-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-o-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-ms-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
    
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    letter-spacing: 0.13em;
    line-height: 14px;
    text-decoration: none;
    transition-duration: 0.1s;
    transition-property: background;
    transition-timing-function: linear;
    text-align: center;
    margin: 3px 0px;
    padding: 5px 8px;
}

.kaiin_box p.kaiin_name a.kaiin_pt_btn:hover {
    background: #d2ba85;
    color: #a6251a;
    text-decoration: none;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.kaiin_box p.kaiin_name span.pt_zone {
	display: block;
    text-align: center;
    margin: 5px 0px 7px 0px;
}

.kaiin_box p.kaiin_name a.pt_txt strong {
    font-family: "Verdana";
    letter-spacing: 0.01em;
    font-size: 28px;
    line-height: 28px;
}

#login_box .kaiin_box img.pointcoin {
	width: 46px;
    position: absolute;
    right: -23px;
    top: -26px;
    z-index: 1;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼use point▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

img.point_catch {
	display: block;
    max-width: 800px;
	width: 100%;
	height: auto;
    margin: 0px auto 0px;
}

img.point_change {
	display: block;
	width: 100%;
    max-width: 800px;
	height: auto;
    margin: 0px auto 15px;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼member▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

.img100 {
	display: block;
	width: 100%;
    max-width: 540px;
	height: auto;
    margin: 0px auto 15px;
}

.img100_poster {
	display: block;
	width: 100%;
    max-width: 540px !important;
	height: auto;
}



/* ▼▼▼▼▼▼▼▼▼▼▼▼mypage▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */


.kaiin_btn_edit {
    background: #a6251a;
    border: medium none;
    border-radius: 4px;
    
    -moz-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-webkit-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-o-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-ms-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
    
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    letter-spacing: 0.2em;
    line-height: 12px;
    
    transition-duration: 0.1s;
    transition-property: background;
    transition-timing-function: linear;
    text-align: center;
    margin: 5px 7px 5px;
    padding: 13px 8px;
}

.kaiin_btn_edit:hover {
    background: #d2ba85;
    color: #a6251a;
    text-decoration: none;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}



.leave_btn {
    background: #701912;
    border-radius: 4px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 10px;
    font-weight: bold;
    height: auto;
    letter-spacing: 0.2em;
    line-height: 17px;
    
    transition-duration: 0.1s;
    transition-property: background;
    transition-timing-function: linear;
    
    text-align: center;
    margin: 10px 7px 10px;
    padding: 4px 1px;
}

.leave_btn:hover {
    background: #d2ba85;
    color: #a6251a;
    text-decoration: none;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.caution_zone_level1 h1.caution_zone {
	background: #a6251a !important;
    font-size: 18px !important;
}

.caution_zone_level1 .in_box {
	background: #a6251a !important;
	padding: 10px !important;
}

.caution_zone_level1 .in_box p.onegai {
	line-height: 10px !important;
}

.caution_zone_level1 .in_box p.onegai, .caution_zone_level1 .in_box p.onegai strong {
	color: #a6251a !important;
}

.caution_zone_level1 .in_box p.onegai span.main {
	display: block !important;
	color: #a6251a !important;
    font-size: 14px !important;
    line-height: 24px !important;
}

.caution_zone_level1 .in_box p.onegai span.sub {
	display: block !important;
	color: #a6251a !important;
    font-size: 10px !important;
    line-height: 18px !important;
    margin: 3px 0px 0px !important;
}

.caution_zone_level2 h1.caution_zone {
	background: #a6251a !important;
    font-size: 18px !important;
    color: #FFFC00 !important;
}

.caution_zone_level2 .in_box {
	background: #a6251a !important;
}

.caution_zone_level2 .in_box p.onegai {
	line-height: 10px !important;
    background: #FFFC00 !important;
}

.caution_zone_level2 .in_box p.onegai, .caution_zone_level2 .in_box p.onegai strong {
	color: #a6251a !important;
}

.caution_zone_level2 .in_box p.onegai span.main {
	display: block !important;
	color: #a6251a !important;
    font-size: 14px !important;
    line-height: 24px !important;
}

.caution_zone_level2 .in_box p.onegai span.sub {
	display: block !important;
	color: #a6251a !important;
    font-size: 10px !important;
    line-height: 18px !important;
    margin: 3px 0px 0px !important;
}

.act .in_box {
	box-shadow: none !important;
}

.act .box_four h1 {
	font-size: 18px;
}



/* ▼▼▼▼▼▼▼▼▼▼▼▼for login▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

#head_login {
	position: relative;
    width: 100%;
	text-align: center;
    height: auto;
    margin: 0px 0px 0px -10px;
    padding: 0 10px;
	background: #a6251a;
}

#head_login p {
	color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    line-height: 14px;
    margin: 3px 0;
    padding: 0px 50px;
    text-align: center;
}

#head_login p a, #head_login p span {
	color: #faf3b0;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
}

#head_login .beta {
	color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    margin: 0px 0 0px;
    padding: 5px 50px 0px;
    text-align: center;
}

#head_login .beta span, #head_login .beta a {
	color: #fffb00;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
}

#head_login .beta_nol {
	color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin: 4px 0 3px;
    padding: 0px 50px;
    text-align: center;
}

#head_login .beta_nol span, #head_login .beta_nol a {
	color: #fffb00;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
}

.yicon {
    display: inline-block !important;
    width: 27px !important;
    margin: 0px 7px 3px 8px !important;
    vertical-align: middle;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼for goodcom▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

p.postname {
	color:#a6251a;
    font-weight: bold;
    font-size: 12px;
    margin: 0px 0px 5px 0px;
    line-height: 15px;
    float: left;
}

p.postname span {
	color: #666;
    font-weight: normal;
    font-size: 12px;
    margin: 0px 0px 5px 10px;
    line-height: 15px;
}

p.postdate {
	color: #666;
    font-weight: normal;
    font-size: 12px;
    margin: 0px 0px 5px 10px;
    line-height: 15px;
    float: right;
}

.judge_box {
	text-align: center;
    padding: 30px 20px 25px 20px ;
}

.judge_box img.b_stars {
	max-width: 280px;
    width: 100%;
}

.judge_box_search {
	text-align: center;
    padding: 25px 10px 10px 10px ;
}

.judge_box_search img.b_stars {
	max-width: 150px;
    width: 100%;
}

.admpost {
	background: #A2E4EF;
}

.posterpost {
	background: #bcf1af;
}



.mypost {
	background: #faf3b0 !important;
}

.mypost p.postname {
	color: #a6251a;
}

.mypost p.postname span {
	color: #701912;
}

.mypost p.postdate {
	color: #701912;
}

.mypost p.onegai {
	background: #fff;
}

.postdel {
	background: #666;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    padding: 0px 5px;
    float: right;
    margin: -3px 0px 7px 10px;
    box-shadow: 0 1px #222;
    
    border: none;
    cursor: pointer;
    
    display: inline-block;
    font-weight: bold;
    height: 17px;
    line-height: 18px;
    -webkit-appearance: none;
}

.postdel:hover {
    text-decoration: none;
    margin: -2px 0px 6px 10px;
    box-shadow: none;
}

.mypost .postdel {
	background: #a6251a;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
  
    float: right;
    
    box-shadow: 0 1px #701912;
    
    border: none;
    cursor: pointer;
}

.mypost .postdel:hover {
    text-decoration: none;
    margin: -2px 0px 6px 10px;
    box-shadow: none;
}

.postmail {
	background: #666;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    padding: 0px 5px;
    float: right;
    margin: -3px 0px 7px 10px;
    box-shadow: 0 1px #222;
    
    border: none;
    cursor: pointer;
    
    display: inline-block;
    font-weight: bold;
    
    height: 17px;
    line-height: 20px;
}

.postmail:hover {
    text-decoration: none;
    margin: -2px 0px 6px 10px;
    box-shadow: none;
    color: #fff;
    opacity: 1;
}

.unuserpost {
	background: #333;
}

.unuserpost p.postname {
	color: #fff;
}

.unuserpost p.postname a {
	color: #fff;
}

.unuserpost p.postname span {
	color: #fff;
}

.unuserpost p.postdate {
	color: #fff;
}

.unuserpost p.onegai {
	background: #fff;
}

img.stars {
    width: 92px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0;
}

span.st_title {
	color: #701912;
    font-size: 12px;
    margin: 0px 3px 0px 0px;
}

ul.p_message li {
	border-radius: 4px;
    
    padding: 5px 8px;
    //text-align: justify;
	text-align: left;
    
    font-size: 12px;
    line-height: 16px;
    margin: 0px 0px 6px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

ul.p_message li.bg_f2 {
	background: #FFEBC6;
}

ul.p_message li.bg_f {
	background: #FFF6DC;
}

ul.p_message li.nopostli {
	border-radius: 4px;
    
    background: #909090;
    color: #fff;
    
    padding: 5px 8px;
    //text-align: justify;
	text-align: left;
    
    font-size: 12px;
    line-height: 16px;
    margin: 0px 0px 10px;
}

.search .entry_inner_left p.comcount {
	border-radius: 4px;
	background: #999;
	color: #fff;
    font-weight: normal;
    text-align: center;
    font-size: 10px !important;
    margin: 10px 0px 10px;
    padding: 3px;
}

.goodcomlist .entry_inner_left .txt_box {
	overflow: visible;
}

.goodcomlist .nop_in_box {
	background: #E0E0E0;
}

.commentlist .box_three .in_box p.result_title, .commentlist .box_four .in_box p.result_title {
	background: #f2e3cf;
    
    border-radius: 4px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    

    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    margin: 0 0 15px;
    padding: 10px;
    text-align: left;
}

.commentlist .box_three .in_box p.result_text, .commentlist .box_four .in_box p.result_text {
    
    background: #f2f2f2;
    color: #a6251a;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    margin: 0;
    padding: 10px;
    text-align: center;
    border: 1px solid #E2E2E2;
}


.commentlist .box_three .in_box p.result_title span, .commentlist .box_four .in_box p.result_title span {
    color: #FF7E00;
    font-weight: bold;
}

.commentlist #page_navi .box_three .in_box {
    padding: 15px 15px 0;
}

.com_entry #pagenation_box .list_nav {
    display: inline-block;
    float: none;
    height: auto;
    line-height: 19px;
    padding: 0 0 0px;
}


.com_entry #pagenation_box .list_nav .link_next, .com_entry #pagenation_box .list_nav .link_before {
    background: #701912;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    height: 18px;
    padding: 3px 8px;
}
.com_entry #pagenation_box .list_nav a:hover {
    background: #a6251a;
    color: #faf3b0;
    text-decoration: none;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.com_entry #pagenation_box .list_nav span a {
    background: none;
    border-radius: 4px;
    color: #701912;
    display: inline;
    font-weight: bold;
    height: 18px;
    padding: 3px 8px;
    float: none;
    margin: 0px;
}
.com_entry #pagenation_box .list_nav span {
    display: inline-block;
    margin: 0 12px 15px 0;
    float: left;
}

.com_entry #page_navi .in_box {
	padding: 15px 15px 0;
}

.goodcomlist span.st_title {
	color: #701912;
    font-size: 10px;
    font-weight: bold;
    margin: 0px 3px 0px 0px;
}

.goodcomlist span.st_j {
	color: #701912;
    font-size: 10px;
    font-weight: normal;
    margin: 0px 3px 0px 0px;
}

.goodcomlist a.oubo_btn {
    margin: 0px auto 0px;
}

ul.p_message li img {
	max-width: 70px;
    width: 100%;
    margin: -2px 5px 0px 0px;
}

span.sougou_point {
	display: inline-block;
	font-size: 22pt;
    font-weight: bold;
    color: #701912;
    line-height: 22px;
    margin: 0px 0px 20px 0px;
    font-family: "Verdana";
}

.judge_box_search span.sougou_point {
	display: inline-block;
	font-size: 18pt;
    font-weight: bold;
    color: #701912;
    line-height: 18px;
    margin: 0px 0px 16px 0px;
}

.com_img {
	width: 100%;
}

.goodcomlist .nop_in_box h2 {
	background: #4c4c4c;
}

.goodcomlist .nop_in_box h3.first {
	background: #fff;
    color: #333;
}

.goodcomlist .nop_in_box .entry_inner_right p {
    color: #4c4c4c;
}

.goodcomlist .nop_in_box a.oubo_btn {
	background: #a6251a;
    border: medium none;
    
    border-radius: 4px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    
    color: #fff;
    border: 4px solid #a6251a;
    cursor: pointer;
    display: block;
    font-size: 24px;
    font-weight: bold;
    height: auto;
    letter-spacing: 0.2em;
    line-height: 29px;
    padding: 0;
    transition-duration: 0.1s;
    transition-property: background;
    transition-timing-function: linear;
    width: 200px;
    text-align: center;
    margin: 13px auto 0px;
    padding: 10px;
    text-indent: 0.3em;
}

.goodcomlist .nop_in_box a.oubo_btn:hover {
    background: #faf3b0;
    color: #a6251a;
    text-decoration: none;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

#com_request .in_box {
	background: #177987;
}

#com_request .in_box p {
	text-align: center;
}

#com_request .in_box p img {
	width: 100%;
	max-width: 340px;
}

#com_request .in_box a.req_btn {
	background: #f7931e;
    
    border-radius: 4px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    
    color: #fff;
    border: none;
    
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: auto;
    letter-spacing: 0.2em;
    line-height: 24px;
    padding: 0;
    transition-duration: 0.1s;
    transition-property: background;
    transition-timing-function: linear;
    max-width: 200px;
    text-align: center;
    margin: 13px auto 0px;
    padding: 10px;
}

#com_request .in_box a.req_btn:hover {
    background: #faf3b0;
    color: #a6251a;
    text-decoration: none;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.search #new_result ul li a {
	display: block;
    text-decoration: none;
}

.onegaigc {
	border-radius: 4px;
    
    background: #f2f2f2;
    
    padding: 10px;
    //text-align: justify;
	text-align: left;

    color: #666;
    font-size: 12px;
    line-height: 20px;
}




/* ▼▼▼▼▼▼▼▼▼▼▼▼all_boxshadow▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

section.article_box .in_box ul li {
	border-radius: 8px;
}

section.article_box .c_zone .in_box {
	
}

.section_item h1, section#login_box .in_box, section#search_box .in_box, section#pref_box .in_box, section#map_box .in_box, section#goodcom_box .in_box, section#prefrank_box .in_box, section#ouen_box .in_box, section.cont_box .in_box, section#news_box .in_box, section#google_box .in_box, aside.head_ad_text .in_box, aside.right_head_ad .in_box, aside.foot_ad .in_box, section.article_box .box_two .in_box ul li a, section.map .box_two .mapbox, section.movie .box_two .in_box, ul#job_list li.job_item, .section_item .box_three .in_box, .section_item .box_four .in_box, .sec .box_two .in_box, section.recent_keep_box .in_box, .citybox, section.article_box .box_three .in_box ul li, section.article_box .box_one .in_box ul li, li.michieki, header #header_inner a.head_btn, #header_inner #logo_right_zone p, #tabbox .box_ones, #keep_btn_box .c_zone .in_box, .recent_keep_box .c_zone .in_box, .section_item .mempos_zone .in_box ul li, section.guest_box .in_box, .poster .in_box, .chie_pagenation_box, .act .in_box li, .pref_new_box .in_box, #report_box .in_box, .rebox, .box_336 .in_box, .job_more_btn {
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    
}

section.article_box .box_three .in_box {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

section.article_box .box_one .in_box ul li {
	margin: 0px 2px 0px;
}

input.comword {
    border: 3px solid #d2ba85;
    font-size: 12px;
    height: 25px;
    margin: 0;
    padding: 1px 10px 1px;
    width: 191px;
    color: #666;
    font-weight: normal;
    border-radius: 4px;
}

section#goodcom_box .in_box {
	background: #177987;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    height: 290px;
}

section#goodcom_box .in_box img.comimg {
	width: 100%;
    height:auto;
}

#goodcom_box .select-box {
  background: #9c803f;
  border: 2px solid #d2ba85;
  border-radius: 4px;

  text-align:left;
  font-size:14px;
  color:#fff;
  padding: 0 6px 0 0;
  margin: 4px 17px 0px;
}

#goodcom_box .input-box {
  margin: 4px 17px 0px;
}

#goodcom_box .search_btn {
  margin: 6px 17px 20px;
}

#goodcom_box span.customSelect {
	color:#fff;
	cursor: default;
  height: 25px;
	line-height:28px;
	padding:0 0 3px 3px;
	text-indent: 5px;
  width: 100%;
	background: url(../../common//img/select-box-arrow.png) no-repeat right 3px;
  background-size: 20px auto;
}

#goodcom_box span.customSelectInner {
 color: #fff;
 width: auto;
display: inline-block;

font-size: 12px;
height: 25px;
    overflow: hidden;
    padding: 0 38px 0 0;
}

#goodcom_box h1 {
  background: #177987;
  position: relative;
}

img.onlyimg {
position: absolute !important;
  width: 29px !important;
  right: 10px !important;
    top: -3px !important;
    margin: 0px !important;
    z-index: 99;
}

#goodcom_box h1 img.onlyimg {
position: absolute;
  width: 29px;
  right: 10px;
    top: 55px;
  z-index: 99;
}

.ladies_zone h1 img.onlyimg {
position: absolute;
  width: 29px;
  right: 10px;
    top: 55px;
  z-index:99;
}



#goodcom_box .search_btn {
    background: #f7931e;
    font-size: 18px;
    line-height: 19px;
    transition-duration: 0.1s;
    transition-property: background;
    transition-timing-function: linear;
}

#goodcom_box .search_btn:hover {
    background: #d2ba85;
    color: #a6251a;
}

#goodcom_box .search_btn img {
    margin: -4px 5px 0 0;
    vertical-align: middle;
    width: 20px;
}




/* ▼▼▼▼▼▼▼▼▼▼▼▼p_adm▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

body.p_adm, .p_adm .section_item h1, .p_adm .box_two h1, .p_adm .box_three h1, .p_adm .box_four h1, .p_adm #head_login, .p_adm #header_inner #logo_right_zone p, .p_adm header #header_inner a.head_btn {
	background: #333 !important;
}

.p_adm header #header_inner a.btn_agency {
	background: #e2e2e2 !important;
    color: #383838;
}

.p_adm nav#g_nav ul li a {
    color: #383838;
}

.p_adm h2 {
	background: #616161 !important;
}

.p_adm #contents_wrap,  .p_adm h3 {
	background: #777 !important;
}

.p_adm section.recent_keep_box ul li a h2, .work h2.sech2 {
	background: none !important;
}

.p_adm #all_com .box_four h1 {
    font-size: 18px;
}

.p_adm .all_com_s .box_four h1 {
    font-size: 18px;
}

.p_adm .adm_listpost p.postname {
	line-height: 20px;
    width: 100%;
}




.p_adm #all_com .box_four .in_box p.result_title {
	background: #f2e3cf;
    
    border-radius: 4px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    

    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    margin: 0 0 15px;
    padding: 10px;
    text-align: left;
}

.p_adm #all_com .box_four .in_box p.result_title span {
    color: #FF7E00;
    font-weight: bold;
}

.p_adm #all_com .box_four .in_box p.result_text {
    
    background: #f2f2f2;
    color: #a6251a;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    margin: 0;
    padding: 10px;
    text-align: center;
    border: 1px solid #E2E2E2;
}

.p_adm #all_com .box_four .in_box p.result_ptxt {
    
    background: #f2f2f2;
    color: #666;
    display: block;
    font-size: 10px;
    font-weight: normal;
    line-height: 21px;
    margin: 0px 0px 5px;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #E2E2E2;
}

.p_adm #all_com .box_four .in_box p.result_ptxt span {
    color: #ff7e00;
    font-size: 14px;
    font-weight: bold;
}




.p_adm .box_four .in_box .nodisps {
	background: #a6251a;
    color: #fff;
}

.p_adm .box_four .in_box .nodisps span, .p_adm .box_four .in_box .nodisps strong, .p_adm .box_four .in_box .nodisps strong a {
    color: #fff;
}

.p_adm .box_four .in_box .nodisps strong a {
    text-decoration: underline;
    color: #fffc00;
}

.p_adm table.ulist {
	border-top: #cacaca solid 1px;
    background: #e3e3e3;
    white-space: normal;
    word-wrap: break-word;
}

.p_adm table.ulist tr {
	display: block;
    float: left;
    line-height: 13px;
    white-space: normal;
    word-wrap: break-word;
}


.p_adm table.ulist th {
	background: #60988e;
    border-bottom: #cacaca solid 1px;
    border-left: #cacaca solid 1px;
    border-right: #cacaca solid 1px;
    color: #fff;
    font-size: 10px;
    width: auto;
    min-height: 13px;
    padding: 1px 7px !important;
    line-height: inherit;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    letter-spacing: -0.03em;

}

.p_adm table.ulist td {
	background: #f2f2f2;
    border-bottom: #cacaca solid 1px;
    border-left: #cacaca solid 1px;
    border-right: #cacaca solid 1px;
    color: #383838;
    font-size: 10px;
    width: auto;
    min-height: 13px;
    
    padding: 1px 7px !important;
    line-height: inherit;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    letter-spacing: -0.03em;
}

.p_adm h2 {
    background: #701912 none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    margin: 0 0 15px;
    padding: 10px;
    text-align: left;
}

.p_adm table.ulist td strong {
    color: #f15a24;
    font-size: 10px;
    font-weight: bold;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    letter-spacing: -0.03em;
}

.p_adm .nodisps_in_box {
	background: #ffcfcf;
}

.p_adm .nodisps_in_box table.ulist th {
	background: #ad6262;
}

.p_adm table.ulist td strong.bl {
    color: #383838;
    font-size: 10px;
    font-weight: bold;
}

.p_adm table.ulist td strong.ao {
    color: #487FCB;
    font-size: 10px;
    font-weight: bold;
}

.p_adm table.ulist td strong.pr {
    color: #b311b2;
    font-size: 10px;
    font-weight: bold;
}

.p_adm table.ulist td a {
    text-decoration: underline;
}



.p_adm .noname_in_box {
	background: #7aa4bf;
}

.p_adm .noname_in_box table.ulist th {
	background: #5275a0;
}

.p_adm .kaisetsu_box {
	text-align: center;
    margin: 0px 0px 15px;
}

.p_adm .kaisetsu_box div {
	display: inline-block;
    margin: 3px;
}


.p_adm span.kaisetsu_normal {
	background: #fff;
    border: #cacaca solid 1px;
    display:inline-block;
    width:15px;
    height:15px;
    margin: 0px 2px -3px 0px;
}

.p_adm span.kaisetsu_nodisp {
	background: #ffcfcf;
    border: #cacaca solid 1px;
    display:inline-block;
    width:15px;
    height:15px;
    margin: 0px 2px -3px 0px;
}

.p_adm span.kaisetsu_noname {
	background: #7aa4bf;
    border: #cacaca solid 1px;
    display:inline-block;
    width:15px;
    height:15px;
    margin: 0px 2px -3px 0px;
}

.p_adm input[type="text"][disabled]{
    background:#f5f5f5;
    color:#999;
    cursor:not-allowed; /* 禁止カーソル */
}

.p_adm form input.sakujo {
	background: #C10000;
}

.p_adm form input.henshu {
	background: #2D7B6D;
}

.p_adm form input.seigen {
	background: #B88E1D;
}

.p_adm .box_four .in_box {
	padding: 10px !important;
}

.p_adm #page_navi .box_four .in_box {
	padding: 15px 15px 0px 15px !important;
}

.p_adm table.plist {
	border-top: #cacaca solid 1px;
    background: #e3e3e3;
    white-space: normal;
    word-wrap: break-word;
}

.p_adm table.plist tr {
    line-height: 13px;
    white-space: normal;
    word-wrap: break-word;
}


.p_adm table.plist th {
	background: #60988e;
    border-left: #cacaca solid 1px;
    border-right: #cacaca solid 1px;
    color: #fff;
    font-size: 10px;
    min-height: 13px;
    padding: 1px 7px !important;
    line-height: inherit;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    letter-spacing: -0.03em;

}

.p_adm table.plist td {
	background: #f2f2f2;
    border-top: #cacaca solid 1px;
    border-bottom: #cacaca solid 1px;
    border-left: #cacaca solid 1px;
    border-right: #cacaca solid 1px;
    color: #383838;
    font-size: 10px;
    min-height: 13px;
    
    padding: 1px 7px !important;
    line-height: 17px;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    letter-spacing: -0.03em;
    padding: 3px !important;
    text-align: center;
}

.p_adm table.plist tr.bg_f td {
	background: #e0e0e0;
}

.p_adm table.plist td strong {
    color: #f15a24;
    font-size: 10px;
    font-weight: bold;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    letter-spacing: -0.03em;
}

.p_adm table.plist td strong.bl {
    color: #383838;
    font-size: 10px;
    font-weight: bold;
}

.p_adm table.plist td strong.ao {
    color: #487FCB;
    font-size: 10px;
    font-weight: bold;
}

.p_adm table.plist td strong.pr {
    color: #b311b2;
    font-size: 10px;
    font-weight: bold;
}

.p_adm table.plist td a {
    text-decoration: underline;
}

table.plist td.w100 {
    width: 100%;
    padding: 0px;
}
table.plist input.button {
	display: inline-block;

	border-radius:4px;
	background: #808080;
	color: #fff;
	border: none;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
	cursor: pointer;
	width: auto;
    margin: 10px 0px;
}

#all_c_label {
	font-size: 10px;
}

.p_adm table.plist tr.bg_blnk td {
	background: #a5a5a5 !important;
}

.p_adm table.plist tr.bg_adm td {
	background: #f9db48 !important;
}

.p_adm table.plist tr td.tdr {
    width: 35%;
}

.p_adm .bg_hdn {
	background: #fff;
    border-radius: 3px;
    margin: 5px auto 3px;
    padding: 3px;
    line-height: 14px;
}

.p_adm table.plist tr td.tdr .morebtn {
	background: #666;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    padding: 0px 5px;
    float: right;
    margin: 0px 0px 0px 5px;
    box-shadow: 0 1px #222;
    
    border: none;
    cursor: pointer;
    
    display: inline-block;
    font-weight: bold;
    
    height: 17px;
    line-height: 18px;
}

.p_adm table.plist tr td.tdr .morebtn:hover {
    text-decoration: none;
    box-shadow: 0 1px #222;
    color: #fff;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼point_flow▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

.about_p .box_three .regist_btn {
	font-size: 18px;
    margin: 0px;
    padding: 20px;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼banner_fee▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

.banner_fee table {
	width: 100%;
    margin:0px 0px 15px;
}

.banner_fee table th {
	width: auto;
	vertical-align: middle;
	background: #E6E6E6;
	color: #4d4d4d;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 6px;
	line-height: 15px;
}

.banner_fee table td {
	width: auto;
	vertical-align: middle;
	color: #4d4d4d;
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	padding: 6px;
	line-height: 20px;
    text-align: center;
}

.banner_fee table td span.red_s {
	white-space: nowrap;
    color: #a6251a;
    font-weight: bold;
}

.banner_fee table td.foot_td {
	background: #faf3b0;
    color: #a6251a;
    font-weight: bold;
}

.banner_fee table td strong{
	color: #F15A24;
	font-weight: bold;
	font-size: 14px;
}

.banner_fee table td a {
	display: inline-block;
	margin: 0px;
}

.banner_fee .sampleimg {
	max-width: 200px;
    width: 100%;
    hegiht: auto;
}

.table_wrap {
	overflow: auto;
    margin: 0px 0px 15px;
}

.table_wrap table {
    margin: 0px;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼post_img_thumb▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

img#upimgthumbnail {
max-width: 100%;
max-height: 150px;
display: block;
margin: 10px auto;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼regist_banner▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

img.regist_banner {
width: 100%;
max-width: 420px;
display: inline-block;
margin: 2px 0px 4px;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼search_point▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

section.search_point .in_box p.onegai {
	background: #FAF3B0;
    border: 1px solid #a6251a;
}

section.search_point .in_box strong.c {
	display: block;
    font-size: 18px;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼work_test_page▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

body.admin_test {
	background: #666;
}

body.admin_test #header_inner #logo_right_zone p, body.admin_test header #header_inner a.head_btn, body.admin_test .section_item .right_head_ad h1 {
	background: #666 !important;
}

body.admin_test header #header_inner a.btn_agency {
	background: #D8D8D8 !important;
    color: #666;
    cursor: pointer;
}

body.admin_test #g_nav .drawer-nav ul li a {
	color: #666;
    cursor: pointer;
}

body.admin_test #contents_wrap {
	background: #D8D8D8 !important;
}

body.admin_test header #header_inner p.ttl {
	color: #666;
}

body.admin_test .footer_nav_box li {
	border-left: 1px solid #f0f0f0;
}

body.admin_test .footer_nav_box a {
	color: #f0f0f0 !important;
    cursor: pointer;
}

body.admin_test header #header_inner a.head_btn, body.admin_test header #header_inner h1 a, body.admin_test #company_zone h1 a, body.admin_test a.oubo_btn {
    cursor: pointer;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼member_info▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

.mempos .article_box .box_four .in_box {
	padding: 0px !important;
    box-shadow: none !important;
}

.mempos .article_box .box_four .in_box ul li {
 -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3) !important;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3) !important;
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3) !important;
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3) !important;
}

.mempos_zone h1.caution_zone {
	background: #a6251a;
    font-size: 14px !important;
}

.mempos_zone h1.caution_zone span {
    font-size: 18px !important;
    color: #faf3b0 !important;
    margin: 0px 3px !important;
}

.section_item .mempos_zone .in_box {
	background: none !important;
    box-shadow: none !important;
	padding: 0px;
}


.mempos_zone .new_mark {
	font-size: 10px !important;
	font-weight: normal !important;
	line-height: 15px !important;
	padding: 0.5px 4px !important;
	background: #C1272D !important;
	color: #fff !important;
	display: inline-block !important;
	letter-spacing: 0.1em !important;
	text-indent: 0.1em !important;
	word-break: keep-all !important;
	margin-bottom: 5px !important;
	margin-top: 3px !important;
	margin-left: 5px !important;
	vertical-align: middle !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	
	border-radius: 4px !important;

}

.get_p_box {
    height: auto;
    width: 100%;
    text-align: center;
}

.get_p_box img {
	max-width: 420px;
    height: auto;
    width: 0%;
    margin: 0px auto;
}

.sslm {
	display: inline-block;
    width: 19px;
    height: auto;
    margin: 0 6px 3px 0;
}

.p_cam_span {
	text-decoration: line-through;
    color: #4d4d4d;
}

.p_cam_b {
	font-weight: bold;
    color: #ff7e00;
}

.p_up_p {
	font-weight: bold;
    color: #c1272d;
    border: 5px solid #c1272d;
    font-size: 26px;
    text-align: center;
    padding: 15px 5px;
    line-height: 30px;
    margin: 0px 0px 10px;
    background: #fcee21;
}

.postctable td {
	text-align: left;
}

.contents_btn {
    background: #a6251a;
    border-radius: 4px;
    
    -moz-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-webkit-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-o-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-ms-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
    
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: auto;
    letter-spacing: 0.2em;
    line-height: 29px;
    padding: 0;
    transition-duration: 0.1s;
    transition-property: background;
    transition-timing-function: linear;
    text-align: center;
    margin: 10px auto 10px !important;
    padding: 10px;
    max-width: 400px;
}

.contents_btn:hover {
    background: #d2ba85;
    color: #a6251a;
    text-decoration: none;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}




.contents_list_btn {
    background: #f7931e;
    border-radius: 4px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
    
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: auto;
    letter-spacing: 0.2em;
    line-height: 29px;
    padding: 0;
    transition-duration: 0.1s;
    transition-property: background;
    transition-timing-function: linear;
    text-align: center;
    margin: 0px auto 0px;
    padding: 10px;
    max-width: 400px;
    
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.contents_list_btn:hover {
    background: #d2ba85;
    color: #a6251a;
    text-decoration: none;
    
    text-shadow: none;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}




section#goodcom_index h1, section#goodcom_index .in_box {
	background: #177987 !important;
}
section#goodcom_index .comimg {
	max-width: 250px;
    display: block;
    margin: 0px auto;
}

.contact table.list td p {
	word-break: break-all;
}

.mtcom .box_three .in_box {
    padding: 10px;
}











section.pink_c h1 {
	background: #d4145a !important;
    color: #fff !important;
    font-size: 14px !important;
}

section.pink_c .in_box {
	background: #d4145a !important;
}

section.pink_c .in_box .text_zone {
	border-top: 3px solid #d4145a !important;
}

section.pink_c .in_box .text_zone h2 {
	color: #d4145a;
}





section.apricot_c h1 {
	background: #f86149 !important;
    color: #fff !important;
    font-size: 14px !important;
}

section.apricot_c .in_box {
	background: #f86149 !important;
}

section.apricot_c .in_box .text_zone {
	border-top: 3px solid #f86149 !important;
}

section.apricot_c .in_box .text_zone h2 {
	color: #f86149;
}


.c_zone img.onlyimg {
    position: absolute;
    right: 10px;
    top: 55px;
    width: 29px;
    z-index: 99;
}


.poster img.om {
	position: absolute;
    display: block;
    height: 70px !important;
    width: auto !important;
    
    z-index: 100;
}

.poster h1 img.left_t {
	left: -22px;
    top: -23px;
}

.poster img.right_t {
	bottom: -15px;
    right: -18px;
    height: 80px !important;
}

a.poster_regist_btn {
	display: block;
    max-width: 320px;
    margin: 0px auto;
}

.poster_regist_btn img {
	max-width: 320px !important;
    width: 100%  !important;
    margin: 10px auto;
}

a.poster_cat {
	display: inline-block;
    background: #999;
    border-radius: 4px;
    font-size: 10px;
    line-height: 14px;
    padding: 2px 5px 1px;
    color: #fff;
}




/* ▼▼▼▼▼▼▼▼▼▼▼▼for_news_slide▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */


.cont_wrap {
	border-radius: 8px;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.cont_wrap .container {
    margin-bottom: 25px;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);

mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);

    border-radius: 8px;
    overflow: hidden;
}

.tabContainer {
    overflow-x: auto;
    background: #e6e6e6;
}


.tab {
    display: table;
    margin-top: 0px;
}

.tab__button {
	transition-property: color, background;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	-moz-transition-property: color, background;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: linear;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	-o-transition-property: color, background;
	-o-transition-duration: 0.2s;
	-o-transition-timing-function: linear;
	-ms-transition-property: color, background;
	-ms-transition-duration: 0.2s;
	-ms-transition-timing-function: linear;
    display: table-cell;
    text-align: center;
    background-color: #a6251a;
    vertical-align: middle;
    border-right: 3px solid #e3cdaf;
    min-width: 80px;
    white-space: nowrap;
}

.tab__button:last-child {
    border-right: none;
}

.tab .active {
    background-color: #fff;
}

.tab__button a {
	text-align: center;
    padding: 15px 10px;
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.tab .active a {
	color: #a6251a;
    opacity: 1;
}

.tab a:hover {
    color: #fffb00;
    opacity: 1;
}

.tab .active a:hover {
	color: #a6251a;
    opacity: 1;
}

.container .contents {
	width: 100%;
    background-color: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
}

.contents__content {
    background-color: #fff;
    text-align: center
}

.contents__content ul {
	padding: 0px 13px 0px 0px;
}

.contents__content li {
	border-bottom: 1px solid #e6e6e6;
    padding: 7px;
    position: relative;
    display: block;
    width: 100%;
}

.contents__content li:hover {
	background: #f3f3f3;
}

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



.contents__content .tab_imgbox {
	width:50px;
    height:50px;
    overflow: hidden;
    background:#999;
    margin-right: 8px;
    float:left;
    position: relative;

    border-radius:2px;
}

.contents__content .tab_imgbox::after {
    content:"";
    position:absolute;
    top:0; right:0; bottom:0; left:0;
    box-shadow:0px 0px 4px rgba(0, 0, 0, 0.3) inset;
    border-radius:2px;
}

.contents__content .tab_imgbox img {
	position: absolute;
}

.contents__content .tab_title {
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    display: block;
}

.contents__content .cat2 {
	display: inline-block;
	background: #999;
    color:#fff;
    border-radius: 3px;
    padding: 1.5px 2px;
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
    position: absolute;
    bottom: 7px;
    right: 96px;
    letter-spacing: -0.02em;
}


.contents__content .cat {
	display: inline-block;
	background: #999;
    color:#fff;
    border-radius: 3px;
    padding: 1.5px 2px;
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
    position: absolute;
    bottom: 7px;
    right: 7px;
    letter-spacing: -0.02em;
}

.contents__content .ttl_zone {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    padding: 3px 0px 0px 0px;
}

.contents__content a:link  .ttl_zone {
	color: #333;
    
    text-decoration: none;
}

.contents__content a:visited  .ttl_zone {
	color: #9e9e9e;
    
    text-decoration: none;
}

.contents__content a:hover .ttl_zone {
	color: #6d6d6d;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
    text-decoration: none;
}

.contents__content a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
    text-decoration: none;
}




.contents__content .new_m {

    border-radius: 3px;
    
    background: #ffc72b;
    color: #cc3f3f;
    display: inline-block;
    font-size: 8px;
    font-weight: bold;
    line-height: 12px;
    margin: 0 -2px -6px 1px;
    padding: 0px 3px 0;
    vertical-align: middle;
    
    box-shadow : 0px 1px 0px #b58600;
}

.contents__content span.dates {
	display: inline-block;
    vertical-align: bottom;
	font-size: 10px;
    font-weight: normal;
    color: #a7a7a7;
    letter-spacing: -0.01em;
    margin: 0 0px -5px 0px;
}



.contents__content ul.dbpost .ttl_zone {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px -2px 0px;
}

.contents__content ul.dbpost .ttl_bf {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 10px;
    padding: 0px 0px 2px 0px;
    margin: -4px 0px -4px;
     letter-spacing: -0.01em;
}

.contents__content ul.dbpost .ttl_bf span {
	font-weight: normal;
     letter-spacing: -0.01em;
}

.contents__content ul.dbpost a:link .ttl_bf {
	color: #6d6d6d;
    
    text-decoration: none;
}

.contents__content ul.dbpost a:link .ttl_bf span {
	color: #6d6d6d;
    
    text-decoration: none;
}

.contents__content ul.dbpost a:visited .ttl_bf, .contents__content ul.dbpost a:visited .ttl_bf span {
	color: #9e9e9e;
    
    text-decoration: none;
}

.contents__content ul.dbpost a:hover .ttl_bf, .contents__content ul.dbpost a:hover .ttl_bf span {
	color: #6d6d6d;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
    text-decoration: none;
}

.contents__content ul.dbpost span.str img.stars {
	display: inline-block;
    vertical-align: middle;
	width: 60px;
    height: 10px;
    margin: 0px 0px 4px 0px;
}

.contents__content ul.dbpost .new_m {
    margin: -6px -2px 0px 1px;
    padding: 0px 3px 0;
    vertical-align: middle;
}

.contents__content ul.dbpost span.dates {
    vertical-align: bottom;
    margin: 2px 0px 0px 0px;
}

.contents__content ul.dbpost li {
    max-height: 50px;
}

.contents__content ul.dbpost li.gc .cat {
	display: inline-block;
	background: #999;
    color:#fff;
    border-radius: 3px;
    padding: 1.5px 2px;
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
    position: relative;
    bottom:inherit;
    right: inherit;
    letter-spacing: -0.02em;
    margin: 0px 0px 0px 7px;
}

.contents__content ul.dbpost li.gc .ttl_bf {
    margin: -4px 0px -2px;
}

.contents__content .more_list_btn {
    display: block;
    text-align: center;
    height: 30px;
    font-size: 10px;
    line-height: 29px;
    font-weight: bold;
    margin: 0px -13px 0px 0px;
    background: #701912;
    color: #fff;
}

.contents__content .close_bg {
    background: #888 !important;
    color: #fff;
}

.contents__content .more_list_btn:hover, .contents__content .close_bg:hover {
	opacity: 1;
}

.contents__content .more_list {
    display: none;
}

.bx-viewport {
	height: auto !important;
}

.contents__content ul.recpost .tab_imgbox {
	width:115px;
    height:115px;
    overflow: hidden;
    background:#999;
    margin-right: 8px;
    float:left;
    position: relative;

    border-radius:2px;
}

.contents__content ul.recpost .txt_zone {
	overflow: hidden;
    text-overflow: ;
    white-space: ;
    font-weight: normal;
    line-height: 17px;
    font-size: 12px;
    max-height: 68px;
    padding: 0px 0px 0px 0px;
    margin: 3px 0px 0px 0px;
}

.contents__content ul.recpost a:link  .txt_zone {
	color: #333;
    
    text-decoration: none;
}

.contents__content ul.recpost a:visited  .txt_zone {
	color: #6d6d6d;
    
    text-decoration: none;
}

.contents__content ul.recpost a:hover .txt_zone {
	color: #6d6d6d;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
    text-decoration: none;
}

.contents__content ul.recpost span.dates {
	display: inline-block;
    vertical-align: bottom;
	font-size: 10px;
    font-weight: normal;
    color: #a7a7a7;
    letter-spacing: -0.01em;
    margin: 0 0px -3px 0px;
}

.contents__content ul.recpost .new_m {

    border-radius: 3px;
    
    background: #ffc72b;
    color: #cc3f3f;
    display: inline-block;
    font-size: 8px;
    font-weight: bold;
    line-height: 12px;
    margin: 0 -2px -3px 1px;
    padding: 0px 3px 0;
    vertical-align: middle;
    
    box-shadow : 0px 1px 0px #b58600;
}

.contents__content ul.recpost li {
height: 115px;
}






.contents__content ul.chiepost .txt_zone {
	overflow: hidden;
    text-overflow: ;
    white-space: ;
    font-weight: normal;
    line-height: 17px;
    font-size: 12px;
    max-height: 35px;
    padding: 0px 0px 0px 0px;
    margin: 3px 0px 0px 0px;
}

.contents__content ul.chiepost a:link  .txt_zone {
	color: #333;
    
    text-decoration: none;
}

.contents__content ul.chiepost a:visited  .txt_zone {
	color: #9e9e9e;
    
    text-decoration: none;
}

.contents__content ul.chiepost a:hover .txt_zone {
	color: #6d6d6d;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
    text-decoration: none;
}

.contents__content ul.chiepost span.dates {
	display: inline-block;
    vertical-align: bottom;
	font-size: 10px;
    font-weight: normal;
    color: #a7a7a7;
    letter-spacing: -0.01em;
    margin: 0 0px -3px 0px;
}

.contents__content ul.chiepost .new_m {

    border-radius: 3px;
    
    background: #ffc72b;
    color: #cc3f3f;
    display: inline-block;
    font-size: 8px;
    font-weight: bold;
    line-height: 12px;
    margin: 0 -2px -3px 1px;
    padding: 0px 3px 0;
    vertical-align: middle;
    
    box-shadow : 0px 1px 0px #b58600;
}

.contents__content ul.chiepost li {
height: 82.5px;
}


/* ▼▼▼▼▼▼▼▼▼▼▼▼new loginbox▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

section#new_login_box img {
	display: block;
	margin: 10px 7px 10px;
    width: 100%;
}

section#new_login_box .in_box {
	background: none;
    height: 290px;
    padding: 0px;
    
    -moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow:  none;
	-ms-box-shadow: none;
	box-shadow: none;
}

section#new_login_box .nml_l_box {
	background: #fff;
    padding: 15px;
    margin: 0px 0px 10px;
	border-radius: 8px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}



section#new_login_box .input-box {
  padding: 0 0px 0 0;
  margin: 0px 0px 6px;
}

section#new_login_box .login_btn {
    background: #a6251a;
    border: medium none;
    border-radius: 4px;
    
    -moz-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-webkit-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-o-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-ms-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
    
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 35px;
    letter-spacing: 0.2em;
    line-height: 24px;
    padding: 0;
    transition-duration: 0.1s;
    transition-property: background;
    transition-timing-function: linear;
    width: 216px;
    text-align: center;
    margin: 0px 0px 0px;
    padding: 5px 0px 4px;
}

section#new_login_box .login_btn:hover {
    background: #d2ba85;
    color: #a6251a;
}

section#new_login_box .regist_btn {
    background: #faf3b0;
    border: #a6251a 2px solid;
    border-radius: 4px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    
    color: #a6251a;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    letter-spacing: 0.2em;
    line-height: 28px;
    padding: 0;
    transition-duration: 0.1s;
    transition-property: background;
    transition-timing-function: linear;
    
    text-align: center;
    margin: 9px 0px 0px;
    padding: 2px 2px;
}

section#new_login_box .regist_btn:hover {
    background: #a6251a;
    color: #fff;
    text-decoration: none;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

section#new_login_box .sns_l_box {
	background: #fff;
    padding: 5px;
    margin: 0px;
	border-radius: 8px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

section#new_login_box .sns_regist_btn {
    background: #f7931e;
    
    border-radius: 4px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
    

    
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 17px;
    font-weight: bold;
    height: 72px;
    letter-spacing: 0.15em;
    line-height: 35px;
    padding: 0;
    transition-duration: 0.1s;
    transition-property: background;
    transition-timing-function: linear;
    
    text-align: center;
    margin: 0px 0px 0px;
    padding: 4px 2px;
    
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

section#new_login_box .sns_regist_btn:hover {
    background: #177987;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

section#new_login_box .sns_regist_btn span {
	display: inline-block;
    vertical-align: middle;
	color: #fff;
    border-radius: 3px;
    background: #faf3b0;
    width: 22px;
    height: 22px;
    margin: 7px 5px 7px;
    text-align: center;
    
    text-shadow: none;
}

section#new_login_box .sns_regist_btn:hover span {
	color: #fff;
}

section#new_login_box .sns_regist_btn span.icon-facebook {
    font-size: 12px;
    line-height: 22px;
    background: #265a96;
    box-shadow: 0px 1px 0.5px #08264a;
}

section#new_login_box .sns_regist_btn span.icon-twitter {
    font-size: 12px;
    line-height: 22px;
    background: #00acec;
    box-shadow: 0px 1px 0.5px #006186;
}

section#new_login_box .sns_regist_btn span.icon-yahoo {
    font-size: 20px;
    line-height: 23px;
    background: #f60e0b;
    box-shadow: 0px 1px 0.5px #880806;
}

section#new_login_box .sns_regist_btn span.icon-google-plus {
    font-size: 12px;
    line-height: 22px;
    background: #dd4b39;
    box-shadow: 0px 1px 0.5px #822d23;
}

section#new_login_box .repass_btn {
    background: #ededed;
    border-radius: 4px;
    
    -moz-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-webkit-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-o-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-ms-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
    
    color: #a6251a;
    cursor: pointer;
    display: block;
    font-size: 10px;
    font-weight: bold;
    height: auto;
    letter-spacing: 0.13em;
    line-height: 17px;
    
    transition-duration: 0.1s;
    transition-property: background;
    transition-timing-function: linear;
    
    text-align: center;
    margin: 10px 7px 10px;
    padding: 6px 1px;
}

section#new_login_box .repass_btn:hover {
    background: #d2ba85;
    color: #a6251a;
    text-decoration: none;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

section#new_login_box input.loginword {
    border: 3px solid #a6251a;
    font-size: 11px;
    height: 28px;
    margin: 0;
    padding: 0 10px;
    width: 191px;
    color: #666;
    font-weight: bold;
    border-radius: 4px;
}


/* ▼▼▼▼▼▼▼▼▼▼▼▼modal_window▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

.modal-overlay {
    z-index:1800;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh; /*100vhで高さ最大*/
    background-color:rgba(0,0,0,.5); /*透明度*/
    
}
    
a.modal-open:hover {
	cursor:pointer
}

.modal-content {
    position: fixed;
    display:none;
    z-index:2001;
    padding:0px;
    top: 50%;
    left: 50%;
    max-width:560px;
    width: 100%;
   
   transition-duration: 0.1s;
    transition-property: margin-top, margin-left;
    transition-timing-function: linear;
}

.modal-content_inner {
    margin:0px 0px;
    padding:10px;
    border-radius: 8px;
    background:#fff;
    //max-height: 300px;
    
    transition-duration: 0.1s;
    transition-property: margin-top, margin-left;
    transition-timing-function: linear;
}

.modal-content_txt {
    margin:0px;
    margin:0px 0px 0px;
    max-height:250px;
    overflow: auto;
-webkit-overflow-scrolling: touch;
}

@media screen and (max-height: 500px) {
.modal-content_txt {
    max-height:290px;
}
}

.modal-content_txt p {
	background: #ececec;
    border-radius: 4px;
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
    //text-align: justify;
	text-align: left;
}
    
.modal-content h1 {
	text-align: center;
    height: 30px;
    line-height: 21px;
	font-size:16px;
}

a.modal-close {
    position:absolute;
    top:15px;
    right:4px;
    color: #a6251a;
    font-size:26px;
    line-height:0px;
    font-weight:bold;
    text-decoration:none;
}

a.modal-close:hover {
	cursor:pointer;
}

.sns_login_btn {
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    letter-spacing: 0.1em;
    line-height: 31px;
    
    transition-duration: 0.1s;
    transition-property: opacity;
    transition-timing-function: linear;
    
    text-align: center;
    margin: 0px 0px 9px;
    padding: 4px 0px;
}

.sns_login_btn:hover {
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    
    opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

.btn_twitter {
    background: #00acec;
    box-shadow: 0px 1px 0.5px #006186;
}

.btn_yahoo {
    background: #f60e0b;
    box-shadow: 0px 1px 0.5px #880806;
}

.btn_facebook {
    background: #265a96;
    box-shadow: 0px 1px 0.5px #08264a;
}

.btn_google {
    background: #dd4b39;
    box-shadow: 0px 1px 0.5px #822d23;
}

.sns_login_btn span {
	display: inline-block;
    vertical-align: middle;
	color: #fff;
    width: 22px;
    height: 22px;
    margin: 0px 13px 3px 0px;
    text-align: center;
    
    text-shadow: none;
}

.sns_login_btn:hover span {
	color: #fff;
}

.sns_login_btn span.icon-twitter {
    font-size: 20px;
    line-height: 22px;
    margin: 2px 8px 6px 0px;
}

.sns_login_btn span.icon-yahoo {
    font-size: 28px;
    line-height: 22px;
}

.sns_login_btn span.icon-facebook {
    font-size: 18px;
    line-height: 24px;
    margin: 2px 4px 6px 0px;
}

.sns_login_btn span.icon-google-plus {
    font-size: 18px;
    line-height: 24px;
	margin: 1px 6px 6px 0px;
}

.loginpage_sns {
    margin: 0px -10px 0px 0px;
}

.loginpage_sns .sns_login_btn {
	max-width: 495px;
	width: 100%;

    margin: 0px 10px 10px 0px;
    
    float: left;
}

@media screen and (max-width: 1050px) {
.loginpage_sns {
    margin: 0px -10px 0px 0px;
}
.loginpage_sns .sns_login_btn {
	max-width: 365px;
	width: 100%;

    margin: 0px 10px 10px 0px;
    
    float: left;
}
}

@media screen and (max-width: 790px) {
.loginpage_sns {
    margin: 0px 0px 0px 0px;
}
.loginpage_sns .sns_login_btn {
	width: 100%;

    margin: 0px auto 10px auto;
    padding: 4px 0px;
    
    float: none;
}
}

.box_three .loginpage_sns {
    margin: 0px 0px 0px 0px;
}

.box_three .loginpage_sns .sns_login_btn {
	max-width: 495px;
	width: 100%;

    margin: 0px auto 10px auto;
    
    float: none;
}

.onegai_s {
	border-radius: 4px;
    
    background: #f2f2f2;
    
    padding: 10px;
    //text-align: justify;
	text-align: left;
    
    font-size: 10px;
    line-height: 16px;
}




.modal-content2 {
    position: fixed;
    display:none;
    z-index:2001;
    padding:0px;
    top: 50%;
    left: 50%;
    max-width:700px;
    width: 100%;
   
   transition-duration: 0.1s;
    transition-property: margin-top, margin-left;
    transition-timing-function: linear;
}

.modal-content_inner2 {
    margin:0px 0px;
    padding:10px;
    border-radius: 8px;
    background:#bdd29a;
    //max-height: 350px;
    
    transition-duration: 0.1s;
    transition-property: margin-top, margin-left;
    transition-timing-function: linear;
}

.modal-content_txt2 {
    margin:0px;
    margin:0px 0px 0px;
    max-height:400px;
    overflow: auto;
	-webkit-overflow-scrolling: touch;
}

@media screen and (max-height: 600px) {
.modal-content_txt2 {
    max-height:300px;
}
}

.modal-content_txt2 p {
	background: #ececec;
    border-radius: 4px;
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
    //text-align: justify;
	text-align: left;
}
    
.modal-content2 h1 {
	text-align: center;
    height: 30px;
    line-height: 21px;
	font-size:16px;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼chie▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

.chie_section .in_box {
background: url(../../common//img/dr_chie_bg.png);
background-size: contain;
padding: 15px;
}

.chie_section .onegai {
background: #fff;
}

.chie_section .box_four h1 {
font-size: 18px;
}

.chie_section .box_four h2 {
background: #6f0048;
}

.chie_section .main_red {
font-size: 14px;
}

.chie_section .main_red_title {
font-size: 14px;
color: #fff;
background: #AE5C00;
border-radius: 8px;
padding: 3px 13px;
display: inline-block;
margin: 2px 0px 7px 0px;
-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.chie_section .onegai_chie {
margin: 0px;
background: #F1DCB2;
background: rgba(241,220,178,0.7);

border-radius: 4px;
    
    position: relative;
    z-index: 20;
    
    padding: 10px;
    //text-align: justify;
	text-align: left;
    
    font-size: 14px;
    line-height: 24px;

-moz-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-webkit-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-o-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-ms-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
}

.dr_box {
text-align: center;
}

.dr_logo {
max-width: 612px;
width: 100%;
height: auto;
margin: 10px 0px;
}

.dr_form_box .onegai {
background: #f2f2f2;
}

.dr_form_box table.list {
margin: 15px 0 5px;
}

.dr_form_box table.list tr.bg_f {
background: rgba(255,255,255,0.7);
}

.dr_form_box table.list tr.bg_f2 {
background: rgba(255,255,255,0.9);
}

.dr_form_box table.list .option_zone label {
display: inline-block;
margin: 5px 0px;
line-height: 20px;
}

.dr_form_box table.list .option_zone #chie_option {
    display: none;
    overflow: hidden;
    background: #FFCB00;
    padding: 5px 10px 10px;
    
    border-radius: 4px;
}

.dr_form_box table.list .option_zone #chie_option p {
    line-height: 16px;
    padding: 2px 0 4px;
}

.chie_section .get_p_box {
margin: 0px 0px 15px;
background: #fff;

border-radius: 4px;
}

.chie_section .onegai_g {
margin: 0px;
background: #f2f2f2;

border-radius: 4px;
    
    
    
    padding: 10px;
    //text-align: justify;
	text-align: left;
    
    font-size: 14px;
    line-height: 24px;

}

.chie_section .socials ul {
    text-align: center;
    margin: 2px 0px 10px;
}

.chie_section .socials ul li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
    margin-left: 3px;
}

.chie_section .socials ul li span {
	color: #fff;
}

.chie_section .chie_entry {
background: #fff !important;
padding: 15px 15px !important;
overflow: hidden;
}

.chie_section .chie_entry .socials ul {
    text-align: center;
    margin: 0px 0px 0px;
}

.chie_section .chie_entry .socials ul li {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-left: 0px;
}

.chie_section .chie_entry .socials ul li span {
	color: #999;
}

.chie_section .chie_poster {
    border-radius: 0px;
    color: #9c2d6f;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 21px;
    margin: 0px 0 8px;
    padding: 0px 0px 5px;
    text-align: left;
    float: left;
    position: relative;
    z-index: 20;
	border-bottom: 2px dotted #E1B0CA;
	vertical-align: middle;
	width: auto;
}

.chie_section .chie_poster .main_red {
    color: #9c2d6f;
    font-size: 14px;
    font-weight: bold;
}

.chie_section .chie_poster .main_jobs {
	color: #9c2d6f;
    font-size: 12px;
    font-weight: normal;
}

.tag_ul {
    display: inline-block;
    float: right;
    padding: 5px 0px 5px;
}

.tag_ul li {
display: inline-block;
    float: left;
    margin: 0px 0px 5px 5px;
}

.tag_ul li a {
	background: #e47900;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
    margin: 0px;
    padding: 5px 5px;
    text-align: left;
    text-decoration: none;
    position: relative;
    z-index: 20;
    
    -moz-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-webkit-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-o-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-ms-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
}

.chie_section .tag_box {
	background: #f2f2f2;
    background: rgba(255,255,255,0.7);
    border-radius: 4px;
    padding: 10px;
    margin: 0px 0px 10px;
    text-align: left;
}

.chie_section .tag_box strong {
	color: #9c2d6f;
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding: 0px 5px 3px;
}

.article_box .mypost ul.chie_list li a, .article_box .mypost .in_box ul.chie_list li a.even {
	background: #faf3b0;
}

.article_box ul.chie_list li .postdel {
    margin: 9px 10px 5px 0px;
}

.article_box ul.chie_list li .postdel:hover {
    margin: 10px 10px 4px 0px;
}






section.a_section .in_box {
	background: none;
    padding: 0px;
    box-shadow: none;
}

section.a_section .chie_poster {
    margin: 0px 0 8px;
}

.bg_maru {
	position: absolute;
    max-width: 300px;
    width: 80%;
    bottom: -10%;
    right: -10%;
    z-index: 10;
}

@media screen and (max-width: 530px) {
.bg_maru {
    bottom: -5%;
    right: -13%;
    width: 60%;
}
}

.gb_icon_zone {
	float: left;
    margin: 6px 0 8px;
	line-height: 16px;
}

form.likebad {
    display: inline-block;
}

.gb_buttons {
	border-style: none;
    background: none;
    padding: 0px;
    cursor: pointer;
    display: inline-block;
    width: 28px;
    height: 28px;
    position: relative;
}

.gb_buttons:hover {
    background: none;
}

.gb_icon_zone span {
	font-size: 10px;
    margin: 0 10px 0 0;
    padding: 0;
    color: #999;
    display: inline-block;
    vertical-align: bottom;
}

.gb_icons {
}

.gb_icon {
	width: 28px;
    height: 28px;
    top: 0px;
    left: 0px;
    position: absolute;
	max-width:56px !important;
}

.gb_icon_2 {
	width: 28px;
    height: 28px;
    position: relative;
}

.g_icon_box {
    position: relative;
}

.gb_icon_g {
	width: 28px;
    height: 28px;
    top: 0px;
    left: 0px;
	display: none;
}

section.a_section .date_p_post {
	padding: 12px 0;
    float: right;
    position: relative;
    z-index: 20;
}

.post .chie_entry p.date_p_post {
    position: relative;
    z-index: 20;
}

section.no_ans .onegai {
	background: #f2f2f2;
}

.guest .box_three .no_ans_box {
	padding: 10px !important;

    
}

.guest section.article_box .box_three .no_ans_box, .guest section.article_box .box_four .no_ans_box {
	padding: 10px !important;
    background: #fff;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.guest .box_three .entry_pn {
	box-shadow: none;
}

.hosoku {
	border-bottom: 1px solid #be9e86;
    color: #9c5c2c;
    display: inline-block;
    margin: 0 0 5px;
    width: 100%;
}

.p12 {
	font-size: 12px;
}

.chie_entry .contents_btn {
    line-height: 20px;
}

.chie_entry .contents_btn .p12 {
	color: #fff;
    line-height: 20px;
}

.chie_entry .contents_btn:hover .p12 {
    color: #a6251a;
}

.chie_entry .post_c p {
    position: relative;
    z-index: 20;
}

.chie_entry .post_c p.ans_p, .dr_form_box p.ans_p {
	font-family:"MS Pゴシック", "ＭＳ　Ｐゴシック", "MS PGothic",sans-serif;
	font-size:10pt;
	line-height:12pt;
	letter-spacing:normal;
    padding: 5px 0px;
}



.chie_entry h2 {
	position: relative;
    z-index: 20;
}

.chie_entry .postdel {
	background: #a6251a;
    margin: -3px 0px 10px 10px;
	position: relative;
    z-index: 20;
}

.chie_entry .postdel:hover {
    text-decoration: none;
    margin: -2px 0px 9px 10px;
    box-shadow: none;
}

section.a_section .bestabox {
	background: #faf3b0 !important;
}

section.a_section .deadbox {
	background: #cfcfcf !important;
}

section.a_section .deadbox .chie_poster {
    background: none;
	border-bottom: 2px dotted #666;
	color: #666;
}

section.a_section .deadbox .main_red {
    color: #666;
}

section.a_section .deadbox .main_jobs {
	color: #666;
}

.chie_section  .bestabox .onegai_chie {
    background: #fff;
    background: rgba(255,255,255,0.8);
    
    position: relative;
    z-index: 20;
    
    -moz-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-webkit-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-o-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-ms-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
}

.chie_section  .bestabox .chie_poster {
    background: none;
}

.goodbad {
}
.goodbad input {
	display: none;
}
.goodbad label{
	display: block;
	float: left;
	cursor: pointer;
	width: 100%;
    max-width: 70px;
	margin: 5px 2px !important;
	padding: 10px;
	background: #fff;
	color: #869198;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	transition: .2s;
    
    -moz-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-webkit-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-o-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-ms-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
}
.goodbad label:first-of-type{
	border-radius: 6px 0 0 6px;
}
.goodbad label:last-of-type{
	border-radius: 0 6px 6px 0;
}
.goodbad input[type="radio"]:checked + .switch-on {
	background-color: #a1b91d;
	color: #fff;
    font-weight: bold;
}
.goodbad input[type="radio"]:checked + .switch-off {
	background-color: #e67168;
	color: #fff;
    font-weight: bold;
}




.chie_section .tag_box {
background:none;
padding: 0px;
}
.tag_box input {
	display: none;
}

.dr_form_box table.list .option_zone .tag_box label {
	display: inline-block;
	float: left;
	cursor: pointer;
	width: auto;
    max-width: 100%;
	margin: 3px !important;
	padding: 5px 10px;
	background: #fff;
	color: #869198;
	font-size: 12px;
	text-align:left;
	line-height: 16px;
	transition: .2s;
    
    -moz-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-webkit-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-o-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-ms-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
    
    border-radius: 6px;
}
.dr_form_box table.list .option_zone .tag_box input:checked+label {
	background-color: #a1b91d;
	color: #fff;
    font-weight: bold;
}


.etc_tag_box {
	margin: 0px 0px 10px;
    padding: 0px;
}
.etc_tag_box input {
	display: none;
}

.dr_form_box table.list .option_zone .etc_tag_box label {
	display: block;
	cursor: pointer;
	width: 100%;
    max-width: 60px;
	margin: 3px !important;
	padding: 5px;
	background: #fff;
	color: #869198;
	font-size: 12px;
	text-align:center;
	line-height: 16px;
	transition: .2s;
    
    -moz-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-webkit-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-o-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-ms-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
    
    border-radius: 6px;
}
.dr_form_box table.list .option_zone .etc_tag_box input:checked+label {
	background-color: #a1b91d;
	color: #fff;
    font-weight: bold;
}

.contact .chie_q_search table.list {
	margin: 0px 0px 5px 0px;
}






.chie_pagenation_box {
	background: #fff;
    border-radius: 8px;
    padding: 15px 15px 0;
    margin: 25px 0px 0px;
    text-align: center;
}
.chie_pagenation_box .list_nav {
    display: inline-block !important;
    float: none !important;
    height: auto !important;
    line-height: 19px !important;
    padding: 0 0 0px !important;
    text-align: center !important;
}
.chie_pagenation_box .list_nav li {
    color: #701912 !important;
    display: inline-block !important;
    border-radius: 4px !important;
    font-size: 10px !important;
    margin: 0 10px 15px 0 !important;
    box-shadow: none !important;
}
.chie_pagenation_box .list_nav li a {
    background: none !important;
    border-radius: 4px !important;
    color: #701912 !important;
    display: inline-block !important;
    font-weight: bold !important;
    height: 18px !important;
    margin: 0 !important;
    padding: 3px 8px !important;
}
.chie_pagenation_box .list_nav li b {
    background: #faf3b0 !important;
    border-radius: 4px !important;
    color: #701912 !important;
    border: 1px solid #701912 !important;
    display: inline-block !important;
    font-weight: bold !important;
    height: 18px !important;
    padding: 3px 8px !important;
}
.chie_pagenation_box .list_nav li.next a, .chie_pagenation_box .list_nav li.past a {
    background: #701912 !important;
    border-radius: 4px !important;
    color: #fff !important;
    display: inline-block !important;
    font-weight: bold !important;
    height: 18px !important;
    padding: 3px 8px !important;
}
.chie_pagenation_box .list_nav li a:hover {
    background: #a6251a !important;
    color: #faf3b0 !important;
    text-decoration: none !important;
    
    opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	-ms-filter: "alpha( opacity=100 )" !important;
}





.chie_pagenation_box .list_nav .link {
    background: #701912;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    height: 18px;
    padding: 3px 8px;
}
.chie_pagenation_box .list_nav a.link:hover {
    background: #a6251a;
    color: #faf3b0;
    text-decoration: none;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.chie_pagenation_box .list_nav span a {
    background: none;
    border-radius: 4px;
    color: #701912;
    display: inline;
    font-weight: bold;
    height: 18px;
    padding: 3px 8px;
    float: none;
    margin: 0px;
}
.chie_pagenation_box .list_nav span {
    display: inline-block;
    margin: 0 12px 15px 0;
    float: left;
}

.no_ans_box .result_text strong {
	line-height:24px;
    color: #a6251a;
}

.no_ans_box .result_text strong span.nml {
	color: #555;
    font-weight:normal;
}

.no_ans_box .result_text strong.lst {
	line-height:24px;
    color: #555;
}

.p_adm .box_four .adm_in_box {
	padding: 0px !important;
}

.p_adm .box_four .delpost a {
	background: #FFB8B8 !important;
}

.p_adm .box_four .unuserpost a {
	background: #999 !important;
}

.p_adm .box_four .quserdelpost a {
	background: #75ab84 !important;
}

.p_adm .box_four .unqpost a {
	background: #555 !important;
}
.p_adm .box_four .unqpost a p {
    color: #fff !important;
}
.p_adm .box_four .unqpost a strong {
    color: #ffc72b !important;
}

.p_adm .box_four .unqpost a h2 {
	color: #fff !important;
}

.chie_entry table .radio_zone input {
	width: auto;
	max-width: 500px;
}

.chie_entry table .radio_zone label {
	font-weight: normal;
}

.chie_entry table .font_b {
	font-weight: bold;
}

.chie_entry table .radio_zone p {
	font-weight: normal;
}

.chie_entry table .radio_zone strong {
	color: #f15a24;
}

.disabled_txt {
    color: #999;
}

.act_more {
text-align: center;
font-weight: bold;
padding: 10px !important;
}

.contact table.list td.option_zone input.ncat {
	margin: 0px 0px 3px;
}


section.pref_new_box .in_box {
    padding: 0px;
}

section.pref_new_box ul {
	display: block;
    padding: 15px 0px 10px 0px;
}

section.pref_new_box ul li {
	display: block;
    padding: 0px 15px 5px;
}

section.pref_new_box ul li a .img_box {
	background: #c7c7c7;
    border: 1px solid #ccc;
    float: left;
    height: 36px;
    margin: 0 5px 0 0;
    overflow: hidden;
    position: relative;
    width: 50px;
}

section.pref_new_box ul li a h2 {
	background: none;
    margin: 0px;
    color: #701912;
    font-size: 10px;
    padding: 0px 0px 1px;
    line-height: 12px;
    box-shadow: none;
    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

section.pref_new_box ul li a p {
	background: none;
    margin: 0px;
    color: #701912;
    font-size: 10px;
    padding: 0px 0px 0px;
    line-height: 12px;
    box-shadow: none;
    letter-spacing:0em;
}

section.pref_new_box ul li a h2 span {
    font-size: 8px;
    padding: 2px 5px;
    margin: 1px 0 0 5px;
    line-height: 11px;
    box-shadow: none;
    color: #fff;
    background: #a6251a;
    display: inline-block;
    
    vertical-align: top;
    
    border-radius: 4px;
}

section.pref_new_box ul li a {
    background: #e3cdaf;
    display: block;
    padding: 5px;
    
    border-radius: 4px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

section.pref_new_box ul li a:hover {
    text-decoration: none;
}

section.pref_new_box ul li a.even {
    background: #F2E3CF;
}



.work table.entry_t {
display: table;
width: 100%;
}

.work table.entry_t th {
display: table-cell;
width: 40%;
padding: 6px;
border-bottom: 1px solid #ccc;
text-align: right;
}

.work table.entry_t td {
float: none;
display: table-cell;
width: auto;
border-top: 1px solid #ccc;
margin: 0px;
}


@media screen and (max-width: 450px) {
.work table.entry_t {
display: block;
width: 100%;
}

.work table.entry_t th {
display: block;
width: 100%;
border-bottom: none;
text-align: left;
}

.work table.entry_t td {
float: left;
display: block;
width: 100%;
border-top: none;
margin: 0px 0px 8px;
}

.work table.entry_t tr:last-child td {
margin: 0px;
}

}

/* ▼▼▼▼▼▼▼▼▼▼▼▼report box▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
#report_box .in_box {
padding: 0px;
overflow: hidden;
background: #a6251a;
}

#report_box .in_box img.report_img {
display: block;
width: 100%;
max-width: 250px;
max-height: 145px;
height: auto;
margin: 0px auto;
}

#report_box .in_box .kaiin_box {
margin: 8px 17px 17px;
}

#report_box .in_box .kaiin_box p.kaiin_name a.kaiin_pt_btn {
    background: #f7931e;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

#report_box .in_box .kaiin_box p.kaiin_name a.kaiin_pt_btn:hover {
    background: #d2ba85;
    color: #a6251a;
    text-decoration: none;
    text-shadow: none;
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.report table.list {
	font-size: 14px;
    line-height: 24px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	margin: 4px 0px 0px 0px;
	width: 100%;
}

.report h2 {
    background: #701912 none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    margin: 0 0 5px;
    padding: 10px;
    text-align: left;
}


.report .rebox {
	background: #fff;
    padding: 10px;
    margin: 0px 0px 10px;
    font-size: 12px;
    
    border-radius: 8px;
}

.report .rebox:last-child {
    margin: 0px 0px 0px;
}

.report .form_btn_zone {
	text-align: center;
	margin: 10px 0px;
}

.report table.list input.button {
	display: inline-block;
	background: #A22F2F;
	border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
    color: #fff !important;
	border: none;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
	cursor: pointer;
	width: auto;
    margin: 10px 0px;
}

.report table.list .blbtn {
	display: inline-block;
	background: #BE8400;
	border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
    color: #fff !important;
	border: none;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
	width: auto;
    margin: 10px 0px;
}

.report table.list .grbtn {
	display: inline-block;
	background: #389C44;
	border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
    color: #fff !important;
	border: none;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
	width: auto;
    margin: 10px 0px;
}

.report table.list .bluebtn {
	display: inline-block;
	background: #385F9C;
	border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
    color: #fff !important;
	border: none;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
	width: auto;
    margin: 10px 0px;
}

.report table.list .kubtn {
	display: inline-block;
	background: #717171;
	border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
    color: #fff !important;
	border: none;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
	width: auto;
    margin: 10px 0px;
}

.g_s {
color: #828282;
}

.report .mgnb0 {
margin: 0px 0px 0px;
}

.report .mgnb5 {
margin: 0px 0px 5px;
}

.report .mgnb10 {
margin: 0px 0px 10px;
}

.report .chie_pagenation_box {
    margin: 15px 0px 0px;
}

#report_box p.kaiin_name a.kaiin_pt_btn_1 {
    background: #a6251a;
    border: medium none;
    border-radius: 3px;
    
    -moz-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-webkit-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-o-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-ms-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
    
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    letter-spacing: 0.13em;
    line-height: 14px;
    text-decoration: none;
    transition-duration: 0.1s;
    transition-property: background;
    transition-timing-function: linear;
    text-align: center;
    margin: 3px 0px;
    padding: 5px 8px;
    
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

#report_box p.kaiin_name a.kaiin_pt_btn_1:hover {
    background: #d2ba85;
    color: #a6251a;
    text-decoration: none;
    text-shadow: none;
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

#report_box .top_rep p.kaiin_name a {
	line-height: 19px;
    margin: 5px 0px;
}

#report_box .in_box .top_rep {
	margin:8px 17px 16px;
}

#report_box .in_box .top_rep .kaiin_name {
	font-size: 10px;
    text-align:center;
}

img.oiwai {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 52px;
    z-index: 99;
}

a.oubo_btn img.oiwai {
    right: -24px;
    top: -15px;
}

li.job_item img.oiwai {
    right: 2px;
    top: 2px;
    width: 30px;
    z-index: 2;
}

.job_more_btn {
	display: block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    background: #fff;
    padding: 10px;
    line-height: 18px;
    margin: 10px 0px 0px;
    color: #a6251a;
    border-radius: 8px;
}

img.oiwai_splist {
    position: absolute;
    left: 1px !important;
    top: 1px !important;
    width: 25px !important;
    z-index: 99 !important;
    margin: 0px !important;
}

#header_cam {
background: #a6251a;
background: -moz-linear-gradient(left, #a6251a 0%, #6d1111 50%, #a6251a 100%);
background: -webkit-linear-gradient(left, #a6251a 0%,#6d1111 50%,#a6251a 100%);
background: linear-gradient(to right, #a6251a 0%,#6d1111 50%,#a6251a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6251a', endColorstr='#a6251a',GradientType=1 );

text-align: center;
margin: 0px -10px;
padding: 10px 0px;
}

#header_cam img {
display: inline-block;
max-width: 950px;
width: 100%;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼loading用▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

#loader-bg {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #a6251a;
  z-index: 1000;
}
#loader {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -50px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 200;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼jobmap用▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
#loading{
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #f2e3cf;
  z-index: 1000;
}
  
#loading .loadingMsg{
      display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -80px;
  margin-left: -100px;
  text-align: center;
  color: #701912;
  font-size:10px;
  line-height:16px;
  z-index: 200;
  padding: 120px 0px 0px;
    background-image:url("/common/img/loading.svg");
    background-position: center top;
    background-repeat: no-repeat;
}
#map_canvas .info a.com_a { display:inline-block;margin: 0 0 3px; font-size: 14px;font-weight:bold; text-decoration:underline;line-height:18px;}
#map_canvas .info img { margin: 0px 0px 5px; width: 100%;height:auto; }
#map_canvas .info p { margin: 0px 0px 3px; font-size: 10px;line-height:14px; }
#map_canvas .info p strong { margin: 0px 0px 3px; font-size: 12px;font-weight:bold; line-height:16px;}
#map_canvas .info a.btn_a { background: #a6251a;display:block;border-radius: 8px;margin: 5px 0px; font-size: 14px;font-weight:bold;color:#fff;text-align:center;padding: 3px;}
#map_canvas .info a.btn_a:hover { text-decoration:none;}



/* ▼▼▼▼▼▼▼▼▼▼▼▼modal_search用▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

.ovfl_hdn {
  overflow: hidden;
}

.ovfl_vbl {
  overflow: visible;
}

.q_search .dr_form_box table.list {
border-radius: 4px;
overflow: hidden;
border: none;
}

.q_search .dr_form_box table.list tr.bg_f {
background: #f2f2f2;
}

.q_search .dr_form_box table.list tr.bg_f2 {
background: #fff;
}

.q_search .dr_form_box table.tik tr.bg_f {
background: #f8f5f0;
}

.q_search .dr_form_box table.tik tr.bg_f2 {
background: #e7e0da;
}

.q_search .dr_form_box table.list {
margin: 0px 0 5px;
}

.q_search .tag_box strong {
	color: #1c6f02;
    font-size: 13px;
    font-weight: bold;
    display: block;
    padding: 0px 5px 1px;
}

.contact .q_search table th {
	font-size: 14px;
	text-align: left;
	border: none;
	padding: 10px;
	line-height: 24px;
	width: 20% !important;
}

.q_search .dr_form_box table.list .option_zone .tag_box label {
	margin: 6px !important;
	padding: 10px 12px;
	color: #666;
	border: 1px solid #b4b4b4;
}

.q_search .dr_form_box table.list .option_zone .tag_box input:checked+label {
	background: #a1b91d;
	color: #fff;
    font-weight: normal;
	border: 1px solid #fff;
}

.q_search .mes_btn {
background: #a6251a;
    border-radius: 3px;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 10px;
    margin: 10px auto 10px auto;
    box-shadow: 0 1px #222;
    
    border: none;
    cursor: pointer;
    
    display: block;
    font-weight: bold;
    
    height: 17px;
    line-height: 19px;
    text-decoration: none;
	max-width: 250px;
	width: 100%;
	text-align: center;
}


.q_search .mes_btn:hover {
    text-decoration: none;
}

.q_search .mes_btn_open {
    background: #666;
}

.q_search .mes_edit_open {
    display: block;
}

.q_search table.list input.fwd {
	width: 90%;
	max-width: 500px;
	font-size: 20px;
}

.search_d_btn {
	position: relative;
    background: #d9e021;
    border: 2px solid #aba301;
    border-radius: 4px;
    
    -moz-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-webkit-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-o-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-ms-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
    
    color: #701912;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    letter-spacing: 0.1em;
    line-height: 26px;

    transition-duration: 0.1s;
    transition-property: background;
    transition-timing-function: linear;
    width: auto;
    text-align: center;
    margin: 10px 7px 10px;
    padding: 10px;
}

.search_d_btn:hover {
    background: #d2ba85;
    color: #701912;
	text-decoration: none;
	border: 2px solid #ba9763;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.search_d_btn img.d_icon {
    margin: -2px 5px 0 0;
    vertical-align: middle;
    width: 22px;
}

.search_d_btn img.l_new {
	position: absolute;
    left: -8px;
	top: -5px;
	width: 37px;
	height: auto;
}

.reset_disp {
height: auto;
}

.q_search .search_reset_btn {
background: #a6251a;
    border-radius: 3px;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 10px;
    margin: 10px auto 10px auto;
    box-shadow: 0 1px #222;
    
    border: none;
    cursor: pointer;
    
    display: block;
    font-weight: bold;
    
    height: 17px;
    line-height: 19px;
    text-decoration: none;
	max-width: 250px;
	width: 100%;
	text-align: center;
}


.q_search .search_reset_btn:hover {
    text-decoration: none;
}

.sup_all {
	height: auto;
	display: none;
}

.noresult_btn .search_d_btn {
	margin: 10px 0px 3px;
}

.result_btn .search_d_btn {
	margin: 1px 0px 3px;
}

.entryp_btn .search_d_btn {
	margin: 5px;
}

.search #search_result .box_three .in_box p.result_text span {
    display: inline-block;
	width: auto;
    max-width: 100%;
	margin: 3px !important;
	padding: 2px 8px;
	background: #a6251a;
	color: #fff;
	font-size: 10px;
	text-align:left;
	line-height: 16px;
    
    -moz-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-webkit-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-o-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	-ms-box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
	box-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0px -1.2px 2px rgba(0, 0, 0, 0.15) inset !important;
    
    border-radius: 13px;
	font-weight: normal;
}

.kensu {
	color: #a6251a;
	font-weight: bold;
	font-size: 20px;
	margin: 0px 3px;
	font-family:'arial black',"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 450px) {
.q_search .dr_form_box table.list th {
border-bottom: 1px solid #c0c0c0;
background: #1c6f02;
width: 100% !important;
padding: 5px 10px !important;
color:#fff;
}
.q_search .dr_form_box table.tik th {
border-bottom: 1px solid #c0c0c0;
background: #a6251a;
width: 100% !important;
padding: 5px 10px !important;
color:#fff;
}
}

.modal-content_inner2 {
	position: relative;
}

.fix_btn_wrap {
	border-radius:12px;
	position: -webkit-sticky; /* safari対応 */
  	position: sticky;
	bottom: 0px;
	max-width: 110px;
	margin: 0px auto;
	height:auto;
	display: block;
	text-align: center;
}

.fix_btn_zone {
	background: #bdd29a;
	padding: 10px;
	margin: 0px 0px -10px -10px;
	border-radius:38px 38px 0px 0px;
	display: inline-block;
	box-shadow: 0px -5px 12px rgba(0,0,0,0.2);
	width: 100%;
}

.fix_btn_zone .button {
	display: inline-block;

	border-radius:28px 28px 6px 6px;
	background: #a6251a;
	color: #fff;
	border: none;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
	cursor: pointer;
	width: 100%;
    margin: 0px;
	text-align: center;
}



.user_icon_250 {
	display: block !important;
	max-width: 250px !important;
	width: 100% !important;
	height: auto !important;
	border-radius: 50%;
	border: 1px solid #e2e2e2 !important;
	margin: 0px;
}

.user_icon_70 {
	display: block;
	max-width: 70px !important;
	width: 100% !important;
	height: auto !important;
	border-radius: 50% !important;
	border: 1px solid #e2e2e2 !important;
	margin: 0px !important;
}

.user_icon_40 {
	display: block !important;
	max-width: 40px !important;
	width: 100% !important;
	height: auto !important;
	border-radius: 50% !important;
	border: 1px solid #e2e2e2 !important;
	margin: 0px !important;
}

.m_b_5 {
	margin-bottom: 5px !important;
}

.m_b_3 {
	margin-bottom: 3px !important;
}

.m_r_8 {
	margin-right: 8px !important;
}

.m_r_5 {
	margin-right: 5px !important;
}

.m_r_3 {
	margin-right: 3px !important;
}

.m_t_3 {
	margin-top: 3px !important;
}

.d_i {
	display: inline !important;
	vertical-align: middle;
}

.chie_name_zone {
	display: inline-block;
	color: inherit;
	width: auto;
	vertical-align: middle;
	line-height: 17px;
	margin: -3px 0px 0px 0px;
}

@media screen and (max-width: 450px) {
.chie_section .chie_poster {
	width: 100%;
}

.chie_name_zone {
	width: calc(100% - 54px);
}
}






@media screen and (max-width: 530px) {

	section#new_login_box input.loginword {
		padding: 5px 10px;
		margin: 0px 0px 5px;
	}

	section#new_login_box .login_btn {
		height: 50px;
		padding: 5px 0px 4px;
		margin: 0px 0px 12px;
		font-size: 4vw;
	}

	section#new_login_box .regist_btn {
		height: 33px;
		padding: 8px 0px 4px;
		margin: 0px 0px 3px;
	}

	.in_box .text_zone h2 {
		padding: 6vw 7vw 0px;
		font-size: 5vw;
		line-height: 7vw;
	}

	.in_box .text_zone p {
		padding: 4vw 7vw 10px;
		line-height: 6vw;
		font-size: 4vw;
	}

	#goodcom_box .select-box {
		padding: 4px 6px 4px 0;
		margin: 8px 17px 10px;
	}

	#goodcom_box span.customSelect {
		height: 27px;
		padding:1px 0 3px 3px;
		background: url(../../common//img/select-box-arrow.png) no-repeat right 1px;
		background-size: 25px auto;
	}

	input.comword {
		height: 35px;
		margin: 0px 0px 5px;
		padding: 1px 10px 1px;
		width: 191px;
		color: #666;
		font-weight: normal;
		border-radius: 4px;
	}

	#goodcom_box .search_btn {
		padding: 16px 0px 17px;
	}

}













#nav-tgl {
display: none;
}

@media screen and (max-width: 740px) {

/* グローバルメニュー */
.scroll-prevent {
position: fixed;
z-index: 0;
width: 100%;
height: 100%;
}

.nav-tgl-btn {
cursor: pointer;
position: fixed;
top: 0;
right: 0;
margin: 0;
}
.dr_open {
z-index: 102;
width: 48px;
height: 46px;
background: #701912;
transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
border-radius: 0px 0px 0px 40px;
box-shadow: -1px 1px 3px rgba(0,0,0,0.4);
}
.dr_open::before,
.dr_open::after {
content: "";
}
.dr_open span,
.dr_open::before,
.dr_open::after {
content: "";
position: absolute;
top: calc(50% - 4px);
right: 26%;
width: 37%;
border-bottom: 2px solid white;
transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.dr_open::before {
transform: translateY(-8px);
}
.dr_open::after {
transform: translateY(8px);
}
.dr_close {
z-index: 101;
width: 100%;
height: 100%;
pointer-events: none;
transition: background .6s;
}
#nav-tgl:checked + .dr_open {
background: #701912;
transform: translateX(-260px);
}
#nav-tgl:checked + .dr_open span {
transform: scaleX(0);
}
#nav-tgl:checked + .dr_open::before {
transform: rotate(45deg);
}
#nav-tgl:checked + .dr_open::after {
transform: rotate(-45deg);
}
#nav-tgl:checked ~ .dr_close {
pointer-events: auto;
background: rgba(0,0,0,.3);
}

/* メニューデザイン */
.drawer-menu {
z-index: 999;
position: fixed;
overflow: auto;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
top: 0;
right: 0;
width: 260px;
height: 100%;
margin: 0;
padding: 0 0 10px;
box-sizing: border-box;
background: #333;
transform: translateX(100%);
transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
line-height:1;
}
.drawer-menu a {
display: block;
color: white;
padding: 10px;
text-decoration: inherit;
transition: background .6s;
font-size: 1.4rem;
}
.drawer-menu a:hover {
background: black;
}
#nav-tgl:checked ~ .drawer-menu {
transform: none;
}

}


.logged-in-as {
    display: none;
 }
 

 .comments {
    background-color: #fff;
 }
 .comments-inner  {
    padding: 10px;
    box-sizing: border-box;
    width: 770px;
 }
 .comment {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
 }
 .comment .comment-author {
    display: flex;
    align-items: center;
    margin-right: 20px;
 }
 .comment .comment-author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
 }
 .comment .comment-author .fn {
    font-size: 14px;
    color: #434343;
    font-weight: bold;
 }
 .comment .comment-author .fn a {
    font-size: 14px;
    color: #434343;
 }
 .comment .comment-author .says {
    display: none;
 }

 .comment comment-meta a {
    font-size: 14px;
    color: #000;
 }
 .comment p {
    width: calc(100% - 40px);
    margin: 0 0 10px 40px;
    line-height: 1.2;
    font-size: 14px;
 }
 .comment .comment-meta {
    margin-left: auto;
 }

 .comment .comment-meta a {
    color: #434343;
    font-size: 11px;
    text-decoration: none;
    cursor: default;
 }
 .comment-respond {
    /* margin-left: auto; */
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
 }
 .comment-respond form {
    padding: 10px;
 }
 .comment-respond p {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
 } 
 .comment-respond p label {
    width: 100px;
    padding: 10px 0 0 0;
    font-size: 14px;
 }
 .comment-respond p label .required {
    color: #f00;
 }
 .comment-respond p textarea,
 .comment-respond p input {
    width: calc(100% - 100px);
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
 }
 .comment-respond .comment-form-cookies-consent input {
    width: auto;
 }
 .comment-respond .comment-form-cookies-consent label {
    width: auto;
    color: #434343;
    font-size: 13px;
    padding-top: 4px;
 }
 .comment-respond .submit {
    display: table;
    text-align: center;
    width: auto;
    padding: 10px 30px;
    background-color: #a6251a;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    margin: 20px auto;
    box-shadow: 0 5px 0px 0px #3f0b06;
    border: none;
    cursor: pointer;
 }

 .comment-respond .comment-notes span {
    color: #434343;
    font-size: 13px;
 }
 .comment-respond .comment-notes #email-notes {
    display: none;
 }

 .comment-respond .logged-in-as {
    display: inline-block;
    line-height: 1.2;
 }
 .comment-respond .logged-in-as .required-field-message {
    width: 100%;
    display: block;
 }
 .comment-respond .required-field-message {
    width: 100%;
    display: block;
    line-height: 1.2;
 }
 .comment-respond .required-field-message .required {
    color: #f00;
 }

 .comment .comment-awaiting-moderation {
    color: #a6251a;
    font-size: 13px;
 }

 .comment .reply {
    display: none;
    width: 100%;
 }
 .comment .reply a {
    background-color: #a6251a;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 14px;
    display: table;
    // margin-left: auto;
    margin-bottom: 10px;
 }

 .comment-respond .comment-reply-title {
    display: flex;
 }
 .comment-respond .comment-reply-title small {
    margin-left: auto;
    display: table;
 }
 .comment-respond .comment-reply-title small a {
    color: #fbfbfb;
    font-size: 13px;
    background-color: #a6251a;
    padding: 3px 10px;
    border-radius: 5px;
}
.comment.depth-1 .depth-2 {
    padding-left: 25px;
}
.comment.depth-1 .depth-2 .depth-3 {
    padding-left: 25px;
}
.comment-respond .comment-notes {
    display: block;
    line-height: 1.2;
}

 @media screen and (max-width: 770px) {
    .comment {
        width: 100%;
    }

    .comment-respond .comment-notes {
        display: block;
    }

    .comments-inner  {
        width: 100%;
    }
 }


 .tline7 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 20;
}


.lay_lqd:before,
.lay_lqd:after { content: " "; display: table; }
.lay_lqd:after { clear: both; }
.lay_lqd {

	max-width: 1040px;
	padding: 0 0;
	margin-right: auto;
	margin-left: auto;
}

/* spview */
@media screen and (max-width:767px) {

	.lay_lqd {
		max-width:none;
	}
	#wrapper > .lay_lqd {
		padding: 10px 10px;
	}
}
.mb10 {
    margin-bottom: 1em;
}

/* footer */
#footer {
    font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	background:#fff;
	padding:35px 0 0;
    line-height: 1.8;
}

#footer .inner {
	display:flex;
	justify-content:space-between;
	width:100%;
}

#footer .inner .footer_share #footer_logo {
	width: 238px;
}
#footer .inner .footer_share #footer_logo a img {
	width: 100%;
}
#footer .inner .footer_share ul {
	display: flex;
	margin: 20px 0;
}
#footer .inner .footer_share ul li {
	margin-right: 10px;
}

#footer .inner  .footer_links {
	display: flex;
}
#footer .inner  .footer_links li {
	margin-left: 50px;
	display: block;
}

#footer .inner  .footer_links li a {
	display: block;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
}
#footer .inner  .footer_links li .hpart {
	font-size: 16px;
	
	display: block;
	color: #000;
/*	font-size: 14px;*/
	font-weight: bold;
	line-height: 28px;
}




#copyright {
	text-align:center;
	padding: 10px 0;
	background: #a6251a;
	color: #fff;
    letter-spacing: 0;
}


/* spview */
@media screen and (max-width:767px) {

	#footer {margin: 0;}

	#footer .inner {
		display:block;
		width:auto;
		margin-bottom: 0;
	}
	#footer .inner .footer_share #footer_logo {
		margin: 0 auto;
	}

	#footer .inner .footer_share ul {
		justify-content: center;
	}

	#footer .inner .footer_links {
		margin-bottom: 30px;
		justify-content: space-between;
		padding: 0 20px;
	}
	#footer .inner .footer_links li {
		margin-left: 0px;
		display: block;
	}

}


#main_contents .profile_box {
    background: #fff;
    padding: 10px 10px 30px 10px;
    margin: 0px;
    font-size: 13px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.5;
}
#main_contents .profile_box h2 {
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    border: none;
    box-shadow: none;
    text-align: center;
}
#main_contents .profile_box .profile_data {
    background: #fff;
    display: table;
    margin: 0 auto;
}


.right_side {
    float: right;
    top: 0;
    <!-- position: absolute; -->
    right: 0; 
}  
.section_item .poster .in_box .contents_link img {
    width: 100% !important;
    height: auto !important;
    top: 0px;
    left: 0px !important;
    margin-top: 0px;
    margin-left: 0px !important;
    opacity: 1;
}
@media screen and (max-width:767px) {

    ul#main_section {
        width: 100%;
        float: none;
    }
    .right_side {
        float: none;
        position: relative;
    }  
    ul.main_section_bt {
        width: 100%;
        float: none;
    }

    
    ul.main_section_bt {
        justify-content: space-between;
    }
    ul.main_section_bt li.section_item {
        margin: 0;
        width: 49%;
    }

    ul.main_section_bt li.section_item .box_one {
        width: auto !important;
    }

    ul.main_section_bt .c_zone .contents_link {
        width: auto !important;
        height: auto !important;
        display: flex;
        flex-direction: column-reverse;
    }

    ul.main_section_bt .section_item .poster .in_box .contents_link img {
        height: 100px !important;
        position: relative;
        object-fit: cover;
        object-position: top;
    }

    ul.main_section_bt .c_zone .contents_link .text_zone {
        height: auto !important;
        position: relative;
    }
    ul.main_section_bt .in_box .text_zone {
        padding: 10px 15px;
        box-sizing: border-box;
    }

    ul.main_section_bt .in_box .text_zone h2 {
        padding: 0;
        font-size: 14px;
        height: 40px;
        line-height: 20px;
        -webkit-line-clamp: 2 !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        word-break: break-all;
        text-overflow: ellipsis;
        box-sizing: border-box;
    }
    ul.main_section_bt .in_box .text_zone p {
        padding: 5px 0 0 0;
        line-height: 19px;
        font-size: 12px;
        -webkit-line-clamp: 4 !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        word-break: break-all;
        text-overflow: ellipsis;
        color: rgb(51, 51, 51);
        height: 80px;
        box-sizing: border-box;
    }
}
