﻿@charset "utf-8";

body {
	min-width: 1000px;
	background: url(../images/bg_body.gif);
	background-color: #fff; /* 全体の背景指定 */
	background-repeat: repeat-x;
}

/* anchor
**********************************/
/*#wrapper a,
#wrapper .article{
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}
#wrapper a:hover {
	text-decoration: none;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
*/

/* #main
**********************************/
#main {
	float: none;
	width: 760px;
	margin: 0 auto;
}

/* #topad
**********************************/
#topad {
	background: #fff;
	padding:14px 0;
	border-bottom-style: none;
}

#topad img {
	border: 1px solid #333333;
}

/* #header
**********************************/
#main #article #header {
	width: 760px;
	height: 270px;
	background: url(../images/h1_title.png) no-repeat 0px 0px;
	background-size: cover;
	text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#header h1 img {
	max-width: 100%;
	height: auto;
	width /***/:auto; /*IE8のみ適用*/
}

#imageSlider {
	margin:0px 0px 0px 10px;
    height: 100%;
}
#bxslider {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* sns
**********************************/
#btn-sbm {
	text-align: center;
	padding: 20px 10px 5px 10px;
	background: #fff;
}
#btn-sbm li {
	display: inline-block;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0px;
	line-height: normal;
	list-style: none;
	vertical-align: top;
}
*html #btn-sbm li { display: inline; } /* for IE6 */
*+html #btn-sbm li { display: inline; } /* for IE7 */

#btn-sbm li a { margin: 0px; }

#btn-sbm .btnFaceBook { width: 110px; }

#btn-sbm .btnHatenaBookmark { margin-right: 10px; }
#btn-sbm .btnGoogleCalendar { margin-right: 10px; }

/* テキスト指定
**********************************/
#article {
	font-size: 120%;
	line-height: 1.5;
	background-color: #000;
}
#article .text { padding: 20px; }
#article h2 {
	font-weight: bold;
	font-size: 120%;
	margin: 0px 0px 10px;
}
#article h3 {
	font-weight: bold;
	font-size: 100%;
}
#article p {
	margin-bottom: 10px;
}
.innerlink-head {
	margin-top: 10px;
	text-align:right;
}
.innerlink-head a {
	font-size: 11px;
	color: #000;
}
.section {
	margin-bottom: 20px;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}
.oa-under {
	font-size: 50%;
	line-height: 1.5;
	color: #000;
	letter-spacing: 1pt;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #fff;
}

#nare_box{
	margin:0px 0px 0px 140px;
	text-align:center;
	width: 450px;
}
.narrator01 {
	text-align: left;
	margin: 0;
	padding: 5px 0px 0px 10px;
}
.narrator02 {
	text-align: left;
	margin: 0;
	padding-left: 10px;
	color: #000;
	letter-spacing: 1pt;
	font-size: 60%;
	line-height: 1.5;
}



/* 岡西佑奈
**********************************/
#okanishi_box{
	margin:0;
	text-align:left;
	width: 150px;
}

.okanishi {
	border: 1px solid #444;
	background-color: #333;
}

.okanishi01 {
	text-align: left;
	margin: 0;
	padding: 5px 0px 0px 10px;
}
.okanishi02 {
	text-align: left;
	margin-top: 5px;
	padding-left: 10px;
	color: #fff;
	font-size: 60%;
	line-height: 1.7;
}