@charset "utf-8";

/* ===================================================================
CSS information

 file name  :style.css
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #header
  #utilityNav
 #navi
  #gNav
 #footer
  #footerContents
 #page
 #mainImg
  #imgArea
  #contents
   #main
   #sub
=================================================================== */

/*--- reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*--- default */
body {
	background: url(../images/bg.png);
	color: #76520d;
	font-size: small;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
}

a:link {
	color:#df8c34;
	text-decoration: none;
}
a:visited {
	color:#df8c34;
	text-decoration: none;
}
a:hover {
	color:#dca56a;
	text-decoration: underline;
}
a:active {
	color:#dca56a;
	text-decoration: none;
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

.imgsmall {
	float: right;
	margin: 0 0 0 55px;
	padding-right:55px;
}
.imgsmall2 {
	float: right;
	margin: 0 0 0 43px;
	padding-right:43px;
}

.imgL {
	float: left;
	margin: 0 10px 0 0;
}

.btn {
	text-align: center;
}

/* clearfix */
.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 15px !important; text-align:center; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
/* Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }

/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-S { font-size:12px;}
.TXT-M { font-size:14px;}
.TXT-L { font-size:16px;}

.TXT-RED { color:#FF3333;}
.TXT-ORG { color:#f7931e;}


/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
	width: 960px;
	margin: 0 auto;
	height:120px;
}

#header #logo {
	clear: both;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 185px;
	width: 300px;
	margin: 5px 0;
}
#headerDesc {
	height: 20px;
}
#headerDescArea {
	width: 960px;
	margin: 0 auto;
}

#headerDescArea h1 {
	font-size: 10px;
	font-weight: normal;
	float: left;
	margin: 2px 0 0 10px;
	height: 20px;
}
#headerDescArea h2 {
	font-size: 10px;
	font-weight: normal;
	float: right;
	margin: 2px 10px 0 0;
	height: 20px;
}




/* -----------------------------------------------------------
	#navi
		ナビ
----------------------------------------------------------- */
#navi {
	clear: both;
}

#naviArea {
	width: 960px;
	border-left-width: 0px;
	border-left-style: dashed;
	border-left-color: #dcabb3;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	clear: both;
	background: url(images/bg_footer.png);
	padding: 15px 0 0 0;
}
#footer .fotnavi {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	text-align: center;
	margin-top: 10px;
}


#footer .copyright {
	color: #9b6956;
	text-align: center;
	margin-top: 15px;
	height: 20px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
	margin-bottom: 0px;
}

#footerContents ul {
	text-align: center;
	padding: 10px 0 0 0;
}

#footerContents ul li {
	display: inline;
	border-right: solid 1px #999;
	padding: 0 10px 0 10px;
}
#footerContents ul li.end {
	display: inline;
	border: none;
	padding: 0 10px 0 10px;
}

#footerContents .box {
	width: 280px;
	float: left;
	border: none;
	margin-right: 10px;
	padding: 10px;
}

#footerContents h3 {
	font-weight: normal;
}

/* -----------------------------------------------------------
	#footerContents
		フッターコンテンツ
----------------------------------------------------------- */
#footerContents {
	width: 960px;
	margin: 0 auto;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 960px;
	padding-bottom: 60px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0;
}

#contents .pageTop {
	clear: both;
	text-align: right;
}


/*.contentsBox
----------------------------------------------------*/
.contentsBox {
	margin: 0 0 20px 15px;
	min-height:1px;
}

.contentsBox .box {
	font-size: 12px;
	width: 280px;
	float: left;
	border: solid #e9dab6 1px;
	margin-right: 10px;
	padding: 10px;
}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	float: right;
	width: 700px;
}

#main p{
	padding: 15px 10px 15px 10px;
}

#main h2{
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	width: 700px;
	height: 40px;
	background: url(../images/bg2-h2.png) no-repeat;
	padding: 10px 0 0 16px;
text-shadow: 0px 0px 3px #664e1e;
}

#main h3{
	color: #7a522b;
	font-size: 14px;
	font-weight: normal;
	width: 700px;
	height: 31px;
	background: url(../images/bg-h3.png) no-repeat;
	padding: 8px 0 0 16px;
	margin-bottom: -1px;
}

#main h4{
	color: #df8c34;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#main .section{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background:#f5efdf
}

#main .sectionBorder{
	margin: 0 0 20px 0;
	padding: 20px 20px;
	border: solid #e9dab6 1px;
	min-height:1px;
}

#main .box {
	width: 190px;
	float: left;
	border-right: solid #CCC 1px;
	margin-right: 5px;
	padding: 0 15px 0 10px;
}

#main .box-end {
	width: 190px;
	float: left;
	margin-right: 5px;
	padding: 0 0 0 10px;
}

#main ul li{
	list-style-type: none;
	padding: 0 0 5px 8px;
	background: url(../images/list-arw.png) no-repeat;
	background-position:0% 30%;
}

#date {
text-align: right;
padding-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
font-weight:bold;
color:#858585;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

/* テーブル装飾
----------------------------------------------------------- */
#main .t-head {
	border-collapse: collapse;
	border: solid 1px #e9dab6;
	padding: 10px;
	background-color: #f1e6cf;
	width: 80px;
}

#main .t-item {
	border-collapse: collapse;
	border: solid 1px #e9dab6;
	padding: 10px;
	width: 535px;
}


/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub {
	float: left;
	width: 230px;
}

#sub h3{
	color: #7a522b;
	font-size: 14px;
	font-weight: normal;
	width: 230px;
	height: 35px;
margin: 10px 0 0;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
	background-image: url(../images/bg2-side-h3_2.png);
	background-repeat: no-repeat;
}

#sub ul {
	margin: -10px 0 2px;
	font-size: 12px;
	margin: -5px 0 20px 0;
	padding: 5px 10px 10px 10px;
	border: solid #e9dab6 1px;
}

#sub ul li{
	list-style-type: none;
	padding: 5px 0 5px 8px;
	background: url(../images/list-arw.png) no-repeat;
	background-position:0% 49%;
	border-bottom: dashed #e9dab6 1px;
	margin: 5px 0 5px;
}

#sub .sectionBorder{
	font-size: 12px;
	margin: -5px 0 20px 0;
	padding: 10px 10px 10px 10px;
	border: solid #e9dab6 1px;
}

#sub .box {
	border-bottom: solid #CCC 1px;
	padding: 5px;
}

#sub .box-end {
	padding: 5px;
}
textarea {
resize: none;
} 
.example {
    border-spacing: 0;
    border: 2px solid #7eb2ff;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
         -o-border-radius: 10px;
            border-radius: 10px;
    box-shadow: 0 1px 1px #CCC;
}
.example2 {
    border-spacing: 0;
    border: 2px solid #ff7e84;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
         -o-border-radius: 10px;
            border-radius: 10px;
    box-shadow: 0 1px 1px #CCC;
}

#main .section2{
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	width:550px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.red{
color:red;
font-weight:bold;
}
.redb{
color:red;
font-weight:bold;
border-bottom: 2px solid red;
}
.flow {
 margin: 0 auto 50px;
	}
	.flow .point {
	    margin: 0 auto 33px;
	    width: 80%;
	    padding: 10px;
	    border: 3px solid #326E93;
	    -webkit-border-radius: 5px;
	    border-radius: 5px;
	    position: relative;
	    font-size: 1em; /* テキストの指定 */
	    font-weight: bold; /* テキストの指定 */
	    line-height: 1.4; /* テキストの指定 */
		background:#ffffff;
	}
.flow .point h4 {
font-size:1.2em;
margin-bottom:0;
font-weight: bold;}	
		.flow .point:first-child {
		margin-top:20px;	}
	.flow .point:after {
	    border-top: 25px solid #d7000f;
	    border-left: 70px solid transparent;
	    border-right: 70px solid transparent;
	    content: "";
	    position: absolute;
	    bottom: -28px; /* 三角形の高さ＋ボックスのボーダーをマイナスに */
	    left: 50%;/* 中央寄せに使用 */
	    margin-left: -70px; /* 中央寄せに使用 */
	}
	.flow .point:last-child:after {
 border: none; /* 最後のボックスだけ三角形を表示しない */
	}
	
	.mail{
	    margin: 0 auto 33px;
	    width: 80%;
	    padding: 15px;
	    border: 3px solid #326E93;
	    -webkit-border-radius: 5px;
	    border-radius: 10px;
	    position: relative;
	    font-size: 1em; /* テキストの指定 */
	    font-weight: bold; /* テキストの指定 */
	    line-height: 1.4; /* テキストの指定 */
		background:#ffffff;

}
.saposute{
font-size:28px;
font-weight:700;}
.imgltop {
	float: left;
	margin: 0 0 0 110px;
}
.imgsmall2 {
	float: right;
	margin: 0 0 0 43px;
	padding-right:43px;
}
.tel{font-size:24px;}
.fb-page{
margin:15px 0;}