/* スマホ横幅調整 */
body {
	-webkit-text-size-adjust: 100%;
	margin: 0px 0px 0px 0px;
	background: #ffffff url(http://www.asunaro7067.net/images/bg_body.gif) top left repeat-x;
}

.clearfix:after {
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}

/* リンク画像のボーダー */
img {
	border: 0px;
}


/* ヘッダメニュー */
.header {
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	background: url(http://www.asunaro7067.net/images/bg_layout-area.gif) top center no-repeat;
}

.header h1 {
	margin:0px;
    	text-align: center;
 }


.headerlink {
	width: 208px;
	margin: 0 auto;
	height: 30px;
 }

.headerlink ul {
	margin: 0;
	padding: 0;
  	list-style: none outside none;
	font-size:12px;
 }

.headerlink li {
	margin: 0;
	padding: 0;
   	float: left;
 }

.headerlink li>a {
   	display: block;
   	width: 208px;
   	color: #fff;
   	line-height: 30px;
    	background: -webkit-gradient(linear, left top, left bottom, from(#fff),to(#ececec));
    	background: linear-gradient(#fff #ececec);
	background:#00B8E4;
    	text-align: center;
    	text-decoration: none;
    	border: 1px solid #FFFFFF;
     	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
     	font-weight:bold;
 }

.headerlink li a {
      	border-radius: 4px;
 }


/*　ビジュアルイメージ　*/
#visual-image {
	text-align: center;
	clear: both;
	overflow: hidden;
}
/*　ビジュアルイメージ画像調整　*/
#visual-image img {
	border: 0px;
	max-width: 95% !important;
	height: auto;
}
/*　ビジュアルイメージ　*/
#visual-image img {
	border-radius: 10px;
}

/* グローバルナビ */
.globalNavi {
	margin: 10px;
	}

.globalNavi ul {
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #95C82D;
	list-style: none outside none;
}

.globalNavi ul li {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A3CF48), to(#80AC26));
	background: linear-gradient(#A3CF48, #80AC26);
	border-top: none;
	border-bottom: 1px solid #95C82D;
	border-left: 1px solid #95C82D;
	border-right: 1px solid #95C82D;
	height: 50px;
	margin: 0px;
}

.globalNavi ul li:nth-child(odd) {
	float: left;
	width: 50%;
}

.globalNavi ul li a {
	background: url(../images/bullet.png) no-repeat 95% 50%;
	color: #fff;
	display: block;
	height: 50px;
	margin: 0px;
	padding: 0 30px 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
}

.globalNavi ul li a strong {
	color: #293A23;
	display: block;
	font-weight: bold;
	padding-top: 5px;
}

.globalNavi ul li img {
	float: left;
	height: 30px;
	width: 30px;
	margin: 10px 20px 0 0;
}


/* 新着ブログ */
.blogArea dl.acordion{
	margin: 0 10px 0 10px;
}

.blogArea dt.trigger {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCC899), to(#DBE1BC)); 
	background: linear-gradient(#CCC899, #DBE1BC);
	border-radius: 10px;
	text-align: left;
	border: 1px solid #B8BE91;
	color: #000; 
	margin-bottom: 0;
	padding: 10px;
}

.blogArea dt.active{
	border-radius: 10px 10px 0 0;
}

.blogArea dt.trigger span.open-close {
	background: url(../images/point_plus.png) no-repeat right top;
	float: right;
	width: 20px;
	height: 20px;
	text-indent: -9999em;
}

.blogArea dt.active span.open-close {
	background: url(../images/point_none.png) no-repeat right top;
	float: right;
	width: 20px;
	height: 20px;
}

.blogArea dd.acordion_tree{
	margin: 0px;
	padding: 10px;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e0f0e0));
	background: #9bffd8 linear-gradient(#fff, #e0f0e0);
	border: 1px solid #B8BE91;
	border-top: none;
}



/* ブログRSSリスト */

.blogtitle {
	margin:0 0 10px 0;
	padding:5px 5px;
	background: #FFCCCC;
	color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-shadow:1px 1px 2px #333;
	box-shadow:inset -1px -1px 2px rgba(0,0,0, 0.6),inset 1px 1px 2px rgba(255,255,255,0.8);
}

.blogArea ul {
	list-style: none;
	margin:10px;
	padding: 0px;
}

.blogArea li {
    	background-image: url("http://www.asunaro7067.net/images/bullet-4.gif");
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-bottom: 5px;
	padding-left: 20px;
	padding-right: 15px;
	text-decoration: none;
	list-style: none;
	color: #000000;
}

.blogArea li a {
	margin-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color:  rgb(85, 80, 77);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.blogArea li a:hover {
	color: rgb(150, 210, 76);
}


/* フッターリンク */
.foot_link {
	margin: 0;
	padding: 5px;
	font-size: 14px;
	overflow: hidden;
}

.foot_link ul {
	list-style: none outside none;
}

.foot_link li a {
	float:left;
	background-image: url("http://www.asunaro7067.net/images/bullet-1.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 5px;
	padding-left: 20px;
	padding-right: 15px;
	height: 16px;
	text-decoration: none;
	color: #D29902;
}
.foot_link li a:hover {
	color: #FFBA53;
}


/* SNSリンク */
.sns {
	margin: 0 0 25px 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}
.sns ul {
	width: 24px;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
}
.sns li {
	float: left;
	margin-right: 30px;
}
.sns li.sns-last {
	float: left;
	margin-right: 0px;
}


/* フッター */
#footer {
	text-align:center;
	margin: 0px;
	padding: 10px;
	background: #D8DD98;
}
