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

*{
	margin: 0;
	padding: 0;
}	
body{
	width: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.8;
	color:#313131;		
}
img, div, a{
	border:none;
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-size:100%;
	vertical-align: bottom;
	color:#313131;
}

p{
	margin-top:0px;
	margin-bottom:0px;
	text-align: justify;
    text-justify: inter-ideograph;
}
ul, li {
	list-style-type: none;
	text-decoration: none;
}
a {
	text-decoration: underline;
	color:#313131;
}
a:hover{
	color: #e8371f;
}

h2 {
	font-size:16px;
	line-height:19px;
}

h2.small{
	font-size:15px;
	line-height:18px;
}
h3 {
	font-size:15px;
	line-height:18px;
}
h4 {
	font-size:14px;
	line-height:17px;
}
.margin_t0 {
	margin-top:0px;
}
.margin_t10 {
	margin-top:10px;
}
.margin_t20 {
	margin-top:20px;
}
.margin_tb5 {
	margin-top:5px;
	margin-bottom:5px;
}
.margin_b10 {
	margin-bottom:10px;
}
.margin_b15 {
	margin-bottom:15px;
}
padding_t15{
	padding-top:15px;
}
.padding_b15 {
    padding-bottom:15px;
}
.padding_b0 {
    padding-bottom:0px;
	border-bottom: none;
}

.cap{
	display:inline-block;
	font-size:10px;
	color:#313131;
	font-weight:normal;
	margin-top:0px;
}

#header{
	display:inline-block;
	width: 100%;
	height: 120px;
	background-color:#F2F2F2;
	/*background: url(../img/header/header_bg.gif) repeat-x;*/
	padding-top: 6px;
	margin-bottom: 25px;
    text-align:center;
}

#content{
	clear: both;
	width: 900px;
	background-color: #fff;
	border-top: solid #DDD 3px;
	border-bottom: solid #DDD 3px;
	padding: 15px 0px 0px 0px;
	margin: 0px auto 40px auto;
	display: flex;
}

#header_area{
    display:inline-block;
	width: 900px;
	margin:0 auto;
}

#header h1{
	width: 596px;
	float: left;
}

#header p{
	float: right;
	font-size: 13px;
	color: #313131;
	overflow: hidden;
	margin-top: 50px;
}

#nav_background{
	display:inline-block;
	box-sizing: border-box;
	height: 26px;
	width:100%;
	background-color: #000;
	margin-top:8px;
}
#nav{
	display:inline-block;
	box-sizing: border-box;
	width:904px;
	height: 26px;
}
#nav li{
	float: left;
	font-size: 13px;
	color: #fff;
	height: 26px;
	line-height: 26px;
	letter-spacing: 2px;
	border-right:2px solid #fff;
	position:relative;
	z-index:999;
}
#nav li:first-child{
	border-left:2px solid #fff;
}
#nav li a{
	color: #fff;
	display: block;
	padding-left: 11px;
	padding-right: 10px;
	background-color: #000;
	text-decoration: none;
}
#nav li a:hover{
	color: #fff;
	background-color: #e95f4c;
	text-decoration: none;
}
#nav ul{
	display:none;
	position:absolute;
	float: left;
	top:100%;
	padding:0;
}
#nav li li{
	display:block;
	width: 156px;
	height:auto;
	clear:both;
	font-size: 12px;
	text-align: center;
	margin-top: 2px;
	line-height: 16px;
	color: #fff;
	border-right:none;
}
#nav li li:first-child{
	border-left:none;
}

#nav li li.cond1 {
	transform: scale(0.95,1);
	-moz-transform: scale(0.95,1); /* Firefox※ */
	-webkit-transform: scale(0.95,1); /* Chrome,Safari */
	-ms-transform: scale(0.95,1); /* IE */
    transform-origin: 0 0;
    width: 105%;
	color: #fff;
	letter-spacing: 1px;
} 

#nav li li a{
	color: #fff;
	display:block;
	height:auto;
	line-height: 16px;
	padding:4px 0 6px 0;
}
#nav li li :hover{
	background-color:#e95f4c;
}
#nav li:hover ul{
	display: block;
}

/* カテゴリー柱 */
.category_r{
	display:inline-block;
	color:#333;
	padding:0px 6px 2px 6px;
	background: linear-gradient(transparent 70%, rgba(232,55,31,0.7) 20%);
 }
.category_g{
	display:inline-block;
	color:#333;
	padding:0px 6px 2px 6px;
	background: linear-gradient(transparent 70%, rgba(104,172,32,0.7) 20%);
}

/* タイトル */
.title_new{
	color:#e8371f;
	margin-bottom:10px;
	padding:2px 0 0 7px;
	border-left:solid 5px #e8371f;
}
.title_end{
	color:#68ac20;
	margin-bottom: 10px;
	padding:2px 0 0 7px;
	border-left:solid 5px #68ac20;
}
span.sub{
	display:inline-block;
	box-sizing:border-box;
	font-size:11px;
	line-height:15px;
	font-weight:600;
	color:#313131;
}
span.sub.normal{
	font-weight:normal;
}
span.sub.b{
	font-size:13px;
	line-height:16px;
}

.event_photo1_l{
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}
.event_photo1_r{
	float: right;
	margin-top: 3px;
	margin-left: 10px;
}
.event_photo2_l{
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.event_photo2_r{
	float: right;
	margin-top: 3px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.clear {
    clear: both;
}

/* design area left */
#main_area{
	width: 624px;
	clear: both;
	float: left;
	border-right: solid #DDD 1px;
	margin-bottom: 20px;
	overflow:hidden;
}
.section{
	display:inline-block;
	width: 604px;
	border-bottom: solid 1px #DDD;
	padding-top:15px;
	padding-bottom:15px;
}
.section.padding_t0{
	padding-top:0px;
}
.section.padding_b15{
	padding-bottom:15px;
}

.notice{
	display:inline-block;
	width: 574px;
	padding:10px 10px 10px 10px;
	margin:0 0 10px 0px;
	background-color:#fefae1;
	border: solid 1px #F5EFAF;
}
	
/* design area right */
#right_area{
	width: 275px;
	padding:0px 0px 10px 0px;
	float:right;
}
.column{
	width: 253px;
	background-color:#F2F2F2;
	border: solid 1px #DDD;
	margin-left: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.column h4.category_g{
	margin-top:10px;
	margin-left:10px;
}
.column_title{
	display:block;
	font-size:13px;
	line-height:16px;
	font-weight:600;
	color:#e8371f;
	margin:10px 0px 0px 10px;
}
.column ul{
   display:block;
   float: left;
   width:48px;
   margin:8px 0 6px 10px;
   line-height:1.5;
}
.column ul:last-child{
   float: left;
   width:45px;
   margin-left:10px;
}
.column ul a{
   text-decoration: none;
   margin-top:2px; 
}
.column li{
   display:inline-block;
  /* float: left;*/
}
.column p{
   float: left;
   margin:8px 10px 8px 10px;
   text-align: justify;
   text-justify: inter-ideograph;
 }
.column img{
	float:left;
	/*border:1px solid #ccc;*/
	margin-bottom:2px;
 }	
.column .cap{
   float: left;
   line-height:12px;
   margin:0px 10px 8px 14px;
 }
figure {
	display: block;
	width: 118px;
	float:left;
	margin:10px 0px 8px 10px;
}
figcaption {
	font-size:10px;
	color:#313131;
	line-height:12px;
	margin-left:2px;
	text-align:left;
}
	
#member_b {
	width: 255px;
	margin-left: 20px;
	margin-bottom: 40px;
	overflow: hidden;
	height:39px;
}

#member_b a:hover {
	opacity: 0.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
}

.color_box{
	font-size:12px;
	padding:2px 6px;
	margin:10px 0px;
	line-height:19px;
	background-color:#F1E6A8;
	overflow:hidden;
}	

/* footer */
#footer{
	width: 100%;
	height:130px;
	background-color:#F2F2F2;
	bottom:0;
}
#footer_area{
	width: 900px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
}
#left_f{
	float: left;
}
#left_f dt{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
#left_f dd{
	font-size: 12px;
	margin-left:0;
	margin-bottom: 5px;
	line-height: 1.2;
}
.font_b{
	font-weight: bold;
}

#right_f{
	float: right;
	width: 493px;
	text-align:center;
}

#right_f ul{
	display:inline-block;
	margin-bottom:63px;
}
#right_f li{
	display:inline-block;
	font-size: 12px;
}
#right_f li a{
	color: #313131;
}
#right_f li a:hover{
	color: #e8371f;
	text-decoration: underline;
}
#copy{
	clear: both;
	font-size: 11px;
	text-align:center;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  z-index: 999;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  background-color: #89c44b;
}
#pageTop p{
  position: relative;
  font-size:11px;
  line-height:13px;
  font-weight: bold;
  text-align: center;
  top:50%;
  transform: translateY(-50%);
}
#pageTop a {
   color: #fff;
   text-decoration: none;
}
#pageTop:hover {
  text-decoration: none;
  opacity: 0.7;
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
}

/* トップページ欄外コメント */
.comment{
	display:block;
	width: 604px;
	font-size: 12px;
	text-align: right;
	padding-top:15px;
	padding-bottom:0px;
}
.comment span{
	font-weight:600;
}