﻿@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; /*境界線指定*/
}
html, body {
	height: 100%; /*領域の高さ指定*/
}
body {
	font-size: 75%; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	line-height: 2; /*行の高さ指定(数値のみの場合はfont-sizeの倍数)*/
	background: #fffaf0; /*#fff5ee;*/ /*#fff8dc;*/ /*#fffafa*/ /*#fffaf0*/ /*#fffff0*/ /*#fffacd;*/ /*#fffff0;ivory */ /*#FFFFCC;*/ /*背景指定 元は#fff */
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro'; /*フォントの種類指定(左から優先順位)*/
	color: #333; /*文字色指定*/
}
ol, ul {
	list-style: none; /*リストマーカーの種類指定(noneはなし)*/
}
a {
	color: #333; /*文字色指定*/
}
a:hover {
	text-decoration: none; /*テキストの装飾指定(下線、上線など)(noneはなし)*/
}
.color1 {
	color: #990000; /*文字色指定*/
}
/*レイアウト設定*/

/* OKUI coverpage overlap start */

.example {/*親div*/
  position: relative;/*相対配置*/
  }

.example p {
  position: absolute;/*絶対配置*/
  color: black;/*文字は白に*/
  top: 0;
  left: 0;
  }

.example img {
  width: 100%;
  }


/* OKUI coverpage overlap end */


/* OKUI start */


table {
  border-collapse: collapse;
}
table th, table td {
  border: solid 1px black;
  /*実線 1px 黒*/
}


/* ----- ヘッダー(ページの一番上の部分) ----- */

header {
	position: relative; /*ボックスの配置方法(relativeは相対位置配置)*/
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	height: 30px; /*領域の高さ指定*/
	/*グラデーション設定*/
	background: #4173a6; /* Old browsers */
	background: -moz-linear-gradient(top,  #4173a6 0%, #274789 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4173a6), color-stop(100%,#274789)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4173a6 0%,#274789 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4173a6 0%,#274789 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4173a6 0%,#274789 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4173a6 0%,#274789 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4173a6', endColorstr='#274789',GradientType=0 ); /* IE6-9 */
	/*ここまでグラデーション設定*/
}

header.okui {
	/* width: 100%; 幅指定(100%は画面横幅いっぱいに表示)*/
	height: 140px; /*領域の高さ指定*/
	margin-right: 10px; /*OKUI OKUI OKUI*/
        /* background-color: #999900; */ /*元は#99cc00;*/
        background-color: #483d8b;
}

header.okui-relative {
/* okui */
	position: relative; /*ボックスの配置方法(relativeは相対位置配置)*/
/* okui */

	/* width: 100%; 幅指定(100%は画面横幅いっぱいに表示)*/
	height: 160px; /*領域の高さ指定*/
	margin-right: 10px; /*OKUI OKUI OKUI*/
        /* background-color: #999900; */ /*元は#99cc00;*/
        background-color: #483d8b;
}



#logo a {
	color:#000; /*文字色指定*/
	font-weight: normal; /*フォントの太さ指定(normalは標準)*/
	font-size: 2em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	font-family: 'Ceviche One', cursive; /*フォントの種類指定(googleのwebフォント)*/
}

#logo a:hover {
	color:#ccc; /*文字色指定*/
	/*アニメーション（ふわっと変化）設定*/
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;/*ここまでアニメーション設定*/
}

/* OKUI end */




/* OKUI access start*/

/* ----- コンテンツ ----- */

.post {
	width: 800px; /*幅指定*/
	margin: 60px 30px; /*ボックス外側の余白(値2つは左から上下,左右の値)*/
}

.post h2 {
	font-size: 3em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	margin-bottom: 30px; /*ボックス外側下の余白*/
	border-bottom: solid 1px #aaa; /*境界線の一括指定(solidは1本線,線の太さ,線の色)*/
}

.post ul {
	margin-left: 80px; /*ボックス外側左の余白*/
}

.post li {
	padding-left: 15px; /*ボックス内側左の余白*/
	line-height: 30px; /*行の高さ指定*/
}
iframe {
	margin-top: 60px; /*ボックス外側上の余白*/
}

/* ----- テーブル設定1 ----- */

.ta1 {
	width: 700px; /*幅指定*/
	border-collapse: collapse; /*境界線の表示指定(collapseは重ねて表示)*/
	margin: 0 auto; /*ボックス外側の余白(値2つは左から上下,左右の値(左右autoで中央配置))*/
}

.ta1 th, td {
	border: none; /*境界線の一括指定(noneはなし)*/
	font-weight: normal; /*フォントの太さ指定(normalは標準)*/
	text-align: left; /*行の水平方向の揃え方(leftは左寄せ)*/
}

.ta1 h2 {
	font-size: 2em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	font-weight: normal; /*フォントの太さ指定(normalは標準)*/
	border: none; /*境界線の一括指定(noneはなし)*/
	padding: 0 0 10px 30px; /*ボックス内側の余白(値4つは左から上,右,下,左の値)*/
}

.ta1 img {
	border: solid 1px #ddd; /*境界線の一括指定(solidは1本線,線の太さ,線の色)*/
	margin-bottom: 50px; /*ボックス外側下の余白*/
}
.ta1 p {
	padding-left: 30px; /*ボックス内側左の余白*/
}
.price {
	padding: 30px 0 0 30px; /*ボックス内側の余白(値4つは左から上,右,下,左の値)*/
	font-size: 1.3em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
}

/* ----- テーブル設定2 ----- */

.ta2 {
	width: 600px; /*幅指定*/
	border-collapse: collapse; /*境界線の表示指定(collapseは重ねて表示)*/
	margin: 0 auto; /*ボックス外側の余白(値2つは左から上下,左右の値(左右autoで中央配置))*/
}

.ta2 th, td {
	border: none; /*境界線の一括指定(noneはなし)*/
	font-weight: normal; /*フォントの太さ指定(normalは標準)*/
	text-align: left; /*行の水平方向の揃え方(leftは左寄せ)*/
}
.ta2 p {
	font-size: 1.5em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
}





/* OKUI access end*/


/* OKUI footer start */

footer {
	clear: both;
	position: relative;
	width: auto;
	height: 75px;
	margin-left: 0;
	background: #483d8b;
}

footer ul {
	margin-left: 20px;
}

/*フッターの内容*/
.footerlink {
	top: 5px;
	left: 5px;
}
.footerlink li {
	line-height: 20px;
}
/*著作権表示*/
.copyrightOKUI {
	bottom: 5px;
	right: 5px;
}

/* OKUI footer end */






.top_wrapper {
	float: right; /*要素を左か右に寄せて配置(rightは右に寄せる)*/
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	height: 100%; /*領域の高さ指定*/
}
.top_content {
	margin-top: 50px; /*OKUI OKUI OKUI*/
	/* margin-right: 20px; *OKUI OKUI OKUI*/
	margin-left: 230px; /* OKUI 200px;*/ /*ボックス外側左の余白*/
	height: 100%; /*領域の高さ指定*/

        padding-right: 20px; /* OKUI */


}
.wrapper {
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	margin: auto; /*ボックス外側の余白*/
	height: 100%; /*領域の高さ指定*/
	overflow: hidden; /*floatの解除*/
}
.main {
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	float: left; /*要素を左か右に寄せて配置(leftは左に寄せる)*/
	margin-right: -340px; /*ボックス外側右の余白*/
}
.content {
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	float: right; /*要素を左か右に寄せて配置(rightは右に寄せる)*/
	margin-left: -200px; /*ボックス外側左の余白*/
}
.content_inner {
	margin: 140px 240px 50px 200px; /*ボックス外側の余白*/
}
/*header　ページ上の内容*/

header {
	position: fixed; /*ボックスの配置方法(fixedは固定)*/
	top: 0; /*上からの距離(positionで指定している場合に適用)*/
	left: 200px; /*左からの距離(positionで指定している場合に適用)*/  /*OKUI OKUI OKUI*/
	right: 340px; /*左からの距離(positionで指定している場合に適用)*/
	height: 100px; /*領域の高さ指定*/
	background: #fff; /*背景指定*/
	z-index: 1000; /*ボックス重なり順序指定*/
}
/*左上のロゴ*/

h1 {
	position: fixed; /*ボックスの配置方法(fixedは固定)*/
	top: 10px; /*上からの距離(positionで指定している場合に適用)*/  /*OKUI OKUI OKUI*/
	left: 0; /*左からの距離(positionで指定している場合に適用)*/
	font-family: 'Amatic SC', cursive; /*フォントの種類指定(googleのwebフォント)*/
	font-size: 4em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	line-height: 40px; /*行の高さ指定(数値のみの場合はfont-sizeの倍数)*/
	text-align: center; /*行の水平方向の揃え方(centerは中央揃え)*/
	padding: 10px; /*ボックス内側の余白*/
	width: 200px; /*幅指定*/
}
h1 a {
	color: #8b0000; /*文字色指定*/
	text-decoration: none; /*テキストの装飾指定(下線、上線など)(noneはなし)*/
}
h1 a:hover {
	/*時間的変化指定*/
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s; /*ここまで時間的変化指定*/
	/*透明度設定*/
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6; /*ここまで透明度設定*/
}
/*中央上の見出し*/

header h2 {
	font-size: 4em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	font-weight: normal; /*フォントの太さ指定(normalは標準)*/
	font-family: 'Norican', cursive; /*フォントの種類指定(左から優先順位)*/
	text-align: center; /*行の水平方向の揃え方(centerは中央揃え)*/
}
/*メインの内容*/

.top_section {
	margin: 200px auto 0; /*ボックス外側の余白*/
	width: 60%; /*幅指定(100%は画面横幅いっぱいに表示)*/
}
.top_h2 img {
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
}
article {
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
}
article h3 {
	font-size: 2em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	font-weight: normal; /*フォントの太さ指定(normalは標準)*/
	margin-bottom: 10px; /*ボックス外側下の余白*/
}
article li, p {
	font-size: 1.5em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
}
section {
	margin: 0 auto; /*ボックス外側の余白*/
	width: 60%; /*幅指定(100%は画面横幅いっぱいに表示)*/
}
/*左下の内容*/

/* オリジナル指定
.copyright {
	font-size: 0.9em;
	line-height: 15px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 180px;
}

*/

/* OKUI */
.copyright {
	font-size: 0.8em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	line-height: 12px; /*行の高さ指定(数値のみの場合はfont-sizeの倍数)*/
	position: fixed; /*ボックスの配置方法(fixedは固定)*/
	bottom: 5px; /*下からの距離(positionで指定している場合に適用)*/
	left: 20px; /*左からの距離(positionで指定している場合に適用)*/
	width: 180px; /*幅指定*/
}
/* OKUI */


/*googlesearch*/

.search {
	width: 300px; /*幅指定*/
	position: fixed; /*ボックスの配置方法(fixedは固定)*/
	top: 20px; /*上からの距離(positionで指定している場合に適用)*/
	right: 20px; /*右からの距離(positionで指定している場合に適用)*/
}
.search input[type="text"] {
	width: 80%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	padding: 8px !important; /*ボックス内側の余白*/
	font-size: 1.5em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	/*ボックス角丸設定*/
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px; /*ここまでボックス角丸設定*/
	font-weight: bold; /*フォントの太さ指定(boldは太字)*/
	/*ボックス境界線設定*/
	border-top: 1px solid #a5a5a5;
	border-left: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	border-right: none !important; /*ボックス境界線設定*/
}
.search button {
	width: 20%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	/*背景グラデーション指定*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #cecece));
	background: -webkit-linear-gradient(#fff, #cecece);
	background: -moz-linear-gradient(#fff, #cecece);
	background: -o-linear-gradient(#fff, #cecece);
	background: -ms-linear-gradient(#fff, #cecece);
	background: linear-gradient(#fff, #cecece); /*ここまで背景グラデーション指定*/
	border: 1px solid #a5a5a5; /*境界線の一括指定*/
	padding: 7px; /*ボックス内側の余白*/
	color: #666; /*文字色指定*/
	font-size: 1.5em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	cursor: pointer; /*マウスカーソルの形状指定(pointerはリンクカーソル)*/
}
.search button:hover {
	/*透明度設定*/
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7; /*ここまで透明度設定*/
	/*時間的変化指定*/
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
 -o-transition: 0.s;
	transition: 0.5s; /*ここまで時間的変化指定*/
}
/*右側の内容*/

.right_content {
	position: fixed; /*ボックスの配置方法(fixedは固定)*/
	top: 120px; /*上からの距離(positionで指定している場合に適用)*/
	right: 20px; /*右からの距離(positionで指定している場合に適用)*/
	width: 200px; /*幅指定*/
}
.ad {
	width: 200px; /*幅指定*/
	height: 200px; /*領域の高さ指定*/
	background: #ff4500; /*背景指定*/
}
/*ページトップに戻るアイコン*/

.pagetop:hover {
	/*時間的変化指定*/
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s; /*ここまで時間的変化指定*/
	color: #000; /*文字色指定*/
	/*透明度設定*/
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6; /*ここまで透明度設定*/
}




.top_wrapper_okui {

	position: fixed; /*ボックスの配置方法(fixedは固定)*/

	padding-top: 50px; /*ボックス内側上の余白*/
}
.top_content_okui {

	position: fixed; /*ボックスの配置方法(fixedは固定)*/

	margin-left: 0px; /*ボックス外側左の余白*/
}









/*レスポンシブ設定*/

@media screen and (max-width: 768px) {

/* OKUI */
img {
     width: 20%; height: 20%;
}

header.okui {
/* OKUI 0130 */
        position: fixed; /*ボックスの配置方法(fixedは固定)*/
/* OKUI 0130 */

	/* width: 100%; 幅指定(100%は画面横幅いっぱいに表示)*/
	height: 100px; /*領域の高さ指定*/
	margin-right: 10px; /*OKUI OKUI OKUI*/
        /* background-color: #999900; */ /*元は#99cc00;*/
        background-color: #483d8b;
        font-size: 75%;
}



header.okui-relative {
/* okui */
	position: relative; /*ボックスの配置方法(relativeは相対位置配置)*/

/* ここで上のマージンを調節*/
	top: 50px; /*上からの距離(positionで指定している場合に適用)*/
/* ここで上のマージンを調節*/


/* okui */

	/* width: 100%; 幅指定(100%は画面横幅いっぱいに表示)*/
	height: 100px; /*領域の高さ指定*/


	margin-right: 10px; /*OKUI OKUI OKUI*/

        /* background-color: #999900; */ /*元は#99cc00;*/
        background-color: #483d8b;

        font-size: 200%;




}



/* OKUI */


h3, p, ol, li, th, td, dl {
	font-size: 1.2em !important; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
}
.top_wrapper {
	padding-top: 50px; /*ボックス内側上の余白*/
}
.top_content {
	margin-left: 30px; /*ボックス外側左の余白*/

	margin-top: 80px; /*ボックス外側左の余白*/

	padding-right: 20px; /*ボックス内側上の余白*/

}

.top_wrapper_okui {

	position: fixed; /*ボックスの配置方法(fixedは固定)*/

	margin-top: 120px; /*ボックス外側左の余白*/

	padding-top: 50px; /*ボックス内側上の余白*/
}
.top_content_okui {

	position: fixed; /*ボックスの配置方法(fixedは固定)*/

	margin-left: 0px; /*ボックス外側左の余白*/
}



h1 {
	position: fixed; /*ボックスの配置方法(fixedは固定)*/
	top: 5px; /*上からの距離(positionで指定している場合に適用)*/
	left: 50px; /*左からの距離(positionで指定している場合に適用)*/
	font-size: 2.5em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	width: auto; /*幅指定*/
	padding: 0; /*ボックス内側の余白*/
}
header {
	position: fixed; /*ボックスの配置方法(fixedは固定)*/
	top: 90px; /*上からの距離(positionで指定している場合に適用)*/
	left: 0; /*左からの距離(positionで指定している場合に適用)*/
	right: 0; /*左からの距離(positionで指定している場合に適用)*/
	height: 50px; /*領域の高さ指定*/
}
.mov_header {
	position: fixed; /*ボックスの配置方法(fixedは固定)*/
	top: 0; /*上からの距離(positionで指定している場合に適用)*/
	left: 0; /*左からの距離(positionで指定している場合に適用)*/
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	height: 50px; /*領域の高さ指定*/
	z-index: 1000; /*ボックス重なり順序指定*/
	background: #fff; /*背景指定*/
}
.mov_header2 {
	position: fixed; /*ボックスの配置方法(fixedは固定)*/
	top: 50px; /*上からの距離(positionで指定している場合に適用)*/
	left: 0; /*左からの距離(positionで指定している場合に適用)*/
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	height: 50px; /*領域の高さ指定*/
	z-index: 2000; /*ボックス重なり順序指定*/
	background: #fff; /*背景指定*/
}
header h2 {
	font-size: 2.5em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
}
.wrapper {
	overflow: visible; /*floatの解除を初期値に戻す*/
}
.content {
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	float: none; /*要素を左か右に寄せて配置(noneはなし)*/
	margin: 120px 0 20px; /*ボックス外側の余白*/
}
.content_inner {
	margin: 0;/*ボックス外側の余白*/
}
article h3 {
	font-size: 1.5em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
}
.top_section {
	margin: 100px auto 0; /*ボックス外側の余白*/
	width: 80%; /*幅指定(100%は画面横幅いっぱいに表示)*/
}
section {
	width: 90%; /*幅指定(100%は画面横幅いっぱいに表示)*/
}
form {
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
}
.search {
	position: fixed; /*ボックスの配置方法(fixedは固定)*/
	top: 50px; /*上からの距離(positionで指定している場合に適用)*/
	left: 5%; /*左からの距離(positionで指定している場合に適用)*/
	width: 90%; /*幅指定(100%は画面横幅いっぱいに表示)*/
}
.search input[type="text"] {
	padding: 10px !important; /*ボックス内側の余白*/
	width: 85%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	font-size: 1.2em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	font-weight: normal; /*フォントの太さ指定(normalは標準)*/
}
.search button {
	width: 15%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	padding: 10px; /*ボックス内側の余白*/
	font-size: 1.2em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
}
.right_content {
	clear: both; /*floatの回り込み解除*/
	position: static; /*ボックスの配置方法(staticは指定なし)*/
	margin: 20px auto; /*ボックス外側上の余白*/
}
.copyright {
	width: 220px; /*幅指定*/
	/*透明度設定*/
	opacity: 0.3;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3; /*ここまで透明度設定*/
}
}

@media screen and (min-width: 787px) and (max-width: 1200px) {
section {
	width: 90%; /*幅指定(100%は画面横幅いっぱいに表示)*/
}
}
