/*============================
　CSSリセット
=============================*/
* {
	margin: 0px;
	padding: 0px;
	font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;

}
h1, h2, h3, h4, h5, h6, strong, b {
	font-weight:bold;
}
body {
	font-size: 87.5%;/*font-sizeリセット*/
}
html>/**/body {
	font-size: 14px; /*font-sizeリセット Except IE */
}
/* -----------------------------------------
		10px	>>	0.83em
		11px	>>	0.91em
		12px	>>	1em
		13px	>>	1.08em
		14px	>>	1.17em
		15px	>>	1.25em
		16px	>>	1.33em
		18px	>>	1.50em
		20px	>>	1.67em
----------------------------------------- */
img {
	border:none;
	margin: 0px;
	padding: 0px;
	vertical-align:middle;/*IE6 下の余白を消す*/
}
a {
	outline:none;/*for firefox*/
}
/*============================
　共通チップス
=============================*/
body {
	line-height:1.8;
}
.clear {
	clear:both;
}
/*clearfix*/
.clearfix:after{
    content:"";
    clear:both;
    display:block;
    height:0;
}
/* End hide from IE-mac */

.hide {
	display:none;
}
a {
	color:#ff7800;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a img{
	-moz-transition: 0.6s opacity 0s;
	-webkit-transition: 0.6s opacity 0s;
	-ms-transition: 0.6s opacity 0s;
	-o-transition: 0.6s opacity 0s;
	transition: 0.6s opacity 0s;
	}
a:hover img {
	filter: alpha(opacity=60);
	-webkit-opacity:0.6;
	-moz-opacity:0.6;
	-ms-opacity:0.6;
	-o-opacity:0.6;
	opacity:0.6;
}
/*============================
	レイアウト・背景色・基本文字色
=============================	*/
body {
	position:relative;
	background:url(../assets/119/bgi-yellow_001.jpg) top left #ffe92b; /*このテンプレの背景色*/
	color:#4d4d4d; /*このテンプレの基本色*/
	text-align:center;
}
#container{
	height:100%;
	background:url(../assets/119/bgi-header_001.jpg) top left repeat-x #fff;
	margin:0 auto;
	text-align:left;
}
#content{
	width:980px;
	height:auto;
	margin:0 auto 100px auto;
}
#sidebar{
	margin-top:60px;
	width:240px;
	float:right;
}
#main{
	width:710px;
	float:left;
}
/*============================
	ヘッダー
=============================*/
#header {
	height:auto;
	width:980px;
	position:relative;
	margin:0 auto;
	padding:0px 0 10px 0;
}
/* タイトル */
#site_title {
	padding: 20px 0 16px 0;
	width: 564px;
}
#site_title h1{
	font-size:2.14em;
	color:#ff7800;
	line-height:1.3;
}
#site_title a {
	text-decoration:none;
	color:#ff7800;
	font-weight:bold;
}
#site_title a:hover {
	color:#ff952c;
}
#site_title img {
	max-width:564px;
	width:auto!important;
	width:564px;
}
#site_title a:hover img {
}
#site_description {
	padding:0 0 10px 0;
}
#site_description h2{
	font-size:1em;
	font-weight:normal;
	line-height:1.5;
	color:#4d4d4d;
}
/*　ヘッドメニュー */
#head_nav{
	width:388px;
	position:absolute;
	top:0;
	right:0;
}
#head_nav ul{
	padding-top:25px;
	list-style:none;
	text-align:right;
}
#head_nav ul li{
	float:right;
	display:block;
	margin-left:-2px;
}
#head_nav ul li a{
	display:block;
	height:21px;
	width:130px;
	background :url(../assets/119/btn-head-nav_001.png ) left top no-repeat;
	line-height:4em;
	overflow:hidden;
}
#head_nav ul li.head_nav01 a{background-position:0 0;}
#head_nav ul li.head_nav02 a{background-position:-128px 0;}
#head_nav ul li.head_nav03 a{background-position:-258px 0;}	
#head_nav ul li.head_nav01 a:hover{background-position:0 -30px;}
#head_nav ul li.head_nav02 a:hover{background-position:-128px -30px;}
#head_nav ul li.head_nav03 a:hover{background-position:-258px -30px;}		
/*===================================
  global_nav
=====================================*/
#global_nav {
	position:relative;
	z-index:100;
	background:url(../assets/119/bgi-nav_001.jpg) center bottom repeat-x #fff;
	text-align:center;
	line-height:1;
	margin:0 auto;
	width:100%;
}
#global_nav a {
	text-decoration:none;
	color:#4d4d4d;
	font-weight:bold;
}
/*-------▼グローバルナビセッティング▼--------*/
/* 基本設定　変更しない */
#nav {display: block;margin: 0;padding: 0;position: relative;}
#nav li {display: block;list-style: none;margin: 0;padding: 0;float: left;position: relative;}
#nav a {display: block;}
#nav ul {display: none;position: absolute;left: 0;margin: 0;padding: 0;}
* html #nav ul {line-height: 0;} /* IE6 "fix" */
#nav ul a {zoom: 1;} /* IE6/7 fix */
#nav ul li {float: none;}
#nav ul ul {top: 0;}

#nav {
	width:980px;
	padding:0;
	line-height:1;
	display:inline-block;
	/display:inline;
	/zoom:1;
	margin:0 auto;
	text-align:center;
	white-space:nowrap;
	margin-bottom:34px;
}
#nav ul { 
	width:210px;
	top:40px;
	left:5px;
	/margin-top:1px;
}
/* メインメニュー */
#nav li.nav-top{
	width:auto;
	white-space:nowrap;
	line-height:1;
}
#nav li.nav-top a {
	width:auto;
	font-size:1.15em;
	display:block;
	padding:10px 14px 10px 14px;
	line-height:1;
}
#nav li.nav-top a:hover {
	color:#ffe114;
	text-decoration:none;
	color:#4d4d4d;
	background :#ffe92b;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

/* 子メニュー*/
#nav li.nav-top ul{
	z-index:1000;/**/
	border:1px solid #e0e0e0;
	}
#nav li.nav-top ul li {
	white-space:normal;
	margin-bottom:1px;
	background :#ffffff;
}
#nav li.nav-top ul li a {
	color:#4d4d4d;
	font-weight:normal;
	display:block;
	padding:5px 5px 5px 30px;
	text-align:left;
	line-height:1.5;
	background :url(../assets/119/ico-arrow_001.gif ) 7px 10px no-repeat;
	
}

#nav li.nav-top ul li a:hover {
	color:#4d4d4d;
	background :url(../assets/119/ico-arrow_001.gif ) 7px 10px no-repeat #fff9cc;
	font-weight:normal;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

/*============================
	サイドバー
=============================*/
/*共通*/
#sidebar .sideBox{
	margin-bottom:64px;
}
#sidebar .sideBox h2 {
	margin-bottom:30px;
}

/*about*/
#sidebar #about ul{
	list-style:none;
	}	
#sidebar #about li a{
	display:block;
	background :url(../assets/119/btn-about_001.gif ) 0 0 repeat-x;
	width:240px;
	text-indent:-9999px;
}
#sidebar #about li.sideAbout01 a{height:54px;}
#sidebar #about li.sideAbout02 a{background-position:0 -54px;height:53px;}
#sidebar #about li.sideAbout03 a{background-position:0 -109px;height:56px;}
#sidebar #about li.sideAbout01 a:hover{background-position:-260px 0;}
#sidebar #about li.sideAbout02 a:hover{background-position:-260px -54px;}
#sidebar #about li.sideAbout03 a:hover{background-position:-260px -109px;}

/*blog*/
#sidebar #blog{
	margin-bottom:58px;	
}
#sidebar #blog dt{
	font-size:0.857em;
	font-weight:bold;
	padding-left:20px;
	line-height:1;
	margin-bottom:3px;
}
#sidebar #blog dd{
	margin-bottom:20px;
	line-height:1.4;
}
#sidebar #blog dd a{
	display:block;
	background :url(../assets/119/ico-arrow_001.gif ) left top no-repeat;
	padding-left:20px;
	color:#4d4d4d;
}
#sidebar #blog dd a:hover{
	color:#ff7800;
}
#sidebar #blog #blog_link{
	text-align:right;
	padding-top:10px;
	}	
/*QR Code*/
#sidebar #qrcode{
	text-align:center;
	}
#sidebar .qrcodeIn{
	padding:20px;
	background:#fff9cc;
	border-radius:7px;
}
#sidebar #qrcode p{
	padding-top:20px;
	text-align:left;
	font-size:12px;
	line-height:1.5;
}
/*============================
	フッター
=============================*/
#footer {
	clear:both;
	background :url(../assets/119/bgi-yellow_001.jpg ) center top #ffe92b;
}
#footer .footerIn {
	background :url(../assets/119/bgi-footer_001.jpg ) center top repeat-x;
}
#footer .footerIn2 {
	width:980px;
	margin:0 auto;
	position:relative;
}

/*　コピーライト */
address{
	padding:70px 0 60px 0;
	text-align:center;
	font-style:normal;
	color:#4d4d4d;
}
address img{
	padding:0 0 1px 5px ;
}
/*============================
	お問い合わせ
=============================*/
#content{
}
#inquiry {
	border-top:1px solid #d9d9d9;
	text-align:center;
	padding-top:48px;
	margin:48px 0 48px 0;
}
#inquiry a{
}
/*============================
	ページトップ
=============================*/
#pagetop {
	width:197px;
	height:85px;
	position:absolute;
	top:-60px;
	right:0;
}
#pagetop a{
	display:block;
	width:197px;
	height:85px;
	background :url(../assets/119/btn-pagetop_001.png ) 0 0 no-repeat;
	text-indent:-9999px;
}
#pagetop a:hover{
	background-position :-206px 0;
}
/*============================
	リードエリア
=============================*/
#lead_areaWrap{
	margin-bottom:80px;
	background :url(../assets/119/bgi-yellow_001.jpg) top left #ffe92b;
	
}
#lead_areaWrapIn{
	background :url(../assets/119/bgi-leadarea_001.jpg) top center repeat-x;
}
#lead_area{
	width:980px;
	margin:0 auto;
	min-height:340px;
	height:auto!important;
	height:340px;
	padding-top:24px;
	position:relative;
	z-index:0;
}

/*どうぶつ達*/
#lead_area span{display:block;position:absolute;}
#lead_area span.tori{
	width:163px;
	height:145px;
	top:75px;
	right:190px;
	background :url(../assets/119/img-animals_tori_001.png ) left top no-repeat;
	}
#lead_area span.usa{
	width:149px;
	height:191px;
	bottom:-40px;
	right:-70px;
	background :url(../assets/119/img-animals_usa_001.png ) left top no-repeat;
	z-index:10;
	}
#lead_area span.kuma{
	width:151px;
	height:191px;
	bottom:-40px;
	right:440px;
	background :url(../assets/119/img-animals_kuma_001.png ) left top no-repeat;
	z-index:10;
	}
#lead_area span.zou{
	width:177px;
	height:203px;
	bottom:-75px;
	left:230px;
	background :url(../assets/119/img-animals_zou_001.png ) left top no-repeat;
	}
#lead_area span.inu{
	width:131px;
	height:126px;
	bottom:-50px;
	left:-70px;
	background :url(../assets/119/img-animals_inu_001.png ) left top no-repeat;
	}				

/*　メイン写真
------------------------------------------------*/
#cover{
	width:365px;
	height:auto;
	padding-bottom:50px;
	position:relative;
	z-index:0;
}
#cover img{
	width:365px;
	height:auto;
	border:10px solid #ffffff;
	background:#ffffff;
	border-radius:5px;
}
/*　トピックス 
------------------------------------------------*/
#topics{
	width:515px;
	height:391px;
	position:absolute;
	right:0;
	bottom:-23px;
	background :url(../assets/119/bgi-topics_001.png ) left top no-repeat;
	z-index:1;
}
#topics h2{
}
#topics dl{
	display:block;
	width:400px;
	max-height:187px;
	height:auto!important;
	height:187px;
	overflow:auto;
	padding-right:10px;
	margin:80px 0 0 54px;
}
#topics dl dt{/* 日付 */
	width:80px;
	color:#ff7800;
	font-size:0.857em;
	clear:left;
	float:left;
	padding-bottom:12px;
}
#topics dl dd{/* トピックス本文 */
	padding-bottom:16px;
	width:280px;
	padding-left:100px;
	margin-bottom:14px;
	background :url(../assets/119/lin-topics_001.jpg ) left bottom repeat-x;
}
#topics dl dd a{
	color:#4d4d4d;
}
#topics dl dd a:hover{
	color:#ff7800;
}
/*　画像なしの場合（メイン写真・トピックス）
------------------------------------------------*/
.no-img{
}
.no-img #cover{
	display:none!important;
}

/* スライドありの場合（リードエリア・トピックス）
------------------------------------------------*/
/* リードエリアの動物たち */
#lead_area.slide{
}
#lead_area.slide span.tori{
	top:0px;
	right:-50px;
	}
#lead_area.slide span.usa{
	right:-78px;
	}
#lead_area.slide span.kuma{
	bottom:-50px;
	left:-60px;
	}
#lead_area.slide span.zou{
	bottom:-65px;
	left:570px;
	}
#lead_area.slide span.inu{
	left:270px;
	}				


/* スライド表示時のお知らせ */
#topics.slide{
	width:710px;
	height:168px;
	position:relative;
	left:0;
	top:0;
	background :url(../assets/119/bgi-topics_002.png ) left 28px no-repeat;
	z-index:1;
	padding:50px 0 0 20px;
	margin:30px 0 30px;
}
#topics.slide h2{
	display:block;
	position:absolute;
	left:-16px;
	top:0;
	z-index:1000;
	text-indent:-9999em;
	width:146px;
	height:74px;
	background :url(../assets/119/ttl-topics_001.png ) left top no-repeat;
}
#topics.slide dl{
	display:block;
	position:relative;
	z-index:100;
	background:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,0.2);
	padding:30px 20px 10px;
	width:630px;
	max-height:106px;
	height:auto!important;
	height:106px;
	margin:0px;
}
#topics.slide dl dd{/* トピックス本文 */
	width:524px;
}

/* スライド
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:980px;
	box-sizing:content-box;
	padding-bottom:1px;
}
.bx-wrapper {
	height:400px !important;
	border:solid 5px #fff;
	padding:10px;
	border:solid 10px #fff;
	border-radius:5px;
	margin-bottom:30px!important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:400px !important;
	width:960px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:960px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 9px;
	height: 9px;
	margin: 0 7.5px;
	outline: 0;
	cursor:pointer;
	border-radius:7px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover ,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ff7800;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -42px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:50px;
	height:50px;
	margin:0;
	top:180px;
	cursor:pointer;
	border-radius:30px;
}
.bx-wrapper .bx-prev {
	background:url(../assets/119/btn-slider_001.png) 15px center no-repeat #ffba38;
	left:-40px;
}
.bx-wrapper .bx-prev:hover {
	background:url(../assets/119/btn-slider_001.png) 15px center no-repeat #ff7800;
	opacity:1;
}
.bx-wrapper .bx-next {
	background:url(../assets/119/btn-slider_002.png) 19px center no-repeat #ffba38;
	right:-40px;
}
.bx-wrapper .bx-next:hover {
	background:url(../assets/119/btn-slider_002.png) 19px center no-repeat #ff7800;
	opacity:1;
}

/*============================
	記事ボックス
=============================*/
.article_box{
	margin-bottom:22px;
}
.article_box .article_title{
	position:relative;
	background :url(../assets/119/lin-article_001.gif ) left bottom repeat-x;
	margin-bottom:30px;
	
}
.article_box .article_title h2{
	font-size:1.86em;
	font-weight:bold;
	line-height:1.3;
	padding:48px 10px 20px 42px;
	margin-left:-30px;
	background :url(../assets/119/ico-article_001.gif ) left top no-repeat;
}
.article_box .entry{
	overflow:hidden;
}
.article_box .entry b,
.article_box .entry em,
.article_box .entry span{
	line-height:1.8;
}

/* 記事画像あり */
.article_box .entry{
	width:458px;
	padding-left:10px;
	float:left;
}
.article_box .article_figure{
	width:212px;
	float:right;
}
.article_box .article_figure div{
	width:212px;
	margin-bottom:16px;
}
.article_box .article_figure img{
	width:200px;
	height:auto;
	padding:6px;
	margin-bottom:10px;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.33);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.33);
	box-shadow: 0 1px 5px rgba(0,0,0,0.33);
}
.article_box .article_figure span{
	font-size:0.86em;
	color:#888888;
	display:block;
	line-height:1.5;
}
.article_box .article_figure a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
/* 記事画像なし */
.article_box.no-img .entry{
	width:700px;
	float:none!important;
}
/*記事ボックス内のテーブル*/
.article_box .entry table {
 	border-collapse:collapse;
    border:#c5c5c5 1px solid;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#c5c5c5 1px solid;
	padding:10px;
}
/*============================
	下層ページ共通
=============================*/
/*ページタイトル*/
#page_title{
	background :url(../assets/119/bgi-yellow_001.jpg) left top #ffe92b;
}
#page_title .page_titleIn{
	min-height:160px;
	height:auto!important;
	height:160px;
	background :url(../assets/119/bgi-page_001.jpg) center top no-repeat ;
}
#page_title h2{
	font-size:2.43em;
	line-height:1.4;
	width:680px;
	margin:0 auto;
	padding:50px 300px 50px 0;
}
/*パン屑リスト*/
#pnkz {
	text-align:right;
	margin:12px 0 20px 0;
}
#pnkz ul{
	list-style:none;
}

#pnkz ul li{
	display: inline-block;
	*display: inline;  
    *zoom: 1;  
	font-size:0.857em;
}
#pnkz ul li a{
	color:#4d4d4d;
}
#pnkz ul li a:hover{
	color:#ff7800;
}
#pnkz ul li:first-child{
	padding-left:20px;
	background :url(../assets/119/ico-home_001.gif ) left 2px no-repeat;
}

/*============================
	フリーエリア
=============================*/
#side-area{
	margin-top:25px;
}
#foot-area{
	margin-top:50px;
}
/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#form, #map, #profile {
	margin:48px 0;
	overflow:hidden;
}
#form table, #map table, #profile table {
	width:100%;
	border-top:2px dotted #c5c5c5;
}
#form tr, #map tr, #profile tr {
}
#form th, #map th, #profile th {
	width:25%;
	font-weight:bold;
	padding:12px 0 12px 10px;
	vertical-align:middle;
	color:#ff7800;
	border-bottom:2px dotted #c5c5c5;
	text-align:left;
}
#form td, #map td, #profile td {
	width:75%;
	padding:12px 0;
	border-bottom:2px dotted #c5c5c5;
	word-break: break-all;
}
/*お問い合わせ
-----------------------------------------*/
.validation_span, .warning span {
	color:#F03;
}
#contact_submit th, #contact_submit td{
	text-align:left;
}
#form input, #form textarea {
	font-size:1.2em;
	padding:4px;
	border-radius:3px;
}
#form input.address{
	width:95%;
	}
#form textarea.required{
	width:95%;
	height:140px;
	}
.warning {
	text-align:left;
}
.validation_span, .warning span {
	color:#F03;
}
#contact_submit th, #contact_submit td{
	text-align:center;
}
#form input, #form textarea {
	font-size:1.2em;
	padding:5px;
	
}
#form input[type=text], #form textarea {
	border-radius:3px;
	border:solid 1px #d3d0d0;
}
#form input[type=text]:focus, #form textarea:focus {
	outline:none;
	background:#fff9cc;
}
#form input[type=submit]{
	margin-right: 20px;
	padding: 8px 20px;
	font-weight: 400;
	text-decoration: none;
	color: #ffffff;
	
	transition: 0.6s opacity 0s;
	-moz-transition: 0.6s opacity 0s;
	-webkit-transition: 0.6s opacity 0s;
	-ms-transition: 0.6s opacity 0s;
	-o-transition: 0.6s opacity 0s;
	
	background: #ff7700;
	background: -moz-linear-gradient(top,#f06c00 0%,#ff7700);
	background: -webkit-gradient(linear, left top, left bottom, from(#f06c00),to(#ff7700));
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ff7700;
	
	-moz-box-shadow: 0px 2px 10px rgba(000,000,000,0.3),inset 0px -1px 2px rgba(255,255,255,0.3);
	-webkit-box-shadow: 0px 2px 10px rgba(000,000,000,0.3),inset 0px -1px 2px rgba(255,255,255,0.3);
	box-shadow: 0px 2px 10px rgba(000,000,000,0.3),inset 0px -1px 2px rgba(255,255,255,0.3);
	text-shadow: 0px 0px 10px rgba(000,000,000,0.3), 0px 0px 0px rgba(255,255,255,0);
	}
#form input[type=reset] {
	padding: 8px 20px;
	font-weight: 400;
	text-decoration: none;
	color: #777;
	transition: 0.6s opacity 0s;
	-moz-transition: 0.6s opacity 0s;
	-webkit-transition: 0.6s opacity 0s;
	-ms-transition: 0.6s opacity 0s;
	-o-transition: 0.6s opacity 0s;
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
	background: -webkit-linear-gradient(top, #eeeeee 0%,#eeeeee 100%);
	background: -o-linear-gradient(top, #eeeeee 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top, #eeeeee 0%,#eeeeee 100%);
	background: linear-gradient(to bottom, #eeeeee 0%,#eeeeee 100%);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d8d8d8;
	-moz-box-shadow: 0px 2px 10px rgba(000,000,000,0.1),inset 0px -1px 2px rgba(255,255,255,0.6);
	-webkit-box-shadow: 0px 2px 10px rgba(000,000,000,0.1),inset 0px -1px 2px rgba(255,255,255,0.6);
	box-shadow: 0px 2px 10px rgba(000,000,000,0.1),inset 0px -1px 2px rgba(255,255,255,0.6);
}
#form input[type=submit]:hover,
#form input[type=reset]:hover {
	cursor:pointer;
	filter: alpha(opacity=80);
	-webkit-opacity:0.8;
	-moz-opacity:0.8;
	-ms-opacity:0.8;
	-o-opacity:0.8;
	opacity:0.8;
}

/*リード文
-----------------------------------------*/
#lead_s {
	padding:12px 0 12px 12px;
	border-top:2px dotted #c5c5c5;
}
/*地図
-----------------------------------------*/
#frame {
	text-align:center;
	margin:0 auto;
	margin-bottom:40px;
}
#map #frame iframe {
	width: 100%;
	height: 400px;
}
/*プロフィール
-----------------------------------------*/
#profile{
}
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 5px;
	color: #cc0000;
}
.warning {
	padding:10px 0 0px 0;
}
.w_mark {
	color:#F03;
}
.thaks {
	padding :0 16px 40px 0;
}

/* 20170703 ADD */
#side-area img{
	max-width: 100%;
}
#foot-area img{
	max-width: 100%;
}


/* 20190416 ADD */
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul{
    list-style-type: disc;
}
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    list-style-type: decimal;
}
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul,
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    margin-left: 18px;
}