﻿
/*全体
---------------------------------------------------------------------------*/

body{
	background-color : #ffffff;
	height:100%;
	width: 100%;
	margin : 0px;
	padding : 0px;
	font-size : 100%;
	color : #5f8538;
	line-height : 140%;
	text-align : center;
	overflow: scroll;
}

h1,h2,h3,h4 {
	margin:0px;
	padding:0px;
}

p {
	margin:0px;
	padding:0px;
}

img  {
	border: none;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

br  {
	letter-spacing:normal;
}

ul,ol,li  {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
}



/*画像可変
---------------------------------------------------------------------------*/

/* ▼表示領域が375px以上の場合 */
@media screen and (min-width: 375px) {
   img.miniimage { display: none; }  /* 375px未満を非表示 */
   img.bigimage  { display: block; } /* 375px以上を表示 */
}

/* ▼表示領域が375px未満の場合 */
@media screen and (max-width: 374px) {
   img.miniimage { display: block; } /* 375px未満を表示 */
   img.bigimage  { display: none; }  /* 375px以上を非表示 */
}


/*リンク（全般）
---------------------------------------------------------------------------*/

a:link    {
	text-decoration:none;
	color : #5f8538;
}

a:visited {
	color : #5f8538;
	text-decoration : none;
}

a:active{
	color : #5f8538;
	text-decoration : none;
}
a:hover {
	text-decoration:none;
	color : #fce283;
}



/*コンテナ（全体）
---------------------------------------------------------------------------*/

#container{
	width : 1200px;
	margin : 0 auto;
	padding : 0;
	text-align : left;
	background-color : #ffffff;
}



/*ヘッダー
---------------------------------------------------------------------------*/

#header{
	margin:0 auto;
	width : 98%;
}

#header h1{
	margin-top: 10px;
	text-align : left;
	margin-left: 1px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
}


#kondate-title{
	margin-top: 10px;
	height:auto;
	width : 100%;
	display: block;
	text-align: center;
}



/*上部ナビゲーション
---------------------------------------------------------------------------*/

#headerNavi{
	margin:0 auto;
	width : 98%;
	height:25px;
	background-color : #ffffff;
	text-align : right;
	font-size : 75%;
}


#headerNavi li{
	padding: 0 10px;
	display: inline;
	border-left: 1px solid #5f8538;
	list-style: none;
	border-left-width: 1px;
}

#headerNavi li:first-child {
	border: none;
}

#headerNavi li a{
	color:#5f8538;
	text-decoration:none;
}

#headerNavi li a:hover{
	color:#fce283;
	text-decoration:none;
}


/*コンテンツ（メニュー外箱）
---------------------------------------------------------------------------*/

#contents {
	clear: left;
	width: 98%;
	background-color: #FFF;
	padding: 15px 15px 0px;	
}

img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/*メインメニュー
---------------------------------------------------------------------------*/

.kondate-mainmenu{
	margin: 0px 0px 10px 0px;
	display: table;
	table-layout: fixed;
	width: 100%;
	list-style: none;
}

.kondate-mainmenu li{
	padding: 0;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: 3px solid #fff;
	font-weight: bold;
}

.kondate-mainmenu li a{
	padding:5px;
	margin:0;
	display:block!important;
	background: #5f8538;
	color:#fce283;
}

.kondate-mainmenu li a:hover{
	background: #fce283;
	color:#5f8538;
}



/*フッター設定
---------------------------------------------------------------------------*/

#footer {
	clear: both;
	text-align: center;
	padding: 20px;
	background-color: #fff;
	margin-top: 100px;
}

#footer p {
	display: block;
	color:#5f8538;
	font-size: 80%;
	line-height: 140%;
	text-align: center;
}

