@charset "utf-8";
/* ------------------------------------------- 以下、構築に関するリセット ------------------------------------------- */

/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License: 
http: //developer.yahoo.com/yui/license.html
version: 2.9.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */

html {
	background-color: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
    font: 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;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}





/* ------------------------------------------- 以下、fontに関するリセット ------------------------------------------- */

/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License: 
http: //developer.yahoo.com/yui/license.html
version: 2.9.0
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font: 12px/1.231 arial,helvetica,clean,sans-serif;
	/* for IE6/7 */ 
	*font-size: small; 
	/* for IE Quirks Mode */
	*font: x-small; 
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
textarea,
button {
	font: 99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size: inherit;
	font: 100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}










/* 共通設定
****************************************************************************************************************************************** */
html,body{ 
    height: 100%;
} 

body {
	font-family: Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #231815;
	text-align: center;
	line-height: 1.2em;
	overflow-x: hidden;
	}

a {
	cursor: pointer;
}


/* 全体構成
---------------------------------------------------------------------------*/

/* container 全体を囲むボックス
-----------------------------------------------------*/
#container {
	position: relative;
	min-height: 100%;
	background: url(../img/bg_pttn.jpg) repeat 0 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

* html div#container { 
	height: 100%;
}



/* header
-----------------------------------------------------*/
#header {
	width: 100%;
	height: 215px;
	background: url(../img/bg_top.gif) repeat-x 0 0;
	background-color: transparent;
	font-size: 12pt;
}


/**
 * clearfix
 */

#header:before,
#header:after { /* For modern browsers */
    content: "";
	display: table;
}
#header:after {
	clear: both;
}
#header { /* For IE 6/7 (trigger hasLayout) */
    zoom: 1;
}



/* main
-----------------------------------------------------*/
#main {
	text-align: center;
	margin-top: 40px;
	padding-bottom: 230px;
}



/* content
------------------------*/
.content,
.content_access {
	position: relative;
	width: 960px;
	margin: 70px auto 0;
}
.content_access { margin-top: 160px;}
.content img,
.content_access img {
	margin-bottom: 30px;
}


/**
 * clearfix
 */

.content:before,
.content:after { /* For modern browsers */
    content: "";
	display: table;
}
.content:after {
	clear: both;
}
.content { /* For IE 6/7 (trigger hasLayout) */
    zoom: 1;
}

/**
 * clearfix
 */

.content_access:before,
.content_access:after { /* For modern browsers */
    content: "";
	display: table;
}
.content_access:after {
	clear: both;
}
.content_access { /* For IE 6/7 (trigger hasLayout) */
    zoom: 1;
}


/* footer
-----------------------------------------------------*/
#footer {
	position: absolute;
	bottom: 0 !important;
	width: 100%;
	height: 230px;
	background-color: #5A493F;
	font-size: 12pt;
	text-align: left;
	color: #FFF;
}

#footer img {
	margin-bottom: 15px;
}







/* 各部位の個別設定
****************************************************************************************************************************************** */

/* ヘッダー内部
-----------------------------------------------------*/
#head {
	position: relative;
	width: 960px;
	height: 144px;
	background-color: none;
	margin: 0 auto;
}

/**
 * clearfix
 */

#head:before,
#head:after { /* For modern browsers */
    content: "";
	display: table;
}
#head:after {
	clear: both;
}
#head { /* For IE 6/7 (trigger hasLayout) */
    zoom: 1;
}


h1 {
	width: 612px;
	height: 144px;
	background: url(../img/bg_log.png) no-repeat 0 0;
	margin: 5px auto 0;
	padding: 0;
}
h1 img {
	margin: 62px auto 0 43px;
}



/* グローバルナビ
---------------------*/
ul#naviGlo {
	position: absolute;
	top: 170px;
	right: 3px;
	width: 780px;
	height: 45px;
	background: url(../img/bg_gn.png) no-repeat 0 0;
	padding-left: 46px;
}

li.gN01,
li.gN02,
li.gN03,
li.gN04,
li.gN05,
li.gN06,
li.gN07,
li.gN08,
li.gN09 {
	margin-right: 1px;
	float: left;
}
li.gN01 a,
li.gN02 a,
li.gN03 a,
li.gN04 a,
li.gN05 a,
li.gN06 a,
li.gN07 a,
li.gN08 a,
li.gN09 a {
	height: 45px;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
}

/* normal
---------------------*/
li.gN01 a { width: 74px; background-image: url(../img/btn_gn01.png);}/* !重要: 各liにwidth指定が無いと並びません */
li.gN02 a { width: 94px; background-image: url(../img/btn_gn02.png);}
li.gN03 a { width: 105px; background-image: url(../img/btn_gn03.png);}
/*li.gN04 a { width: 86px; background-image: url(../img/btn_gn04.png);}*/
li.gN05 a { width: 101px; background-image: url(../img/btn_gn05.png);}
li.gN06 a { width: 108px; background-image: url(../img/btn_gn06.png);}
/*li.gN07 a { width: 91px; background-image: url(../img/btn_gn07.png);}*/
li.gN08 a { width: 91px; background-image: url(../img/btn_gn08.png);}
li.gN09 a { width: 104px; background-image: url(../img/btn_gn09.png);}

/* rollover
---------------------*/
li.gN01 a:hover,
li.gN02 a:hover,
li.gN03 a:hover,
li.gN04 a:hover,
li.gN05 a:hover,
li.gN06 a:hover,
li.gN07 a:hover,
li.gN08 a:hover,
li.gN09 a:hover { background-position: 0  -45px;}




/* ページ上部へ
-----------------------------------------------------*/
.menu_top {
	width: 960px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #06F;
	text-align: right;
	margin: 40px auto 20px;
	cursor: pointer;
}




/* 文中の回込画像
---------------------*/
.top_imgL-txt,
.top_imgR-txt {
	position: relative;
	font-size: 14px;
	text-align: left;
	line-height: 1.6em;
	margin: 70px auto 0;
}
.top_imgL-txt { width: 660px; padding-left: 10px;}
.top_imgR-txt { width: 590px; padding: 0 0 0 10px;}

.top_imgL-txt img { margin: -50px 20px 0 0;}
.top_imgR-txt img { margin: -65px -20px 0 10px;}

.inTxtL,
.inTxtR {
	padding: 0 5px 10px 5px;
}
.inTxtL { float: left;}
.inTxtR { float: right;}


/**
 * clearfix
 */

.top_imgL-txt:before,
.top_imgL-txt:after { /* For modern browsers */
    content: "";
	display: table;
}
.top_imgL-txt:after {
	clear: both;
}
.top_imgL-txt { /* For IE 6/7 (trigger hasLayout) */
    zoom: 1;
}

/**
 * clearfix
 */

.top_imgR-txt:before,
.top_imgR-txt:after { /* For modern browsers */
    content: "";
	display: table;
}
.top_imgR-txt:after {
	clear: both;
}
.top_imgR-txt { /* For IE 6/7 (trigger hasLayout) */
    zoom: 1;
}





/* info
---------------------*/
.info {
	width: 450px;
	height: 300px;
	text-align: left;
	margin-left: 50px;
	float: left;
}
.info dl {
	margin: 0 auto 0 15px;
}
.info dl dt {
	text-align: left;
	line-height: 1.3em;
}
.info dl dd {
	width: 66px;
	background: url(../img/ico_arrow.png) no-repeat 0 0;
	margin: 7px 0 30px auto;
	padding-left: 43px;
}

/**
 * info「詳細はこちら」 リンクテキスト
 */

a.arrow_info {
	color: #000;
	text-decoration: none;
}
a:visited.arrow_info {
	color: #000;
	text-decoration: none;
}
a:hover.arrow_info {
	color: #630;
	text-decoration: underline;
}


/* twitter
---------------------*/
.twitter {
	width: 260px;
	height: 300px;
	float: right;
}


/**
 * clearfix
 */

.twitter:before,
.twitter:after { /* For modern browsers */
    content: "";
	display: table;
}
.twitter:after {
	clear: both;
}
.twitter { /* For IE 6/7 (trigger hasLayout) */
    zoom: 1;
}





/* ご来場に際しての注意事項
-----------------------------------------------------*/
ul.visit {
	width: 500px;
	margin: -10px auto 70px;
}
ul.visit li {
	list-style: square;
	text-align: left;
	margin: 3px 0; 
}



/* ご来場に際しての注意事項
-----------------------------------------------------*/
p.address {
	width: 550px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 20px auto 4px;
}

ul.map {
	width: 550px;
	margin: 0 auto 100px;
}
ul.map li {
	list-style: none;
	text-align: left;
	margin: 3px 20px 0 0;
	float: left;
}







/* ご挨拶～プレゼント
-----------------------------------------------------*/
div.bg_sub01,
div.bg_sub02,
div.bg_sub03 {
	position: relative;
	width: 623px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: left;
	line-height: 1.6em;
	margin: -85px auto -60px 122px;
	padding: 90px 80px;
}
div.bg_sub01 { /* padding分を引いた後、marginのマイナス分を足す */
	height: 381px;
	background-image: url(../img/bg_sub01.png);
	padding-top: 85px;
}
div.bg_sub02 {
	height: 718px; /* padding分を引いた後、marginのマイナス分を足す */
	background-image: url(../img/bg_sub02.png);
}
div.bg_sub03 {
	height: 945px; /* padding分を引いた後、marginのマイナス分を足す */
	background-image: url(../img/bg_sub03.png);
}


div.img_sub {
	width: 623px;
	text-align: center;
	margin: 20px auto 0;
}

div.cap_sub {
	width: 960px;
	text-align: left;
	margin: 0 auto 0 0;
}

div.link_twitter {
	position: absolute;
	top: 420px;
	left: 560px;
	width: 320px;
	height: 88px;
	margin: 0;
	padding: 0;
}
div.link_twitter img {
	margin: 0;
	padding: 0;
	vertical-align: bottom; /* 画像の下の無駄な余白を消す */
}




/* 文章、画像
---------------------*/
div.bg_sub01 p,
div.bg_sub02 p,
div.bg_sub03 p {
	margin-bottom: 5px;
}
div.bg_sub01 p img,
div.bg_sub02 p img,
div.bg_sub03 p img {
	text-align: left;
	margin: 15px auto 3px -1px;
}


/* リスト
---------------------*/
div.bg_sub01 ul,
div.bg_sub02 ul,
div.bg_sub03 ul {
	margin-left: 15px;
}
div.bg_sub01 ul li,
div.bg_sub02 ul li,
div.bg_sub03 ul li {
	list-style: square;
	margin: 0;
}

@media all and (-ms-high-contrast:none){ /* for IE11 */
	*::-ms-backdrop,
	div.bg_sub01 ul li,
	div.bg_sub02 ul li,
	div.bg_sub03 ul li {
    margin-left: 5px;
	}
}

	@media screen and (-webkit-min-device-pixel-ratio:0) { /* for chrome */
	div.bg_sub01 ul li,
	div.bg_sub02 ul li,
	div.bg_sub03 ul li {
    margin-left: 4px;
	}
	}

	@media screen and (-webkit-min-device-pixel-ratio:0) { /* for Safari */
	::div.bg_sub01 ul li,
	div.bg_sub02 ul li,
	div.bg_sub03 ul li {
    margin-left: 4px;
  }
}



/* リスト＞メール仕様
---------------------*/
div.bg_sub03 ol.mail {
	margin: -17px auto 0 60px;
}
div.bg_sub03 ol.mail li {
	list-style: decimal;
	margin: 0;
}
	@media all and (-ms-high-contrast:none){ /* for IE11 */
	*::-ms-backdrop,
	div.bg_sub03 ol.mail li {
		margin-left: 8px;
		}
	}

	@media screen and (-webkit-min-device-pixel-ratio:0) { /* for chrome */
	div.bg_sub03 ol.mail li {
		margin-left: 5px;
		}
	}





/* テーブル＞図書館
---------------------*/
table.timetable {
	width: 300px;
	background-color: #FFF;
	font-size: 12px;
	margin: 0 auto 1px 0;
	padding: 10px;
}
table.timetable th {
	height: 20px;
	background-color: #5A493F;
	border: 1px solid #CCC;
	font-weight: normal;
	text-align: center;
	color: #FFF;
	line-height: 1.4em;
	padding: 5px;
}

table.timetable td {
	height: 15px;
	border: 1px solid #CCC;
	text-align: left;
	line-height: 1.4em;
	padding: 7px 7px 7px 15px;
}
table.timetable td.even { /* 偶数行 */
	background-color: #F9F9F9;
}
table.timetable td.day { /* 開催日 */
	font-size: 12px;
	text-align: center;
	padding: 7px;
}










/* 座談会
-----------------------------------------------------*/

/* 参加者紹介
---------------------*/
ul.actor {
	width: 850px;
	height: 346px;
	margin: 20px auto 40px;
}
ul.actor {
}
ul.actor li {
	position: relative;
	width: 258px;
	height: 346px;
	background: url(../img/bg_tt_actor.png) no-repeat 0 0;
	margin: 0 0 0 15px;
	float: left;
}
ul.actor li dl {
}
ul.actor li dl dt,
ul.actor li dl dd {
	position: absolute;
}
ul.actor li dl dt.ico {
	top: 38px;
	left: 47px;
	width: 165px;
	height: 145px;
}
ul.actor li dl dt.ico img {
	width: 165px;
	height: 145px;
}
ul.actor li dl dt.name {
	top: 201px;
	left: 30px;
}
ul.actor li dl dd {
	width: 170px;
	height: 100px;
	text-align: left;
	line-height: 1.3em;
	top: 242px;
	left: 50px;
}


table.img_LINE {
	border-collapse: collapse;
	margin: -30px auto 4px;
}
table.img_LINE td {
	width: 640px;
	height: 480px;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}
table.img_LINE td img {
	margin: 0;
}

p.staff {
	width: 640px;
	text-align: right;
	margin: 0 auto 80px;
}



/* ドレス
-----------------------------------------------------*/
/* container 全体を囲むボックス
-----------------------------------------------------*/
#dress_container {
	position: relative;
	min-height: 100%; /* 通常の「height」ではfooterが収まらない */
	background-color: #F6CEF1;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


#dress_head {
	width: 100%;
	height: 930px;
	background: url(../img/dress/img_dress_title.jpg) no-repeat center top, url(../img/dress/bg_dress_head.jpg) repeat-x 0 0;
	background-color: #FFE5ED;
}



#map_photoframe {
	width: 100%;
	background-image: url(../img/dress/bg_photoM.png) ;
    background-repeat : no-repeat;
	background-position: center top;
	text-align: center;
	vertical-align: middle;
	margin: auto;
}


#dress_main {
	width: 100%;
	height: auto;
	background: url(../img/dress/bg_dress_lace01.png) repeat-x 0 top, url(../img/dress/bg_dress_lace02.png) repeat-x 0 bottom, url(../img/dress/bg_pt_dress.png) repeat 0 0;
	text-align: center;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 80px;
}

#dress_main img {
	margin-top: 70px;
}

#dress_repo {
	width: 100%;
	height: auto;
	background-color: #FFE5ED;
	padding-bottom: 230px;
}
#dress_repo img {
	margin-bottom: 80px;
}



/**
 * clearfix
 */

#dress_repo:before,
#dress_repo:after { /* For modern browsers */
    content: "";
	display: table;
}
#dress_repo:after {
	clear: both;
}
#dress_repo { /* For IE 6/7 (trigger hasLayout) */
    zoom: 1;
}


#dress_link ul {
	width: 800px;
	height: 115px;
	margin: 80px auto 0;
}

#dress_link ul li.tw { width: 326px; float: left;}
#dress_link ul li.insta { width: 390px; float: right;}












/* armin 対談ページ dialogue 
-----------------------------------------------------*/
#luna_head_top {
	width: 100%;
	height: 771px;
	background: url(../img/luna/bnr_luna01.png) no-repeat center top, url(../img/luna/bg_luna01.jpg) repeat 0 0;
}

#luna_head_middle {
	width: 100%;
	height: 458px;
	background: url(../img/luna/bnr_luna02.png) no-repeat center top, url(../img/luna/bg_luna02.jpg) repeat-x 0 0;
}

#luna_head_bottom {
	width: 100%;
	height: 740px;
	background: url(../img/luna/bnr_luna03.png) no-repeat center top, url(../img/luna/bg_luna03.jpg) repeat-x 0 0;
	background-color: #FFEB60;
}



#luna_main {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0;
	padding-top: 0;
	padding-bottom: 120px;
}



/* インタビュー部分
-----------------------------------------------------*/
.bg_dialogue {
	width: 100%;
	background: url(../img/luna/img_longinterview.png) no-repeat center 18px, url(../img/luna/bg_dialogue_top.jpg) repeat-x 0 0;
	background-color: #FFF;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}

.dia_ttl {
	margin: 30px auto 10px;
}



/* メインテーブルと注釈の囲み */
div.wrap_allDialogue {
	width: 960px;
	margin: auto;
}

div.main_dialogueTable {
	width: 650px;
	float: left;
	}
div.memo_comment {
	width: 300px;
	text-align: left;
	float: right;
	}



/* インタビュー（ダイアログテーブル）
-----------------------------------------------------*/

/* tableの二重枠線（水色＆オレンジ） */
.wrap_table01,
.wrap_table02 {
	border: #FEB354 7px solid;
	margin: 0;
}

.wrap_table01 { /* 内側の枠線 */
	width: 602px; /* 636pxから自身のborder7px(両脇)と、padding10px(両脇)分をマイナス */
	padding: 3px 10px; /* 後ほど、tableのth,td自体に上下7pxのpaddingを設けるので、ここでは上下3px。 */
}
.wrap_table02 { /* 外側の枠線 */
	width: 636px; /* 両脇の罫線を入れて[div.table_main]と同幅650pxになるよう設定 */
	border-color: #68BFFF;
	margin: auto;
	padding: 0;
}




table.dialogue {
	width: 602px; /* [wrap_table01]と同幅 */
	border-collapse: separate;
	border-spacing: 0 5px;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 15px;
	line-height: 1.4em;
	letter-spacing: 0.12em;
	margin: auto;
}

.dialogue th,
.dialogue td {
	vertical-align: middle;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}

.dialogue th {
	width: 22%;
	background-color: #FDDEFF;
	font-weight: 900;
	padding: 10px
}
.dialogue td {
	width: 78%;
	border-bottom: 1px dotted #CCC;
	border-left: 5px solid #FFF;
	vertical-align: top;
	text-align: left;
	padding-left: 10px;
}

td.img-etc {
	border-bottom: none;
	border-left: none;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}

.th_utenyan,
.th_hashida { 
	background: url(../img/luna/img_D_utenyan.png) no-repeat center center;
}
.th_hashida { background-image: url(../img/luna/img_D_hashida.png); }


p.annotation {
	width: 600px;
	font-size: 14px;
	text-align: left;
	line-height: 1.5em;
	margin: 10px auto 80px;
}


/* インタビュー後記
-----------------------------------------------------*/
.img_below {
	width: 960px;
	text-align: center;
	margin: 80px auto 0;
	padding-bottom: 120px;
}

.img_below p {
	width: 540px;
	text-align: left;
	line-height: 1.4em;
	margin: 50px auto 0;
}







/* フッター内部
-----------------------------------------------------*/
#copy {
	width: 800px;
	font-size: 12px;
	line-height: 1.3em;
	text-align: left;
	margin: 25px auto 0;
}



.naviFoot {
	width: 960px;
	font-size: 12px;
	text-align: center;
	margin: 40px auto 0;
}

.naviFoot ul {
	width: 100%;
	border-right: #FFF 1px solid;
	display: inline; /* !これを消すとborderが無くなる？*/
}

.naviFoot ul li {
	display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
}

.naviFoot ul li a {
	border-left: #FFF solid 1px;
	text-decoration: none;
	padding: 0 4px 0 7px;
	display: inline;
}


/**
 * Footer リンクテキスト
 */

a.tlFoot {
	color: #FFF;
	text-decoration: none;
}
a:visited.tlFoot {
	color: #FFF;
	text-decoration: none;
}
a:hover.tlFoot {
	color: #957208;
	text-decoration: underline;
}











/**
 * リンクテキスト
 */

a: {
	color: #03F;
	text-decoration: none;
}
a:visited {
	color: #03F;
	text-decoration: none;
}
a:hover {
	color: #39C;
	text-decoration: underline;
}
