@charset "utf-8"; /*文字コード指定*/
/* ----- css reset(各ブラウザで指定されているスタイルを初期化)と全体設定 ----- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td, img {
	margin: 0; /*ボックス外側の余白(値1つは上下左右をまとめて指定)*/
	padding: 0; /*ボックス内側の余白(値1つは上下左右をまとめて指定)*/
	border: 0; /*境界線指定*/
}
body {
	color: #333; /*文字色指定*/
	font-size: 75%; /* フォントサイズ指定(%はブラウザに設定した標準文字サイズ(通常16px)に対する値)*/
	font-family:Hiragino Kaku Gothic Pro, Meiryo, Osaka, MS PGothic, sans-serif;
	line-height: 1;	/*行の高さ指定(数値のみの場合はfont-sizeの倍数)*/
}
ol, ul {
	list-style: none; /*リストマーカーの種類指定(noneはなし)*/
}
a {
	color: #333; /*文字色指定*/
	text-decoration: none; /*テキストの装飾指定(下線、上線など)(noneはなし)*/
}
a:hover {
	text-decoration: none; /*テキストの装飾指定(下線、上線など)(noneはなし)*/
}
.color1 {
	color: #990000; /*文字色指定*/
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
 
.clearfix {
    display: inline-table;
    min-height: 1%;
}
 
/* Hides from IE-mac */
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */

/* ----- ページ左の内容 ----- */



.bxslider img{
	width:100%;
	height:auto;
}

#sidebar {
	background:#F00;
	margin-bottom: 150px;
}
#sidebar ul {
	margin: 19px 0px 10px 20px; /*ボックス外側の余白(値4つは左から上,右,下,左の値)*/
	width: 130px; /*幅指定*/
	font-weight: bold; /*フォントの太さ指定(boldは太字)*/
	font-size: 1.2em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
}
#sidebar p {
	font-size: 11px; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	line-height: 15px; /*行の高さ指定*/
	color:#fff;
}
#sidebar li {
	border-bottom: 1px solid #fff; /*境界線設定*/	
	line-height: 25px; /*行の高さ指定*/
}

#sidebar li a {
	color: #fff; /*文字色指定*/
}
#sidebar li a:hover {
	color:#fff; /*文字色指定*/
	/*アニメーション（ふわっと変化）設定*/
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;/*ここまでアニメーション設定*/
}
/* ----- ページ中央の内容 ----- */

/*youtube playerのレスポンシブ設定*/
#topcontent {
	position: relative; /*ボックスの配置方法(relativeは相対位置配置)*/
	overflow: hidden; /*ボックスからはみ出た部分の設定（hiddenは非表示）*/
	padding-top: 30px; /*ボックス内側上の余白*/
	padding-bottom: 56.25%; /*ボックス内側下の余白*/
	height: 0; /*領域の高さ指定*/
}
#topcontent iframe {
	position: absolute; /*ボックスの配置方法(absoluteは絶対位置配置)*/
	top: 0; /*上からの距離(positionで指定している場合に適用)*/
	left: 0; /*左からの距離(positionで指定している場合に適用)*/
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	height: 100%; /*領域の高さ指定(100%は縦いっぱいに表示)*/
}
/*ここまでyoutube playerのレスポンシブ設定*/

article h2 {
	margin: 20px 10px 15px 10px; /*ボックス外側の余白(値4つは左から上,右,下,左の値)*/
	font-weight: normal; /*フォントの太さ指定(normalは標準)*/
	font-size: 1.2em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
}
article ul {
	margin-left: 20px; /*ボックス外側左の余白*/
	font-size: 1em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	line-height: 25px; /*行の高さ指定*/
}
article a {
	text-decoration: underline; /*テキストの装飾指定(下線、上線など)(underlineは下線を引く)*/
}
/*ギャラリー設定*/
section {
	clear: both; /*floatの回り込みを解除*/
	margin: 0px; /*ボックス外側の余白(値4つは左から上,右,下,左の値)*/
	padding-top: 8px; /*ボックス内側上の余白*/
}





/*************
テーブル
*************/
table.table{
border-collapse:collapse;
margin: 20px 0px 20px 0px;
width:100%;
}

table.table th{
background-color:#FFF;
text-align:right;
white-space:nowrap;
color: #151515;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}


table.brwsr1 {
    font-size: 12px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 1px;
}

 

table.brwsr1 th {
    padding: 12px;
    vertical-align: middle;
    text-align: left;
    border-bottom: #999 1px solid;
    color: #fff;
}

 

table.brwsr1 td {
    padding: 5px;
    vertical-align: middle;
    text-align: left;
    border: #999 1px solid;
    font-size: 11px;
}
 

table.brwsr1 th.r1 {
    width: 152px;
    border-right: #999 1px solid;
    background: #F60;
}

table.brwsr1 th.r2,
table.brwsr1 td.r2 {
    width: 128px;
    border-left: #fff 1px solid;
    border-right: #999 1px solid;
    background: #F90;
}


table.brwsr1 th.r2,
table.brwsr1 th.r3,
table.brwsr1 th.r4 {
    text-align: center;
}
 

table.brwsr1 th.r3,
table.brwsr1 td.r3 {
    width: 128px;
    border-left: #fff 1px solid;
    border-right: #999 1px solid;
    background: #FC6;
}


table.brwsr1 th.r4,
table.brwsr1 td.r4 {
    width: 128px;
    border-left: #fff 1px solid;
    background: #a0c2d3;
}
#photo {
	margin-right: -10px; /*ボックス外側右の余白*/
}
.grid {
	float: left; /*要素を左か右に寄せて配置(leftは左に寄せる)*/
	background-color: #fff; /*背景色指定*/
	/*ボックスの影設定*/
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	/*ここまでボックスの影設定*/
	/*ボックスの時間変化の設定*/
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;/*ここまでボックスの時間変化の設定*/
}
.grid img {
	padding: 5px 0 3px 2.5%; /*ボックス内側の余白(値4つは左から上,右,下,左の値)*/
	width: 95%; /*幅指定*/
}
.grid:hover {
	color:#a22041; /*文字色指定*/
}
.grid p {
	padding: 5px 0; /*ボックス内側の余白(値2つは左から上下、左右の値)*/
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	font-size: 1em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
}
.more {
	margin: 20px auto; /*ボックス外側の余白(値2つは左から上下、左右の値)*/
	padding-bottom: 5px; /*ボックス内側下の余白*/
	width: 200px; /*幅指定*/
	height: 30px; /*領域の高さ指定*/
	/*ボックスの設定*/
	border-radius: 15px;
	background: #bfbfbf; /* Old browsers */
	background: -moz-linear-gradient(top, #bfbfbf 0%, #939393 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfbfbf), color-stop(100%, #939393)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bfbfbf 0%, #939393 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bfbfbf 0%, #939393 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bfbfbf 0%, #939393 100%); /* IE10+ */
	background: linear-gradient(to bottom, #bfbfbf 0%, #939393 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#939393', GradientType=0 ); /* IE6-9 */
	/*ここまでボックスの設定*/
	color: #fff; /*文字色指定*/
	text-align: center; /*行の水平方向の揃え方(centerは中央揃え)*/
	font-size: 1.5em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	font-family: 'Artifika', cursive; /*フォントの種類指定(googleのwebフォント)*/
	line-height: 30px; /*行の高さ指定*/
	/*透明度設定*/
	opacity: 0.8;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;/*ここまで透明度設定*/
}
.more:hover {
	color: #000; /*文字色指定*/
	/*透明度設定*/
	opacity: 0.6;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	/*ここまで透明度設定*/
	cursor: pointer; /*マウスカーソルの形状を指定(pointerはリンクカーソル)*/
	/*アニメーション（ふわっと変化）設定*/
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;/*ここまでアニメーション設定*/
}
/* ----- ページ右の内容 ----- */

#scroll {
	margin: 5px 0 5px 10px; /*ボックス外側の余白(値4つは左から上,右,下,左の値)*/
	width: 290px; /*幅指定*/
	height: 230px; /*領域の高さ指定*/
}

#newlist dl {
	padding-left: 5px; /*ボックス内側左の余白*/
	text-align: left; /*行の水平方向の揃え方(leftは左寄せ)*/
}
#newlist dt {
	padding: 5px 10px 5px 0; /*ボックス内側の余白(値4つは左から上,右,下,左の値)*/
	color: #666; /*文字色指定*/
	font-weight: bold; /*フォントの太さ指定(boldは太字)*/
}
#newlist dd {
	padding: 5px 10px 5px 5px; /*ボックス内側の余白(値4つは左から上,右,下,左の値)*/
	border-bottom: 1px solid #ccc; /*下境界線の一括指定(solidは1本線,線の太さ,線の色)*/
}

#newlist a {
	text-decoration: underline;
}


/* ----- フッター（ページの一番下の部分） ----- */

/* ----- フッター（ページの一番下の部分） ----- */

footer {
	clear: both; /*floatの回り込みを解除*/
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	height: 80px; /*領域の高さ指定*/
	text-align: center; /*行の水平方向の揃え方(centerは中央揃え)*/
	font-size: 0.8em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	color: #FFF;
	line-height: 30px; /*行の高さ指定*/
	background-color:#333333;
	margin-bottom: 150px;
}


/*レスポンシブレイアウト設定*/

@media screen and (max-width: 480px) {
	/*レイアウト*/	
	#wrapper {
		position: relative; /*ボックスの配置方法(relativeは相対位置配置)*/
		width: 100%; /*幅指定*/
	}


	
	#column1 {
		margin: 0px auto 10px; /*ボックス外側の余白(autoはボックス幅や隣接する他ボックス幅による自動余白割り当て)*/
		width: 100%; /*幅指定*/
	}
	
	#topcontent {
		margin-top: 30px; /*ボックス外側上の余白*/
	}

	article {
		margin-right: 20px; /*ボックス外側右の余白*/
	}

	article h2 {
		margin: 20px; /*ボックス外側の余白*/
		text-align: center; /*行の水平方向の揃え方(centerは中央揃え)*/
	}
	
	#sidebar ul {
		margin: 15px 0px 10px 3px; /*ボックス外側の余白(値4つは左から上,右,下,左の値)*/
		padding: 20px 0px 10px 0px; /*ボックス外側の余白(値4つは左から上,右,下,左の値)*/
		width: 100%; /*幅指定*/
	}
	
	#sidebar li {
		line-height: 30px; /*行の高さ指定*/
		margin: 0 20px; /*ボックス外側右の余白*/
	}
	
	#column2 {
		/*position: absolute; ボックスの配置方法(absoluteは絶対位置配置)*/
		/*top: 0; 上からの距離(positionで指定している場合に適用)*/
		width: 100%; /*幅指定*/
	}
	
	#column2 h2 {
		text-align: center; /*行の水平方向の揃え方(centerは中央揃え)*/
		margin: 30px 10px 5px 5px; /*ボックス外側の余白(値4つは左から上,右,下,左の値)*/
		color: #333; /*文字色指定*/
		font-size: 1em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	}
	
	#scroll {
		height: 150px; /*領域の高さ指定*/
		width: 100%; /*幅指定*/
		margin-right: 20px; /*ボックス外側右の余白*/
	}
	
	#newlist dd {margin-right: 20px; /*ボックス外側右の余白*/}
	
	#afir {display: none; /*要素の表示指定（noneは非表示）*/}
	
	#afir2 {display: none; /*要素の表示指定（noneは非表示）*/}
	
	section {margin-top: 3px; /*ボックス外側上の余白*/}
	
	#photo {margin: 0; /*ボックス外側の余白*/}
	
	#photo a {margin: 1%; /*ボックス外側の余白*/	width: 98%; /*幅指定*/}
	
	#photo_2 a {margin: 1%; /*ボックス外側の余白*/width: 98%; /*幅指定*/}
	
	#gallery .grid {float:left;width:45%;margin:0 0 0 3%;}
	}

 @media screen and (min-width: 481px) and (max-width: 768px) {
/*レイアウト*/	
#wrapper {
	position: relative; /*ボックスの配置方法(relativeは相対位置配置)*/
	margin: auto; /*ボックス外側の余白(autoはボックス幅や隣接する他ボックス幅による自動余白割り当て)*/
	width: 100%; /*幅指定*/
}
#column1 {
	float: right; /*要素を左か右に寄せて配置(rightは右に寄せる)*/
	margin-right: 10px; /*ボックス外側右の余白*/
	margin-left: -220px; /*ボックス外側右の余白*/
	width: 100%; /*幅指定*/
}
#column1_inner {
	margin-left: 230px; /*ボックス外側左の余白*/
}

#sidebar {
	float: left; /*要素を左か右に寄せて配置(leftは左に寄せる)*/
	margin-left: 10px; /*ボックス外側左の余白*/
	width: 200px; /*幅指定*/
}
#sidebar ul {
	margin-top: 620px; /*ボックス外側上の余白*/
}
#sidebar li {
	line-height: 30px; /*行の高さ指定*/
}
#column2 {
	position: absolute; /*ボックスの配置方法(absoluteは絶対位置配置)*/
	top: 0px; /*上からの距離(positionで指定している場合に適用)*/
	left: 10px; /*左からの距離(positionで指定している場合に適用)*/
	width: 200px; /*幅指定*/
	background:#FFF;
}
#column2 h2 {
	margin: 20px 10px 5px 5px; /*ボックス外側の余白(値4つは左から上,右,下,左の値)*/
	color: #333; /*文字色指定*/
	font-size: 1em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
}
#scroll {
	margin-left: 10px; /*ボックス外側左の余白*/
	width: 180px; /*幅指定*/
	height: 150px; /*領域の高さ指定*/
}
#afir {
	display: none; /*要素の表示指定（noneは非表示）*/
}
#afir2 {

	margin-top: 30px; /*ボックス外側上の余白*/
	width: 200px; /*幅指定*/
}
#photo a {
	margin: 1%; /*ボックス外側の余白*/
	width: 31.33%; /*幅指定*/
}
#photo_2 a {
	margin: 1%; /*ボックス外側の余白*/
	width: 31.33%; /*幅指定*/
}
#gallery .grid {
	float:left;
	width:32%;
	margin:0 0 0 1%;
}
}

@media screen and (min-width: 769px) and (max-width: 1129px) {
/*レイアウト*/	
#wrapper {
	margin: auto; /*ボックス外側の余白(autoはボックス幅や隣接する他ボックス幅による自動余白割り当て)*/
	width: 100%; /*幅指定*/
}
#contents {
	float: left; /*要素を左か右に寄せて配置(leftは左に寄せる)*/
	margin-right: -220px; /*ボックス外側右の余白*/
	width: 100%; /*幅指定*/
}
#column1 {
	float: right; /*要素を左か右に寄せて配置(rightは右に寄せる)*/
	margin-left: -220px; /*ボックス外側左の余白*/
	width: 100%; /*幅指定*/
}
#column1_inner {
	margin-right: 230px; /*ボックス外側右の余白*/
	margin-left: 190px; /*ボックス外側左の余白*/
}

#sidebar {
	float: left; /*要素を左か右に寄せて配置(leftは左に寄せる)*/
	margin-left: 0px; /*ボックス外側左の余白*/
	width: 170px; /*幅指定*/
}
#scroll {
	margin-left: 10px; /*ボックス外側左の余白*/
	width: 180px; /*幅指定*/
	height: 150px; /*領域の高さ指定*/
}
#column2 {
	float: right; /*要素を左か右に寄せて配置(rightは右に寄せる)*/
	margin-right: 10px; /*ボックス外側右の余白*/
	width: 200px; /*幅指定*/
}
#column2 h2 {
	margin: 20px 10px 5px 5px; /*ボックス外側の余白(値4つは左から上,右,下,左の値)*/
	color: #333; /*文字色指定*/
	font-size: 1em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
}
#afir {
	display: none; /*要素の表示指定（noneは非表示）*/
}
#afir2 {

	margin-top: 0px; /*ボックス外側上の余白*/
	width: 200px; /*幅指定*/
	height: 200px; /*領域の高さ指定*/
}
#photo a {
	margin: 1%; /*ボックス外側の余白*/
	width: 23%; /*幅指定*/
}
#photo_2 a {
	margin: 1%; /*ボックス外側の余白*/
	width: 23%; /*幅指定*/
}
#gallery .grid {
	float:left;
	width:32%;
	margin:0 0 0 1%;
}
}

 @media print, screen and (min-width: 1130px) {
/*レイアウト*/	
#wrapper {
	margin: auto; /*ボックス外側の余白(autoはボックス幅や隣接する他ボックス幅による自動余白割り当て)*/
	width: 1130px; /*幅指定*/
}
#contents {
	float: left; /*要素を左か右に寄せて配置(leftは左に寄せる)*/
	width: 800px; /*幅指定*/
}
#column1 {
	float: right; /*要素を左か右に寄せて配置(rightは右に寄せる)*/
	width: 610px; /*幅指定*/
}
#sidebar {
	float: left; /*要素を左か右に寄せて配置(leftは左に寄せる)*/
	margin-left: 0px; /*ボックス外側左の余白*/
	width: 170px; /*幅指定*/
}
#column2 {
	float: right; /*要素を左か右に寄せて配置(rightは右に寄せる)*/
	margin-right: 10px; /*ボックス外側右の余白*/
	width: 300px; /*幅指定*/
}
#column2 h2 {
	margin: 20px 10px 5px 5px; /*ボックス外側の余白(値4つは左から上,右,下,左の値)*/
	color: #333; /*文字色指定*/
	font-size: 1em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
}
#afir {
	margin-top: 10px; /*ボックス外側上の余白*/
	width: 300px; /*幅指定*/
}
#afir2 {
	display: none; /*要素の表示指定（noneは非表示）*/
}
#photo a {
	margin: 1%; /*ボックス外側の余白*/
	width: 18%; /*幅指定*/
}
#photo_2 a {
	margin: 1%; /*ボックス外側の余白*/
	width: 18%; /*幅指定*/
}
#gallery .grid {
	float:left;
	width:32%;
	margin:0 0 0 1%;
}
}





