@charset "utf-8";

/* Reset

Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1

-------------------------------------------------------------------------------*/

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}input,button,textarea,select{*font-size:100%}

body {
	margin: 0 auto;
	}
	
.wrapper {
	position:relative;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 20px;
	background-position: center center;
}

/* ----------プロフィール---------- */
.main_pro {
	margin: 0 auto;
	margin-bottom: 40px;
	
	/* メインの文字要素 */
	font-size: 12px;
	color: #333;
	letter-spacing: 1px;
	line-height: 20px;
}

/* ----------ヘッダ／ヨドガワ／目次---------- */
#header {
	margin: 0 auto;
	margin-bottom: 40px;
}


/* ----------本文---------- */
.main {
	width: 1000px;
	padding-bottom: 60px;
	margin: 0 auto;
	
	/* メインの文字要素 */
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 28px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.main2 {
	width: 1000px;
	padding-bottom: 30px;
	margin: 0 auto;
	
	/* メインの文字要素 */
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 28px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#icon {
	z-index: 1;
	position: absolute;
	
	top: 0px;
	left: 40px;
	
	width: 111px;
	height: 115px;
	margin: 0 auto;
}

.main02 {
	margin: 0 auto;
	
	/* メインの文字要素 */
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 26px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#about {
  width: 704px;
  margin: 0 auto;
  padding-bottom: 40px;
}
#about h3 {
  width: 704px;
  padding-bottom: 30px;
}
#about .about_txt {
  width: 340px;
  margin-left: 370px;
}
#about .about_img {
  width: 340px;
}
#about .archive {
  padding-top: 24px;
}
#about .info {
	margin: 0 auto;
	font-size: 13px;
	letter-spacing: 1px;
	color: #000000;
	line-height: 26px;
	width: 704px;
}

a:hover{ text-decoration: underline; }
.fltL{ float: left; }
.fltR{ float: right; }
.mt30{ margin-top: 30px; }
.mt40{ margin-top: 40px; }
.mt80{ margin-top: 80px;
       text-align: center; }

.alnC{ text-align:center; }
.alnR{ text-align: right; }
.bold{ font-weight: bold; }

.clrfx:after{
	content:"";
	display:table;
	clear:both;
}
.clrfx{zoom:1;}

.li{
	width: 350px;
	higtht:460px;
	text-align: left;
}

#detail {
}
#detail .d_ttl {
  background-repeat: no-repeat;
  background: url(../images/detail_bk.jpg) top center;
  background-size: cover;
  height: 420px;
  position: relative;
}
#detail .d_ttl img {
  position: absolute;
  top: 128px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#detail .d_txt {
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.4em;
  display: table;
  margin: 34px auto 70px auto;
}
#detail .cap {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.1em;
  display: inline-block;
  padding-top: 5px;
  padding-left: 58px;
}

/* ----------フッター---------- */
#footer {
	width: 600px;
	padding-left: 175px;
	padding-right: 175px;
}

.btn_footer01 {
	margin: 0 auto;
	padding-top: 10px;
	padding-right: 60px;
	float: left;
}
.btn_footer02 {
	margin: 0 auto;
	padding-top: 10px;
	float: left;
}


/* ------------------マージン------------------ */

.margin_b_60 {
	margin-bottom: 60px;
}

.margin_b_40 {
	margin-bottom: 40px;
}

.margin_b_8 {
	margin-bottom: 8px;
}


.margin_r_8 {
	margin-right: 8px;
}

.margin_b_27 {
	margin-bottom: 27px;
}

.margin_t_40 {
	margin-top: 40px;
}



/* ----------イレギュラー文字要素---------- */

.small {
	margin: 0 auto;
	font-size: 12px;
	letter-spacing: 3px;
	color: #666;
	line-height: 20px;
}

.small02 {
	margin: 0 auto;
	font-size: 10px;
	letter-spacing: 3px;
	color: #666;
	line-height: 14px;
}

.big {
	margin: 0 auto;
	font-size: 18px;
	color: #333;
	line-height: 20px;
}

.red {
	margin: 0 auto;
	font-size: 14px;
	letter-spacing: 3px;
	color: #E205AE;
	line-height: 24px;
}

.exihibition_title {
	margin: 20 auto;
	font-size: 21px;
	letter-spacing: 3px;
	color: #014A06;
	line-height: 38px;
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 10px;
}

.exihibition_column {
	width: 550px;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 75px;
}

.sub_title {
	margin: 0 auto;
	font-size: 16px;
	letter-spacing: 3px;
	color: #014A06;
	line-height: 20pt;
	font-weight: bold;
}

.info_text {
	margin: 0 auto;
	font-size: 14px;
	letter-spacing: 1px;
	color: #000000;
	line-height: 28px;
	width: 350px;
}

.info {
	margin: 0 auto;
	font-size: 14px;
	letter-spacing: 1px;
	color: #000000;
	line-height: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 475px;
}


/* ------------------リンク------------------ */
a:link {
	color: #E205AE;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #E205AE;
}
a:hover {
	text-decoration: none;
	color: #E205AE;
}
a:active {
	text-decoration: none;
}


.btn {
}

/* ----------フェイスブック---------- */
.fb-like {
	width: 400px;
	margin: 0 auto;
}


/* -----フロート解除----- */ 
.clear {
    clear:both;　/*floatの解除*/
}
