@charset "utf-8";

/* 文書全体 */
* {
	margin: 0px;
}

/* 全てのスクリーンサイズで適用する設定 */
/* body */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#696969;
	text-align: center;
}
img {
	border-style: none;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* 画像スケルトン
----------------------------------*/
a img:hover{opacity:.5;}

.max_width {
    clear:both;
	max-width: 1000px;
	margin:0 auto;
}

ul.tel{max-width:600px;margin:0 auto; list-style-type: none;}
ul.tel li{margin-left:-30px;margin-bottom:5px;border-bottom:2px solid #402522;}
/* header */
header {
}

header h1{margin:0 auto;}

#site_title {
    margin:0 auto;
	font-family: "Courier New", Courier, monospace;
	font-size: 35px;
	padding-top:15px;
}
#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.80);
}
#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_slide {
	padding-top:25px;
	padding-bottom:25px;
}
.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 h2 {
    clear:both;
    margin-bottom:10px;
	font-size: 130%;
	font-weight:normal;
	text-align:left;
	background:url(../images/h2_back.png) repeat center;
}
.content h2 span {
	position:relative;
	background-color:#fff;
	padding-left:20px;
	padding-right:20px;
	z-index:1;
}
.content h3 {
	clear: both;
	margin:20px 0;
	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%;
}

.content p.red{color:#ff0000;}

.content p.center{text-align:center;}

.content h3 {
    text-align:right;
	clear: both;
	margin:20px 0;
	font-weight:normal;
	background:url(../images/h3_back.gif) repeat center;
}

.content h3.left {
    text-align:left;
	clear: both;
	margin:20px 0;
	font-weight:normal;
	background:url(../images/h3_back.gif) repeat center;
}

.content h3 span {
    color:#000;
	position:relative;
	background-color:#fff;
	padding-left:20px;
	padding-right:20px;
	z-index:1;
}
.img_frame {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border: 1px solid #ccc;
	background-color:#fff;
	padding: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 95%;
	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; /* 紫色 */
}
p.supplement {
    text-align:center;
	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;
}


/* テーブル */

.table_01{
margin:20px auto;
width: 95%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}
.table_01 th{
width:25%;
padding:4px;
text-align: center;
vertical-align: top;
color: #444;
background:#fff;
border-left: 5px double #696969;
border-top: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.table_01 td{
width:75%;
padding:4px;
background: #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

.pc{display:none;}
.sp{display:block;}

/* スクリーンサイズ 幅 600px 以上 */
@media only screen and (min-width: 600px) {

/* header */
header {
}


#site_title {
float:left;
padding-bottom: 40px;
}
.ie8_under #site_title {
	padding-bottom: 15px;	
}
#menu_button {
	display:none;
}

/* nav */
#nav {
	position: fixed;
	top: 0;
	left: 0;
	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: #000;
	padding: 5px;
}
#nav ul li a:visited {
	color: #000;
}
#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_slide {
	padding-top:25px;
	padding-bottom:30px;
}
.content_wrap {
	padding-top:30px;
	padding-bottom:30px;
}

.column_block {
	display:block;
	clear:both;
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
}
.column2_1 {
	width: 50%;
	float:left;
}
.column2_2 {
	width: 50%;
	display:inline-block;
}
.column2_1_box {
	padding-bottom: 0px;
	padding-right: 30px;
}
.column2_2_box {
	padding-bottom: 0px;
	padding-left: 30px;
}

.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;
}

.pc{display:block;}
.sp{display:none;}

}