@charset "utf-8";
@import "base.css";
@import "common-parts.css";

/* @import "article-end.css"; */

#print-wrapper{
	width:90%;
	padding:10px;
	margin:5px auto;
	text-align:left;
}
* html #print-wrapper{
	width:600px;
}
.logo{
	float:left;
	width:332px;
}
.print-btn a{
	display:block;
	height:37px;
	background-image: url("/common/images/v1/article/print-btn.gif");
	width:148px;
	margin:25px 0;
	float:right;
}
/* *Hides from IE-mac \*/
.print-btn a{
	overflow: hidden;
}
.print-btn a span{
	display:none;
}
.print-btn a:hover{
	background-position: 0 -38px;
}

.signage{
	width:100%;
	padding:10px;
	background-color:#f0f0f0;
}
.signage h1{
	font-size:18px;
}
.signage h2{
	font-size:14px;
	font-weight:normal;
}
.signage h3{
	font-size:12px;
	font-weight:normal;
}
#main-contents{
	width:100%;
	margin-top:15px;
}
#main-contents h4{
	font-size:1.0em;
	padding:3px 0 5px 10px;
	border-bottom:dashed 1px #2d6f97;
	color:#2d6f97;
	margin:20px 0;
	clear:both;
	border-left:solid 5px #2d6f97;
}
#main-contents p{
	font-size:14px;
	line-height:20px;
	margin-bottom:15px;
}
#print-footer{
	width:100%;
	font-size:10px;
	color:#666;
	text-align:center;
}
/*
*****************************************************
▼記事本文中で使用するシカケ▼
*****************************************************
*/
.figure-right{
	float:right;
	padding:2px;
	background-color:#ddd;
	margin:0 0 15px 15px;
}
.figure-right span{
	font-size:0.8em;
	line-height:1.2em;
	padding:5px;
	display:block;
}
.figure-left{
	float:left;
	padding:2px;
	background-color:#ddd;
	margin:0 15px 15px 0;
}
.figure-left span{
	font-size:0.8em;
	line-height:1.2em;
	padding:5px;
	display:block;
}
.figure-center{
	text-align: left;
	margin:0 auto 10px auto;
	padding:2px;
	border:0;
	background-color:#ddd;
	font-size:12px;
	line-height:18px;
}
#main-contents .figure-center span{
	padding:5px;
	display:block;
}
/*▼地図用▼*/
#googlemap{
	width:320px;
	height:250px;
	background-color:#00598d;
	float:right;
	margin:0 0 10px 10px;
	border:solid 1px #666;
	display:block;
	font-size:12px;
	overflow:hidden;
}
#googlemap strong{
	font-size:14px;
}
/*************
映像用
*************/
#movie{/*映像が1つの場合*/
	width:320px;
	height:302px;
	float:right;
	margin:0 0 10px 10px;
	padding:5px;
	display:block;
	background-color:#000;
}
#movie1{/*映像が複数の場合*/
	width:320px;
	height:302px;
	float:right;
	margin:0 0 10px 10px;
	padding:5px;
	display:block;
	background-color:#000;
}
#movie2{
	width:320px;
	height:302px;
	float:right;
	margin:0 0 10px 10px;
	padding:5px;
	display:block;
	background-color:#000;
}
#movie3{
	width:320px;
	height:302px;
	float:right;
	margin:0 0 10px 10px;
	padding:5px;
	display:block;
	background-color:#000;
}
#movie4{
	width:320px;
	height:302px;
	float:right;
	margin:0 0 10px 10px;
	padding:5px;
	display:block;
	background-color:#000;
}
.frame{
	width:538px;
	padding:10px;
	text-align:left;
	background-color:#f0f0f0;
	margin:20px auto;
	border:dotted 1px #999;
	font-size:0.8em;
	line-height:1.2em;
}
* html .frame{
	width:560px;
}
/*
******************
クレジット
******************
*/
.credit{
	clear:both;
	display:block;
	text-align:right;
	font-size:0.8em;
	/*margin-bottom:20px;*/
	text-align:right;
	width:100%;
	color:#555;
}
