@charset "shift_jis";
/* ////////////////////////////////@全体定義（枠・ぱんくず）//////////////////////////////// */

/* ---------------------------------------------------------
全体の定義
--------------------------------------------------------- */
* {
	margin:0;
	}

html {
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}
 

body {
	font-size: 14px;
	font-size: 1.4rem;  
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック",Helvetica,Sans-Serif;
	color: #333333;
	margin: 0;
	padding: 0;
	text-align:center;
	/*background:url(/guidebook/images/com-hd_bg.png)  repeat-x;*/
}

img {
	border-style: none;
}

/*リンク*/
a {
	color:#000000;
	text-decoration:none;
	}

a:hover {
	}

.clear_all { clear:both; margin:3px 0;}
.bold { font-weight:bold; }
.shift-left { float:left;}
.shift-right { float:right;}
.left { text-align:left;}
.right { text-align:right;}
.center { text-align:center;}


/* ---------------------------------------------------------
各枠
--------------------------------------------------------- */
#wrapper {
	float:none;
	height: auto;
	max-width:1004px;
	margin: 0px auto;
	padding:0;
	clear:both;
	overflow:hidden;
}

#contents {
	text-align:left;
}




/* ////////////////Aヘッダーフッター背景//////////////////////////////// */


/* ---------------------------------------------------------
Global Header
--------------------------------------------------------- */
#g_header {
	width:100%;
	height:28px;
	margin: 0;
	padding:0;
	background:#FFFFFF url(../../com_img/global/header_bg.gif) repeat-x;
	border-bottom:3px solid #FF0000;	
	}
	
#g_header a:link {color:#666666; font-weight:bold; font-size:12px;}
#g_header a:visited { color: #999999; text-decoration: underline }
#g_header a:active {color:#CCCCCC; font-weight:bold; font-size:12px;}
#g_header a:hover {color:#CCCCCC; font-weight:bold; font-size:12px;}

#g_header_left {
	float:left;
	margin:0;
	padding:0;
	width:215px;
}

#g_header_left img {
	width:215px;
}

#g_header_right {
	float:right;
	margin:0;
	padding:0;
	/*width:98%;*/
	height: 17px;
	text-align:right;
}

#g_menus {
	width:auto;
	height: 22px;
	margin:5px 5px 0 5px;
}

#g_menus ul {
	display:block;
	height:17px;
}

#g_menus ul li {
	padding:0px 0px 5px 2px;
	margin:0;
	display:inline;
	list-style:none;
	line-height:17px;
	font-size:12px;
	font-weight:bold;
}


/* ---------------------------------------------------------
Footer
--------------------------------------------------------- */
footer {
	text-align:left;
}

/* TOPに戻る */ 
/*#wrapper .backtotop {
	display:none!important;
}*/

.backtotop {
    position: fixed;
    right: 5px;
    bottom: 30px;
    z-index:99999;
    display: none;
}    
 
.backtotop a {
    display: block;
    margin: 0;
    /*color: #777777;
    padding: 14px 6px;
    background-color: #DDDDDD;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;*/
}
 
.backtotop a:hover {
    /*background: #666666;
    color: #FFFFFF;*/
	opacity:0.3;
}
/* ---------------------------------------------------------
#Footer　コピーライト等
--------------------------------------------------------- */
#footer {
	clear:both;
	border-top:1px solid #CCCCCC;
	background:#FFFFFF;
	padding:10px 10px 5px 10px;
	}

#footer ul {
	list-style:none;
	padding-bottom:10px;
}

#footer ul li {
	display:inline;
	margin-right:15px;
	font-size:12px;
}

.hr_guidebook,
.footer_link {
	display: inherit;
}

.copyright {
	clear:both;
	text-align:center;
	background:none!important;
	color:#2b2b2b!important;
}


#footer li {
/*	display:inherit;
	float:left;
*/}

@media screen and (max-width: 1023px) {
/* ---------------------------------------------------------
Footer
--------------------------------------------------------- */
.hr_guidebook,
.footer_link {
	display:none;
}

footer {
	padding:0;
}

#footer ul {
	padding:0 0 10px 0;
}

}



/* デスクトップレイアウト : 1024px以上用（PC用）の記述
***************************************************************************/
@media screen and (min-width: 1024px) {
/* ---------------------------------------------------------
Footer
--------------------------------------------------------- */
footer {
	width:100%;
	padding:30px 0 0 0;
	font-size:12px;
	clear:both;
	text-align:center;
	/*background: url(/guidebook/images/com-ft_bg.png) repeat-x bottom;*/
	}

footer div.gototop {
	width:960px;
	margin:0 auto;
	text-align:right;
	}


/* ---------------------------------------------------------
Footer　リンク
--------------------------------------------------------- */
div.footer_link {
	width: 940px;
	margin:0 auto;
	padding:10px 10px 30px 60px;
	clear:both;
	text-align:left;
	line-height:1.4em;
	font-size:12px;
	}

div.footer_link ul.f_link {
	width:220px;
	height: auto;
	float:left;
	margin: 10px 0 0 5px;
	padding:0 20px 0 0;
	list-style:none;
	}
	
div.footer_link ul.f_link li.title{
	font-weight:bold;
	}

div.footer_link ul.f_link li.link{
	background:url(/guidebook/images/com_ico-yellow.gif) no-repeat left 5px;
	padding-left:8px;
	}

div.footer_link a:link { color: #333333; text-decoration:none;}
div.footer_link a:visited { color: #333333; text-decoration:none;}

}