@charset "utf-8";
/* CSS Document */

/*-- RESET
------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}


.clearfix {
}
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
* html .clearfix {
    display: block;
}


article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

table.outline {
	border-collapse:collapse;
	border-spacing:0;
	width:auto;
	table-layout:fixed;
	word-break:break-all;
	word-wrap:break-word;	
}


/*-- 全ページ共通
------------------------------------------------------------*/

body {
	background:#000;
	color:#FFF;
	line-height:1.5;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
	}
	
img{
	max-width: 100%;
  height: auto;
	}

h3{
	color:#ffc;
	font-size:1.5em;
	font-weight: normal;
	margin-bottom:10px;
	}
		
.wrap{
	width:980px;
	margin:0 auto;
	}
	
a{ color:#fff;}
a:hover{ text-decoration: none;}
	
.tdk_logo { height:55px;}

.tdk_logo img{ margin-top:15px;}



.area_mainvisual{ 
	position:relative;
	z-index:0;
	height:370px;
}


.area_mainvisual img.img_main{ 
	position:absolute; 
	z-index:0;
	top:0;
	left:0;
}

.area_mainvisual img{ 
	position:absolute; 
	z-index:1;
}
	
.area_mainvisual img.logo_orchestra{ 
	top:40px;
	right:35px;
}
	
.area_mainvisual img.text01{
	top:70px;
	left:305px;
}

.area_mainvisual img.text02{top:295px;}

.area_mainvisual img.photo_pianist{
	top:225px;
	right:33px;
}

.global_navi{
	position: relative;
	margin-top:-20px; 
	z-index:15;
}

.global_navi li{
	display:inline-block;	
	width:188px;
	vertical-align: top;
	margin-left:10px;
}

.global_navi li:first-child{ margin-left:0;}

.global_navi li a{

	display: table-cell;
	width:188px;
	vertical-align: middle;
	text-decoration: none;
	height:70px;
	background:#6d5722;
	color:#fff;
	line-height:1.2;
	/*text-align:center;*/
	border-radius: 3px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#897640', endColorstr = '#644d19');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#897640', endColorstr = '#644d19')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #897640, #644d19);
	background-image: -ms-linear-gradient(top, #897640, #644d19);
	background-image: -o-linear-gradient(top, #897640, #644d19);
	background-image: -webkit-linear-gradient(top, #897640, #644d19);
	background-image: linear-gradient(top, #897640, #644d19);
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}

.global_navi li a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.lead_text{margin:25px 0 30px;}

.section{ margin-bottom:60px;}

.section h2{
	text-align:center;
	font-size:2.5em;
	font-weight: normal;
	border-bottom: solid 2px #fff;
	margin-bottom:20px;
	}

body#after div.section_txt_int{
	margin-bottom:60px;
	margin:0 auto;
	width:90%;
}
	
.section.conditions p{ 
	text-align:center;
	}

ul.btn{ margin-top:20px;}

ul.btn li{
	margin-left:10px;
	display:inline-block;
	border-radius: 3px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#b62323', endColorstr = '#840808');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#b62323', endColorstr = '#840808')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #b62323, #840808);
	background-image: -ms-linear-gradient(top, #b62323, #840808);
	background-image: -o-linear-gradient(top, #b62323, #840808);
	background-image: -webkit-linear-gradient(top, #b62323, #840808);
	background-image: linear-gradient(top, #b62323, #840808);
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
	
}

ul.btn li:first-child{ margin-left:0;}
	
ul.btn li:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;	
	}
	
ul.btn li a{
	display: table-cell;
	vertical-align: bottom;
	 width:485px;
	 height:135px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:1.8em;
}



ul.btn_02 li{
	
	display:inline-block;
	border-radius: 3px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#b62323', endColorstr = '#840808');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#b62323', endColorstr = '#840808')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #b62323, #840808);
	background-image: -ms-linear-gradient(top, #b62323, #840808);
	background-image: -o-linear-gradient(top, #b62323, #840808);
	background-image: -webkit-linear-gradient(top, #b62323, #840808);
	background-image: linear-gradient(top, #b62323, #840808);
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
	
}

ul.btn_02 li:first-child{ margin-left:0;}
	
ul.btn_02 li:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;	
	}

ul.btn_02 li{
	width:100%;

}
ul.btn_02 li a{
	display: table-cell;
	vertical-align: bottom;
	 width:483px;
	
	 height:130px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:1.8em;
}


ul.btn li.net a{ background:url(../img/btn_icon01.png) center 20px no-repeat;}

ul.btn li.mail a{ background:url(../img/btn_icon02.png) center 20px no-repeat;}

table{border: solid 5px #999;}

table tr th,
table tr td{ 
	padding:5px; 
	border-top:dotted 1px #999;
}

table tr th{ 
	background:#333; 
	white-space: nowrap; 
	text-align:left; 
	font-weight: normal;
}

table tr td{ background:#555;}
table tr td img{
	float:right;
	margin-left:20px;
}

.unit{ padding:20px 0;}

.unit:after{
  display: block;
  clear: both;
  content: "";
}

.unit img{ 
	float:left;
	width:320px;
	}
.unit .unit_text{ 
	float:right;
	width:640px;
	}
	
.unit .unit_text h3{
	color:#ffc;
	font-size:1.3em;
	font-weight: normal;
	margin-bottom:20px;
	}
	
.unit.middle{
	border-top: solid 10px #666;
	border-bottom: solid 10px #666;
}

.unit_col4{
	padding:20px 0;

}

.unit.middle img{ 
	float:right;
	width:320px;
	}
	
.unit.middle .unit_text{ 
	float:left;
	width:640px;
	}
	
	
.section.entry ul li{
	margin-bottom:0.5em;
	list-style:circle;
	font-size:0.7em;
	color:#ccc;
	margin-left:1.5em;
}

.section.entry ul li ol{ margin-top:0.5em;}
.section.entry ul li ol li{
	list-style: decimal;
	font-size:1em;
}

.section.entry a{ 
	color:#fff;
	font-size:0.8em;
	}
	
.copy{
	font-size:0.6em;
	color:#ccc;
	text-align:center;
	margin:2em 0;
}

#back-top {
	position: fixed;
	bottom: 1em;
	right:1em;
	padding:5px;
}

ul.btn_half li{
	margin-left:9px;
	display:inline-block;
	border-radius: 3px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#b62323', endColorstr = '#840808');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#b62323', endColorstr = '#840808')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #b62323, #840808);
	background-image: -ms-linear-gradient(top, #b62323, #840808);
	background-image: -o-linear-gradient(top, #b62323, #840808);
	background-image: -webkit-linear-gradient(top, #b62323, #840808);
	background-image: linear-gradient(top, #b62323, #840808);
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
	
}

ul.btn_half li:first-child{ margin-left:0;}
	
ul.btn_half li:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;	
	}
	
ul.btn_half li a{
	display: table-cell;
	vertical-align: bottom;
	 width:238px;
	 height:135px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:1.8em;
}
ul.btn_02 li.movie a{ background:url(../img/btn_icon03.png) center 20px no-repeat;}

ul.btn_02 li.txt a{ background:url(../img/btn_icon04.png) center 20px no-repeat;}

ul.btn_half li.movie a{ background:url(../img/btn_icon03.png) center 20px no-repeat;}

ul.btn_half li.txt a{ background:url(../img/btn_icon04.png) center 20px no-repeat;}

.unit_wrap_half{ padding:60px 0 0 0;}

.unit_wrap_half:after{
  display: block;
  clear: both;
  content: "";
}

p.notice{
	font-size:0.7em;
	text-align:right !important;
}



/*-- 同意ページ --*/

body.agree h2{ margin-top:2em;}

body.agree h3{ 
	background:#666; 
	padding:0.5em;
	font-weight: normal;
	text-align:center;
	margin-bottom:1em;
}

body.agree .section ol li{ 
	margin-left:1em;
	margin-bottom:1.5em;
	}

body.agree .section ol li ol{ margin-top:0.5em;}

body.agree .section ol li ol li{ 
	list-style: none;
	margin-left:0.5em;
	margin-bottom:0em;
	}
	
.list-group li{
	list-style: none;
	background:#333;
	padding:0.3em;
	margin-bottom:1px;
	}
	
.address{
	border: double 3px #999;
	padding:0.5em;
	margin-top:1em;
	background:#333
}
	
body.agree .btn li a{ padding:0.5em 0; height: auto;}


/*-- フォームページ --*/

body.form .btn li a{ padding:0.5em 0; height: auto;}

body.form .well{
	 padding:1em; 
	 background:#333

}
.red{ color: #F33;}

ul.red{ margin-left:1em;}


/*-- ハガキで応募 --*/

.choice div{ 
	display:inline-block; 
	width:48%;
	font-size:1em;
	border-radius:5px; background:#900;
	text-align:center;
	padding:1em 0;
	margin-bottom:2em;
	margin:0.5em;
	}
	
.choice div h4{ font-size:1.5em;}
	
h5{
	background:#666;
	padding:0.3em;
	font-weight: normal;
	margin:1em 0;
}

/*-- スペシャルインタビューページ --*/
.unit_col1{
	float:left;
	width:50%;
}
.unit_col1 img{
	display: block;
    height: auto;
    max-width: 100%;
}

.unit_col2{
	width:50%;
	float:right;
}

.unit_col2 ul.btn_02{
	width:100%;
}
.unit_wrap_half ul{
	/*float:right;*/
}

/* テキスト版*/
.unit_interview h3{	
color:#ffc;
	font-size:1.3em;
	font-weight: normal;
	margin-bottom:20px;

	}
	
.unit_interview h3.txt_key{	
color:#ffc;
	font-size:1.4em;
	font-weight: normal;
	margin-bottom:20px;

	}
			
.unit_col3, .unit_col4, .unit_col5{
	padding:0 0 20px 0;
}

.unit_col3 img{ 
	float:right;
	width:250px;
	margin-left:15px;
	margin-bottom:5px;
	}
h3.mt20{
	margin-top:20px;
}

.unit_col4 img{ 
	float:left;
	width:320px;
	margin-right:15px;
	}

.unit_col5 img{ 
	float:left;
	width:250px;
	margin-right:15px;
	margin-bottom:5px;
	}


.txt_q{
	font-weight:bold;
	margin:20px 0;
}

/* 募集終了後ページ */
table.outline{border: solid 5px #999;}
table.outline tr th,
table.outline tr td{ 
	padding:5px; 
	border-top:dotted 1px #999;
}
table.outline tr th{ 
	background:#333; 
	white-space: normal; 
	text-align:left; 
	font-weight: normal;
	width:130px;
}

table.outline tr td{ background:#555;}
table.outline tr td img{
	float:right;
	margin-left:20px;
}

table.outline caption.cap{text-align:left; font-weight:bold;}	
/*--globalnavi icon--*/
.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}
.fade.in{opacity:1}
.collapse{display:none}
.collapse.in{display:block}
.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regulard41d.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}
.glyphicon{margin-right:0.8em;height:2em;float:left;left:1em; position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.glyphicon-chevron-down:before{content:"\e114"}


.after_img_int{
	display:none;
}

body.special h2{ margin-top:2em;}

/*-- 参加者の声 --*/

	
.voice {
    background: #000 none repeat scroll 0 0;
    border: 1px solid #c8bca6;
    height: 200px;
	margin-bottom:50px;
}
.voice ul{
    height: 180px;
    list-style: outside none none;
    margin: 12px 0 0 0;
    overflow-x: hidden;
    overflow-y: scroll;
}
.voice ul > li {
    border-bottom: 1px dotted #ddd;
   /* font-size: 0.9em;*/
    line-height: 1.4;
    margin-bottom: 8px;
    padding: 2px 10px 10px 21px;
}
.voice ul > li span {
    color: #ffc;
    font-size: 0.8em;
}

ul.ul_lightbox{
	margin-top:20px;
}

ul.ul_lightbox > li{
	list-style-type:none;
	text-align:center;
	float:left;
	width:50%;
}

.img_center{
	text-align:center; 
  	width:100%;
	}

@media screen and (max-width: 979px) {
	
.wrap{width:800px;}
.global_navi li{/*width:192px;*/width:150px;}
.global_navi li a{
	/*width:192px;*/
	width:150px;
	font-size:0.9em;
	}
ul.btn li a{
	 width:395px;
	 height:125px;
	font-size:1.8em;
}


.area_mainvisual{ 
	height:300px;
	overflow:hidden;
}
.area_mainvisual img.text01{
	top:50px;
	left:260px;
	width:50%;
}

.area_mainvisual img.logo_orchestra{ width:10%;}

.area_mainvisual img.text02{
	top:230px;
	width:75%;
	}

.area_mainvisual img.photo_pianist{
	top:150px;
}

.unit .unit_text h3, .unit_interview h3{ font-size:1.2em}

.unit img,
.unit.middle img{ 
	width:220px;
	}
.unit .unit_text,
.unit.middle .unit_text{ 
	width:560px;
	}
	
.row div{ 
	width:90%;
	}

.choice div{ 
	width:47%;
}
ul.btn_02 li a{
	display: table-cell;
	vertical-align: bottom;
	/* width:485px;*/
	 height:130px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:1.8em;
}	

.unit_col2{
	width:50%;
	float:right;
}
/*body.special h2{ margin-top:2em;}*/



.unit_col3 img{ 
	float:right;
	width:250px;
	margin-left:15px;
	}
	
.unit_col4 img{ 
	float:left;
	width:320px;
	margin-right:15px;
	}
	
.unit_col5 img{ 
	float:left;
	width:250px;
	margin-right:15px;
	}
		
	/*
.unit_col4 div.unit_interview{ 
	float:right;
	max-width:459px;
	}
	*/
	
.after_img_int{
	display:none;
}

body#after div.section_txt_int{
	margin-bottom:60px;
	margin:0 auto;
	width:90%;
}
	

ul.ul_lightbox > li{
	list-style-type:none;
	text-align:center;
	clear:both;
	width:100%;
	margin-bottom:30px;
	
}

.voice ul li {
	width:96%;
}

}

@media screen and (max-width: 767px) {
	
	
.tdk_logo {position:fixed; top:0; left:0; background:#000; width:100%; z-index:100}

.tdk_logo img{ margin-top:15px; margin-left:15px;}
	
.area_mainvisual{ margin-top:55px;}
	
.wrap{
	width:auto;
	max-width:767px;
	font-size:90%
	}

.global_navi{ position: fixed; top:0; right:0; margin-top:0; width:100%; z-index:200;}
	
.global_navi li{
	display: block;	
	width:100%;
	margin-left:0;
}

.global_navi li a{
	display:block;
	width:100% !important;
	border-radius:0;
	background:#87723a;
	height:3em;
	line-height:3em;
	border-bottom: solid 1px #fff;
	}
	
.global_navi li a br{ display: none;}


.area_mainvisual{ 
	height: 350px;
	overflow: inherit;
}
.area_mainvisual img.text01{
	top:10%;
	left:30%;
	width:50%;
}

.area_mainvisual img.logo_orchestra{ top:7%; width:10%;}

.area_mainvisual img.text02{
	top:55%;
	width:75%;
	}

.area_mainvisual img.photo_pianist{
	top:35%;
	width:20%
}

ul.btn li{ 
	margin-left:2%;
	width:47%;
	}
	

ul.btn li:first-child{ margin-left:2%;}
	
ul.btn li a{
	display:block; padding-top:4em;
	 width:100%;
	 height:2em;
	font-size:0.9em;
}


ul.btn li.net a,
ul.btn li.mail a{ background-position: center 10px;}
ul.btn li.net a{ background-size:30% !important;}
ul.btn li.mail a{ background-size:50% !important;}


.section h2{
	font-size:2em;
	}
	
.unit{ text-align:center;}

.unit img,
.unit.middle img{ 
	float: none;
	width:320px;
	margin:auto;
	}
.unit .unit_text,
.unit.middle .unit_text{ 
	float: none;
	width: 90%;
	text-align:left;
	margin:auto;
	}
	
body.agree .section ol li{ 
	margin-left:2em;
	margin-bottom:1.5em;
	}


.choice div{ 
	display:block; 
	width:90%;
	font-size:1em;
	border-radius:5px; background:#900;
	text-align:center;
	padding:1em 0;
	margin:1em auto;
	}
	
.choice div h4{ font-size:1.5em;}

.row .col-sm-6{ margin: auto;}
	
.row .col-sm-6 button{ margin-bottom:5px;}


.unit_wrap_half{
	margin:0 auto;
}
.unit_col1{
	float:left;
	width:100%;
}
.unit_col1 img{
	display: block;
    height: auto;
	margin:0 auto;
    max-width: 100%;
}

.unit_wrap_half{
	margin:0 auto;
}
.unit_col2{
display:table;
	margin:0 auto;
    width: 100%;
}



ul.btn_02 li{ 
	margin-left:2%;
	width:47%;
	}
	

ul.btn_02 li:first-child{ margin-left:2%;}
	
ul.btn_02 li a{
	display:block; padding-top:4em;
	 width:100%;
	 height:2em;
	font-size:0.9em;
}


ul.btn_02 li.movie a,
ul.btn_02 li.txt a{ background-position: center 10px;}
ul.btn_02 li.movie a{ background-size:20% !important;}
ul.btn_02 li.txt a{ background-size:15% !important;}

.after_img_int{
	display:none;
}

body#after div.section_txt_int{
	margin-bottom:60px;
	margin:0 auto;
	width:100%;
}
table.outline{
	width:100%;
}
table.outline th{
	width:30%!important;
	white-space:normal;
}
table.outline td{
	width:70%;
	white-space:normal;
}

ul.ul_lightbox > li{
	list-style-type:none;
	text-align:center;
	clear:both;
	width:100%;
	margin-bottom:30px;	
}

.voice ul li {
	width:96%;
}

.area_mainvisual {
	height:300px;
}

}
@media screen and (max-width: 479px) {
.unit_col3, .unit_col4, .unit_col5{
	width:90%;
	margin:0 auto;
	text-align:center;
}

.inner_img_int{
	display:none;}

.after_img_int{
	display:block;
}

.after_img_int img{
    float: none !important;
	margin:auto;
	width: 60%;
	margin-top:20px;

	}
	
.unit_col4 img{
    float: none !important;
	margin:auto;
	width: 90%;
	margin-top:20px;

	}

.area_mainvisual{ 
	height: 200px;
	max-height:180px;
	overflow: inherit;
}

.unit_interview{ 
	float: none;
	text-align:left;
	margin:auto;
	}

body#after div.section_txt_int{
	margin-bottom:60px;
	margin:0 auto;
	width:100%;
}
	
table.outline{
	width:100%;
}
table.outline th{
	width:30%;
	white-space:normal;
}
table.outline td{
	width:70%;
	white-space:normal;
}

ul.ul_lightbox > li{
	list-style-type:none;
	text-align:center;
	clear:both;
	width:100%;
	margin-bottom:30px;
	
}	

.voice ul > li {
	width:94%;
}

}

.layout--onecol .layout__region {
	background-color: #000;
}