@charset "utf-8";

/* ちんちゃん用
------------------------------------- */
/*---文字サイズ大きくするする時
例）<span class="f18">テキストテキスト</span>
---*/
.f24 {font-size:24px!important;}
.f23 {font-size:23px!important;}
.f22 {font-size:22px!important;}
.f21 {font-size:21px!important;}
.f20 {font-size:20px!important;}
.f19 {font-size:19px!important;}
.f18,.big {font-size:18px!important;}
.f17 {font-size:17px!important;}
.f16 {font-size:16px!important;}
.f15 {font-size:15px!important;}
.f14 {font-size:14px!important;}
.f13 {font-size:13px!important;}
.f12,.small {font-size:12px!important;}
.f11 {font-size:11px!important;}
.f10 {font-size:10px!important;}

/*---赤文字
例）<span class="red">テキストテキスト</span>
---*/
.red {
	color:#f00!important;
}

/*---青文字
例）<span class="blue">テキストテキスト</span>
---*/
.blue {
	color:#00f!important;
}


/*---文字太くするする時
例）<span class="bold">テキストテキスト</span>
---*/
.bold {
	font-weight:bold!important;
}
/*---例）<strong>テキストテキスト</strong>---*/
strong {
	font-weight:bold!important;
}

/*---右寄せ
例）<span class="txtR">テキストテキスト</span>
---*/
.txtR {
	text-align:right;
	display:block;
}

/*---
※複数効果をかけたい時（下記は赤の大きい太い文字）
例）<span class="red big bold">テキスト</span>
！注意　呪文の間は半角スペースで区切って仕様する

※改行したい所に
<br />
を挿入
---*/


/* リセット
------------------------------------- */
* {
	margin:0;
	padding:0;
}

table {border-spacing:0; border-collapse:collapse;}
* html table {border-collapse:collapse;}
*:first-child+html table {border-collapse:collapse;}
caption,th {text-align:left; font-weight:normal;}
table,th,td,img {border:0;}
img,input {vertical-align:middle;}
q:before,q:after {content:'';}
ul {list-style: none;}

hr,
legend,
caption {display:none;}

img {border:0; vertical-align:top;}

a:focus { outline:none;}

h1,h2,h3,h4,h5,h6 {
	font-size:1px;
}

/* aタグ設定
------------------------------------- */
a:hover img {
	opacity:0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	zoom:1;
}

.siteTtl a:hover img,
#gNav a:hover img {
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity:1;
	-khtml-opacity:1;
	zoom:1;	
}

a {
	color:#ff6600;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


/* 基本設定
------------------------------------- */
body {
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
	color:#333;
}

h2 {
	font-size:18px;
	color:#f00;
	font-weight:bold;
	margin-bottom:10px;
}

section {
	margin-bottom:40px;
}

.photoL {
	float:left;
	margin:0 20px 20px 0;
}

header {
	text-align:center;
	min-width:1024px;
}

#top header .siteTtl,
header .siteTtl a {
	text-indent:-9999px;
	padding:15px 0 10px;
	display:block;
	width:297px;
	height:51px;
	margin:0 auto;
	background:url(../img/ttl_main.gif) center 15px no-repeat;
	background-size:290px 50px;
}

header #gNav .menuBox {
	width:100%;
	background:#ff6600;
}

header #gNav ul {
	width:1024px;
	margin:0 auto;
}

header #gNav li {
	float:left;
	text-align:center;
	width:145px;
	line-height:1.2;
}

header #gNav li a {
	display:block;
	padding:5px 0;
}

header #gNav li a:hover {
	background:#ff9a56;
}

header #gNav li span {
	display:block;
	border-right:1px solid #fff;
	padding:2px 0;
}

header #gNav li:last-child span {
	border-right:none;
}

#contents {
	position:relative;
	width:1024px;
	margin:15px auto 0;
	font-size:14px;
	line-height:1.4;
	padding-bottom:40px;
}

#main {
	float:right;
	width:620px;
	padding-right:213px;
}

#main p {
	font-size:14px;
	line-height:1.6;
}

#sideL {
	float:left;
	width:154px;
	padding-left:15px;
}

#sideL .logoRacha {
	text-align:center;
	margin-bottom:15px;
}

#sideL .ban li {
	border-bottom:1px solid #333;
}

#sideL .ban li:first-child {
	border-bottom:none;
}

#sideL .ban li a {
	padding:20px 0;
	display:block;
}

#sideL .ban li:first-child a {
	padding:0;
}

#sideR {
	position:absolute;
	width:162px;
	padding-right:15px;
	top:0;
	right:15px;
}

#sideR .ban li {
	margin-bottom:10px;
}

#sideR .twBox {
	margin-bottom:15px;
}

footer {
	min-width:1024px;
}

footer .copyright {
	margin:0 auto;
	text-align:center;
	font-size:14px;
	color:#fff;
	background:#ff6600;
	padding:10px;
}

#slideBox {
	margin-bottom:20px;
	width:620px;
	overflow:hidden;
}

#slideBox ul {
	width:10000px;
}

#slideBox ul li {
	float:left;
	height:350px;
	overflow:hidden;
	position:relative;
}

#slideBox ul li img{
	position:absolute;
	top:0;
	left:0;
	height:350px;
	width:auto;
	text-align:center;
}

#slideBox .slideNav {
	margin-top:10px;
}

#slideBox .slideNav a{
	margin-right:10px;
	width:12px;
	height:12px;
	display:inline-block;
	background:url(../img/icon_slide_off.gif);
	background-size:100%;
	text-indent:-9999px;
}
#slideBox .slideNav a.selected{
	background:url(../img/icon_slide_on.gif);
	background-size:100%;
}

.pageTop {
	text-align:right;
	font-size:14px;
	padding:0 10px 20px 0;
	min-width:1024px;
}

.pageTtlArea {
	text-align:center;
	margin-bottom:20px;
}

.low h1 {
	text-align:center;
	margin-bottom:10px;
}

#main p.photoClick {
	color:#00f;
	font-size:21px;
	font-weight:bold;
}

.memberList {
	padding:0 20px;
}

.memberList li {
	width:100px;
	float:left;
	margin:0 20px 20px 0;
	text-align:center;
	line-height:1;
}

.memberList li:nth-of-type(5n) {
	margin:0 0 20px 0;
}

.memberList li img {
	margin-bottom:5px;
}

.memberList li a {
	color:#333;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
}

.memberList li a:hover {
	color:#999;
	text-decoration:none;
}

.memberList li a span{
	font-size:10px;
	font-weight:normal;
	line-height:0.5;
	display:block;
	margin-top:5px;
}

#koenn .day {
	font-weight:bold;
}

#koenn .koenTtl {
	font-weight:bold;
	font-size:24px;
}

#koenn .leftBox {
	float:left;
	width:auto;
	width:290px;
}

#koenn .rightBox {
	float:right;
	width:330px;
}

#koenn .area01 {
	margin-bottom:20px;
}

#koenn .staff {
	margin-top:20px;
}

#kako .historyBox {
	border:1px solid #333;
	padding:10px;
	margin-bottom:15px;
}

#kako .historyBox:last-child {
	margin-bottom:0;
}

#kako .historyBox h2 {
	font-size:23px;
	font-weight:bold;
	text-decoration:underline;
	color:#333;
	float:left;
}

#kako .historyBox ul {
	padding-left:110px;
}

#kako .historyBox ul li {
	float:left;
	width:230px;
	text-align:center;
	margin-right:10px;
	margin-top:10px;
}

#kako .historyBox ul li:nth-of-type(2n) {
	margin-right:0;
}

#kako .historyBox ul li:nth-of-type(1),
#kako .historyBox ul li:nth-of-type(2) {
	margin-top:0;
}

#kako .historyBox ul li p {
	font-size:12px;
}

#kako .historyBox ul li,
#kako .historyBox ul li a {
	text-decoration:none;
	color:#333;
}

#kako .historyBox ul li a:hover {
	color:#999;
}

#kako .historyBox ul li .ttl,
#kako .historyBox ul li a .ttl {
	color:#f00;
	font-weight:bold;
}

#kako .historyBox ul li a:hover .ttl {
	color:#ff6600;
	font-weight:bold;
}

#kako .historyBox ul li .img {
	margin:5px 0;
}

#kako .historyBox ul li .img img{
	border:1px solid #333;
}

#kako .historyBox ul li .day {
	font-weight:bold;
}

#kako .publicNum,
#kako .publicPlace {
	font-weight:bold;
}

#kako .publicTtl {
	font-weight:bold;
	margin-bottom:0;
	font-size:24px;
}

#kako .publicOutline {
	margin:20px 0;
}

#kako .publicOutline .img img {
	border-bottom:1px solid #333;
}

#kako .flaBox {
	margin-bottom:20px;
}

#kako h3 {
	font-size:16px;
	font-weight:normal;
}

#kako .castBox {
	margin-bottom:20px;
}

#link .linkList dt {
	margin-bottom:10px;
}

#link .linkList dd {
	margin-bottom:20px;
}

#link .linkList dd:last-child {
	margin-bottom:0;
}

#kiseki .historyList dt {
	margin-bottom:10px;
	margin-top:20px;
	font-weight:bold;
	color:#f00;
	font-size:16px;
}

#kiseki .historyList dt:first-child {
	margin-top:0;
}

#kiseki .historyList dd {
	margin-bottom:5px;
}

#kiseki .historyList dd:last-child {
	margin-bottom:0;
}

#contact .permission {
	color:#f00;
	font-size:24px;
	font-weight:bold;	
}

.numList li {
	list-style:decimal;
	list-style-position:inside;
	text-indent:-1em;
	margin-left:1em;
}

.contactAddress a {
	display:inline-block;
	background:#00f;
	color:#fff;
	font-size:32px;
	font-weight:bold;
	padding:0 20px;
	margin:20px 0;
}

.contactAddress a:hover {
	text-decoration:none;
	background:#3b3bff;
}

.contsBox {
	border:1px solid #333;
	padding:10px;
	margin-top:20px;
}

.contsBox ul li {
	display:inline-block;
	margin-right:20px;
}

.contsBox ul li:last-child {
	margin-right:0;
}

/* clearfix
------------------------------------- */
.clearfix:after,
#gNav ul:after,
#contents:after,
#slideBox ul:after,
#kako .historyBox:after,
.publicOutline:after {
	content : '';
	display : block;
	clear : both;
	height: 0;
}

.sp {
	display:none;
}

/* スマホ向け設定。
------------------------------------- */
@media screen and (max-width:767px){
	html,body,header,#contents,.pageTop,footer{
			min-width:100%;
	}
	
	img {
		width:100%;
		height:auto;
	}
	
	#TB_window img {
		width:88%;
	}
	
	.pc {
		display:none;
	}
	
	.sp {
		display:block;
	}
	
	header {
		position:relative;
		z-index:99;
	}

	header .siteTtl {
		text-align:left;
		padding:15px 0 0px 10px;
		width:85%;
		min-width:85%;
		display:block;
		height:auto;
		margin:0;
		background:none;
	}

	#top header .siteTtl {
		background:url(../img/ttl_main.gif) 10px 15px no-repeat;
		background-size:auto 25px;
		height:25px;
		width:145px;
		display:block;
		margin:0;
	}

	header .siteTtl a {
		display:block;
		margin:0;
		padding:0;
		width:145px;
		height:25px;
		background:url(../img/ttl_main.gif) 0 0 no-repeat;
		background-size:auto 25px;
	}

	header #gNavBefore  {
		background:url(../img/sp/menu.gif) 0 0 no-repeat;
		background-size:68px 25px;
		height:25px;
		width:68px;
		position:absolute;
		top:15px;
		right:10px;
		display:block;
		z-index:10;
	}
	
	header #gNav .menuBox {
		background:none;
		padding:0 10px;
		box-sizing:border-box;
		position:absolute;
		display:none;
	}
	
	header #gNav .menuBox ul:before {
		content : '';
		display:block;
		background:url(../img/sp/triangle.png) 0 0 no-repeat;
		background-size:contain;
		height:5px;
		width:7px;
		position:absolute;
		right:8px;
		top:-5px;
	}

	header #gNav ul {
		width:100%;
		position:relative;
		top:10px;
		left:0;
	}
	
	header #gNav ul li {
		float:none;
		width:100%;
		padding:0;
		background:none;
	}
	
	header #gNav ul li a {
		background:#ff6600;
		display:block;
		width:100%!important;
		text-align:center;
		padding:10px;
		border-bottom:1px solid #fff;
		height:auto;
		box-sizing:border-box;
	}
	
	header #gNav ul li.item01 a {
		border-top-left-radius:4px;
		border-top-right-radius:4px;
	}
	
	header #gNav ul li.item07 a {
		border-bottom-left-radius:4px;
		border-bottom-right-radius:4px;
		border-bottom:none;
	}

	header #gNav li span {
		display:inline;
		border-right:none;
		padding:0;
	}
	
	#gNav ul li img {
		width:auto;
	}
	
	#contents {
		width:100%;
	}
	
	#main {
		float:none;
		width:100%;
		padding-right:0;
	}
	
	#main section{
		padding:0 10px;
		box-sizing:border-box;
	}
	
	#sideL {
		float:none;
		width:100%;
		padding:0 10px;
		box-sizing:border-box;
	}
	
	#sideL .logoRacha {
		width:70%;
		margin:0 auto 20px;
	}
	
	#sideR {
		position:static;
		width:100%;
		top:auto;
		right:auto;
		padding:0 10px;
		box-sizing:border-box;
	}
	
	.pageTop {
		text-align:center;
	}
	
	#slideBox {
		width:100%;
	}

	#slideBox .slideNav {
		padding:0 10px;
	}
	
	#slideBox .slideNav img {
		width:12px;
	}
	
	.low h1 img {
		width:auto;
		height:36px;
	}
	
	#main p.photoClick {
		font-size:16px;
	}

	.memberList li {
		width:45%;
		float:left;
		margin:0 20px 20px 0;
		text-align:center;
		line-height:1;
	}

	.memberList li:nth-of-type(5n) {
		margin:0 20px 20px 0;
	}

	.memberList li:nth-of-type(2n) {
		margin:0 0 20px 0;
	}

	#koenn .leftBox {
		float:none;
		width:100%;
		margin-top:20px;
	}
	
	#koenn .rightBox {
		float:none;
		width:100%;
	}

	#kako .historyBox h2 {
		float:none;
	}
	
	#kako .historyBox ul {
		padding-left:0;
	}
	
	#kako .historyBox ul li {
		float:left;
		width:48%;
		text-align:center;
		margin-right:4%;
		margin-top:10px;
	}
	
	#kako .historyBox ul li:nth-of-type(2n) {
		margin-right:0;
	}
	
	#kako .historyBox ul li:nth-of-type(1),
	#kako .historyBox ul li:nth-of-type(2) {
		margin-top:0;
	}

	#kako .flaBox {
		display:none;
		margin-bottom:20px;
	}
	
	#kako .kakoCap {
		font-weight:bold;
		color:#f00;
		margin-top:20px;
	}

	.contactAddress a {
		color:#fff;
		font-size:16px;
		font-weight:bold;
		padding:10px 20px;
		text-align:center;
	}
	
	.contactAddress a:hover {
		text-decoration:none;
		background:#3b3bff;
	}

}