@charset "UTF-8";
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/* Mobile Layout: 480px and below. */

.hide_mobile {
    display: none;
}

.gridContainer {
	background-color:#000;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding: 2% 2.5% 2% 2.5%;
	clear: none;
	float: none;
}
.sitemap {
	width: 100%;
	text-align: right;
}

.mainarea {
	width:100%;
	height: auto;
	padding:0;
	border:thin solid #666;
}

.header {
	width: 100%;
	margin: 0 auto 2em 0;
	height: auto;
}

#navi {
	display:block;
	width:100%;
	height:60px;
	float:left;
}
#navi ul {
	list-style: inside none;
}
#navi li {
	display:block;
	float:left;
	height:60px;
}
#navi li.btn_40 {
	width:8.9%;
}
#navi li.btn_45 {
	width:10%;
}
#navi li.btn_60 {
	width:13.3%;
}
#navi li.btn_65 {
	width:14.4%;
}
.logo_ttl {
	clear:both;
	display:block;
	width:260px;
	float:left;
}
.logo_mobile {
	display:block;
}
.logo_pc {
	display:none;
}
.page_ttl {
	float:left;
}
.main_left {
	clear:both;
	display:block;
	width:100%;
	float:left;
	text-align:left;
	margin-bottom:2em;
}
.main_left li {
	list-style:none;
}

.main_right {
	display:block;
	width:100%;
	float:left;
	text-align:left;
	margin-bottom:2em;
}
.cont_box {
	display:block;
	width:96%;
	margin:0 2% 1em 2%;
}
.cont_box h3 {
	display:block;
	width:100%;
	height:1.5em;
	font-size:1.2em;
	font-weight:bold;
	border-bottom:thin solid #666;
	margin:0 0 1em 0;
}
.cont_box h3:before{
	content:"■ ";
}
.cont_box p {
	font-size:1em;
	line-height:1.4em;
	text-align:left;
}
.cont_box ul {
	list-style:outside;
	margin-left:1em;
}
.cont_box li {
	list-style:none;
}
.cont_box table {
	border-top:thin solid #444;
	border-left:thin solid #444;
}
.cont_box td {
	border-right:thin solid #444;
	border-bottom:thin solid #444;
}
#header img {
	width: 100%;
	max-width:480px;
	height: auto;
}

/* == メンバー紹介 --*/
.member_box {
	display:block;
	width:100%;
	margin-bottom:1em;
	height:auto;
	border-bottom:thin solid #666;
	padding-bottom:1em;
}
.member_photo_s {
	width:30%;
	float:left;
}
.member_intro {
	display:block;
	float:right;
	width:60%;
	text-align:left;
}
.member_intro h4 {
	display:block;
	width:100%;
	height:1.4em;
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 0.2em 0;
}
.member_intro p {
	margin:0;
	padding:0 0.5em 0 0;
}
p.member_link{
	 text-align:right;
}

.form dl {
	display:block;
	background-color:#333;
	border-bottom:thin solid #888;
	color:#EEE;
	padding:0.5em;
}

.gotop {
	display:block;
	clear:both;
	width:98%;
	height:2em;
	padding:1em 2% 1em 0;
	text-align:right;
}

#footer {
	display:block;
	width:100%;
	height:2em;
	text-align:right;
	font-size:0.8em;
}

.top_left {
	clear:both;
	display:block;
	width:100%;
	float:left;
	text-align:left;
	margin-bottom:2em;
}

.top_left li {
	list-style:none;
}

.top_right {
	display:block;
	width:100%;
	float:left;
	text-align:left;
	margin-bottom:2em;
}
.resv_area {
	width:260px;
	height:200px;
	margin:1em auto;
}
.resv_btn {
	display:block;
	margin:0 auto;
	width:260px;
	height:100px;
}

.v_main {
	width:100%;
	height: auto;
	padding:0;
	border:none;
}

form input , form select , form textarea {
	color:#222;
}

/* Tablet Layout: 481px to 899px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px)  {

.gridContainer {
	background-color:#000;
	width: 100%;
	height:100%;
	padding: 0;
	clear: none;
	float: none;
	margin-left: auto;
}

.hide_mobile {
    display: block;
}
.hide_tablet {
    display: none;
}
.header {
	display:block;
	width: 100%;
	height: auto;
}
#navi {
	display:block;
	width:450px;
	height:60px;
	float:left;
}
.logo_ttl {
	clear:none;
	display:block;
	width:260px;
	float:right;
}
.page_ttl {
	float:left;
}
.logo_mobile {
	display:block;
}
.logo_pc {
	display:none;
}
.main_left {
	clear:both;
	display:block;
	width:30%;
	float:left;
	text-align:left;
}
.main_right {
	display:block;
	width:68%;
	float:right;
	text-align:left;
}
.top_left {
	clear:both;
	display:block;
	width:60%;
	float:left;
	text-align:left;
}
.top_right {
	display:block;
	width:35%;
	float:right;
	text-align:left;
}

.cont_box {
	display:block;
	width:100%;
	margin:0 0 1em 0;
}
.cont_box h3 {
	display:block;
	width:100%;
	height:1.5em;
	font-size:1.2em;
	font-weight:bold;
	border-bottom:thin solid #666;
	margin:0 0 1em 0;
}
.cont_box p {
	font-size:1em;
	line-height:1.4em;
	text-align:left;
}

/* == メンバー紹介 --*/
.member_box {
	display:block;
	width:100%;
	margin-bottom:1em;
	border-bottom:thin solid #666;
}
.member_photo_s {
	width:30%;
	float:left;
}
.member_intro {
	 display:block;
	 float:right;
	 width:60%;
	 text-align:left;
}
.member_intro h4 {
	display:block;
	width:100%;
	height:1.4em;
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 0.2em 0;
}
.member_intro p {
	margin:0;
	padding:0 0.5em 0 0;
}

p.member_link{
	 align:right;
}
.v_main {
	width:600px;
	height: auto;
	padding:0;
	border:none;
}

/* Desktop Layout: 900px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
}

@media only screen and (min-width: 900px) {
.gridContainer {
	background-color:#000;
	width: 100%;
	max-width: 760px;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.logo_mobile {
	display:none;
}
.mainarea {
	width:760px;
	padding:0;
	border:thin solid #666;
}
.hide_desktop {
    display: none;
}
.header {
	width: 100%;
	max-width: 900px;
	height:120px;
}
#navi li {
	display:block;
	float:left;
	height:60px;
}
#navi li.btn_40 {
	width:40px;
}
#navi li.btn_45 {
	width:45px;
}
#navi li.btn_60 {
	width:60px;
}
#navi li.btn_65 {
	width:65px;
}
.logo_ttl {
	clear:none;
	display:block;
	width:260px;
	float:right;
}
.logo_pc{
	display:block;
	width:260px;
	height:60px;
}
.page_ttl {
	float:right;
	height:55px;
}
.main_left {
	clear:both;
	display:block;
	width:250px;
	float:left;
	text-align:left;
}
.main_right {
	display:block;
	width:440px;
	float:right;
	text-align:left;
}
.top_left {
	clear:both;
	display:block;
	width:450px;
	float:left;
	text-align:left;
	font-size:0.9em;
}
.top_right {
	display:block;
	width:260px;
	float:right;
	text-align:left;
}
.cont_box {
	display:block;
	width:100%;
	margin:0 0 1em 0;
}
.cont_box h3 {
	display:block;
	width:100%;
	height:1.4em;
	font-size:1em;
	font-weight:bold;
	border-bottom:thin solid #666;
	margin:0 0 0.5em 0;
}
.cont_box p {
	font-size:0.9em;
	line-height:1.4em;
	text-align:left;
}

/* == メンバー紹介 --*/
.member_box {
	display:block;
	width:100%;
	margin-bottom:1em;
	border-bottom:thin solid #666;
}
.member_photo_s {
	width:100px;
	float:left;
}
.member_intro {
	 display:block;
	 float:right;
	 width:260px;
	 text-align:left;
}
.member_intro h4 {
	display:block;
	width:260px;
	height:1.4em;
	font-size:1em;
	font-weight:bold;
	margin:0 0 0.2em 0;
}
.member_intro h4:before {
	content:"■ ";
}
.member_intro p {
	margin:0;
	padding:0 0.5em 0 0;
}

p.member_link{
	 align:right;
	 text-align:right;
}
.resv_area {
	width:100%;
	height:200px;
	margin:1em auto;
}
.resv_btn {
	display:block;
	float:right;
	width:260px;
	height:100px;
}
.v_main {
	width:600px;
	margin:1em auto;
	padding:2em;
	height: auto;
	padding:0;
	border:none;
}


}