@charset "utf-8";
/* =======================================

	 CSS BrowserReset BaseElements
	
	 (C)BLACKFLAG.NET ALL RIGHTS RESERVED.
	 http://black-flag.net/

 ======================================= */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tfoot, thead,  {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;

/*	outline: 0;*/
}


html {
	height: 100%;
	overflow-x: hidden;
}
img{
	border: 0px;
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
	
}
strong {
	font-weight: bold;
}
body{
	color: #333333;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	vertical-align: top;
	background-image: url(null);
	background-attachment: fixed;
	font-family:"メイリオ", Meiryo, Osaka, "“ヒラギノ角ゴ Pro W3″", "“Hiragino Kaku Gothic Pro”", "“ＭＳ Ｐゴシック”", "“MS PGothic”", sans-serif;
	word-break:break-all
}
input,textarea,select {
	font-size: 1em;
	margin-bottom: 3px;
	margin-top: 1px;
}
form {
	margin: 0px;
	padding-top: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
/*	border-collapse: separate;*/
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,figure{
	margin: 0px;
	padding: 0px;
	line-height: 120%;
}
ol, ul {
	list-style: none;
}

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

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



option {
	padding-right: 10px;
}

/* ------------------------------
	HTML5 ELEMENTS
------------------------------ */
header,article,aside,section,footer,
nav,menu,details,hgroup,summary {
	display: block;
	height: auto;
}


.blue {
	color: #007ae2;
}
.blue_d {
	color: #0012F3;
}
.green {
	color: #3C3;
}
.pink {
    color: #F17624;
}
.red {
	color: #FF0000;
}
.hosi_orenji {
	color: #F46B1A;
	font-weight: bold;
	font-size: 115%;
	font-style: normal;
}

/*見出し（全般）設定
---------------------------------------------------------------------------*/
h1 {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
	}
h2 {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left: 22px;
	
	}

h3 {
	font-weight: bold;
	font-size: 100%;
	margin-top: 7px;
	margin-left: 10px;
	margin-right: 5px;
	float: left;
	line-height: 110%;
	}

h4 {
	font-weight: bold;
	font-size: 120%;
	color: #603813;
	}
h5 {
	font-size: 100%;
	font-weight: bold;
	padding: 0px;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 15px;
	color: #0058d4;
}
strong {
	font-weight: bold;
}

/*ここからPC用環境の設定
---------------------------------------------------------------------------*/
@media screen and (min-width:999px) {
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a:link {
	text-decoration: none;
	color: #000099;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #000099;

}
a:active {
	color: #000099;
 }
 
.news_box a:link {
	text-decoration: underline;
	color: #E50C27;
	font-weight: bold;
}
 
.news_box a:visited {
	text-decoration: none;
	color: #000099;
}
 
 
 
 
 /*共通ログインバー（全般）設定
---------------------------------------------------------------------------*/

	
	
.top {
	display: block;
	height: 40px;
	width: 100%;
	background-color: #F4D01A;
}
	.loginbar {
    background-color: #F17624;
    margin: 0px;
    padding: 0px;
    height: 40px;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    ;
}

html div#loginbar    {     
    position: absolute;     
    top: expression(eval(document.documentElement.scrollTop+0));  
}  

.loginbar_inbox {
	padding: 0px;
	width: 100%;
	margin-top: 13px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFF;
}


.loginbar_hidari {
	padding: 0px;
	margin: 0px;
	float: left;
	font-size: 80%;
	height: auto;
	display: block;
}
.loginbar_hidari_sp {
	padding: 0px;
	margin: 0px;
	float: left;
	font-size: 80%;
	height: auto;
	display: none;
}
.loginbar_hidari_fbook {
	display: inline-block;
	height: 15px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 2px;
	width: auto;
}
.loginbar_hidari_other {
	display: table;
	height: 15px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	width: auto;
	float: left;
}

.loginbar_hidari a:link {
    color: #FFFFFF;
    line-height: 100%;
    font-weight: bold;
}
.loginbar_hidari a:visited {
    color: #FFFFFF;
    line-height: 100%;
    font-weight: bold;
}


.loginbar_migi {
	padding: 0px;
	margin: 0px;
	float: right;
	font-size: 75%;
	width: auto;
	height: auto;
}
.loginbar_migi_no {
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	width: auto;
	height: auto;
	float: right;
	color: #FDFDFD;
	background-color: #ED1E79;
	margin-left: 3px;
	border-radius: 3px;
	font-size: 95%;
	margin-bottom: 2px;
}

.loginbar_migi_txt {
	display: inline-block;
	float: right;
	height: 15px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	width: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

.loginbar_migi img {
	float: right;
	width: 19px;
	height: 19px;
}

.loginbar_migi_icon {
	display: inline-block;
	float: right;
	height: 15px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	width: auto;
}


.loginbar_migi a:link {
	text-decoration: underline;
	color: #FFFFCC;
	line-height: 100%;
}
.loginbar_migi a:visited {
	text-decoration: underline;
	color: #FFFFCC;
	line-height: 100%;
}
 
 /*まめくま
---------------------------------------------------------------------------*/
.edit {
	margin-top: 0px;
	margin-bottom: 7px;
	width: 100%;
	display: table;
	border: 1px solid #818181;
}
.edit_head {
	margin-bottom: 5px;
	width: 100%;
	display: block;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.edit_head p {
	color: #FFFFFF;
	font-size: 90%;
	line-height: 120%;
	margin-right: 5px;
	margin-left: 5px;
}
.edit_list_news {
	margin-bottom: 5px;
	width: 95%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
	line-height: 130%;
	border-bottom: 1px dotted #939393;
	padding-bottom: 5px;
}
.edit_list_news img {
	width: 35%;
	display: block;
	float: left;
	margin-right: 3px;
}

}

/*ここからタブレット用環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (min-width:768px) and (max-width:999px){
	
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a:link {
	text-decoration: none;
	color: #000099;
}
a:visited {
	text-decoration: none;
	color: #000099;
}

a:active {
	color: #000099;
 }	
 
 .news_box a:link {
	text-decoration: underline;
	color: #E50C27;
	font-weight: bold;
}
 
.news_box a:visited {
	text-decoration: none;
	color: #000099;
}
 /*共通ログインバー（全般）設定
---------------------------------------------------------------------------*/


.top {
	display: block;
	height: 30px;
	width: 100%;
	background-color: #F4D01A;
}
	.loginbar {
    background-color: #F17624;
    margin: 0px;
    padding: 0px;
    height: 30px;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    ;
}

html div#loginbar    {     
    position: absolute;     
    top: expression(eval(document.documentElement.scrollTop+0));  
}  

.loginbar_inbox {
	padding: 0px;
	width: 100%;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFF;
}


.loginbar_hidari {
	padding: 0px;
	margin: 0px;
	float: left;
	font-size: 70%;
	height: auto;
}
.loginbar_hidari_sp {
	padding: 0px;
	margin: 0px;
	float: left;
	font-size: 80%;
	height: auto;
	display: none;
}
.loginbar_hidari_fbook {
	display: inline-block;
	height: 15px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 0px;
	width: auto;
}
.loginbar_hidari_other {
	display: table;
	height: 15px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	width: auto;
	float: left;
}

.loginbar_hidari a:link {
    color: #FFFFFF;
    line-height: 100%;
    font-weight: bold;
}
.loginbar_hidari a:visited {
    color: #FFFFFF;
    line-height: 100%;
    font-weight: bold;
}


.loginbar_migi {
	padding: 0px;
	margin: 0px;
	float: right;
	font-size: 70%;
	width: auto;
	height: auto;
}
.loginbar_migi_no {
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	width: auto;
	height: auto;
	float: right;
	color: #FDFDFD;
	background-color: #ED1E79;
	margin-left: 3px;
	border-radius: 3px;
	font-size: 95%;
}

.loginbar_migi_txt {
	display: inline-block;
	float: right;
	height: 15px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	width: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

.loginbar_migi img {
	float: right;
	width: 19px;
	height: 19px;
}

.loginbar_migi_icon {
	display: inline-block;
	float: right;
	height: 15px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	width: auto;
}


.loginbar_migi a:link {
	text-decoration: underline;
	color: #FFFFCC;
	line-height: 100%;
}
.loginbar_migi a:visited {
	text-decoration: underline;
	color: #FFFFCC;
	line-height: 100%;
}
 /*まめくま
---------------------------------------------------------------------------*/
.edit {
	margin-top: 0px;
	margin-bottom: 7px;
	width: 100%;
	display: table;
	border: 1px solid #818181;
}
.edit_head {
	margin-bottom: 5px;
	width: 100%;
	display: block;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.edit_head p {
	color: #FFFFFF;
	font-size: 90%;
	line-height: 120%;
	margin-right: 5px;
	margin-left: 5px;
}
.edit_list_news {
	margin-bottom: 5px;
	width: 95%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
	line-height: 130%;
	border-bottom: 1px dotted #939393;
	padding-bottom: 5px;
}
.edit_list_news img {
	width: 35%;
	display: block;
	float: left;
	margin-right: 3px;
}
}		
	
/*ここからスマートフォン用環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width : 767px){
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a:link {
	text-decoration: none;
	color: #000099;
}
a:visited {
	text-decoration: none;
	color: #000099;
}

a:active {
	color: #000099;
 }	
 .news_box a:link {
	text-decoration: underline;
	color: #E50C27;
	font-weight: bold;
}
 
.news_box a:visited {
	text-decoration: none;
	color: #000099;
}
 /*共通ログインバー（全般）設定
---------------------------------------------------------------------------*/

	
	.top {
	display: block;
	height: 40px;
	width: 100%;
	background-color: #F4D01A;
}
	.loginbar {
    background-color: #F17624;
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    ;
    min-height: 40px;
}

html div#loginbar    {     
    position: absolute;     
    top: expression(eval(document.documentElement.scrollTop+0));  
}  

.loginbar_inbox {
	padding: 0px;
	width: 100%;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFF;
}

.loginbar_inbox select {
	background-color: #FFFFFF;

}

.loginbar_hidari {
	padding: 0px;
	margin: 0px;
	float: left;
	font-size: 80%;
	height: auto;
}
.loginbar_hidari_sp {
	padding: 0px;
	margin: 0px;
	float: left;
	font-size: 80%;
	height: auto;
	display: block;
}
.btn {
	background: transparent url(http://guide.f-book.net/img/btn.gif) no-repeat 0 0;
	display: block;
	width: 30px;
	height: 25px;
	position: absolute;
	cursor: pointer;
	z-index: 300;
	margin-left: 5px;
}
.peke {
	background-position: -35px 0;
}
.drawr {
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top: 0px;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 20px;
	z-index: 200;
	width: 100%;
	display: none;
}
.drawr_menu {

}
#menu li {
	width: 100%;
	border-bottom: 1px dotted #FFFFFF;
}
#menu li a {
	color: #fff;
	display: block;
	padding-top: 15px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 10px;
	font-size: 160%;
}
.loginbar_hidari_fbook {
	display: inline-block;
	height: 15px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	width: auto;
}
.loginbar_hidari_other {
	display: none;
	height: 15px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	width: auto;
}

.loginbar_hidari a:link {
    color: #FFFFFF;
    line-height: 100%;
    font-weight: bold;
}
.loginbar_hidari a:visited {
    color: #FFFFFF;
    line-height: 100%;
    font-weight: bold;
}
.loginbar_migi {
	padding: 0px;
	margin: 0px;
	float: right;
	font-size: 75%;
	width: auto;
	height: auto;
}
.loginbar_migi_no {
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	width: auto;
	height: auto;
	float: right;
	color: #FDFDFD;
	background-color: #ED1E79;
	margin-left: 3px;
	border-radius: 3px;
	font-size: 95%;
}
.loginbar_migi_txt {
	display: inline-block;
	float: right;
	height: 15px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	width: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

.loginbar_migi img {
	float: right;
	display: none;
}

.loginbar_migi_icon {
	display: inline-block;
	float: right;
	height: 15px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	width: auto;
}


.loginbar_migi a:link {
	text-decoration: underline;
	color: #FFFFCC;
	line-height: 100%;
}
.loginbar_migi a:visited {
	text-decoration: underline;
	color: #FFFFCC;
	line-height: 100%;
}
  /*まめくま
---------------------------------------------------------------------------*/
.edit {
	margin-top: 0px;
	margin-bottom: 7px;
	width: 100%;
	display: table;
	border: 1px solid #818181;
}
.edit_head {
	margin-bottom: 5px;
	width: 100%;
	display: block;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.edit_head p {
	color: #FFFFFF;
	font-size: 90%;
	line-height: 120%;
	margin-right: 5px;
	margin-left: 5px;
}
.edit_list_news {
	margin-bottom: 5px;
	width: 95%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
	line-height: 130%;
	border-bottom: 1px dotted #939393;
	padding-bottom: 5px;
}
.edit_list_news img {
	width: 35%;
	display: block;
	float: left;
	margin-right: 3px;
	max-width: 80px;
}
 
}	
