@charset "utf-8";

#template2015{
	width:100%;
	}
/*下部テキスト*/
#template2015 #undtxt_whole{
	width:100%;
	background-color:#ffffff;
	margin:30px 0 0;
	padding:0.5em 0;
	}
	
.clearfix:after { 
display:block;
clear:both;
height:0px;
visibility:hidden;
content:".";
}

.clearfix {
min-height: 1px; /*IE6、7*/
}
* html .clearfix {
height: 1px;
/*¥*//*/ /*MAC IE5.x対策*/
height: auto;
overflow: hidden;
/**/
}

/*トップへ戻るボタン*/
#page-top{
	width:48px;
	height:48px;
	display:none;
	position:fixed;
	right:16px;
	bottom:16px;
	z-index:9999;
}
#page-top p{
	margin:0;
	padding:0;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
#page-top p:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#move-page-top{
	color:#fff;
	line-height:40px;
	text-decoration:none;
	display:block;
	cursor:pointer;
	background-color:#2d66cc;
	border-radius:100%;
	width:48px;
	height:48px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
	
@media screen and (min-width: 769px) {
/*パンくず*/
#template2015 #breadcrumb{
	width:1180px;
	margin:0 auto;
	padding:0.2em 0;	
	}
#template2015 #breadcrumb h1{
	font-size:100%;
	font-weight:normal;
	display:inline;
	}
#template2015 #breadcrumb p{
	display:inline;
	}
#template2015 #breadcrumb a{
	color:#333333;
	}
/*下部テキスト*/
#template2015 #undtxt_whole p{
	width:50%;
	border:1px solid #4d4d4d;
	padding:1em;
	line-height:1.3em;
	margin:1.5em auto;
	font-size:80%;
	}
/*ジャンルトップへ戻るボタン*/
#rtbt{
	width:1180px;
	margin:0 auto;
	}
#rtbt p{
	width:14em;
	float:right;
	background-color:#2d66cc;
	color:#fff;
	text-align:center;
	}
#rtbt a{
	color:#fff;
	padding:8px 10px;
	display:block;
	text-decoration:none;
	}
/*SNSボタン*/
#snsbt{
	width:1180px;
	margin:0 auto;
	padding:0.2em 0;	
	}
#snsbt ul{
	 width:500px;
	 list-style:none;
	}	
#snsbt li.tw{
	width:95px;
	float:left;
	}	
#snsbt li.fb{
	width:110px;
	float:left;
	}	
#snsbt li.gp{
	width:70px;
	float:left;
	}	
}
@media screen and (max-width: 768px) {
/* 強制reset */
#wrapper #headerBtm .blockSearch table {
    margin-bottom:0;
	}
/*パンくず*/
#template2015 #breadcrumb{
	display:none;
	}
/*下部テキスト*/
#template2015 #undtxt_whole p{
	width:80%;
	border:1px solid #4d4d4d;
	padding:1em;
	line-height:1.3em;
	margin:1.5em auto;
	font-size:80%;
	}
/*ジャンルトップへ戻るボタン*/
#rtbt{
	width:99%;
	}
#rtbt p{
	width:14em;
	float:right;
	background-color:#2d66cc;
	color:#fff;
	text-align:center;
	}
#rtbt a{
	color:#fff;
	padding:8px 10px;
	display:block;
	text-decoration:none;
	}
/*SNSボタン*/
#snsbt{
	width:99%;
	padding:0.5em;	
	}
#snsbt ul{
	 width:100%;
	 list-style:none;
	}	
#snsbt li.tw{
	width:95px;
	float:left;
	}	
#snsbt li.fb{
	width:110px;
	float:left;
	}	
#snsbt li.gp{
	width:70px;
	float:left;
	}	
}