﻿/* CSS Document */

/****************************************************************/
/* PC共通CSS
/****************************************************************/
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
html, body{
}
img {
	vertical-align: bottom;
	border: 0;
}
/*td, th {
	vertical-align: top;
	text-align: left;
}*/
p {
	margin: 0;
	padding: 0;
}
a{
	color: #333;
	text-decoration: none;
}
a:hover{
	color: #333;
	text-decoration: underline;
}
/* 見出し*/
h1, h2, h3, h4, h5 {
	font-size:100%;
}
.clear {
	clear:both;
}
/* clearfix */  
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
}/* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
.clearfix{zoom:100%;}



.pc_none{ display: none;}
#footer_mobile{ display: none;}

.fsiz_small{
	font-size: 80%;
}

/****************************************************************/
/* pankuzu（新）
/****************************************************************/
#breadcrumb {
    width: 960px;
    text-align: left;
    font-size: 12px;
    padding: 7px 12px;
	margin: 0 auto;
}
#breadcrumb ol{
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
#breadcrumb li {display: inline; padding-right: 5px;}
#breadcrumb li:last-child{font-weight: bold;}

#breadcrumb a, #breadcrumb a:visited{
	color: #333;
	text-decoration: none;
}
#breadcrumb a:hover{
	color: #999;
	text-decoration: none;
}


/****************************************************************/
/* pankuzu（旧：消える予定）
/****************************************************************/
#pankuzu{
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size:12px;
	line-height: 1.5;
	color: #333;
	width:960px;
	color: #333;
	text-align:left;
	padding:8px 2px;
	margin:0px auto 0;
}

#pankuzu ul {
	list-style:none;
	margin:0;
	padding:0;
	vertical-align: bottom;
}

#pankuzu li {
	display:inline;
	padding-right: 3px;
}
#pankuzu li:last-child{font-weight: bold;}
#pankuzu a{
	color:#333333;
	text-decoration: none;
}

#pankuzu a:hover{color:#333333;text-decoration:underline;}

/****************************************************************/
/* pagetop（消える予定）
/****************************************************************/
#pagetop {
	position: fixed;
	bottom: 77px;
	right: 50px;
	font-size:25px;
	z-index: 9999;
	display:none;
}
#pagetop a {
	text-decoration: none;
	color: #FFF;
	padding: 20px 25px;
	font-weight:bold;
	text-align: center;
	display: block;
	border-radius: 5px;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
#pagetop a:hover {
	text-decoration: none;
	filter:alpha(opacity=50); 
	opacity:0.5;
}


/****************************************************************/
/* jump用 // 掲載期間が終了しました
/****************************************************************/

#jump_wrap{
	width:900px;
	margin:0 auto;
	padding:50px 30px;
	line-height:1.6em;
}
#jump_wrap .ttl{
	display:block;
	font-size:20px;
	font-weight:bold;
	color:#006699;
	padding-bottom:10px;
	order-bottom: solid 1px #999;
	margin-bottom:45px;
}


/****************************************************************/
/* 検索BOX
/****************************************************************/

#search_box{/* background:#ffd5d5;*/ margin: 30px 0 0;}
#search_box iframe{width:100%; height:430px; border:none; }

#search_box .contents {
    padding: 10px 0 50px 0;
    width: 960px;
    clear: both;
    margin: 0 auto;
    border: none;
}

/****************************************************************/
/* 検索用追従ボタン
/****************************************************************/
.floating_btn{
	top: 300px;
	right: 5%;
	position: fixed;
	z-index: 9999;
	display:none;
}
.floating_btn img{
	transition: all 0.5s;
}
.floating_btn img:hover{
	opacity: 0.6;
}




