@charset "UTF-8";
/* CSS Document */
/* base */
#head {
	width:100%;
	background:#fff;
	border-top:1px solid #555;
	border-bottom:1px solid #555;
	z-index:900;
}
#head .wrap{
	position:relative;
	padding:0 20px;
}
#head .logo {
	float:left;
}
#head .logo a{
	display:inline-block;
/*	padding:10px;*/
	padding-top:18px;
}
#head .logo img{
	width:160px;
}
#head .copy {
	display:inline-block;
	font-size:12px;
	color:#dc8627;
	line-height:1.6;
	padding-top:20px;
	width:180px;
}
#head .navi{
	float:right;
}
#head .headMenu > ul{
	display:table;
	height:70px;
}
#head .headMenu > ul > li{
	display:table-cell;
	vertical-align:middle;
	padding-left:20px;
	position:relative;
}
#head .headMenu > ul > li:first-child{
	padding-left:0;
}
#head .row{
	display:none;
}
#head .subMenu{
	display:none;
	position:absolute;
	top:55px;
	right:0;
	width:auto;
	min-width:100%;
	background: url(../img/head/layer.png) repeat;
	padding:10px 0;
	z-index:999;
}
#head .subMenu:after{
	content:"";
	position:absolute;
	top:-10px; right:0;
	margin-left:0;
	display:block;
	width:10px; height:10px;
	background:url(../img/head/layer_arw.png) no-repeat left bottom;
}
#head .subMenu li{
	padding:5px 10px;
	white-space:nowrap;
}
#head .subMenu li a{
	display:block;
	color:#fff;
	background:url(../img/arw_g.png) no-repeat left center;
	padding-left:13px;
}
#head .navi .navCloseBtn{
	display:none;
}
.fixed {
	position: fixed;
	top: 0;
}
.fixed+div {
	margin-top:72px !important;
}
.trigger{
	display:none;
}


/* foot */
#foot{
	text-align:center;
	border-top:1px solid #555;
	padding-top:30px;
}
#foot .wrap{
	position:relative;
	padding:0 20px;
}
#foot .logo{
	float:left;
	padding-right:10px;
}
#foot .logo img{
	width:120px;
}
#foot .snsLink{
	float:left;
}
#foot .snsLink li{
	display:inline-block;
	padding:0 0 0 5px;
}
#foot .snsLink li img{
	width:25px;
}
#foot #fNav{
	display:inline-block;
	margin:0 auto 30px;
	float:right;
}
#foot #fNav li{
	display:inline-block;
	padding:0 10px;
}
.copyright {
	text-align:center;
	padding:10px;
}


/* cont */
#mainVisual{
	width:100%;
	position:relative;
	z-index:1;
	padding-top:70px;
}
#mainVisual img{
	width:100%;
	height:auto;
}

.contBody{
	padding:0 0 50px;
	position:relative;
}
.mainCont{
	padding-right:300px;
	min-height:660px;
}

.imgList{
	margin-bottom:10px;
}
.imgList .item{
	width:50%;
	height:200px;
	float:left;
	overflow:hidden;
/*	margin-bottom:5px;*/
	position:relative;
}
.imgList .item:nth-child(2n){
	text-align:right;
}
.item .prIcon{
	position:absolute;
	top:2px;
	right:2px;
	width:38px;
	height:16px;
}
.item a{
	display:inline-block;
	position:relative;
	width:99.5%;
	width:100%;
	height:200px;
	overflow:hidden;
	max-height:100%;
	transition: opacity .25s ease-out;
	-moz-transition: opacity .25s ease-out;
	-webkit-transition: opacity .25s ease-out;
	-o-transition: opacity .25s ease-out;
}
.item a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}
.item a > img{
	width:150%;
	position:absolute;
	left:-25%;
	top:-15%;
	z-index:1;
}
.item .title{
	position:absolute;
	width:100%;
	height:32%;
	bottom:0;
	z-index:30;
	text-align:left;
}
.item .bg{
	width:100%;
	height:100%;
	background:#000;
	position:absolute;
	bottom:0;
	height:32%;
	opacity:0.7;
	filter:alpha(opacity=70);
	z-index:10;
}
.item a:hover img{
	opacity:1;
	filter:alpha(opacity=100);
}
.item .face{
	padding:10px;
	display:inline-block;
	vertical-align:top;
}
.item .face img{
	width:45px; height:45px;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
}
.item .title em{
	color:#fff;
	display:inline-block;
	width:70%;
	max-height:38px;
	overflow:hidden;
	text-overflow:ellipsis;
	padding:10px 0;
}
.item .title .date{
	font-size:92%;
	color:#C3C3C3;
	display:inline-block;
	position:absolute;
	bottom:5px; right:5px;
}
.moreLink{
	margin-bottom:40px;
}
.moreLink a{
	display:block;
	width:95%;
	margin:0 auto;
	padding:20px 0;
	font-size:140%;
	color:#fff;
	text-align:center;
	text-decoration:none;
	background:#e46193;
	transition: background .25s ease-out;
	-moz-transition: background .25s ease-out;
	-webkit-transition: background .25s ease-out;
	-o-transition: background .25s ease-out;
}
.moreLink a:hover{
	background:#bf256c;
}

#leadStory{
	width:100%;
	overflow:hidden;
}
#leadStory .item{
	width:50%;
	float:left;
	overflow:hidden;
	position:relative;
	margin:0;
}
#leadStory .item:nth-child(2n){
	text-align:right;
}
#leadStory .item a{
	width:100%;
	height:400px;
	overflow:hidden;
}
#leadStory .item:nth-child(2n) a{
/*	border-left:2px solid #fff;*/
}
#leadStory .item .title, #leadStory .item .bg{
	height:65px;
}
#indexCont{
	padding-top:0;
}

#curatorList{
	width:98%;
	margin:0 auto;
}
#curatorList .ttl{
	text-align:center;
	font-size:140%;
	color:#e46193;
	padding-bottom:10px;
	border-bottom:1px solid #e46193;
	margin-bottom:10px;
}
#curatorList .iconList li{
	float:left;
	padding:0 0 10px 0;
	width:10%;
	text-align:center;
	min-height:100px;
}
#curatorList .iconList li a{
	display:inline-block;
	width:60px;
	height:60px;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border:1px solid #fff;
	padding:3%;
	text-decoration:none;
	position:relative;
}
#curatorList .iconList li a img{
	width:100%;
	height:60px;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
}
#curatorList .iconList li a:hover{
	transform:scale(0.95);
	-webkit-transform:scale(0.95);
	border:1px solid #e46193;
}
#curatorList .iconList li a:hover img{
	opacity:1;
}
#curatorList .iconList li a:hover .num{
	display:none;
}
#curatorList .num{
	display:inline-block;
	position:absolute;
	top:65%;
	left:50%;
	text-indent:-1.5em;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-shadow: 1px 1px 3px #000;
}
#curatorList .area{
	display:block;
	color:#a6a6a6;
	font-size:8px;
	text-align:center;
}
#curatorList .cMore{
	display:block;
	background:#e46193;
	color:#fff;
	width:60px;
	line-height:60px;
	text-align:center;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	transition: background .25s ease-out;
	-moz-transition: background .25s ease-out;
	-webkit-transition: background .25s ease-out;
	-o-transition: background .25s ease-out;
}
#curatorList a:hover .cMore{
	background:#bf256c;
}


/* side */
.sideCont{
	width:280px;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	padding:0 10px;
	background:#f4f4f4;
}
#tagList{
	width:100%;
	margin-top:10px;
	margin-bottom:30px;
}
#tagList .ttl{
	font-size:110%;
	font-weight:bold;
	padding:5px;
	border-bottom:1px solid #B0B0B0;
	margin-bottom:5px;
}
#tagList ul{
	background:#fff;
	padding:10px 5px 0 15px;
}
#tagList li{
	display:inline-block;
	padding:0 4px 10px 0;
}
#tagList li a{
	color:#bf256c;
	text-decoration:none;
	display:inline-block;
	padding:3px 10px;
	border:1px solid #e46193;
	background:#FCFBF3;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	transition: background .25s ease-out;
	-moz-transition: background .25s ease-out;
	-webkit-transition: background .25s ease-out;
	-o-transition: background .25s ease-out;
}
#tagList li a:hover{
	background:#FFEAE8;
}
.pageTop{
	display:none;
	position:fixed;
	bottom:115px;
	right:10px;
	z-index:9000;
}


/* category */
#pageTtl{
	width:100%;
	height:90px;
	margin:10px auto;
	position:relative;
	overflow:hidden;
/*	background:url(../img/head/bg.gif) repeat center center;*/
}
#pageTtl h1{
/*	color:#fff;*/
	font-size:240%;
	line-height:1.5;
	position:absolute;
	width:100%;
	bottom:0;
	padding:20px 10px;
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(0,0,0,0.4)), color-stop(50%, rgba(0,0,0,0.2)), color-stop(0%, rgba(0,0,0,0)));
	background: linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 50%,rgba(0,0,0,0.4) 100%);*/
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
#pageTtl h1 span{
	display:inline-block;
	padding:0 20px;
}
/*#cate01 #pageTtl{
	background:url(../img/atari/pict.jpg) no-repeat center center;
}
#tag01 #pageTtl{
	background:url(../img/atari/main.jpg) no-repeat center center;
}
#curator #pageTtl{
	background:url(../img/atari/pict.jpg) no-repeat center center;
}
#news #pageTtl{
	background:url(../img/atari/main.jpg) no-repeat center center;
}
#about #pageTtl{
	background:url(../img/atari/main.jpg) no-repeat center center;
}
#policy #pageTtl{
	background:url(../img/atari/pict.jpg) no-repeat center center;
}
#contact #pageTtl{
	background:url(../img/atari/pict.jpg) no-repeat center center;
}*/
#about #pageTtl,
#policy #pageTtl,
#curator #pageTtl,
#contact #pageTtl{
	width:auto;
	padding-right: 300px;
}
#about #pageTtl h1,
#policy #pageTtl h1,
#curator #pageTtl h1,
#contact #pageTtl h1{
	width:70%;
	margin:0 auto;
	position:relative;
	line-height:2;
}
#about #pageTtl h1 span,
#policy #pageTtl h1 span,
#curator #pageTtl h1 span,
#contact #pageTtl h1 span{
	padding:0;
}


/* article */
#article{
}
#article h1{
	width:80%;
	margin:0 auto;
	padding:20px 0;
	font-size:200%;
	line-height:1.5;
}
#articleHead{
	width:80%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
#articleHead > img{
	width:100%;
	height:auto;
}
#articleHead .numClip{
	position:absolute;
	bottom:10px; right:10px;
	background:#fff/* url(../img/icn_hart.png) no-repeat 12px center*/;
	background-size:10px auto;
	padding:0 14px 0/* 26px*/;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	color:#e46193;
	font-weight:bold;
	line-height:24px;
}
#articleHead .prIcon{
	position:absolute;
	top:10px;
	right:10px;
	width:45px;
	height:16px;
}
#articleBody{
	width:80%;
	margin:0 auto;
	padding:10px;
	position:relative;
	margin-bottom:20px;
}
#articleBody .update{
	text-align:right;
	font-size:120%;
	position:absolute;
	top:20px; right:10px;
}
#articleBody .snsBtn li{
	display:inline-block;
	padding-right:8px;
}
#articleBody .postCont{
	padding:20px 0 30px;
}
#articleBody .postCont p{
	font-size:120%;
	line-height:1.8;
	margin-bottom:20px;
}
#articleBody .postCont blockquote{
	padding:20px 40px;
	background:#E8E6E6 url(../img/article/dq_left.png) no-repeat 15px 20px;
	background-size:20px auto;
	font-size:120%;
	line-height:1.8;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	position:relative;
	margin-bottom:20px;
}
#articleBody .postCont blockquote:after{
	content:"";
	display:block;
	width:20px; height:40px;
	background:#E8E6E6 url(../img/article/dq_right.png) no-repeat right bottom;
	background-size:20px auto;
	position:absolute;
	bottom:20px; right:15px;
}
#articleBody .postCont .pict{
	margin-bottom:30px;
}
#articleBody .postCont .pict img{
	width:100%;
	height:auto;
}
#articleBody .postCont .quoted {
  font-size: 12px;
  margin-bottom:10px;
  color: #BFBFBF;
  letter-spacing: normal;
}
#articleBody .postCont .quoted a{
  color: #BFBFBF;
	text-decoration:underline;
	word-break:break-all;
}
#articleBody .tagLink{
}
#articleBody .tagLink em{
	position: relative;
	display: inline-block;
	padding: 0 10px;
	width: auto;
	text-align: center;
	background:#e46193;
	color:#fff;
	font-weight:bold;
	line-height:22px;
	float:left;
}
#articleBody .tagLink em:after{
	content: "";
	position: absolute;
	top: 50%; right: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #e46193;
}
#articleBody .tagLink ul{
	float:right;
	width:90%;
}
#articleBody .tagLink li{
	display:inline-block;
	padding:0 0 10px 5px;
}
#articleBody .tagLink li a{
	color:#bf256c;
	line-height:20px;
	text-decoration:none;
	display:inline-block;
	padding:0 10px;
	border:1px solid #e46193;
	background:#FCFBF3;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	transition: background .25s ease-out;
	-moz-transition: background .25s ease-out;
	-webkit-transition: background .25s ease-out;
	-o-transition: background .25s ease-out;
}
#articleBody .tagLink li a:hover{
	background:#FFEAE8;
}
#curator .mainCont{
	padding-top:20px;
}
#curator .tab{
	width:70%;
	margin:0 auto;
}
#curator .content{
	width:70%;
	margin:0 auto;
}
#curatorInfo{
	border:1px solid #D5D5D5;
	padding:20px 0;
	position:relative;
	margin-bottom:10px;
	min-height: 115px;
}
#curatorInfo .curatorPict{
	position:absolute;
	left:20px;
}
#curatorInfo .curatorPict img{
	width:80%;
	height:80%;
	width:100px;
	height:100px;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
}
#curatorInfo .curatorPict .job{
	color:#d5d5d5;
	padding-top:5px;
	text-align:center;
	width: 100px;
}
#curatorInfo .curatorProf{
	padding-left: 140px;
}
#curatorInfo .curatorProf p{
	padding-right:20px;
}
#curatorInfo .curatorProf .head{
	float:left;
}
#curatorInfo .curatorProf .katagaki{
	color:#d0ae00;
	margin-bottom:6px;
}
#curatorInfo .curatorProf .favorite{
	padding-left:30px;
	padding-top:10px;
	min-height:30px;
	background:url(../img/icn_favorite.png) no-repeat left top;
	background-size:auto auto;
	float:right;
}
#curatorInfo .curatorProf .name{
	margin-bottom:8px;
}
#curatorInfo .curatorProf .name em{
	font-size:140%;
	padding-right:10px;
}
#curatorInfo .curatorProf .name .job{
	color:#e46193;
}
#curatorInfo .curatorProf .txt{
	line-height:1.6;
	margin-bottom:10px;
}
#curatorInfo .curatorProf .linkBtn{
	display:block;
	margin-right:20px;
	text-align:center;
	background:#dc8627;
	color:#fff;
	text-decoration:none;
	padding:5px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	transition: background .25s ease-out;
	-moz-transition: background .25s ease-out;
	-webkit-transition: background .25s ease-out;
	-o-transition: background .25s ease-out;
}
#curatorInfo .curatorProf .linkBtn:hover{
	background:#bf256c;
}
#curatorInfo .curatorProf .latestList{
}
#curatorInfo .curatorProf .latestList .latestHead{
	font-size:130%;
	margin-bottom:10px;
}
#curatorInfo .curatorProf .latestList a{
	width:100%;
	margin-bottom:10px;
	display:inline-block;
	background:#E8E6E6 ;
}
#curatorInfo .curatorProf .latestList a .pict{
	float:left;
	width:120px;
}
#curatorInfo .curatorProf .latestList a .contBloc{
	margin-left:130px;
	padding-top:5px;
}
#curatorInfo .curatorProf .latestList a .contBloc .update{
	font-size:90%;
	margin-bottom:3px;
}
#curatorInfo .link{
	padding-right:20px;
}
#curatorInfo .link li{
	display:inline-block;
	padding-left:15px;
}
#curatorInfo .link li:first-child{
	padding-left:0;
}
#curatorInfo .link li a{
	padding-left:10px;
	background:url(../img/arw_g.png) no-repeat left center;
}
#curatorInfo .Update{
	padding-top:10px;
	margin:0 15px;
}
#curatorInfo .Update a{
	display:block;
	padding:10px 20px;
	text-decoration:none;
	background:#ededed;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	transition: background .25s ease-out;
	-moz-transition: background .25s ease-out;
	-webkit-transition: background .25s ease-out;
	-o-transition: background .25s ease-out;
}
#curatorInfo .Update a:hover{
	background:#dedede;
}
#curatorInfo .Update .date{
	display:block;
	font-size:11px;
	font-weight:bold;
	color:#999;
	line-height:1;
	margin-bottom:5px;
}
#curatorInfo .Update em{
	display:block;
	font-size:12px;
	color:#bf256c;
}
.listTtl{
	border-left:6px solid #bf256c;
	padding:0 3px;
	font-size:120%;
	color:#bf256c;
	margin-bottom:5px;
}
.listTtl em{
	padding:10px;
	border-left:2px solid #bf256c;
	display:inline-block;
}
.tab{
	overflow:hidden;
	border-bottom:1px solid #B0B0B0;
	margin:0 auto;
}
.tab.bottom{
	border-bottom:none;
	border-top:1px solid #B0B0B0;
}
.tab li{
	width:49.5%;
	background:#ccc;
	padding:10px 0;
	float:right;
	border:1px solid #B0B0B0;
	color:#fff;
	text-align:center;
	border-bottom:0 none;
	cursor:pointer;
	box-sizing:border-box;
	transition: background .25s ease-out;
	-moz-transition: background .25s ease-out;
	-webkit-transition: background .25s ease-out;
	-o-transition: background .25s ease-out;
}
.tab.bottom li{
	border-bottom:1px solid #B0B0B0;
	border-top:none;
}
.tab li:first-child{
	float:left;
}
.tab li:hover{
	background:#e46193;
	color:#fff;
}
.tab li.select{
	background:#fff;
	color:#e46193;
}
.content > li{
	margin:0;
	padding-top:20px;
}
#curatorTab01{
	background:url(../img/icn_dwn.gif) no-repeat 25% top ;
}
#curatorTab02{
	background:url(../img/icn_dwn.gif) no-repeat 75% top ;
}
.hide{
	display:none;
}

#news .yearNavi{
	padding:8px;
	background:#dedede;
	margin-bottom:20px;
}
#news .yearNavi li{
	float:left;
	padding-left:8px;
}
#news .yearNavi li:first-child{
	padding-left:0;
}
#news .yearNavi li a{
	display:inline-block;
	padding:5px 8px;
	color:#999;
	font-size:14px;
	text-decoration:none;
	border:1px solid #fff;
	background:#fff;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
}
#news .yearNavi li a.hit,#news .yearNavi li a:hover{
	border:1px solid #e46193;
	background:#FCFBF3;
	color:#bf256c;
}
#news .newsCont{
	border-top:2px solid #B0B0B0;
	border-bottom:2px solid #B0B0B0;
	margin:0 auto;
	padding:20px 10px 30px;
}
#news .newsCont dl{
	margin:0 auto;
	padding:20px 5px 15px;
	border-bottom:1px dashed #B0B0B0;
	font-size:13px;
	line-height:1.6;
}
#news .newsCont dt{
	float:left;
	white-space:nowrap;
	width:14%;
}
#news .newsCont dd{
	float:right;
	width:85%;
}

.aboutCont{
	width:70%;
	margin:0 auto;
}
#about .lead{
	font-size:14px;
	line-height:1.8;
	padding:10px 20px;
	margin-bottom:30px;
}
#about h2{
	font-size:18px;
	color:#bf256c;
	line-height:1.6;
	padding-left:10px;
	border-left:5px solid #e46193;
	margin-bottom:5px;
}
#about .mainCont ol{
	margin:20px 20px 0 40px;
}
#about .mainCont li{
	font-size:14px;
	line-height:1.8;
}
#about .officeList{
	display:table;
	width:100%;
	border-bottom:1px solid #dedede;
}
#about .officeList dt{
	display:table-cell;
	width:30%;
	text-align:center;
	vertical-align:middle;
	padding:10px;
}
#about .officeList dd{
	display:table-cell;
	width:100%;
	font-size:14px;
	line-height:1.5;
	height:100px;
	vertical-align:middle;
}

.numList{
	list-style:decimal outside;
	margin-left:30px;
}
.numList li{
	margin-bottom:8px;
}
.linkArw{
	display:inline-block;
	background:url(../img/arw_g.png) no-repeat left center;
	padding-left:12px;
	text-decoration:underline !important;
	color:#e46193 !important;
}

#policy .policyCont{
	width:70%;
	margin:0 auto;
	padding:10px 0;
}
#policy .mainCont p{
	font-size:13px;
	line-height:1.8;
	margin-bottom:20px;
}
#policy .mainCont li{
	font-size:13px;
	line-height:1.8;
}

#contactForm > div{
	width:70%;
	margin:0 auto;
}
#contactForm .lead{
	font-size:14px;
	line-height:1.8;
	padding:10px 20px;
	margin-bottom:30px;
}
#contactForm h2{
	font-size:14px;
	font-weight:bold;
	color:#bf256c;
	line-height:1.6;
	padding-left:10px;
	margin-bottom:10px;
}
#contactForm .formItem{
	padding-left:20px;
	margin-bottom:30px;
}
#contactForm .formItem p{
	margin-bottom:10px;
}
#contactForm .labelTxt{
	padding-left:10px;
	font-size: 14px;
}
#contactForm .confiTxt{
	font-size:14px;
	line-height:1.6;
}
#contactForm input[type="email"],
#contactForm input[type="text"],
#contactForm textarea{
	display: inline-block;
	padding:3px 5px;
	font-size: 14px;
	line-height: 1.5;
	color: #555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
#contactForm input[type="email"],
#contactForm input[type="text"]{
	width:60%;
}
#contactForm textarea{
	width:90%;
	height:15em;
}
#contactForm input[type="email"]:focus,
#contactForm input[type="text"]:focus,
#contactForm textarea:focus{
	border-color: rgba(228, 97, 147, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(228, 97, 147, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(228, 97, 147, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(228, 97, 147, 0.6);
}
#contactForm .formBtn{
	text-align:center;
}
#contactForm .formBtn li{
	display:inline-block;
	width:240px;
	text-align:center;
	padding-bottom:10px;
}
#contactForm .formBtn input{
	border:0 none;
	line-height: 1;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	width: 230px;
	height: 44px;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#contactForm .formBtn input[type="submit"]{
	background-color: #e46193;
	background-image: -webkit-linear-gradient(top, #e46193 0%, #bf256c 100%);
	background-image: -ms-linear-gradient(top, #e46193 0%, #bf256c 100%);
	background-image: linear-gradient(to bottom, #e46193 0%, #bf256c 100%);
}
#contactForm .formBtn .backBtn{
	background-color: #acacac;
	background-image: -webkit-linear-gradient(top, #acacac 0%, #5a5a5a 100%);
	background-image: -ms-linear-gradient(top, #acacac 0%, #5a5a5a 100%);
	background-image: linear-gradient(to bottom, #acacac 0%, #5a5a5a 100%);
}
#contactForm .formBtn input[type="submit"]:hover{
	background-color: #bf256c;
	background-image: -webkit-linear-gradient(top, #bf256c 0%, #e46193 100%);
	background-image: -ms-linear-gradient(top, #bf256c 0%, #e46193 100%);
	background-image: linear-gradient(to bottom, #bf256c 0%, #e46193 100%);
}
#contactForm .formBtn .backBtn:hover{
	background-color: #5a5a5a;
	background-image: -webkit-linear-gradient(top, #5a5a5a 0%, #acacac 100%);
	background-image: -ms-linear-gradient(top, #5a5a5a 0%, #acacac 100%);
	background-image: linear-gradient(to bottom, #5a5a5a 0%, #acacac 100%);
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.aboutCurators{
  width: 70%;
  margin: 0 auto 20px;
}
.aboutCurators h2{
font-size: 14px;
  font-weight: bold;
  color: #bf256c;
  line-height: 1.6;
  margin-bottom: 10px;
}
.aboutCurators p{
	margin-bottom:20px;
}
.aboutCurators p span{
	color:#bfbfbf;
}
@media only screen and (max-width: 940px) {
.wrap{
	width:95%;
	margin:0 auto;
}
#head .wrap,#foot .wrap{
	padding-left:10px;
	padding-right:10px;
	width:auto;
}
#head{
	position:fixed;
	top:0;
}
#head .logo a{
	padding:10px 0 5px;
	display:block;
}
#head .copy {
	padding:0;
	width:auto;
}
#foot .logo{
	float:none;
	padding:0;
	margin-bottom:20px;
}
#foot .logo img{
	width:150px;
}
#foot .snsLink{
	float:none;
	margin-bottom:30px;
}
#foot .snsLink li {
	padding:0 5px 10px;
}
#foot .snsLink li img{
	width:30px;
}
#foot #fNav{
	margin:0 auto 10px;
	float:none;
}
#foot #fNav li{
	padding-bottom:10px;
}
.mainCont,
.sideCont{
	position: relative;
	width:100%;
	height:auto;
	padding:0;
	margin-bottom:30px;
	min-height:0;
}
.sideCont{
	background:#fff;
}
#tagList ul {
	background:#f4f4f4;
}
.item .title{
	height:35%;
}
.item .title em{
	width:78%;
}
.item .face{
	width:40px; height:40px;
}
.item .bg{
	height:35%;
}
.fbWall{
/*	display:none;*/
width:100%;
text-align:center;
}

#leadStory {
	width:95%;
	margin:0 auto;
	padding-top:71px;
}
#leadStory .item:nth-child(2n) a{
	border-left:0px none;
}
.fixed+div {
	margin-top:0 !important;
}
.contBody{
	padding-top:72px;
}
#indexCont.contBody{
	padding-top:0;
}
#leadStory .item{
	margin:0 0 5px;
}
#leadStory .item a{
	width:99.5%;
	height:200px;
}
#leadStory .item:nth-child(2n){
	text-align:right;
}
#leadStory .item .title, #leadStory .item .bg{
	height:68px;
}
#indexCont{
	padding-top:0;
}
#curatorInfo .curatorPict{
	width:100%;
	text-align:center;
	margin-bottom:20px;
	position:relative;
	left:0;
}
#curatorInfo .curatorPict img{
	width:80px;
	height:80px;
}
#curatorInfo .curatorProf{
	padding:0 20px;
}
#curatorInfo .curatorProf .txt{
	margin-bottom:20px;
	word-wrap: break-word ;
}
#curatorInfo .curatorProf p {
  padding-right: 0;
}
#curatorInfo .curatorPict .job {
  width: 100%;
}
#policy .policyCont{
	padding:10px;
}
#about .aboutCont, #policy .policyCont, #contactForm > div{
	width:90%;
}
#about #pageTtl,
#policy #pageTtl,
#curator #pageTtl,
#contact #pageTtl{
	padding-right: 0;
}
#about #pageTtl h1,
#policy #pageTtl h1,
#curator #pageTtl h1,
#contact #pageTtl h1{
	width:90%;
}
#tagList {
  margin-bottom: 10px;
}
}



@media only screen and (max-width: 640px) {
.wrap{
	width:auto;
	padding-left:10px;
	padding-right:10px;
}
.pageTop{
	bottom:50px;
	right:0;
}
.contBody {
	padding-bottom:0;
}
#head .navi .menuIcn{
	display:block;
	height:40px;
	width:40px;
	position: absolute;
	top:15px; right:10px;
}
#head .navi .menuIcn:before{
	content:'';
	height:6px; width:40px;
	background:#f3a07b;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	display:block;
	position:absolute;
	top:5px; left:0;
	box-shadow:0 12px #f3a07b, 0 24px #f3a07b;
	-webkit-box-shadow:0 12px #f3a07b, 0 24px #f3a07b;
	-moz-box-shadow:0 12px #f3a07b, 0 24px #f3a07b;
}
#head .headMenu{
	display:none;
	position:absolute;
	top:67px; left:0;
	z-index:90;
	background:#D9D9D9;
	width:100%;
}
#head .headMenu > ul{
	display:block;
	height:auto;
	padding:10px;
}
#head .headMenu > ul > li{
	display:block;
	margin:0 auto 5px;
	padding:0;
	position:relative;
	background:#fff;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
#head .headMenu > ul > li:first-child{
	margin:5px 0;
}
#head .headMenu > ul > li > a{
	display:block;
	padding: 10px;
}
#head .navi .navCloseBtn{
	display:block;
	background:#6C6C6C;
	color:#FFF;
	text-align:center;
	padding:12px;
}
#head .subMenu{
	display:none !important;
}
#head .trigger{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width: 36px;
	line-height: 36px;
	font-size: 120%;
	font-weight:bold;
	color:#f3a07b;
	text-align: center;
	border-left: 1px solid #ddd;
}
#head .row{
	display:none;
	padding:0;
}
#head .row li{
	border-top:1px dashed #dedede;
}
#head .row li:first-child{
	border-top:1px solid #D6D6D6;
}
#head .row li a{
	display:block;
	padding:10px 30px;
}
#foot .snsLink {
  margin-bottom: 10px;
}
#foot #fNav {
  margin: 0 auto;
}
#foot #fNav li {
  padding: 0 5px;
}
#mainVisual{
	padding-top:66px;
}
.imgList .item{
	float:none;
	width:100%;
	height:auto;
	margin:0 0 5px 0;
	margin:0;
}
.item a{
	width:100%;
	height:300px;
}
.item .title{
	height:65px;
}
.item .bg{
	height:65px;
}
#articleBody .tagLink em, #articleBody .tagLink ul{
	float:none;
}
#articleBody .tagLink em{
	margin-bottom:10px;
}
#curatorList .iconList li{
	padding:0 0 10px 0;
	width:25%;
	text-align:center;
}

#curator .tab, #curator .content{
	width:90%;
	width:100%;
}

#leadStory{
	width:auto;
	padding:67px 10px 0;
}
#leadStory .item{
	width:100%;
	height:auto;
	margin-left:0;
	float:none;
}
#leadStory .item a{
	width:100%;
	height:300px;
}

#about .officeList{
	display:block;
}
#about .officeList dt{
	display:block;
	width:100%;
	padding:20px 0 10px;
}
#about .officeList dd{
	display:block;
	height:auto;
	text-align:center;
	padding-bottom:20px;
}
#article h1,
#articleHead,
#articleBody{
	width:90%;
}
#article h1,
#articleHead{
	width:100%;
}
#articleBody {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 10px;
  position: relative;
}
#articleBody .update {
	position:relative;
}
#contactForm input[type="email"],
#contactForm input[type="text"]{
	width:90%;
}
#completion #pageTtl h1 span{
	font-size:18px;
}
.aboutCurators{
  width: 100%;
}
#pageTtl {
	height:auto;
	margin:auto;
}
#pageTtl h1 {
  position: inherit;
  bottom:auto;
  padding: 20px 0 0;
}
#pageTtl h1 span {
  padding: 0;
}
#curatorInfo .curatorProf {
  padding: 0 10px 10px;
}
#curatorInfo {
  padding: 10px 0 0;
}
.copyright a{
  text-align: center;
  font-size:90%;
  color:#d5d5d5;
  padding:5px 0;
}
}


@media only screen and (min-width: 640px) {
#head .navi .headMenu{
	display:block !important;
}
#head .trigger, #head .row{
	display:none !important;
}
}


@media only screen and (min-width: 1200px) {
#leadStory .item a{
	height:500px;
}
.mainCont .item{
	width:33.2%;
	width:33%;
	height:auto;
	margin:0 0 2px 1px;
	margin:0;
}
.mainCont .item a{
	height:250px;
}
.mainCont .imgList .item:nth-child(2n){
	text-align:left;
}
}
