﻿@charset "utf-8";

/*****************************************************/
/** 基本設定 **/
/*****************************************************/

/***************** 基本設定 *****************/
.KijiArea p {
	width: 680px;
	margin: 0px 10px 4px 10px;
	line-height:190%;
	font-size: 15px;
}

.KijiArea_page p { 
	width: 680px;
	margin: 5px 10px 20px 10px;
	line-height:200%;
	font-size: 15px;
	/*固定ページのみ適用（段落幅広）*/
}

.mailpost img {
	margin: 10px;
}

h2 {
	/*width: 100%;*/
	height:120px;
	background: url(../img/cont/h2_bg.png) left bottom no-repeat;
	font-size: 24px;
	line-height: 160px;
	text-indent: 0px;
	margin-bottom: 0px !important;
	letter-spacing: 4px !important;
	padding-left: 120px !important;
}

.pageheader {
	width: 100%;
	height: auto;
	min-height: 20px;
	background:#efe337;
	margin: 0px !important;
	padding: 0px !important;
}

h3 {
	width: 620px;
	min-height: 40px;
	background: url(../img/cont/h3_bg.png) bottom left no-repeat;
	font-size: 19px;
	color: #7e481e;
	/* line-height: 54px; */
	margin: 30px 5px 10px 0px !important;
	padding: 20px 0px 10px 70px!important;
}

h3.sakae_h3 {
	width: 700px;
	background: none;
	font-size:20px;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","HG明朝E","ＭＳ 明朝",serif;
	line-height:1.6;
	margin: 40px 20px 0px 20px !important;
	padding: 0px!important;
}


h4 {
	width: 650px;
	min-height: 15px;
	background:#efe337;
	border: 2px solid #444444;
	font-size: 16px;
	margin: 25px auto 10px 10px !important;
	padding: 8px 12px !important;
    border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}

h5 {
	width: 690px;
	font-size: 15px;
	line-height: 45px;
	text-indent: 5px;
	margin: 10px 0px 10px 10px !important;
	border-bottom:2px dotted #444444;
}

hr {
	border-top: 2px solid #c6eee5;
}


/***************** 日付・カテゴリー設定 *****************/
.post_data{
	width: 690px !important;
	margin:0px 0px 5px 0px !important;
	text-align: right;
	font-size: 12px;
}
.post_date {
	font-weight: normal;
}

.post_category {
	color: #c39541;
	font-weight: bold;
}

.article_bottom {
	border-top:1px dotted #7e481e;
	padding:15px;
	margin-top: 20px;
	text-align:center;

}


/********************************************************************/

/***************** 画像設定 *****************/


img.aligncenter {
	display: block;
	margin: 8px auto 5px auto !important;
}

img.alignleft {
	float: left;
	margin: 10px 10px 10px 0px;
}

img.alignright {
	float: right;
	margin: 10px 0px 10px 10px;
}

.gallery_photos {
	border:1px solid #dddddd;	
}

/* キャプション用 */
.wp-caption {
	text-align: center;
	font-size: 12px;
	margin: 10px;
}
p.wp-caption-text {
	width:	auto;
	text-align: center;
	font-size: 12px;
	margin: 10px;
}
.wp-caption img {
	display:block;
	margin: 0px auto;
}

.wp-caption.alignleft {
	float: left;
}


/* 写真右寄せ用*/
.MainImage1 {
 float: right;
 border: 2px solid #fff;
 margin: 0px 10px 10px 15px;
}

/* 写真左寄せ用*/
.MainImage2 {
 float: left;
 border: 2px solid #fff;
 margin: 0px 15px 10px 10px;
}

/*ボーダーのみ*/
.MainImage3 {
 border: 2px solid #fff;
}

/* 写真横並べ　右*/
.MainImage4 {
 float: right;
 border: 2px solid #fff;
 margin: 10px 10px 10px 0px;
}

/* 写真横並べ　左*/
.MainImage5 {
 float: left;
 border: 2px solid #fff;
 margin: 10px 0px 10px 10px;
}

/*ボーダーレス*/
.nonborder {
 border: 0px !important;
}

/***************** フォーム *****************/

/** tableの場合 ****/
/*
table.form {
    width: 95%;
    margin: 15px auto;
	border: #75aa01 1px solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 13px;
}

table.form th {
    padding: 10px;
    border: #75aa01 solid;
    border-width: 1px 0 0 0;
    color: #4b2b08;
    background: #e6fbb8;
    font-weight:bold;
    text-align: center;
}

table.form td {
    padding: 10px;
    border: 1px #75aa01 solid;
    border-width: 1px 0 0 0;
    background: #ffffff;
}
*/

/** dl dt ddの場合 ****/
dl.form {
    width: 95%;
    margin: 5px auto 25px auto;
	border-bottom: #179F3D solid 1px;
	background: #179F3D; /**dtの背景途切れをカバー***/
}

dl.form dt {
	clear: left;
	float: left;
	width: 200px;
    padding: 10px;
    border-top: 1px #ffffff solid;
    background: #179F3D;
    font-weight: bold;
	color: #ffffff;
	font-size:12px;

}

dl.form dd {
	margin-left: 220px;
    padding: 13px;
	background: #fff;
    border-top: 1px #179F3D solid;
}



/** ボタン **/
input.bt_confirm {
	min-width:320px;
	display:block;
	margin:0px auto;
	padding: 10px 40px;
	background:#efe337;
	color: #000000;
	font-weight:bold;
	border-style: none;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

input.bt_back {
	min-width:320px;
	display:block;
	margin:0px auto 10px auto;
	padding: 10px 40px;
	background:#efe337;
	color: #000000;
	font-weight:bold;
	border-style: none;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

input.bt_submit {
	min-width:320px;
	display:block;
	margin:0px auto;
	padding: 10px 40px;
	background:#179F3D;
	color: #fff;
	font-weight:bold;
	border-style: none;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}


/** 通常デザイン **/

table.td1 {
    width: 98%;
    margin: 15px auto;
    border-top:1px #dddddd dotted;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 140%;
}

table.td1 th {
    padding: 10px;
    border-bottom:1px #ffffff solid;
    background: #eeeeee;
    text-align: left;
}

table.td1 td {
    padding: 10px;
    border-bottom:1px #dddddd dotted;
    background: #ffffff;
    text-align: left;
}


/***************** リスト *****************/
ul.list1  {
	width: auto;
	display: block;
	margin: 0px auto 10px auto;
	padding-left:40px;
	list-style: url(/img/common/list_icon02.png);
}

ul.list1 li  {
	margin-bottom: 4px;
}

ul.list2  {
	width: auto;
	display: block;
	margin: 10px auto 15px auto;
	padding-left:20px;
	line-height:1.2;
	list-style: url(/img/common/list_icon01.png);
}

ul.list2 li  {
	margin-bottom: 4px;
}


/***************** リンクリスト *****************/
ul.list_link  {
	width: 100%;
	height: 30px;
	display: block;
	margin: 0px auto 10px auto;
	padding-left:40px;
	list-style: url(/img/common/list_icon02.png);
}

ul.list_link li  {
	min-width:100px;
	max-width: 100%;
	float: left;
}


/***************** ボタン *****************/
ul.list_bt  {
	clear: both;
	width:320px;
	height:60px;
	display:block;
	margin:50px auto 20px auto;
}

ul.bt1  {
	width:330px;
	height:60px;
}

ul.list_bt li a:link,
ul.list_bt li a:visited,
ul.list_bt li a:hover,
ul.list_bt li a:active {
	display: block;
	width:300px;
	padding:10px 5px;
	margin:0px 10px;
	background:#179F3D;
	border:1px solid #179F3D;
	float:left;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

ul.list_bt li a:link,
ul.list_bt li a:visited {
	color:#ffffff;
	text-decoration: none;
}

ul.list_bt li a:hover,
ul.list_bt li a:active {
	color:#179F3D;
	text-decoration: none;
	background:#fff5c8;
}

/***************** スクロールボタン *****************/
#pageTop {
	background:rgba(255,255,255,0.8);
	-webkit-border-radius: 10px;/* width,heightの半分で円*/
	-moz-border-radius: 10px;
	border-radius: 10px;
	position:fixed;
	bottom:20px;
	right:20px;
	color: #d0425;
	font-size: 13px;
	text-decoration: none;
	line-height: 140%;
	letter-spaceing: 0em !important;
	padding: 15px 15px;
}

#pageTop:hover{
	background:rgba(255,255,255,1.0);
	color: #d0425;
}


/***************** 各ページ *****************/
.example_box {
	width: 690px;
	margin-bottom: 10px;
	line-height: 1.9;
	border-bottom:1px solid #444444;
}

.example_box h4 {
	width: 670px;
	font-size: 15px;
	line-height: 45px;
	text-indent: 5px;
	margin: 0px 0px 10px 0px !important;
	padding: 0px 10px 5px 0px !important;
	border-bottom:1px dotted #444444;
	border-width: 0px 0px 1px 0px;
	background: none;
    border-radius: 0px;        /* CSS3草案 */  
    -webkit-border-radius: 0px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 0px;   /* Firefox用 */  
}
.example_box h4 a {
	text-decoration: none;
}

.example_box h4 a:before {
	content: "▶ ";
}

.example_box p {
	margin: 0px 30px;
}

.example_list_box {
	width: 113px;
	height: 113px;
	margin:0px 20px 10px 0px;
	float: left;
}

.gallery_list {
	margin-bottom:20px;
}

.gallery_list li {
	width:120px;
	height:120px;
	display: block;
	margin: 5px 4px;
	float:left;
}

.gallery_list li img {
	display: block;
	margin: auto auto;
}

/*****************************************************/
/** ナビゲーションタグの設定
/*****************************************************/
/* ページ遷移ナビ(Next/Back)配置 */
#PageNavi {
  clear: both;
  width: 100%;
  margin: 30px auto 0 auto;
  text-align: center;
}

.pages {
display: none;
}