

/* Reset
---------------------------------------------------------------------- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,ol,ul,li,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

body {
	line-height: 1;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
img {
	border: 0 none;
	vertical-align: top;
}

/* ---------------------------------------------------------------------
                * common setting *  
--------------------------------------------------------------------- */
html {
	font-size: 15px;
}
body {
	background: #fff url(image/bg_body.jpg) no-repeat center top;
	font-family: Verdana;
	color: #333;
	height: 100%;
}

/* 見出し */
h1 {
	font-size:1em;
	color: #006666;
	font-weight:normal;
}
h2 {
	margin: 30px 0 60px;
	padding: 10px 10px 10px 20px;
	font-weight: 700;
	font-size: 24px;
	color: #444;
	border: solid 1px #9ca4df;
}
h2 p {
	margin: 0 0 0 30px;
	font-weight: 400;
	font-size: 18px;
}
h3 {	
	margin: 40px 0 10px 0;
	padding: 0 0 8px 3px;
	font-weight: 700;
	font-size: 17px;
	color: #333;
	border-bottom: solid 1px #9ca4df;
}
h4 {
	color: #006699;
	font-weight: 700;
	font-size: 15px;
	line-height: 120%;
	border-left: solid 4px #006699;
	margin: 40px 0 8px 10px;
	padding: 0 0 0 10px;
}
h5 {
	color: #FF842A;
	font-size: 10px;
}
h6 {
	color: #4a4131;
	font-weight: 400;
	font-size: 10px;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.6em;
}

/* a　リンク要素 */
a {
	text-decoration: none;
	color: #999;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
a:hover {
	text-decoration: none;
	color: #003399;
}
a img {
	overflow: hidden;
	text-decoration: none;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
a:hover img {
	overflow: hidden;
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70); /* IE */
	-ms-filter: "alpha(opacity=70)"; /* IE */
	-khtml-opacity: 0.7; /* Safari */
	-moz-opacity: 0.7; /* Firefox */
}

/* clearfix
---------------------------------------------------*/
.clearfix:before,
.clearfix:after { /* for modern browser */
    content: "";
    display: table;
}  
.clearfix:after {
    clear: both;
}
.clearfix { /* for IE 5.5-7 */
    zoom: 1;
}


/* wrapper ---------------------------------------------ページの大枠 */

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 800px; /* ページ全体の幅を指定 */
	text-align: left;

}

/* header ---------------------------------------------ヘッダー */

header { 
	margin :0;
	width: 100%;
	height: 90px;
	background: #fff;
	text-align: left;
	font-size: 18px;
}

/* nav　メニュー */
nav {
	float: left;
	margin: 20px 0 10px 0;
	padding: 0;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav li {
	float: left;
}

nav li a {
	float: left;
	width: 160px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-align: center;
	display: block;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

nav a:hover {
}


/* page ---------------------------------------------ページの中枠 */

#page {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 20px;
    text-align:left;
	background:#fff;
}

/* メイン画像切替 */
.slidecontainer {
	width: 100%;
	float: left;
	margin: 30px 0 60px;
}
.pictures {
	height: 240px;
	width: 100%;
}
.item {
	position: absolute;
}

/* 表組み-基本形 */
dl.hyou-basic {
	overflow: hidden;
	border: 1px solid #ccc;
	margin: 20px 30px 20px 30px;
	border-top: none;
	background: #f2f2f2;
}

.hyou-basic dt {
	width: 10%;
	float: left;
	padding: 10px 10px 5px 10px;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
	font-size:12px;
	}
	
.hyou-basic dd {
	margin-left: 10%;
	padding: 10px 10px 5px 10px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #fff;
	font-size:12px;
}

.hyou-basic dd:after {
	display: block;
	content: "";
	clear: both;
}


dl.hyou-link {
	overflow: hidden;
	border: 1px solid #ccc;
	margin: 20px 30px 20px 30px;
	border-top: none;
	background: #f2f2f2;
}

.hyou-link dt {
	width: 25%;
	float: left;
	padding: 10px 10px 5px 10px;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
	font-size:12px;
	}
	
.hyou-link dd {
	margin-left: 25%;
	padding: 10px 10px 5px 10px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #fff;
	font-size:12px;
}

.hyou-link dd:after {
	display: block;
	content: "";
	clear: both;
}







/* index.html ---------------------------------------------トップページ */

/* お知らせ */
.news {
	width: 100%;
	padding: 10px 0 10px 0;
}

.news p {
	margin: 0 0 30px 10px;
}

.news dl {
	width: 100%;
	overflow: hidden;
	margin: 0 0 0 15px;
	padding: 0 0 15px 0;
	list-style: none;
}

.news dt {
	width: 25%;
	float: left;
	box-sizing: border-box;
	text-align: right;
	margin: 0;
	padding: 5px 0;
}

.news dd {
	margin-left: 25%;
	padding: 5px 0 5px 10px;
}

.news dd:after {
	display: block;
	content: "";
	clear: both;
}


/* about ---------------------------------------------コンセプト */

.about p {
	margin: 0 0 20px 10px;
}


/* masters.html ---------------------------------------------マスターズ */

.masters p {
	margin: 0 0 20px 10px;
}

/* メンバー紹介一覧 */
.member {
	line-height: 100%;
}

ul.member {
	margin: 20px 0 20px 30px;
}

.member li {
	float: left;
	width: 50%;
	margin: 0;
}

.member dl {
	width: 100%;
	overflow: hidden;
}

.member dt {
	width: 100px;
	float: left;
	margin: 0 0 10px;
	padding: 0;
	box-sizing: border-box;
	display: block;
}

.member dd {
	margin: 0 0 10px 110px;
	padding: 0;
	font-size: 12px;
	color: #4a4131;
}

.member span {
	color: #4a4131;
	font-size: 20px;
	margin: 0;
	padding: 0;
	display: block;
	line-height: 200%;

}

.member dd:after {
	display: block;
	content: "";
	clear: both;
}


/* event.html ---------------------------------------------イベント */

.event p {
	margin: 0 0 20px 10px;
}

/* link.html ---------------------------------------------リンク */

.link p {
	margin: 0 0 20px 40px;
}

.link dt {
	font-size: 11px;
}

.link dd {
	font-size: 11px;
}

/* footer ---------------------------------------------フッター */

footer {
	margin: 0 auto;
	padding: 0 0 40px;
	clear: both;
	width: 100%;
	color: #333;
	background: #fff;
	text-align: center;
}