﻿@charset "utf-8";
/* CSS Document */

/* ==================================================
 ▼CMS用CSS
================================================== */
.main{
	margin:0 0 50px;
}

/* ========================================
タイトル */
 
h3{
	font-size:1.1em;
	line-height:130%;
	height:auto;
	padding:0 0 15px;
	margin:0 0 3px;
	float:none;
	font-weight:bold;
}
h3 span{
	font-weight:normal;
}

/* ========================================
日付 */
.date{
	text-align:right;
	margin:0 10px 15px;
	font-size:0.85em;
}


/* ========================================
記事01 */

.box_text{
	margin:0 10px 15px;
}
.box01{
	margin:0 10px 20px;
	line-height:160%;
}
.box01l{
	width:200px;
	float:left;
	margin:0 20px 0 0;
	text-align:center;
}
.box01l p{
	margin-bottom:10px;
}
.box01r table{
	border-collapse:collapse;
	margin:0 0 10px;
}
.box01r table td{
	border:1px solid #cecece;
}
.box01r table th{
	border:1px solid #cecece;
	background-color:#f0f9ff;
	font-weight:normal;
	white-space:nowrap;
}


/* ========================================
記事02 */

.box02{
	margin:0 10px 20px;
	line-height:160%;
}
.box02 div{
	width:200px;
	float:right;
	margin:0 0 0 20px;
}
.box02 div img{
	margin-bottom:10px;
}


/* ========================================
写真 */

.box03{
	margin:0 0 20px 1px;
}
.box03 p{
	width:177px;
	float:left;
	margin:0 0 0 12px;
	display:inline;
}



/* ========================================
サブ記事 */

.box04{
	margin:0 0 20px;
	line-height:160%;
}
h4{
	float:none;
	/*height:30px;*/
	padding:8px 0 0 20px;
	margin:0 0 15px;
}
.box04 p{
	margin:0 10px;
}
.b4text{
	padding-bottom:15px;
}





/* ========================================
リンク */

.link_pdf{
	padding:10px;
	display:block;
	background-color:#f0f9ff;
	border:1px solid #c5dff4;
}
.link_pdf a{
	text-decoration:none;
	display:inline-block;
	padding:0 0 0 25px;
	margin:0;
	background:url(../images/icon01.gif) no-repeat 10px center;
}
.link_pdf a:hover{
	background:url(../images/icon02.gif) no-repeat 10px center;
}



/* ========================================
リスト */

.list{
	border-top:1px dotted #cecece;
	text-align:right;
	margin:20px 0 50px;
}
.list a{
	display:inline-block;
	padding:5px 0 0 15px;
	background:url(../images/icon01.gif) no-repeat 0 8px;
	text-decoration:none;
	font-size:0.85em;
	*font-size:0.65em;
}



/* ========================================
お問い合わせ */

.inq{
	border:1px solid #cecece;
	padding:10px;
	clear:both;
	text-align:center;
	margin:0 0 20px;
}
.inq_tit{
	letter-spacing:2px;
	font-weight:bold;
	border-bottom:1px solid #cecece;
	margin:0 0 10px;
	padding:0 0 10px;
}















