@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	width:100%;
	margin:0 auto;
	font-size:14px;
	background-color:#fff;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
}

header {
	width:960px;

	margin:10px auto;
	padding:0 10px;

}

header img {

}



#contents {
	width:960px;
	margin:40px auto;
}

#main {
	float:right;
	width:65%;
	padding-bottom:30px;
	margin-right:10px;
}

#sub {
	float:left;
	width:27%;
	padding-top:0px;
	margin-left:10px;

}

#subnav {
	display:none;
}

a {
	color:#000;
}
a:hover {
	color:#7DCA59;
}

h1 {
	color:#7DCA59;
	font-size:28px;
	line-height:1.2;
	margin-bottom:20px;
}
h1 a {
	color:#000;
	text-decoration:none;
}
h1 a:hover {
	color:#7DCA59;
	text-decoration:underline;
}

h2 {
	margin-top:3em;
	margin-bottom:1em;
	padding-left:10px;
	font-size:20px;
	color:#fff;
	border-left:5px solid #f19500; /* #7DCA59 */
	background-color:#7DCA59 ; /* #D8F788 */
}

h3 {
	margin:2em 0 1em 0;
	padding:2px 2px;
	color:#7DCA59;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #7DCA59;
}

h2 + h3
{
	margin-top:1em;
}

h4 {
	margin:1.5em 0 0.5em 0;
	font-size:16px;
	color:#7DCA59;
	font-weight:bold;

}
/* h4:before {
	content:"\002605";
	color:#f19500;
}
*/

h5 {
	margin-bottom:0.25em;
	padding:2px;
	color:#000;
	font-size:14px;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	background:#f1f1f1;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
	margin:0 0 0.5em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}




pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}



dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}


/*================================================
 *  テーブル
 ================================================*/


.tbstyle1 {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
.tbstyle1 th {
	padding:7px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f5f5f5;
}
.tbstyle1 td {
	padding:7px;
	text-align:left;
	border:1px solid #ddd;
}



.tbstyle2 {
	border-collapse:collapse;
	border:0px;
}
.tbstyle2 th {
	border:0px;
}
.tbstyle2 td {
	border:0px;
	padding:7px;
}








/*================================================
 *  リスト 箇条書き
 ================================================*/

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}





.note {

	font-size:12px;
	line-height:1.5em;

}

.note li:first-child {
	margin-top:20px; 
}


.note li{
	padding-bottom:5px;
	margin-left:2em;
	list-style:none;
}
.note li:before{
	content:"※";
	margin-left: -1em;
}


.note2 {

	font-size:14px;
	line-height:1.5em;
}

.note2 li{
	padding-bottom:5px;
	margin-left:2em;
}


/*================================================
 *  文字  色・サイズ・飾り
 ================================================*/

.p16 {
	font-size:16px;
}

.p14 {
	font-size:14px;
	line-height:1.2em;
}

.p12 {
	font-size:12px;
	line-height:1.2em;
}


.p10 {
	font-size:10px;
	line-height:1.2em;
}

strong {
	font-weight:bold;
	color:#f19500;
}


/* #f19500 #7DCA59 */



.red {
	color: #F00;
}

.glay {
	color: #333;
}

.blue {
	color: #06C;
}


.green {
	color:#7DCA59;
}


.unl {
	text-decoration:underline;
}


.line1 {
	border-top: 1px dashed #ccc;
}



/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
}
header h1 {
	margin-bottom:20px;
}

.contact {
	width:140px;
	vertical-align:top;
	float:right;
	margin-right:10px;
}
.contact a {
	display:block;
	padding:5px 10px 5px 29px;
	color:#fff;
	background:#7DCA59;
	border-radius:4px;
	text-decoration:none;
	background:#7DCA59 url(../images/mail.png) 10px 50% no-repeat;
}
.contact a:hover {
	color:#fff;
	background:#7DCA59 url(../images/mail.png) 10px 50% no-repeat;
}

.summary {
	clear:both;
}





/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {

	width:100%;
	margin-bottom:10px;
	background:#7DCA59;
}

.inline-block ul,li {

	}



nav ul {
	list-style-type: none;

}


nav li {
	list-style:none;
	margin-left:1em;
}


nav li a {
	display:block;
	padding:10px 5px;
	color:#000;
	text-align:center;
	text-decoration:none;
}

nav li a:hover {
	color:#000;
	text-decoration:none;
	background:#D8F788;
}

.inline-block {
	text-align: center;
}
.inline-block li {
	display: inline-block;
}



/*================================================
 *  メインコンテンツ
 ================================================*/

#main ul,li {

	}





/*================================================
 *  サブコンテンツ
 ================================================*/
 
#sub {
	font-size:12px;
	}
 
 
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#000;
}


.submenu li a {
	display:block;
	padding:5px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	background:#eee;
}

.bnr {
	overflow:hidden;
	margin:0 0 20px 0;

}

.bnr ul {
	overflow:hidden;
}

.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {

}

.bnr p,ul,li {

	}


.bnr h3 {
	margin:0 0 1em 0;
	font-weight:normal;
}




/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	background-color:#666;
}


/* --------------

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.footmenu ul {
	position:relative;
	float:left;
	left:30%;
	margin:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size:12px;
	text-align:center;
}

------------- */

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
	color:#fff;
}


.footmenu {
	width:100%;
	margin-bottom:10px;
	padding:0px;
}

.footmenu ul {
	list-style-type: none;
	text-align: center;
}
.footmenu li {

	list-style:none;
	margin-left:1em;
}


.footmenu li a {
	display:block;
	padding:10px 5px;
	color:#fff;
	text-align:center;
	text-decoration:none;
}

.footmenu li a:hover {
	color:#fff;
	text-decoration:none;
	background:#7DCA59;
}


/*================================================
 *  フリーカレンダー
 ================================================*/

.lasty {
	font-size:10px;
}





/*================================================
 *  フォーム
 ================================================*/

.mailform {
	background-color:#EEEEEE;
	padding:20px;
	}


.mailform p {
	margin:1em 0 0.5em 0;
	line-height:1.5em;
}



input,textarea{
	margin-left:20px;
	margin-bottom:10px;
}


/* 送信確認テーブル */
.form {
	border: 1px solid #7777bb;
	border-collapse: collapse;
	margin-top: 1em;
}
.form th, td {
	text-align: left;
	border: 1px solid #7777bb;
	padding: 8px;
	font-size: 12px;
}
.form th {
	white-space: nowrap;
	background: #cccce6;
}
.form td {
	background: #f0f0f0;
}



strong.ttl {
	text-align: left;
	border-left: solid 4px #cc0000;
	display: block;
	padding: 2px 5px;
	margin-top: 2em;
}


p.msg {
	color: #dd0000;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}


form.back {
	margin-top: 2em;
}



/*================================================
 *  カレンダー
 ================================================*/

.iframe-content {
    position: relative;
    width: 100%;
    padding: 75% 0 0 0;
}
.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#7DCA59;
}
.totop img:hover {
	background:#f19500;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
	text-align:left;
}

.textR {
	text-align:right;
}

.list {
	padding:0 0 0 0.5em;
}

.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.photo {
	overflow:hidden;
	margin:20px 0;
	padding:10px;
	border:5px solid #ddd;
	background:#fff;
}

.imgL {
	float:left;
	margin:0 1.5em 1.5em 0;
}

.imgR {
	float:right;
	margin:0 0 1.5em 1.5em;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}

/*================================================
 *  トップページ
 ================================================*/
/* スライドショー */
.slide {
	position:relative;
	overflow:hidden;
}

.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	margin:0 5px;
	padding:0;
}

.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#f19500;
}

/* トップナビ */
* html .topNavi {
	height:1em;
	overflow:visible;
}

.topNavi {
	overflow:hidden;
	position:relative;
	margin-right:-1.030%;
	margin-top:20px;
	margin-bottom:20px;
}

.topNaviColumn {
	display:inline;
	width:32.302%;
	float:left;
	margin-right:1.030%;
}

.topNaviCon {
	position:relative;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	padding:10px;
	text-decoration:none;
	color:#000;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	background:#f1f1f1;
	border:1px solid #f1f1f1;
	border-radius:4px;
}
.topNaviCon:hover {
	color:#000;
	background:#fff9f5 none repeat scroll 0 0;
	border:1px solid #f19500;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
}
.topNaviCon h2 {
	margin:10px;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#f19500;
	border:none;
}
.topNaviCon:hover h2 {
	color:#f19500;
}
.topNaviCon p {
	margin:10px;
}

.topNaviPhoto img {
	width:100%;
}


