@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 25px 5px;
	padding: 2px 0 1px 5px;
	font-size: 20px;
	max-height: 999999px;
	font-weight: bold;
	color: #333;
	text-align: left;
	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 5px;
	font-size: 16px;
	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;
}

.border4 {
	margin: 15px 10px;
	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;
	font-weight: bold;
        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;
}

/*+++++++++++++++
メールフォーム
+++++++++++++++++*/
.m_box {
	margin: 10px 0 10px 0;
        padding-left: 15px;
        text-align: left;
	font-size: 14px;
	max-height: 999999px;
	font-weight: normal;
        max-width: 830px;
}

/*+++++++++
PAGE TOPへ
+++++++++++*/
#pagetop {
	margin: 5px 20px;
	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){
}
/*++++++++++++++++++++++++
PC用 [画面幅926px以上]END
++++++++++++++++++++++++++*/


/*+++++++++++++++++++++++++++++++++++++
[画面幅834px]以下の設定
+++++++++++++++++++++++++++++++++++++++*/
@media only screen and (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;
}
}
/*++++++++++++++++++++++++++
[画面幅768px以下]の設定END
++++++++++++++++++++++++++++*/


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


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


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


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


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


/*+++++++++++++++++++++++++++++++++++++++
[画面幅320px以下]の設定
+++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:320px){
.m_box {
        padding-left: 1px;
}
}
/*+++++++++++++++++++
[画面幅320px以下]END
+++++++++++++++++++++*/
