@charset "utf-8";

/* 文書全体 */
* {
	margin: 0px;
}

/* 全てのスクリーンサイズで適用する設定 */
/* body */
body {
    font-family: "メイリオ","ＭＳ Ｐゴシック","Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Geneva,Arial,Verdana,sans-serif;
	text-align: center;
}




/* meplus */

table { width: 90%;
margin:0 auto; }
th, td  { padding: 10px; border: 1px solid #ddd; }
th  { background: #f4f4f4; }
 
/*----------------------------------------------------
  .demo01
----------------------------------------------------*/
.demo01 th  { width: 30%; text-align: left; }
.demo01 td  { text-align: left; }



.orange {
	background-color:#ffcc99;
	font-size:120%;
	}

.red {
	color:#c52124;
	text-decoration:underline;
}



.kakomigreen {
	margin:0 3.5%;
	background-color:#FFF;
	padding:0.5%;"
}




.kakomiopt {
	margin:0 4.7%;
	background-color:#FFF;
	padding:0.5%;"
}




 
@media only screen and (max-width:600px){
    .demo01 { margin: 0 auto ;
 }
    .demo01 th,
    .demo01 td{
    width: 95%;
    display: block;
    border-top: none;
    }
  .demo01 tr:first-child th { border-top: 1px solid #ddd; }
  
  
  
  
.snsmein {
	height:700px;
}



.snsbk {
width: 93%;
position: absolute;
top: 100px;
left: 4%;
}




.spnone {
	display:none;
}

  
  
  
  
  
  
}
/* end meplus */





img {
	border-style: none;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.max_width {
	max-width: 870px;
	margin-right: auto;
	margin-left: auto;
}

/* header */
header {
}
#site_title {
	font-family: "Courier New", Courier, monospace;
	font-size: 35px;
	padding-top: 80px;
	padding-bottom: 30px;
}
#menu_button {
	position:fixed;
	top:0px;
	left:0px;
	z-index:3;
}

/* nav */
#nav {
	position:fixed;
	top:0px;
	margin-left:-200px;
	width:200px;
	z-index:2;
}
#nav ul {
	padding: 0px;
	background-color:rgba(0,0,0,0.90);
}
#nav ul li {
	list-style-type: none;
}
#nav ul li a:link {
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 11px;
	padding-bottom: 15px;
	border-bottom: 1px solid #474747;
	display:block;
	text-align:left;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}
#nav ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #B9B9B9; /* hover のカラー（600px 未満のメニュー）（1/4 箇所） */
	text-decoration: none;
}

/* article */
.content_wrap {
	padding-top:25px;
	padding-bottom:25px;
}
.content {
	margin-right: 5px;
	margin-left: 5px;
}
.content a:link {
	color: #515151;
	-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}
.content a:visited {
	color: #464646;
}
.content a:hover {
	color: #B9B9B9; /* hover のカラー（コンテンツ部分のリンク）（2/4 箇所） */
}
.content h1 {
	font-size: 130%;
	font-weight:normal;
	border-top: 1px solid #000000;
}
.content h1 span {
	position:relative;
	top:-15px;
	background-color:#FFFFFF;
	padding-left:30px;
	padding-right:30px;
	z-index:1;
}
.content h2 {
	clear: both;
	font-weight:normal;
	font-size:120%;
}
.content p {
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 90%;
}
.img_frame {
	max-width: 100%;
	height: auto;
	vertical-align:bottom;
}

.column_block {
}
.column2_1 {
}
.column2_2 {
}
.column2_1_box {
	padding-bottom:20px;
}
.column2_2_box {
	padding-bottom:20px;
}

.column3_1 {
}
.column3_2 {
}
.column3_3 {
}
.column3_1_box {
	padding-bottom:20px;
}
.column3_2_box {
	padding-bottom:20px;
}
.column3_3_box {
	padding-bottom:20px;
}

.color1 {
	color:#FF0000; /* 赤色 */
}
.color2 {
	color:#FF6600; /* 橙色 */
}
.color3 {
	color:#9900CC; /* 紫色 */
}
.supplement {
	font-size:90%;
	color:#6C6C6C; /* 補足 */
}

/* footer */
.footer_wrap {
	padding-top:25px;
	padding-bottom:25px;
}
footer {
}
footer p {
	margin-top: 10px;
	margin-bottom: 10px;
}
footer a:link {
	color: #000000;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}
footer a:visited {
	color: #000000;
	text-decoration: none;
}
footer a:hover {
	color: #B9B9B9; /* hover のカラー（フッターのリンク）（3/4 箇所） */
	text-decoration: none;
}













/* スクリーンサイズ 幅 600px 以上で適用する設定・上から継承したスタイルを上書き */
@media only screen and (min-width: 600px) {




body {
	font-size:130%;
}


/* header */
header {
}
#site_title {
	font-size: 38px;
	padding-top: 65px;
	padding-bottom: 60px;
}
#menu_button {
	display:none;
}

/* nav */
#nav {
	position: fixed;
	top: 130px;
	left: 0px;
	margin-left: 0px;
	width: 100%;
}
#nav ul {
	background-color:rgba(0,0,0,0);
}
#nav ul li {
	display:inline-block;
}
#nav ul li a:link {
	border-bottom: 0px solid #424242;
	color: #000000;
	padding: 5px;
}
#nav ul li a:visited {
	color: #000000;
}
#nav ul li a:hover {
	text-decoration: none;
	color: #B9B9B9; /* hover のカラー（600px 以上のメニュー）（4/4 箇所） */
}

.ie6 #nav ul li {
	display: inline;
	zoom: 1;
	padding-top: 10px;
	padding-right: 10px;
}
.ie7 #nav ul li {
	display: inline;
	zoom: 1;
}

/* article */
.content_wrap {
	padding-top:30px;
	padding-bottom:30px;
}


.column_block {
	display:block;
	clear:both;
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
	padding:0 5%;
}
.column2_1 {
	width: 50%;
	float:left;
}
.column2_2 {
	width: 50%;
	display:inline-block;
}
.column2_1_box {
	padding-bottom: 0px;
}
.column2_2_box {
	padding-bottom: 0px;
}
.column2_1_box p {
	margin:50px 0;

}
.column2_2_box p {
	margin:50px 0;
}

.column3_1 {
	width: 33.3%;
	float:left;
}
.column3_2 {
	width: 33.3%;
	float:left;
}
.column3_3 {
	width: 33.4%;
	display:inline-block;
}
.column3_1_box {
	padding-bottom: 0px;
	padding-right: 30px;
}
.column3_2_box {
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
}
.column3_3_box {
	padding-bottom: 0px;
	padding-left: 30px;
}

.ie7_under .column_block {
	margin-bottom: 0px;
}

.ie7_under .column2_1 {
	width: 100%;
}
.ie7_under .column2_2 {
	width: 100%;
}
.ie7_under .column2_1_box {
	padding-right: 0px;
	padding-bottom: 20px;
}
.ie7_under .column2_2_box {
	padding-left: 0px;
	padding-bottom: 20px;
}

.ie7_under .column3_1 {
	width: 100%;
}
.ie7_under .column3_2 {
	width: 100%;
}
.ie7_under .column3_3 {
	width: 100%;
}
.ie7_under .column3_1_box {
	padding-right: 0px;
	padding-bottom: 20px;
}
.ie7_under .column3_2_box {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
}
.ie7_under .column3_3_box {
	padding-left: 0px;
	padding-bottom: 20px;
}

/* footer */
.footer_wrap {
	padding-top:30px;
	padding-bottom:30px;
}



.centerline {
	text-align:center !important;
}




.snsbk {
	 position:absolute;
	 width:95%;
	top: 250px;
	left: 5%;

}



.snsmein {
	height:650px;
}




.video {
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}





}