@charset "utf-8";

/*PC・タブレット・スマホ共通設定
+++++++++++++++++++++++++++++++++*/

/*-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;
}

:focus {outline: 0;
}

ol, ul {list-style: none;
}

table {border-collapse: separate;border-spacing: 0;
}

caption, th, td {font-weight: normal;text-align: left;
}

blockquote:before, blockquote:after,q:before, q:after {content: "";
}

blockquote, q {quotes: "" "";
}

a img{border: 0;
}

figure{margin:0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;
}

/* 以上-------------------------------------------------------------- */

body {
	margin: 0;
        padding: 0px;
        width: auto;	/*左右の余白を含んで100%*/
	color: #000;	/*全体の文字色*/
	font-family: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 12px;	/*文字サイズ*/
	max-height: 999999px;
	line-height: 1.8;
	background: #f6f3ec;
	-webkit-text-size-adjust: 100%;
}

/*リンク全般
--------------*/
a {
	color: #0000ff;		/*リンクテキストの色*/
	font-weight: bold;
	text-decoration: none;	/*マウスオン時にリンクの下線を消す設定*/	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;	/*同上*/
}

a:hover {
	color: #ff0000;		/*マウスオン時の文字色*/
	font-weight: bold;
	text-decoration: underline;		/*マウスオン時にリンクの下線を消す設定*/
}

/*++++++
全　体
++++++++*/
#wrapper,#header,#footer {
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#outerbox {
	margin:0 auto;
        padding: 0;
	max-width: 1024px;
	background: #fff;
        border:1px solid #ddd;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
        max-width: 100%;
}

/*++++++
共　通
++++++++*/

/*見出し
---------*/
h1 {
	margin: 15px 0 10px 5px;
	padding: 2px 0 1px 5px;
	font-size: 20px;
	max-height: 999999px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	background: #fff;
	border-color: #333;
	border-style: solid solid solid solid;
	border-width: 0px 0px 2px 0px;
}

 h2 {
	margin: 0;
	padding: 5px 0px 5px 25px;
	font-size: 14px;
	max-height: 999999px;
	font-weight: normal;
	color: #000;
	text-align: left;
	text-decoration: none;
}


/*Border
---------*/
.border0 {
	margin: 3px 0;
        border-bottom: 1px dotted #555;
}

.border1 {
	margin: 5px 0 15px 0;
        border-bottom: 6px dotted #555;
}

.border2 {
	margin: 20px 0;
	border-bottom: 4px dotted #555;
}

.border3 {
	margin: 5px 0 30px 0;
	border-bottom: 1px solid #adc5d1;
}

/*Space
--------*/
.space_05 {
	width  : auto;
	height: 5px;
}

.space_10 {
	width  : auto;
	height: 10px;
}

.space_20 {
	width  : auto;
	height: 20px;
}

.space_30 {
	width  : auto;
	height: 30px;
}

.text {
	display: inline-block;
}

/*+++++++++++++++++++++++++++++*/

/*++++++
Header
++++++++*/
#header {
        margin: 0 auto;
	max-width: 100%;
	background: #fff;	/*背景色*/
	border-bottom: 8px solid #ff69b4;
}

#header .inner {
        margin: 0;
        padding-top: 30px;
        padding-left: 41px;
	width: 212px;
	height: auto;	/*ヘッダーの高さ*/
	position: relative;	/*相対位置*/
}

/*++++
Logo
++++++*/
#logo img {
	width: 212px;	/*画像幅*/
}

#logo p {
	font-size: 12px;
	max-height: 999999px;
	color: #037d77;
	text-align: center;
}

/*+++++++++++++++
メインメニュー
+++++++++++++++++*/

/*小さい端末用メニューを表示させない
++++++++++++++++++++++++++++++++++++++*/
#menubar-s {display: none;	/*小さい端末用メニューを表示させない*/
}

#menubar_hdr {display: none;	/*３本バーアイコンを表示させない*/
}
/*++++++++++++++++++++++++++++++++++++*/
#menubar {
        margin: 0 0 0 30px;
	overflow: hidden;	/*はみ出た部分を表示しない*/
	width:100%;
	text-align: center;
}

#menubar ul {
        font-size: 14px;
	max-height: 999999px;
	letter-spacing: 0.1em; 
	text-align: left;
}

#menubar li {
	float: left;	/*指定された要素を左に寄せて配置*/
	overflow: hidden;	/*はみ出た部分を表示しない*/
}

#menubar li a {
        margin: 25px 10px 15px 10px;
        padding: 0px 10px 0px 10px;
	display: block;	/*縦並びに配置*/
	font-size: 14px;
	max-height: 999999px;
	color: #666;	/*文字色*/
	font-weight: bold;
        border-color: #ffb21a;
        border-style: solid solid solid solid;
        border-width: 1px 0px 1px 0px;
	text-decoration: none;
	line-height: 35px;	/*高さ*/
}

#menubar li:hover::after,#menubar li.current::after {
	bottom: 0px;
}

/*マウスオン時
---------------*/
#menubar li a:hover {
	color: #9c014f;
	background: #f6eaff;
	border-color: #9c014f;
        border-style: solid solid solid solid;
        border-width: 1px 0px 1px 0px;
}

/*+++++++++++++
Gallery選択
+++++++++++++++*/
nav.gallery ul {
	margin-left: 5px;
	padding: 0;
	max-width: 960px;
	text-align: center;
	background: #fff;
	overflow: hidden;	/*はみ出た部分を表示しない*/
}

nav.gallery li {
	padding: 1px 1px 0px 0px;
	width: 154px;
	font-size: 12px;
	max-height: 999999px;
	text-align: left;
	background: #f6f3ec;
	display: inline-block; 
}

nav.gallery li a {
	padding: 2px 0 2px 6px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #c5d2f5;
	display: block;
}

/*マウスオン時
---------------*/
nav.gallery li a:hover {
	padding: 2px 0 2px 6px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	background: #6c8be8;
}

/*++++++++
No.選択
++++++++++*/
nav.gallery_sub ul {
	margin: 10px 0 6px 0;
	padding: 0;
	max-width: 960px;
	text-align: left;
	overflow: hidden;	/*はみ出た部分を表示しない*/
}

nav.gallery_sub li {
	margin-top: 3px;
	font-size: 12px;
	max-height: 999999px;
	display: inline-block; 
}

nav.gallery_sub ul li:last-child {border-right : none;
}

nav.gallery_sub li a {
	padding: 2px 10px 2px 10px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #c5d2f5;
	background: #f6f3ec;
	display: block;
}

/*マウスオン時
---------------*/
nav.gallery_sub li a:hover {
	padding: 2px 10px 2px 10px;
	color: #fff;
	font-weight: normal;
	border: 1px solid #c5d2f5;
	text-decoration: none;
	background: #6c8be8;
}

nav.gallery_sub p{
	padding: 0 6px;
	width: 300px;
	font-size: 12px;
	max-height: 999999px;
	color: #ffb21a;
	font-weight: normal;
	text-decoration: none;
	background: #333;
	border: 1px solid #000;
}

/*++++++++++
Gllery
++++++++++++*/
.gridWrapper {
	margin: 0;
	padding-bottom: 10px;
	background: #f6f3ec;
	overflow: hidden;
	text-align: center;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px #ffffff inset, 0 0 2px rgba(0, 0, 0, 0.25) inset;
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px #ffffff inset, 0 0 2px rgba(0, 0, 0, 0.25) inset;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px #ffffff inset, 0 0 2px rgba(0, 0, 0, 0.25) inset;
}

.grid {
	margin: 10px 4px;
	padding: 15px 0 8px 0;
	background: #fff;
	display: inline-block; 
	width: 162px;
	text-align: center;
	border         : 1px solid #eee;
        -webkit-box-shadow :0 0 0 rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px #ffffff;
        -moz-box-shadow    :0 0 0 rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px #ffffff;
	box-shadow        : 0 0 0 rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px #ffffff;
}

.grid h3 {
	margin: 0;
	padding-left: 12px;
	font-size: 12px;
	max-height: 999999px;
	color: #000;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

.grid img {
	margin: 0 auto;
	width: 140px;
	height: 100px;
}

.grid p {
	font-size: 12px;
	max-height: 999999px;
	color: #000;
	text-align: center;
}

.grid_2 {
	margin: 10px 4px;
	padding: 15px 0 8px 0;
	background: #fff;
	display: inline-block; 
	width: 162px;
	text-align: center;
	border         : 1px solid #eee;
        -webkit-box-shadow :0 0 0 rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px #ffffff;
        -moz-box-shadow    :0 0 0 rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px #ffffff;
	box-shadow        : 0 0 0 rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px #ffffff;
}

.grid_2 h3 {
	margin: 0;
	padding-left: 12px;
	font-size: 12px;
	max-height: 999999px;
	color: #000;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

.grid_2 img {
	margin: 0 auto;
	width: 100px;
	height: 140px;
}

.grid_2 p {
	font-size: 12px;
	max-height: 999999px;
	color: #000;
	text-align: center;
}

.grid_box {
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 5px;
	max-width: 960px;
	overflow: hidden;
	text-align: center;
}

/*++++++++++
Page Topへ
++++++++++++*/
#pagetop {
	margin: 0 10px 5px 0;
	clear: both;	/*floatプロパティによる回り込みをすべて解除*/
	text-align: right;
	float: right;	/*右に回り込み*/
}

/*+++++++++
Footer
+++++++++++*/
footer {
	margin: 0 auto;
	padding: 6px 0;
	max-width:100%;
	background: #5a7de5;	/*背景色*/
        font-size: 12px;
	max-height: 999999px;
	letter-spacing: 0.1em; 
	color: #000;	/*文字色*/
	text-align: center;
	font-weight: bold;
        background: #5a7de5;
	border-top: 3px solid #000;
	border-bottom: 6px solid #000;
        clear: both;	/*floatプロパティによる回り込みをすべて解除*/
}

/*END++++++++++++++++++++++++++++++++++++++++++++++*/


/*+++++++++++++++++++++++++++
PC [画面幅960px以上の設定]
+++++++++++++++++++++++++++++*/
@media only screen and (min-width:960px){	
#header,footer {
	width:100%;
}

#wrapper {
	width:960px;
}

#outerbox {
	width: 1024px;
}
}

/*++++++++++++++++++++++++
PC用 [画面幅960px以上]END
++++++++++++++++++++++++++*/


/*+++++++++++++++++++++++++++++++++++++
[画面幅926px]以下の設定
+++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:926px){

/*+++++++++
Gllery
+++++++++++*/
.grid_box {
	max-width: 926px;
}
}
/*++++++++++++++++++++++++
PC用 [画面幅926px以上]END
++++++++++++++++++++++++++*/


/*+++++++++++++++++++++++++++++++++++++
[画面幅834px]以下の設定
+++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:834px){

/*+++++++++
Gllery
+++++++++++*/
.grid_box {
	max-width: 834px;
}
}
/*+++++++++++++++++++++
[画面幅834px以下]END
+++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++
[画面幅768px以下]の設定
++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:768px){

/*+++++++++++++++
メインメニュー
+++++++++++++++++*/
/*３本バーアイコン設定
-----------------------*/
#menubar_hdr {
	display: block;
	z-index: 4;
	position: absolute;
	top: 60px;		/*上から60pxの場所に配置*/
	right: 3%;		/*右から3%の場所に配置*/
	width: 20px;	/*幅*/
	border: 1px solid #b6c5f3;	/*枠線の幅、線種、色*/
	padding: 6px 6px 2px;	/*上、左右、下へのボックス内余白*/
}

#top #menubar_hdr {
	border: 1px solid #b6c5f3;	/*トップページでの枠線の幅、線種、色*/
}

/*３本のバー（1本あたり）*/
#menubar_hdr span {
	display: block;
	border-top: 3px solid #2351dc;	/*枠線の幅、線種、色*/
	margin-bottom: 4px;			/*バー同士の余白*/
}

#top #menubar_hdr span {
	border-top: 3px solid #2351dc;	/*トップページでの枠線の幅、線種、色*/
}
/*+++++++++++++++++++++++++++++++++++++++++*/
#menubar-s {
	display: block;		/*小さい端末用メニューを非表示から表示に切り替える*/
	background: #5a7de5;
	overflow: hidden;
}

/*大きな端末用メニューを非表示にする
+++++++++++++++++++++++++++++++++++++++++*/
#menubar {
	display: none;
}

#menubar-s li {
        font-size: 14px;
	max-height: 999999px;
	letter-spacing: 0.1em; 
	float: left;
	width: 50%;	/*幅*/
}

#menubar-s li a {
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 23px;	/*行間（高さ）*/
	color: #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

/*マウスオン時
---------------*/
#menubar-s li a:hover {
	background: #f6eaff;	/*背景色*/
	color: #9c014f;	/*文字色*/
}

#menubar-s li:nth-child(even) a {
	border-right: none;
}

/*++++++++
Gllery
++++++++++*/
.grid_box {
	max-width: 768px;
}
}
/*++++++++++++++++++++++++++
[画面幅768px以下]の設定END
++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++
 [画面幅667px以下]の設定
++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:667px){

/*++++++++++
Gllery
++++++++++++*/

.grid_box {
	max-width: 667px;
}
}
/*++++++++++++++++++++
[画面幅667px以下]END
++++++++++++++++++++++*/


/*+++++++++++++++++++++++++++++++++++++++
[画面幅568px以下]の設定
+++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:568px){

/*+++++++++++
Gllery
+++++++++++++*/

.grid_box {
	max-width: 568px;
}
}
/*++++++++++++++++++++
[画面幅568px以下]END
++++++++++++++++++++++*/


/*+++++++++++++++++++++++++++++++++++++++
[画面幅428px以下]の設定
+++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:428px){

/*+++++++++++
Gllery
+++++++++++++*/

.grid_box {
	max-width: 428px;
}
}
/*+++++++++++++++++++
[画面幅428px以下]END
+++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++
[画面幅375px以下]の設定
++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:375px){

/*++++++++++
Gllery
++++++++++++*/

.grid_box {
	max-width: 375px;
}
}
/*+++++++++++++++++++
[画面幅375px以下]END
+++++++++++++++++++++*/


/*+++++++++++++++++++++++++++++++++++++++
[画面幅360px以下]の設定
+++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:360px){

/*+++++++++
Gllery
+++++++++++*/

.grid_box {
	max-width: 360px;
}
}
/*+++++++++++++++++++
[画面幅360px以下]END
+++++++++++++++++++++*/


/*+++++++++++++++++++++++++++++++++++++++
[画面幅320px以下]の設定
+++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:320px){

/*+++++++++
Gllery
+++++++++++*/

.grid_box {
	max-width: 320px;
}

.grid {
	width: 135px;
}

.grid img {
	width: 120px;
	height: 80px;
}

.grid_2 {
	width: 135px;
}

.grid_2 img {
	width: 80px;
	height: 120px;
}
}
/*+++++++++++++++++++
[画面幅320px以下]END
+++++++++++++++++++++*/
