@charset "utf-8";

/*****************************************************************

	下階層ページ用CSS

*****************************************************************/

/*============================================================
	topicPath
============================================================*/
dl#path ol{
	line-height:  1.3;
	list-style: none;
	font-size: 75%;
	overflow: hidden;
	min-height: 1em;
	height: 1%;
}

html>body dl#path ol{
	height: auto;
}

dl#path ol:after{
	display: block;
	content: "";
	clear: both;

}

dl#path ol li{
	margin-left: -17px;
	padding: 0 18px;
	background: url(../images/path.png) no-repeat 5px 50%;
	float: left;
}

dl#path a{
	color: #666;
}

dl#path a:hover{
	color: #666;
}

dl#path em{
	font-weight: bold;
	color: #000;
}

/*============================================================
	Common
============================================================*/


#main .change{
	text-align: center;
}

.btn{
	border: 0;
	display: inline-block; *display: inline; zoom: 1;
	text-decoration: none;
	letter-spacing: 0;
	-moz-border-radius: 5px; webkit-border-radius: 5px; border-radius: 5px;
}



/*============================================================
	Flick Page
============================================================*/
/* ==== イメージ用 ==== */
.fl_image{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
	
}

.fl_image .mask{
	width: 100%;
	position: relative;
	overflow: hidden;
}

.fl_image ul{
	margin: 0;
}

.fl_image li{
	width: 100%;
	float: left;
	text-align: center;
}

.fl_image img{
	width: 100%;
}

.fl_image ul:after{ display: block; clear: both; content: "";}

.fl_image .page{
	text-align: center;
	margin: 0;
	padding-top: 3px;
	font-size: 68%;
}

.fl_image .prev,
.fl_image .next{
	position: absolute;
	top: 50%;
	width: 20px; height: 40px;
	z-index: 5;
	margin: -20px 0 0 0;
}


.fl_image .prev{
	left: 5px;
	background: url(../images/bg_a_left.png) no-repeat 0 0;
}

.fl_image .next{
	right: 5px;
	background: url(../images/bg_a_right.png) no-repeat 0 0;
}

.fl_image span{
	color: #fff;
	text-shadow: #999 0 0 4px;
	margin: 0 0.25em;
}

.fl_image .on{
	color: #3565ca;
}

/* ==== 個別イメージ用 ==== */
#main .scr_item{
	position: relative;
	margin: 0;
	width: 100%;
	overflow: hidden;
}

#main .scr_item .mark_p{
	background: url(../images/bg_a_left.png) no-repeat 0 0;
	position: absolute;
	display: block;
	width: 30px;
	height: 40px;
	top: 50%;
	left: 0;
	margin-top: -20px;
}
#main .scr_item .mark_n{
	background: url(../images/bg_a_right.png) no-repeat 0 0;
	position: absolute;
	display: block;
	width: 30px;
	height: 40px;
	top: 50%;
	right: 0;
	margin-top: -20px;
}

#main .scr_item ul{
	margin: 0;
	min-width: 100%;
	overflow: hidden;
}

#main .scr_item ul:after{ display: block; clear: both; content: "";}

#main .scr_item .mask{
	width: 100%;
	position: relative;
	overflow: hidden;
}

#main .scr_item li{
	float: left;
	position: relative;
	width: 50%;
	margin: 0 0 10px 0;
	padding: 5px 0;

  word-break:break-all;
  word-wrap:break-word;
  overflow:hidden;
	text-align: center;
}

#main .scr_item li img{
	width: 100%;
}

/*============================================================
	PC 横スクロール Page
============================================================*/
.image_scroll{
	width: 300px;
	overflow: hidden;
	position: relative;
}

.image_scroll ul{
	width: 100%;
	height: auto;
	position: relative;
	overflow: visible;
}

.image_scroll li img{
	width: 100%;
}

.image_scroll .mask{
	width: 100%;
	min-height: 300px;
	overflow: hidden;
	position: relative;
}

.image_scroll li{
	width: 100px;
	float: left;
}
.image_scroll .next,
.image_scroll .prev{
	display: block;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -80px;
	background: url(../images/bg_arrow_scroll.png) no-repeat  #ddd;
	background-position: 0 0;
	width: 41px; height: 42px;
	z-index: 10;
}
.image_scroll .next{
	left: auto;
	right: 5px;
	background-position: 100% 0;
}



/*============================================================
	map Page
============================================================*/
.g_map{
	width:  400px;
	height:  250px;
}

/*============================================================
	youtube
============================================================*/

.video_area{
    position:relative;
    padding-bottom: 56.25%;
    height:0;
    overflow:hidden;
		margin-bottom: 1em;
}
.video_area iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#main .wp-caption-text{
	margin: 1em 0;
	font-size: 75%;
	color: #999;
	text-align: center;
}

.wp-caption{
	width: auto !important;
	max-width: 100% ;
	height: auto;
	text-align: center;
}

.aligncenter{ text-align: center;}
img.aligncenter{ margin: auto; display: block;}

#main .box{
	max-width: 75%;
	border: 4px solid #eee;
	padding: 20px;
	margin: 2em auto 2em auto;
}



/*============================================================
	NEWS Page
============================================================*/
.path{
	padding-top: 40px;
	font-size: 75%;
}
.sec_page{
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #ccc;
}
#main .page_area{
	padding: 20px;
	background: #fff;
}
#main .page_area h2{
	font-size: 125.0%;
}
#main .page_area h3{
	font-size: 100%;
}
#main .news_article h1{
	font-size: 125%;
	line-height: 1.5;
	color: #379b06;
	margin-bottom: 0.5em;
}

#main .entry_head{
	overflow: hidden;
	margin-bottom: 1em;
}
#main .entry_head img{
	float: left;
	width: 200px;
}
#main .entry_head p{
	margin-left: 225px;
}

#main .btn_share{
	margin: 2em auto;
	max-width: 600px;
}
#main .btn_share li{
	width: 16.66666%;
	float: left;
}
#main .entry{
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 2em;
	margin-bottom:  2em;
	padding-top: 2em;
	margin-top:  2em;
}

#main .page_head,
#main .main_head a,
#main .main_head,
#main .news_article h2{
	color: #379b06;
	border-left: 12px solid #8ec43e;
	padding-left: 12px;
	font-size: 125%;
	text-decoration: none;
}
#main .page_head{ font-size: 150%; margin-bottom: 1em;}

#main .news_article h3{
	border-bottom: 2px solid #8ec43e;
	padding-bottom: 5px;
	font-size: 100%;
}

#main .news_article p+h2,
#main .news_article p+h3{
	margin-top: 3em;
}

#main .news_article strong,
#main .news_article b{ color: #000;}

#main blockquote{
	background: #eeefee;
	padding: 20px;
	margin-bottom: 2em;
}
#main blockquote:before,
#main blockquote:after{
	color: #c2c2c2;
	font-size: 200%;
	font-family: FontAwesome;
	display: block;
}
#main blockquote:before{content: "\f10d";}
#main blockquote:after{ content: "\f10e"; text-align: right;}

#main .writer_area{
	border: 1px solid #8ec43e;
	padding: 20px;
	margin: auto;
	margin-top: 5em;
}


#main .news_article .main_head,
#main .main_head{
	padding: 0;
	border: 0;
}

#main .profile_pic{
	width: 128px;
	margin: 0;
	float: left;
}
#main .profile_pic img{
	width: 128px;
	height: 128px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
	overflow: hidden;
}
#main .profile{
	margin-left: 140px;
}
#main .profile p{
	color: #666;
}
#main .profile .main_head{
	margin-bottom: 0.5em;
}
/*============================================================
	LIST Page
============================================================*/
#main .archive_head{
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	border: 1px dotted #ddd;
	padding: 10px;
	font-size: 150%;
	color: #8ec43e;
	background: rgba(255,255,255,0.35);
}
#main .archive_head b{
	color: #379b06;
}

#main .news_archive li{
	margin-bottom: 1em;
}
#main .news_archive a{
	display: block;
	padding: 20px;
	overflow: hidden;
	text-decoration: none;
	background: #fff;
	position: relative;
}

#main .news_archive img{
	width: 200px;
	float: left;
}
#main .archive_text{
	margin-left: 220px;
}

#main .single_pageing,
#main .pagenation ul{
	text-align: center;
	font-size: 100%;
}


#main .single_pageing span,
#main .pagenation li{
	display: inline-block; *display: inline; zoom: 1;
	vertical-align: middle;
	margin: 0;
}


#main .pagenation a{
	text-decoration: none;
	display: block;
	color: #379b06;
}

#main .single_pageing  i,
#main .single_pageing  i,
#main .pagenation .next,
#main .pagenation .prev{
	font-size: 200%;
	margin: 0 0.25em;
	vertical-align: middle;
}

#main .single_pageing span,
#main .pagenation .num{
	background: #fff;
	border: 1px solid #666;
	color: #666;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
	text-align: center;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
#main .single_pageing a:hover span,
#main .pagenation .num:hover{ background-color: #eee;}

#main .single_pageing>span,
#main .pagenation .active{
	background: #8ec43e;
	color: #fff;
	border-color: #8ec43e;
}
#main .pagenation .active:hover{border-color: #8ec43e;background-color: #8ec43e;}

#main .single_pageing a span{
	color: #379b06;
	text-decoration: none;
}

/*============================================================
	USER Page
============================================================*/
#main .authors {
	background: #fff;
	padding: 20px;
}
#main .authors li:after{ display: block; clear: both; content: "";}
#main .authors li{
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #ddd;
}
#main .authors a{ text-decoration: none}
/*============================================================
	CATE Page
============================================================*/
#main .cate_sec{
	margin-top: 8em;
	border: 2px dashed #999;
	padding: 10px;
}
#main .cate_sec h2{
	font-size: 125%;
	margin-bottom: 1em;
	text-align: center;
}
#main .cate_sec ul{
	margin: 0;
	font-weight: bold;
	font-size: 88%;
}
#main .cate_sec li{
	margin: 0 2% 2% 0;
	float: left;
	width:32%;
}
#main .cate_sec li:nth-of-type(3n){
	margin-right: 0;
}
#main .cate_sec a{
	color: #999;
	border:1px solid #999;
	padding: 8px;
	text-align: center;
	display: block;
	text-decoration: none;
}
#main .cate_sec a:hover{
	background: #fff;
}

#main .about{
	padding-bottom: 6em;
	color: #000;
}

#main .txt_read{
	text-align: center;
	margin-bottom: 1.5em;
	line-height: 3;
} 

#main .about h2{
	margin: 2em 0;
	font-size: 150%;
} 
#main .about h3{
	font-size: 150%;
	color: #000;
} 
/*============================================================
	BTNS Page
============================================================*/
#main .green_btn_1{
	display: inline-block; *display: inline; zoom: 1;
	color: #389b12;
	text-decoration: none;
	border: #8ec43e 1px solid ;
	padding: 5px 2em 5px 8px;
	background: url(../images/bg_btn_1.png) no-repeat right center;
	-moz-background-size: auto 14px;
	-webkit-background-size: auto 14px;
	-o-background-size: auto 14px;
	background-size: auto 14px;
}
#main .green_btn_1:hover{
	background-color: #e1edd0;
	color: #389b12;
}
#main .green_btn_2{
	display: inline-block; *display: inline; zoom: 1;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border: #8ec43e 1px solid ;
	padding: 10px 4em 10px 20px;
	background: url(../images/bg_btn_2.png) #8ec43e no-repeat right center;
	-moz-background-size: auto 20px;
	-webkit-background-size: auto 20px;
	-o-background-size: auto 20px;
	background-size: auto 20px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}
#main .green_btn_2:hover{
	background-color: #389b12;
	color: #fff;
}

#main .present_btn{
	background-color: #c00;
	background-image:  url(../images/bg_btn_2_red.png);
	border: #c00 1px solid ;
	color: #fff;
}


#main .present_btn:hover{
	background-color: #a00;
	border: #600 1px solid ;
	color: #fff;
}

/*============================================================
	FROM Page
============================================================*/




#main .form_area{
	width: 100%;
	margin-bottom: 2em;
}
#main .form_area th,
#main .form_area td{
	padding: 10px 0;
	border-bottom: 1px dotted #ddd;
	position: relative;
}
#main .form_area th{ width: 25%;}
#main .form_area td{ width: 75%;}

.req{
	margin-left: 1em;
	font-size: 75%;
	display: inline-block; *display: inline; zoom: 1;
	font-weight: normal;
	padding: 4px 1em;
	line-height: 1;
	vertical-align: middle;
	background: #8ec43e;
	color: #fff;
}

.register_form{
	vertical-align: middle;
	padding: 6px;
	height: 2.5em;
	border: 1px solid #ddd;
	background: #fff;
}
.buttons,
.btn_form_submit,
.btn_form_next,
.btn_form_prev{
	margin: 0 1em;
	display: inline-block; *display: inline; zoom: 1;
	padding: 18px 4em;
	border: 0;
	font-size: 100%;
	color: #fff !important;
	text-decoration: none;
	-moz-border-radius: 5px !important; -webkit-border-radius: 5px !important; border-radius: 5px!important;
	line-height: 1;
}
#main .wp-social-login-provider-facebook,
#main .btn_fb_login{
	display: inline-block; *display: inline; zoom: 1;
	padding: 12px 2em 12px 60px;
	border: 0;
	font-size: 100%;
	color: #fff;
	background: #305196 url(../images/ico_fb_btn.png)  no-repeat 20px 50%;
	-moz-background-size: auto 75%;
	-webkit-background-size: auto 75%;
	-o-background-size: auto 75%;
	background-size: auto 75%;
	text-decoration: none;
}
#main .wp-social-login-provider-facebook:hover,
#main .btn_fb_login:hover{
	background-color: #000;
	color: #fff;
}
.buttons{ background: #00abeb;}

.btn_form_submit,.btn_form_next{ background: #379b06;}
.btn_form_prev{ background: #999; }

.btn_form_next:hover{ background: #8ec43e;}
.btn_form_prev:hover{ background: #666; }

.wp-social-login-provider-list{ padding: 0; text-align: center}

/*============================================================
	LOGIN Page
============================================================*/
.one_col #main .page_area{
	padding: 0;
	background: none;
}

.login_group{
	padding: 20px;
	border: 5px solid #8ec43e;
	background: #fff;
}
.login_area{
	float: left;
	width: 50%;
	border-right: 1px solid #ccc;
	padding-right: 20px;
}
.login_area+.login_area{
	float: right;
	border-right: 0;
	padding: 0;
}
.fb_login p{ text-align: center;}
legend{
	display: none;
}
#wpmem_login .div_text, #wpmem_reg .div_text, #wpmem_reg .div_textarea, #wpmem_reg .div_select, #wpmem_reg .div_checkbox, #wpmem_reg .div_multiselect, #wpmem_reg .div_multicheckbox, #wpmem_reg .div_radio, #wpmem_reg .div_image, #wpmem_reg .div_file, #wpmem_reg .div_url, #wpmem_reg .div_number, #wpmem_reg .div_date{
	width: auto;
	text-align: center;
}
#wpmem_reg .button_div, #wpmem_login .button_div{
	width: auto;
	text-align: center;
	margin-bottom: 2em;
}

#wpmem_msg, .wpmem_msg {
    background: none;
    border: none;
    padding: 0;
}
#wpmem_msg  *, .wpmem_msg *{
	text-align: center;
}

#wpmem_reg label
, #wpmem_login label{ margin-bottom: 5px; display: inline-block; *display: inline; zoom: 1;}
/* クレジット */
.div_text+p br{
	display: none;
}

.member_group{
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	-moz-box-shadow:0 0 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	padding: 20px;
	background: #fff;
}
.login .member_group{
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	-moz-box-shadow:none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	background: none;
}

.mwform-radio-field label{
	display: inline-block; *display: inline; zoom: 1;
	margin-right: 1em;
	padding: 5px;
	background: #f6f6f6;
}

#main .member_group .mwform-checkbox-field label{
	margin-right: 0;
	display: block;
	margin-bottom: 10px;
	font-size: 88%;
}
#main .member_group .mwform-checkbox-field:hover label{
	background: #eee;
}
.mw_wp_form .horizontal-item + .horizontal-item{
	margin-left: 0;
}

#main .member_group h2,
#main .member_group h3{
	color: #379b06;
	font-size: 125.0%;
	margin-bottom:1em;
	margin-top: 3em;
}

#main .member_group h2{
	text-align: center;
	padding-top: 2em;
	border-top: 1px solid #ccc;
}
#main .member_group h2:first-child,
#main .member_group h3:first-child{
	margin-top: 0;
	padding-top: 0;
	border: 0;
}

#main .member_group .m_data{
	width: 100%;
	margin-bottom: 1em;
}
#main .member_group .m_data th,
#main .member_group .m_data td{
 padding: 5px ;
	border-bottom: 5px solid #fff;
}
#main .member_group .m_data th{ width: 20%; padding: 5px ; background: #f6f6f6;}
#main .member_group .m_data td{ width: 80%;}

#main .btn_mypage{
	background: #8ec43e;
	display: inline-block; *display: inline; zoom: 1;
	padding: 10px 4em;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	position: relative;
	margin-right: 1em;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	margin: 0.5em 0;
}

#main .btn_mypage::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px;
}
#main .btn_mypage:hover{
	background: #379b06;
	color: #fff;
}




#main .btn_mypage_can{
	background: #fff;
	color: #999;
	border: #ccc 2px solid;
}

#main .btn_mypage_can::after {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#main .btn_mypage_can:hover{
	background: #eee;
	color: #999;
}

/*============================================================
	MEM Page
============================================================*/
#main .mem_only{
	background: #fff;
	padding:  60px 20px;
	border:  5px solid #8ec43e;
}
#main .mem_only .mem_mes{
margin-bottom:  5em;
	font-size:  100%;
	line-height:  1;
	font-weight:  bold;
}
#main .mem_only .mem_mes img{
width:  22px;
vertical-align:  bottom;
}
#main .mem_only ul{
	margin-bottom:  0;
}

#main .mem_only li{
	float: left;
	width:  50%;
}
.btn_reg_link,
.btn_log_link{
	position:  relative;
	text-decoration:  none;
	padding:  20px 5em;
	font-weight:  bold;
	color:  #fff !important;
	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
}
.btn_reg_link:after,
.btn_log_link:after{
    content: "";
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
    zoom: 1;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    vertical-align: baseline;
    line-height: 1;
    margin-left: 1em;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
}
.btn_reg_link{
	background: #5cbd2c;
}
.btn_log_link{
	background: #00abeb;
}
.btn_reg_link:hover{
	background: #88d462;
}
.btn_log_link:hover{
	background: #60bde0;
}
/*============================================================
	XXX Page
============================================================*/


/*============================================================
	XXX Page
============================================================*/


/*============================================================
	XXX Page
============================================================*/


/*============================================================
	XXX Page
============================================================*/

