
/* utf-8で!! */
@charset "utf-8";



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



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


img
{
	border-style: none;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}


.max_width
{
	max-width: 1000px;
	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;
}



/* slideshow */
#stage
{
	position:relative;
	cursor:pointer;
	max-width: 95%;
	margin-right: auto;
	margin-left: auto;
}


#stage ul
{
	padding: 0px;
	position:relative;
}


#stage ul li
{
	max-width: 100%;
	list-style-type: none;
	position:absolute;
	opacity: 0;
}


#stage img
{
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}


#slide_control
{
	display: none;
	margin-top: 20px;
}


#prev_button
{
	background-color:#FFFFFF;
}


#next_button
{
	background-color:#FFFFFF;
}


.ie8_under #stage
{
	display: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 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
{
	/* 画像の外枠なしが良い場合は、ここから */
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border: 1px solid #BCBCBC;
	background-color:#FFFFFF;
	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; /* 紫色 */
}


.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)

/*ここから*/
{


/* header */
header
{
}


#site_title
{
	font-size: 38px;
	padding-top: 65px;
	padding-bottom: 60px;
}


.ie8_under #site_title
{
	padding-bottom: 15px;	
}


#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_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;
}



/*ここまで*/
}
