@charset "utf-8";
/**------------------ 基本固定 ------------------------**/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	line-height: 160%;
	background: #eee;
	color: #333;
	margin: 0;  
	padding: 100px 0 0 0;
	word-break: normal;
}
* html body {  
	overflow: hidden;
}
#headerArea {  
	position: fixed !important;  
	position: absolute;  
	padding: 5px 0;    
	top: 0;
	width: 640px;  
	height: 30px;  
	background-color: rgba(255,255,255,0.9); 
	z-index: 1000;
}


.urltext{
word-break: break-all;
}

h1.top,
h1.no,
h2.no {
	display: none;
}
section,
footer,
header,
nav,
article {
	margin: 0;
}
.red {
	color: #f00;
}
/*--ヘッダーフォント指定--*/
.head .midashi {
	color: #ff7800;
	font-size: 24px;
	background: #fff;
	padding: 0 10px 0 10px;
	float: left;
	display: block;
	line-height: 50px;
	font-weight: bold;
}
.head .sub {
	color: #5b301d;
	font-size: 60%;
	display: block;
	float: left;
	padding-top: 20px;
}
/*----*/

/*-- プロフィール欄 --*/
.namewrap {
	width: 100%;
	margin: 0 auto 20px auto;
}
.namewrap_style {
	background:#ececec;
}
.profname {
	display: block;
	font-size: 14px;
	padding: 8px 0 0 10px;
}	
.somemini {
	font-size:80%;
	line-height:1.5em;
	padding: 0 10px 10px 10px;
	hanging-punctuation: force-end;
	line-break: strict 
}
.photomini {
	font-size:80%;
	line-height:1.3em;
	color:#666;
	padding:0;
}


.coorange {
	color:#FE9A2E;
}

span.coorange {
	color:#FE9A2E;
}
/*----*/

/*-- イントロダクションの段落指定（maincontent外） --*/
.nomal {
	padding-bottom: 20px;
}
.thin {
	padding-bottom: 10px;
}
/*----*/

/*-- 本文共通段落 --*/
.maincontent {
	padding-bottom: 15px;
}
.maincontent p {
	padding-bottom: 15px;
}


.maincontent p.cs_img {
	padding-bottom: 0px;
}

.maincontent p.cs {
	padding-bottom: 15px;
	font-size:70%;
	text-align:center;
}

.inpage_top {
	padding-top: 15px;
}
/*-- リンク --*/
a:link {
	color: #124086;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
/*-- レイアウト --*/
.buil {
	width: 100%;
	background: #eee;
	margin: 0 auto;
}
.mainarea {
	min-height: 800px;
	margin-top: 0;
	background: #fff;
}
#content {
	width: 640px;
	z-index: 1;
	margin: 0 auto;
	text-align: left;
}
#content .speech {
	width: 92%;
	margin: 40px auto 0;
}
header {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #e3e3e3;
	height: 50px;
}
.head {
	position: static;
	z-index: 100;
	width: 640px;
	margin: 0 auto;
	height: 50px;
	background: #fff;
	border-bottom: 1px solid #e3e3e3;
}
.clear {
	clear: both;
}
/*-- ページャー --*/
.pagerarea {
	width: 100%;
	margin: 0 auto;
	height: 100px;
	background: #fff;
	text-align: center;
	display: block;
}
.pagerarea:after {
   content: "";
   clear: both;
   display: block;
}
.pageNumber {
	padding: 20px 0 20px 0;
	height: 100px;
	display: block;
}
.pageNumber li {
	margin-right: 4px;
    width: 24px;
	line-height: 150%;
	height: 34px;
    color: #fff;
	border: 1px solid #5d6a6f;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background-color: #5d6a6f;
}
.pageNumber li.bg {
	background: #5d6a6f url(../img/icons_right.png) no-repeat center top;
	background-size: 24px 34px;
	-webkit-background-size: 24px 34px;
}
.pageNumber li a {
    font-weight: normal;
    font-size: 90%;
    color: #fff;
    text-decoration: none;
	padding: 5px 0;
	width: 24px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.pageNumber a.stay {
	color: #5d6a6f;
	background: #fff;
}
/****/
/*--フッター--*/
footer {
	width: 100%;
	background: #eee;
}
footer .white {
	border-top: 3px solid #dcdcdc;
	background: #fff;
	text-align: center;
	width: 100%;
	background: #fff;
}
footer .sns {
	border-top: 1px dotted #dcdcdc;
	background: #fff;
	width: 640px;
	padding: 20px 0;
	margin: 0 auto;
}
footer .sns:after {
	content: "";
	clear: both;
	display: block;
}
footer .sns .fb {
	width: 33%;
	float: left;
}
footer .sns .tw {
	width: 33%;
	float: left;
}
.unei {
	color: #353c3e;
	border-bottom: 1px solid #fff;
	background-color: #e3e3e3;
	width: 100%;
	padding: 5px 0 5px 0;
	font-size: 10px;
	text-align: center;
}
.copy {
	color: #999;
	background-color: #353c3e;
	width: 100%;
	padding: 10px 0;
	font-size: 10px;
	text-align: center;
}
.copy a {
	color: #ff7800;
	text-decoration: none;
}
.copy a:hover {
	color: #ff7800;
	text-decoration: underline;
}
ul.ftnav {
	margin: 0 auto;
}
ul.ftnav li {
	display: inline;
}
ul.ftnav li {
	display: inline;
	font-size: 10px;
	border-right: 1px solid #999;
	padding: 0 3px 0 1px;
	line-height: 100%;
}
ul.ftnav li a {
	line-height: 60px;
}
ul.ftnav li.last {
	border-right: none;
}
ul.ftnav a {
	color: #999;
	text-decoration: none;
}
ul.ftnav a:hover {
	color: #666;
	text-decoration: underline;
}
/* End Hack */
.floatclear {
	clear: both;
	display: block;
	content: "";
}
/* ----------------------以上固定スタイル　以下適宜追加---------------------- */

/* リンク1 動画と注釈スタイル */
.linksmidashi {
	text-align: center;
	padding: 20px 0 0 0;
	width: 100%;
	color: #000;
	margin-bottom: 40px;
}
.lastlinks {
	width: 100%;
	padding: 10px 0;
}
.linktips {
	width: 100%;
}
.linkwrap {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	margin-bottom: 20px;
}
.link_style {
	border-bottom: 1px solid #ccc;
}
.link_style_noborder {
	border-bottom: none;
}
.linkwrap:after {
	content: "";
	clear: both;
	display: block;
}
.linkwrap img.disp {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.linkwrap .textmidashi {
	display: block;
	font-weight: bold;
	padding: 15px 0 10px 0;
	color: #333;
	font-size: 100%;
}
.linkwrap a {
	text-decoration: none;
}
.linkwrap .textURL {
	display: block;
	padding: 5px 0;
	font-size: 100%;
	line-height: 1.3em;
}
/* youtubeデバイスフィット用 */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
	width: 100%;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/****/
/* dt ddフロート */	
dl.history dt {
	display: block;
	width: 90px;
	float: left;
}
dl.history dd {
	display: block;
	margin-left: 90px;
}
dl.history dd ul li {
	padding-bottom: 5px;
}
/****/
/*-- 注釈など文字装飾 --*/	
.mini {
	font-size: 75%;
    line-height: 1.5em;
	display: block;
}
.mini90 {
	font-size: 90%;
	line-height: 1.5em;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
/* 20170110 TYL柳田追記 */
.imageCaption {
	margin-top: -1em;
}
/*----*/	
/*-- 見出しスタイル 08だけ15px--*/
.themebox {
	width: 100%;
	border-left: #e10302 5px solid;
	margin: 0 auto 15px auto;
}
.theme {
	color: #e10302;
	padding: 10px 10px;
}
/*----*/
/*--画像スタイル--*/
img.fil {
	width: 100%;
	height: auto;
}
/*----*/
/*--01header別記述--*/
header.bmaga {
	width: 100%;
	background: #000;
	height: 98px;
	border-bottom: none;
}
.head01 {
	position: static;
	z-index: 100;
	width: 640px;
	margin: 0 auto;
	background: #000;
}
/*----*/
/* 20150915 TYL柳田追記 */
h1.title {
	text-align: center;
	font-size: 170%;
	line-height: 120%;
	padding: 6px 0 10px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}
/* 20170111 TYL柳田追記 */
h1.titleLong {
	text-align: center;
	font-size: 160%;
	line-height: 120%;
}


.youtubelink {
	border-bottom: 1px solid #eee;
	text-align:right;
	margin: 0 0 5px 0;
}

.youtubelink img{
	padding:0 0 10px;
	width:100px;

}


.smalltittle {
font-size: 70%;
}

a:hover img {
    cursor: pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity: 0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity: 0.6;
    zoom: 1;
}
.btn_top {
    bottom: 18px;
    cursor: pointer;
    height: 55px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 45px;
    z-index: 80;
}
/************************
メディアクエリ設定 0?320
*************************/
@media screen and (min-width: 0px) and (max-width: 479px) {
	body {
		background: #fff;
	}
	.buil {
		background: #fff;
	}
	.intro {
		padding: 10px 0;
	}
	footer {
	    width: 100%;
	    background: #fff;
	}
	.buil {
	    width: 100%;
	}
	.head {
	    position: fixed;
		left: 0;
		top: 0;
	    z-index: 100;
	}
	.mainarea {
		margin-bottom: 30px;
	}
	/*--本体--*/
	#content {
		width: 100%;
		z-index: 1;
		margin: 0 auto;
		text-align: left;
	}
	img.fil {
		width: 100%;
		height: auto;
	}
	/*--フッター--*/
	footer .sns {
		width: 80%;
		padding: 30px 0;
        margin: 0 auto;
	}
	footer .sns img {
		display: block;
		width: 50px;
		margin: 0 auto;
	}
	ul.ftnav li {
		font-size: 10px;
	}
	.unei {
		font-size: 8px;
	}
	.copy {
		font-size: 8px;
	}
	.corp {
		font-size: 40%;
	}
	/*---コンテンツ部分---*/
	#contents_box {
		clear: both;
		margin: 0 auto;
	}
	#contents_box li: nth-child(n) {
		float: left;
		width: 47%;
		margin: 10px 5px 20px 5px;
	}
	#contents_box li: nth-child(2n) {
		float: right;
		width: 47%;
		margin: 10px 5px 20px 5px;
	}
	.talked_ttl {
		font-size: 85%;
		color: #ff7800;
		font-weight: bold;
		line-height: 1.3em;
		padding: 10px 2px;
		min-height: 40px;
	}
	.box_ttl {
		background-color: #ff7800;
		padding: 0;
		font-weight: bold;
		color: #fff;
		font-size: 80%;
		line-height: 1.5em;
		text-align: center;
	}
	#talk_box {
		background-color: #f1f1f1;
		padding: 5px 5px 5px;
		font-weight: bold;
		color: #000;
		font-size: 80%;
	}
	#talk_box p.date: before {
	    margin: 2px 5px;
	    content: " ";
	    display: inline-block;
	    width: 15px;
	    height: 15px;
	    background: url("../img/icon2.png") no-repeat;
	    background-size: contain;
	    vertical-align: middle;
	}
	#talk_box p.people: before {
	    margin: 2px 5px;
	    content: " ";
	    display: inline-block;
	    width: 15px;
	    height: 15px;
	    background: url("../img/icon1.png") no-repeat;
	    background-size: contain;
	    vertical-align: middle;
	}
	#talk_box p.place: before {
	    margin: 2px 5px;
	    content: " ";
	    display: inline-block;
	    width: 15px;
	    height: 15px;
	    background: url("../img/icon3.png") no-repeat;
	    background-size: contain;
	    vertical-align: middle;
	}
	#talk_box p.job {
		font-size: 70%;
		line-height: 1.5em;
		padding-left: 3em;
		min-height: 26px;
	}
	#talk_box p.job2 {
		font-size: 70%;
		line-height: 1.5em;
		padding-left: 3em;
	}
	#talk_box p.job3 {
		font-size: 70%;
		line-height: 1.5em;
		padding-left: 3em;
	}
	#talk_box p.job4 {
		font-size: 70%;
		line-height: 1.5em;
		padding-left: 3em;
		min-height: 50px;
	}
	/*---コンテンツ部分---*/
	.about {
		display: block;
		padding: 30px 10px 10px;
		width: 75%;
	}
	.somemini {
		font-size: 90%;
		line-height: 1.5em;
		font-weight: bold;
	}
	.letter-space {
		letter-spacing: -1px;
	}
}
@media screen and (min-width: 480px) and (max-width: 2800px) {
	.about {
		display: block;
		padding: 20px 30px 10px;
	    width: 40%;
	}
	/*---コンテンツ部分---*/
	#contents_box {
		clear: both;
		margin: 0 auto;
	}
	#contents_box li {
		float: left;
		width: 31%;
		margin: 10px 6px 20px 8px;
	}
	.box_ttl {
		background-color: #ff7800;
		padding: 0;
		font-weight: bold;
		color: #fff;
		font-size: 70%;
		line-height: 1.5em;
		text-align: center;
	}
	.talked_ttl {
		font-size: 85%;
		color: #ff7800;
		font-weight: bold;
		line-height: 1.3em;
		padding: 10px;
		min-height: 40px;
	}
	#talk_box {
		background-color: #f1f1f1;
		padding: 5px;
		font-weight: bold;
		color: #000;
		font-size: 70%;
	}
	#talk_box p.date: before {
	    margin: 2px 5px;
	    content: " ";
	    display: inline-block;
	    width: 15px;
	    height: 15px;
	    background: url("../img/icon2.png") no-repeat;
	    background-size: contain;
	    vertical-align: middle;
	}
	#talk_box p.people: before {
	    margin: 2px 5px;
	    content: " ";
	    display: inline-block;
	    width: 15px;
	    height: 15px;
	    background: url("../img/icon1.png") no-repeat;
	    background-size: contain;
	    vertical-align: middle;
	}
	#talk_box p.place: before {
	     margin: 2px 5px;
	    content: " ";
	    display: inline-block;
	    width: 15px;
	    height: 15px;
	    background: url("../img/icon3.png") no-repeat;
	    background-size: contain;
	    vertical-align: middle;
	}
	#talk_box p.job {
		font-size: 70%;
		line-height: 1.5em;
		padding-left: 3em;
		min-height: 26px;
	}
	#talk_box p.job2 {
		font-size: 70%;
		line-height: 1.5em;
		padding-left: 3em;
	}
	#talk_box p.job3 {
		font-size: 70%;
		line-height: 1.5em;
		padding-left: 3em;
		min-height: 50px;
	}
	#talk_box p.job4 {
		font-size: 70%;
		line-height: 1.5em;
		padding-left: 3em;
		min-height: 50px;
	}
	/*---コンテンツ部分---*/
	footer .sns img {
		display: block;
		width: 50px;
		margin: 0 auto;
	}
	footer .sns_waku {
	  margin: 0 auto;
	  width: 50%;
	}
	.letter-space {
		letter-spacing: -1px;
	}
}