@charset "UTF-8";
@import url(base.css);
@import url(pagination.css);
@import url(news_list.css);	/* ニュース写真ボックスデザイン */
@import url(social_btns.css);
body {background: url(/img/common/header.gif) repeat-x center 80px;}

.main a {
	text-decoration:none\9;
}

.main{
	float:left;
	width:720px;
	padding-top:0;
	margin:0;
}

h1{
	font-size:33px;
	font-weight:bolder;
	line-height:1.2em;
	color:#000;
}
h1 img{
	margin:20px 5px 40px 5px;
}

.article_date{
	color:#999;
	margin:-200px 0 0 0;
	padding:0;
	font-size:85%;
}

h2 {
	font-size:18px;
	font-weight:bolder;
	line-height:1.2em;
	color:#000;
	/*margin:30px 0 0 30px;*/
	height:20px;
}

/* */
.main h1.title1{
	font-size:33px;
	font-weight:bolder;
	line-height:1.2em;
	color:#000;
	margin-top:10px;
	
}

/* 中身出し */
.main h2.title2 {
	margin:10px 0 0;
	font-size:20px;
	color:#888;
	font-weight:normal;
	overflow: hidden;
    height: auto;
	font-family:'font1';
}

/* ニュース記事　本文 */ 
.main article .article_text{
	margin:1em 30px 0 30px;
	font-size:17px;
	line-height:2.0em;
	letter-spacing:-0.8px;
}

.main article .aside{
	font-size:80%;
	background:#F5F4F4;
	padding:25px 22px 20px 25px;
	line-height:1.6em;
}

.main article .article_text{
	/*margin-top:50px; 記事サイズ小で変になる */ 
}
.main article .article_text h2{
	font-size:200%;
	font-weight:bold;
	padding-top:40px;
	border-top:5px solid #eee;
	height:auto;
}

.main article .article_text h3{
	font-size:150%;
	font-weight:bold;
	padding-left:10px;
	border-left:10px solid #ffb100;
}

.main article .article_text iframe{
	text-align:center;
	margin:0 auto;
	width:100% !important;
}


.main article .point_o{
	font-size:110%;
	color:#ffb100;
	font-weight:bold;
}

.main article .point_b{
	font-size:110%;
	color:#27A1D1;
	font-weight:bold;
}

.main article .point_r{
	font-size:110%;
	color:#F00;
	font-weight:bold;
}

.main article .provision{
	font-size:13px;
	text-align:right;
	margin:0 35px;
}

.bl h2{border-bottom:3px solid #63B5EF;}
.bl h3{background:#63B5EF;}


/* キュレーター一覧
-----------------------------------------*/
.qlist{
	width:980px;
	overflow:hidden;
    height:auto;
	margin:0 0 100px 0;
	padding:50px;
	background:#F5F4F4;
	border-top:3px solid #000;
}

.qlist dl{
	width:980px;
	overflow:hidden;
    height:auto;
	margin-bottom:20px;
}


.qlist dt {
  width:160px;
  height:160px;
  float:left;
  overflow: hidden;
}


.qlist dl dt img {
	height:160px;
	 width:160px;
	margin:0;
	position: relative;
	z-index:0;
  border-radius: 160px;
  -webkit-border-radius: 160px;
  -moz-border-radius: 160px;
}

.qlist dd {
  width:800px;
  float:left;
  margin:0 0 0 20px;
}

.qlist h2 {
	background:#FFF;
	border-radius:0;
}

.qlist h3 {
	font-weight:bold;
	font-size:20px;
}
.qlist h3 em{
	font-weight:normal;
	font-style: normal;
	font-size:16px;
	margin-left:20px;
	color:#666;
}
.qlist h3 img {
	width:20px;
	height:20px;
	border-radius:0;
	
}
.qlist h4 {
	font-weight:bold;
	width:100%;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #E0E0E0;
}

.qlist h5 {
	font-weight:bold;
	font-size:16px;
	text-align:center;
	width:980px;
	padding:6px 0;
	border-bottom:1px solid #E0E0E0;
	border-top:1px solid #E0E0E0;
}

.qlist .list_news h3{
	font-size:11px;
}


.qlist .list_news h4{
	font-size:14px;
}

.qlist .list_news h4:hover {text-decoration:none;}


.qlist .list_news{
	height:285px;
}
.qlist .list_news:hover{
	background:#e5e5e5;
}

/* ニュース記事
-----------------------------------------*/
.relation dt{
	font-weight:bold;
	text-align:center;
	font-size:20px;
	border-top:1px solid #CCC;
	width:710px;
	padding-top:30px;
	margin-top:100px;
}

.relation .list_news{
	float:left;
	display:inline;
}

/* 写真小 */ 
.photo_mini div{ margin-left:10px; margin-bottom:10px;}

/* 挿入写真の加工 */
img.photo_wide{
	width: 100%;
}
img.photo_half{
	width: 50%;
}
/* 記事内写真 */
.photo_description{
	font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 3px;
}

/* 特集
-----------------------------------------*/
.list_feature{
	width:690px;
	overflow:hidden;
	height:auto;
	padding:25px 0 15px 25px;
	margin-bottom:30px;
	background:#F4F4F4;
	border-top:2px solid #000;
	margin-top:40px;
}
.list_feature a{
	 text-decoration: none;
	 color:#000;
}
.list_feature a:hover { color:#ff8a00; text-decoration:none;}

.list_feature h2{
	width:660px;
	height:30px;
	font-size:20px;
	letter-spacing:1em;
	font-weight:bold;
	margin-bottom:10px;
	background:url(/img/top/feature.png) no-repeat right top;
}

.list_feature th{
	width:50px;
	height:50px;
	margin:0;
	position:relative;
    display:inline-block;
    overflow:hidden;
	margin:5px 15px 5px 0;
}

.list_feature th img{
	height:100%;
	margin:0 auto;
	position:relative;
	z-index:1;
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-ms-transition:0.2s ease-in-out;
	-o-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
}

.list_feature th img:hover{
	-webkit-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}

.list_feature td{
	width:255px;
	height:50px;
	font-size:11px;
	font-weight:bold;
	line-height:1.2em;
	padding-right:25px;
	margin:5px 0;
}
.list_feature td aside{
	color:#878788;
	font-size:10px;
}




/* サイドコンテンツ
-----------------------------------------*/
section.side .section_facilitator{
	background:#F5F4F4;
	margin:0 0 20px 0;
	width:240px;
	font-size:14px;
	padding:30px 30px 1px 30px;
}

section.side .section_facilitator h3{
	font-weight:bolder;
	text-align:center;
	padding-bottom:10px;
	border-bottom:1px solid #E0E0E0;
}


section.side .section_facilitator02{
	background:#F4F4F4 url(../../img/common/list_story.gif) no-repeat;
	margin:0 0 30px 0;
	width:240px;
	height:250px;
	font-size:14px;
	padding:30px 30px 0 30px;
}

section.side .section_facilitator02 h3{
	font-weight:bolder;
	text-align:center;
	font-size:90%;
	background: url(../../img/icon/icon_02.gif) no-repeat right;
}


section.side .section_facilitator02 textarea{
	border:2px solid #ccc;
	width:216px;
	height:80px;
}

section.side .section_facilitator02 div{
	text-align:center;
	height:30px;
	margin:0 auto 15px auto;
}

section.side .section_facilitator02 p{
	text-align:center;
	font-size:11px;
	line-height:1.4em;
}


section.side .comment{
	overflow:hidden;  
    height:auto;
	background:#F5F4F4;
	padding:10px 0;
	font-size:13px;
	margin:-40px 0 40px 0;
}

section.side .curator {
  margin:20px 0 10px 0;
  height:140px;
}

section.side .curator img {
	width:100px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}

/* プロフィール画像 */
section.side .curator dt {
	width :100px;
	height:100px;
	float:left;
}

section.side .curator dd {
	font-weight:bold;
	text-align:center;
	float:right;
	width:120px;
	line-height:1.0em;
}

section.side .curator dd a{
	font-weight:bold;
	text-align:center;
	margin-top:15px;
	padding:5px 0 4px 0;
	float:right;
	border:1px solid #666;
	width:110px;
	background:#FFF;
	color:#000;
	font-size:13px;
	text-decoration: none; 
}

section.side .curator dd a:hover{
	border:1px solid #666;
	background:#666;
	color:#fff;
}
section.side .section_facilitator form{
	text-align:center;
	margin:0 auto;
}


section.side p{
	margin-bottom:20px;
}


/* サイド関連記事 */
h3.relation_side{
	background:#ffb100;
	color:#FFF;
	padding:10px;
	text-align:center;
}


table.relation_list {
	width:300px;
	line-height:1.0em;
	background:#F5F4F4;
	list-style-type: none;
	padding: 10px 10px 0 10px;
	margin-bottom:20px;
}

.relation_list th{
	width:90px;
	height:80px;
	margin-bottom:5px;
	padding-top:5px;
	position: relative;
	border-bottom:1px solid #fff;
}
.relation_list img.photo{
	width:68px;
	height:68px;
	position: absolute;  
    top:-10px;  
    left:10px; 
	z-index:1;
	float:left;
}

*:first-child+html .relation_list img.photo{
	position: absolute;  
    top:0px;  
    left:0px;
}


.relation_list td{
	width:190px;
	height:80px;
	font-size:90%;
	font-weight:bold;
	margin-bottom:5px;
	padding-top:5px;
	border-bottom:1px solid #fff;
}


.relation_list a{
	color:#333;
	font-weight:bolder;
	font-size:13px;
	text-decoration: none;
	overflow: visible; 
    height: auto;
}

.relation_list .btn_clip {
	font-size:11px;
	background:#888;
	text-decoration: none;
	color:#fff;
	padding:3px 10px 2px 10px;
	text-align: center;
}


/* グラフ*/
.barchart {
  width:240px;
  margin:20px auto;
  color:#FFF;
  text-align:center;
}

[class*=date] {
  height: 25px;
  margin: 10px 0 5px 0;
  
  padding-top:5px;
  @include animation( anime1 1s 1 ease);
}

.date1 {background:#EE8593}
.date2 {background:#706CAA}
.date3 {background:#38B48B}

@-webkit-keyframes anime1 {
  0% {width: 0px;}
}
@keyframes anime1 {
  0% {width: 0px;}
}


section.side .btn a {
  display: block;
  cursor: pointer;
  width:220px;
  margin:0 auto;
  padding:10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #ffb100;
  border-radius: 5px;
  box-shadow: 0 6px 0 #f67f00, 0 12px 0 rgba(0,0,0,0.2);
  -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
 
section.side .btn a:hover {
  background-color: #f67f00;
  box-shadow: 0 3px 0 #dc5d00, 0 6px 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
 
section.side .btn a:active {
  color: #ddd;
  background-color: #ffb100;
  box-shadow: 0 0 0 #f67f00, 0 0 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  transition-duration: 0.1s;
}



section.side .login_id {
	height:30px;
	padding:5px 0;
}

section.side .login_id img {
	width:30px;
	height:30px;
	float:left;	
}

section.side .login_id p {
	width:200px;
	float:left;
	padding-left:10px;
	font-size:14px;
	font-weight:bolder;
}



html,
body,
.aside_comment {height:100%;	z-index: 10;}


/* コメント
-----------------------------------------*/
.aside_comment h2{
	font-weight:bold;
	text-align:center;
	font-size:20px;
	border-top:1px solid #CCC;
	width:710px;
	padding-top:20px;
	margin-bottom:20px;
	margin-left:0;
}



.aside_comment .btn_clip {
	width:60%;
	height:30px;
	float:right;
	margin:10px 20px 0 0;
	overflow: hidden;
    height: auto;
}

.aside_comment .btn_clip li{
	background:#888;
	text-decoration: none;
	color:#fff;
	height:25px;
	padding:0 10px 2px 10px;
	margin-left:10px;
	text-align: center;
	position: relative;
	float:right;
	font-size:80%;
}

.aside_comment .btn_clip li a{
	text-decoration: none;
	color:#fff;
}

.aside_comment .btn_clip li.on{
	background:#ffb100;
}

.aside_comment textarea{
	width:660px;
	/*height:80px;*/
	background:#F5F4F4;
	border:none;
	margin:5px;
	padding:20px;
	font-size:12px;
}

.aside_comment input{
	height:40px;
	width:50%;
	color:#fff;
	text-align:center;
	background:#ffb100;
	font-size:13px;
	border:none;
	padding-top:2px;
	margin:10px auto;
	display: block;
	cursor: pointer;
	text-decoration: none;
	background-color: #ffb100;
	border-radius: 5px;
	box-shadow: 0 6px 0 #f67f00, 0 12px 0 rgba(0,0,0,0.2);
	-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
	transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.aside_comment input:visited {color: #fff;}

.aside_comment input:hover {
	color: #fff;
  background-color: #f67f00;
  box-shadow: 0 3px 0 #dc5d00, 0 6px 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.aside_comment input:active{
  color: #fff;
  background-color: #ffb100;
  box-shadow: 0 0 0 #f67f00, 0 0 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  transition-duration: 0.1s;
}

.aside_comment table{
	width:100%;
	overflow:hidden; 
    height:auto;
	margin-top:20px;
}

.aside_comment table img{width:100%;}

.aside_comment table th{
	width:60px;
	height:100%;
	font-size:11px;
	font-weight:normal;
	line-height:1.4em;
	text-align:center;
	vertical-align: top;
	float:none;
}

.aside_comment table th img{
	width:60px;
	height:60px;
	margin-bottom:5px;
}

.aside_comment table td{
	font-size:13px;
	line-height:1.6em;
	padding:15px 18px;
	position:relative;
	background:#F5F4F4;
	vertical-align: top;
}

.aside_comment table td strong{
	padding-left:16px;
	background: url(/img/icon/icon_02.gif) no-repeat 0 center;
}



.aside_comment table td:after {
border:10px solid transparent;
border-right-color:#F5F4F4;
border-left-width:0;
left:-8px;
content:"";
display:block;
top:10px;
position:absolute;
width:0;
}

.aside_comment table td p.like_btn{
	text-align:right;
	color:#666;
	border:1px solid #CCC;
	padding:2px 10px 1px 25px;
	position: absolute;
	bottom:10px;
	right:10px;
	text-align:center;
	margin-top:40px;
	border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
	background:#fff url(/img/common/like_off.png) no-repeat 5px center;
}

.aside_comment table td p.like_on{
	text-align:right;
	color:#666;
	border:1px solid #CCC;
	padding:2px 10px 1px 25px;
	text-align:center;
	border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
	background:#fff url(/img/common/like_on.png) no-repeat 5px center;
}

.aside_comment table td p.like_btn:hover{
	color:#FFF;
	border:1px solid #ffb100;
	background:#ffb100 url(../../img/common/like_off.png) no-repeat 5px center;
}



.aside_fashiriteta table{
	width:700px;
	overflow:hidden; 
    height:auto;
	background:#F5F4F4;
}

.aside_fashiriteta table th{
	width:60px;
	height:100%;
	font-size:11px;
	font-weight:normal;
	line-height:1.4em;
	text-align:center;
	vertical-align: top;
	float:none;
	padding:30px 10px 0 30px;
}

.aside_fashiriteta table th img{
	width:60px;
	height:60px;
}

.aside_fashiriteta table td{
	font-size:16px;
	line-height:1.6em;
	padding:30px 20px 10px 0;
	position:relative;
	vertical-align: top;
}

.aside_fashiriteta table td strong{
	padding:0 0 0 16px;
	font-size:17px;
	background: url(/img/icon/icon_02.gif) no-repeat 0 center;
}

.aside_fashiriteta table td p{
	margin:10px 0 0 16px;
}

.aside_fashiriteta table td p.like_btn{
	text-align:right;
	color:#666;
	border:1px solid #CCC;
	padding:2px 10px 1px 25px;
	float:right;
	text-align:center;
	border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
	background:#fff url(/img/common/like_off.png) no-repeat 5px center;
}

.aside_fashiriteta table td p.like_on{
	text-align:right;
	color:#666;
	border:1px solid #CCC;
	padding:2px 10px 1px 25px;
	text-align:center;
	border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
	background:#fff url(/img/common/like_on.png) no-repeat 5px center;
}

.aside_fashiriteta table td p.like_btn:hover{
	color:#FFF;
	border:1px solid #ffb100;
	background:#ffb100 url(../../img/common/like_off.png) no-repeat 5px center;
}

.aside_comment .btn_clip img{
	padding:6px 0 0 0;
}



.aside_comment h3 {
font-weight:bold;
text-align:center;
padding-top:15px;
border-top:1px solid #CCC;
}

.aside_comment .facilitator{
}

.aside_comment .profile_facilitator {
	border:4px solid #fff;
}

.aside_comment .facilitator td{
}


#tabmenu{
    padding:0px;
    margin:0px;
    color:#333;
    position:relative;
	width:420px;
}

#tabmenu div#tab{
	position: absolute;
	top:0px;
	left:0px;
}

#tabmenu div#tab a.all{
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width:150px;
	display: block;
	text-decoration:none;
	color:#fff;
	background:#000;
	margin-right:2px;
	font-size:80%;
}


#tabmenu div#tab a.facilitator{
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width:150px;
	display: block;
	text-decoration:none;
	color:#fff;
	background:#888;
	margin-right:2px;
	font-size:80%;
}

#tabmenu div#tab a:hover{
	background:#000;
	color:#fff;
}

div#tab_contents{
	overflow:hidden;
	clear:both;
}
div#tab_contents ul{
	width:2500px;
	padding:0px;
	margin:0px;
}
div#tab_contents ul li{
	float: left;
	width:420px;
	list-style-type:none;
	padding:40px 0 20px 0;
} 


div#tab_contents #tab1 table{
	border-top:3px solid #000;
} 
div#tab_contents #tab2 table{
	border-top:3px solid #888;
} 



/* ユーザプロフィール
-----------------------------------------*/
#user {
	width:960px;
	margin:50px 0;
	height:150px;
	padding:20px;
	background:#FFF;
	box-shadow:0px 1px 4px #bbb; 
	-moz-box-shadow:0px 1px 4px #bbb;
	-webkit-box-shadow:0px 1px 4px #bbb;
}


.myPicture {
	width:130px;
	height:130px;
	float:left;
}
		
#user h1 {
	width:230px;
	height:29px;
	font-size:28px;
	color:#4d4d4d;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight:bolder;
	float:left;
}

.profile01 {
	width:230px;
	height:130px;
	font-size:13px;
	padding-left:20px;
	color:#6a6a6a;
	font-weight:bolder;
	float:left;
}	

.profile02 {
	width:260px;
	height:130px;
	font-size:13px;
	padding-left:10px;
	color:#6a6a6a;
	font-weight:bolder;
	border-left:3px solid #F4A51B;  
	float:left;
}



/* パンくず
-----------------------------------------*/

#breadcrumbs-one{
  overflow:hidden;
  width:100%;
}

#breadcrumbs-one li{
  float:left;
}

#breadcrumbs-one a{
	height:34px;
  padding:6px 10px 0 25px;
  float:left;
  text-decoration:none;
  color:#444;
  position:relative;
}

#breadcrumbs-one li:first-child a{
  padding-left:1em;
}

#breadcrumbs-one a:hover{
  background:#eee;
}

#breadcrumbs-one a::after,
#breadcrumbs-one a::before{
  content:"";
  position:absolute;
  top:50%;
  margin-top:-1.5em;   
  border-top:1.5em solid transparent;
  border-bottom:1.5em solid transparent;
  border-left:1em solid;
  right:-1em;
}

#breadcrumbs-one a::after{ 
  z-index:2;
  border-left-color:#ddd;  
}

#breadcrumbs-one a::before{
  border-left-color:#ccc;  
  right:-1.1em;
  z-index:1; 
}

#breadcrumbs-one a:hover::after{
  border-left-color:#eee;
}

#breadcrumbs-one .current,
#breadcrumbs-one .current:hover{
  font-weight:bolder;
  background:none;
}

#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before{
  content:normal;  
}






/* スライドボタン*/
.comments-button{
	font-size:13px;
	font-size:0.8125rem;
	line-height:13px;
	line-height:0.8125rem;
	font-weight:700;
	font-family:"nyt-franklin",arial,helvetica,sans-serif;
	margin-top:-5px;
	padding:9px 0 9px 5px;
	border:none}


.comments-button.theme-kicker{
	font-size:12px;
	font-size:0.75rem;
	line-height:16px;
	line-height:1rem;
	font-weight:300;
	font-family:"nyt-franklin",arial,helvetica,sans-serif;
	-moz-transition:color 0.3s;
	-webkit-transition:color 0.3s;
	-ms-transition:color 0.3s;
	transition:color 0.3s;
	border:none;
	color:#666;
	float:right;
	margin-left:2px;
	padding:0 0 4px 0;
	text-transform:uppercase}



/* リケジョ
-----------------------------------------*/
.ttl_pr{
	width:715px;
	height:25px;
	font-style:normal;
	text-align:left;
	font-size:14px;
	padding:15px 0 0 0;
	margin:20px 0 0 0;
	clear:both;
	background:url(../../img/common/main_title.gif) no-repeat;
}
.ttl_pr img{
	float:right;
	margin-top:0;
}
