
/* ------------------------------------------------------------------
intial set
------------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0px;
	padding:0px;
	border:0px;
	outline:0px;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
/**	vertical-align:baseline;**/
}

h1{
	font-size:30px;
	padding:25px 0;
}
h2{
	font-size:22px;
}
h3{
	font-size:18px;
}
h4,h5,h6{
	font-size:16px;
	letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
	h1{
		font-size:20px;
		padding:10px 0;
	}
	h2{
		font-size:18px;
	}
	h3{
		font-size:16px;
	}
	h4,h5,h6{
		font-size:14px;
		letter-spacing: 4px;
	}
}
@media screen and (max-width: 640px) {
	h1{
		font-size:20px;
		padding:10px 0;
	}
	h2{
		font-size:18px;
	}
	h3{
		font-size:16px;
	}
	h4,h5,h6{
		font-size:14px;
		letter-spacing: 2px;
	}
}

ol, ul {
	list-style:none;
}

.clear{
	clear: both;
}

strong{
	font-weight:bold;
}

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

.clearfix {
	display: inline-block;
}

* html .clearfix{
	height: 1%;
}

.clearfix {
	display: block;
}

/* ------------------------------------------------------------------
body
------------------------------------------------------------------ */
html,body{
/**	height:100%;**/
}

body{
	color:#222;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:16px;
    background-color: #f4f6f5;
}
body.drawer{
	color:#222;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:16px;
}
@media screen and (max-width: 768px) {
	body{
		font-size:14px;
	}
}
@media screen and (max-width: 640px) {
	body{
		background: none;
		font-size:14px;
	}
	body.drawer{
		background: none;
		background-attachment: fixed;
    background-color: #f4f6f5;

	}

}

/* ------------------------------------------------------------------
link
------------------------------------------------------------------ */
a{
	color:#222222;
	text-decoration:none;
}
a:link{
/**	text-decoration:none;
	opacity: 0.80;		
	filter: alpha(opacity=80);
	-moz-opacity:0.80; **/

}
a:active{
	color:#E7001D; 
	text-decoration:none;
}
a:hover{
	color:#E7001D; 
	text-decoration:none;
}

a:hover img#hov{
	color:#AA8D47; 
	text-decoration:underline;
	opacity: 0.60;		/* firefox, opera, safari */
	filter: alpha(opacity=60);	/* ie */
	-moz-opacity:0.60; 
	background: #fff;
}
a:hover #bt{
	padding-left:10px;
}


/* ------------------------------------------------------------------
common
------------------------------------------------------------------ */
.m0{
	margin:0px !important;
}

.mb0{
	margin-bottom:0px !important;
}

.mb05{
	margin:0px 0px 5px 0px !important;
}

.mb10{
	margin:0px 0px 10px 0px !important;
}

.mb20{
	margin:0px 0px 20px 0px !important;
}

.mb30{
	margin:0px 0px 30px 0px !important;
}

.mb40{
	margin:0px 0px 40px 0px !important;
}

.mb50{
	margin:0px 0px 50px 0px !important;
}

.mb60{
	margin:0px 0px 60px 0px !important;
}

.fl{
	float:left !important;
}

.fr{
	float:right !important;
}

.tc{
	text-align:center;
}

.tr{
	text-align:right;
}

.tl{
	text-align:left;
}

.f14{
	font-size:14px;
}

.red{
	color:#cc0000 !important;
}

.brown{
	color:#aa8d47 !important;
}

img,input{
/**	max-width:100%;**/
	height:auto;
	vertical-align:bottom;
}

/* ------------------------------------------------------------------
base
------------------------------------------------------------------ */

div#pc_style{
	display:none;
}
div#sp_style{
	display:block;
}
div#top_ttl{
	text-align:center;padding:10px;font-size: 4.2vw;
}
div#top_weekly{
	float:left;width:30%;margin-left:1%;padding:5px 1%;border-radius: 15px;color:white;background-color:#e70012;
}
div#top_odekake{
	float:left;width:30%;margin-left:1%;padding:5px 1%;border-radius: 15px;color:white;background-color:#5ec1a2;
}
div#top_sports{
	float:left;width:30%;margin-left:1%;padding:5px 1%;border-radius: 15px;color:white;background-color:#f49950;
}
div#weekly_area{
	margin-bottom:3px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;border-left: 4px solid #e70012;
}
div#weekly_area div#area1{
/**	width:40%;float:left;position: relative;**/
    width: 40%;
    float: left;
    position: relative;
    max-width: 330px;
    max-height: 240px;
    height: 130px;
    overflow: hidden;
}
div#weekly_area div#area1 img{
    position: relative;
    top: 50%;
    left: 50%;
//    width: auto;
    height: 175%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
div#weekly_area div#area2{
	width:40%;float:left;position: absolute;
}
div#weekly_area div#area2 div#icon_w{
    position: absolute;
    z-index: 1;
    right: -30px;
    width: 0;
    height: 0;
    font-size: 10px;
    margin-top: -0.9em;
    border-left: 51px solid transparent;
    border-right: 48px solid transparent;
    border-bottom: 50px solid #e70012;
    transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    text-align: center;
}
div#weekly_area div#area2 div#icon_w span{
	position: absolute;
    z-index: 1;
    top: 17px;
    left: -39px;
    width: 80px;
    color: white;
    font-weight: normal;
}
div#weekly_area div#area3{
	width:58%;float:left;padding:1%;
}
div#weekly_area div#area4{
	text-align:center;font-size:10px;color:white;background-color:#bbb;padding:0.5% 1%;border-radius: 15px;width:70%;margin:0 auto;
}
div#weekly_area div#area5{
	text-align: center;
    font-weight: bold;
    padding: 5px 0;
    font-size: 3.5vw;
}
div#weekly_area div#area6{
	color:#666;font-size:10px;    padding: 0 10px;
}
div#odekake_area{
	margin-bottom:3px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;border-left: 4px solid #5ec1a2;
}
div#odekake_area div#area1{
    width: 40%;
    float: left;
    position: relative;
    max-width: 330px;
    max-height: 240px;
    height: 130px;
    overflow: hidden;
}
div#odekake_area div#area1 img{
    position: relative;
    top: 50%;
    left: 50%;
    width: auto;
//    height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
div#odekake_area div#area2{
	width:40%;float:left;position: absolute;
}
div#odekake_area div#area2 div#icon_w{
    position: absolute;
    z-index: 1;
    right: -30px;
    width: 0;
    height: 0;
    font-size: 10px;
    margin-top: -0.9em;
    border-left: 51px solid transparent;
    border-right: 48px solid transparent;
    border-bottom: 50px solid #5ac2a3;
    transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    text-align: center;
}
div#odekake_area div#area2 div#icon_w span{
	position: absolute;
    z-index: 1;
    top: 17px;
    left: -39px;
    width: 80px;
    color: white;
    font-weight: normal;
}
div#odekake_area div#area3{
	width:58%;float:left;padding:1%;
}
div#odekake_area div#area4{
	text-align:center;font-size:10px;color:white;background-color:#bbb;padding:0.5% 1%;border-radius: 15px;width:70%;margin:0 auto;
}
div#odekake_area div#area5{
	text-align: center;
    font-weight: bold;
    padding: 3px 0;
    font-size: 3.5vw;
}
div#odekake_area div#area6{
	color:#666;font-size:10px;    padding: 0 10px;
}
div#sports_area{
	margin-bottom:3px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;border-left: 4px solid #f49950;
}
div#sports_area div#area1{
    width: 40%;
    float: left;
    position: relative;
    max-width: 330px;
    max-height: 240px;
    height: 130px;
    overflow: hidden;
}
div#sports_area div#area1 img{
    position: relative;
    top: 50%;
    left: 50%;
    width: auto;
//    height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
div#sports_area div#area2{
	width:40%;float:left;position: absolute;
}
div#sports_area div#area3{
	width:58%;float:left;padding:1%;
}
div#sports_area div#area4{
	text-align:center;font-weight:bold;padding:5px 3px;font-size: 3.5vw;
}
div#sports_area div#area5{
	color:#666;font-size:10px;
}
div#tgp{
	margin-bottom:3px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;
}
div#dbl_line{
	width:100%;
}
div#dbl_line div#ttl{
	text-align:center;padding-top:3px;    font-size: 14px;
}
div#dbl_line_t{
	width:100%;
}

div#dbl_line_t div#pic_t{
	padding:3px 1%;
	float:left;
	width:22%;
}
div#dbl_line_t div#ttl_t{
	padding-top:3px;
	float:right;
	width:74%;
	font-size: 14px;
}
div#dbl_line p#tema{
	color: white;
    background-color: #ccc;
    padding: 3px 30px;
    width: 40%;
    margin: 0 auto 10px auto;
    font-size: 12px;
    border-radius: 12px;
}
div#dbl_line img#base{
	width:100%;vertical-align: baseline;
}
div#dbl_line img#mid{
	width:100%;vertical-align: middle;
}
div#rank_dec{
	width:98%;padding:1%;border-bottom:1px solid #ddd;
}
div#rank_dec div#area1{
	width: 25%;
    float: left;
    position: relative;
}
div#rank_dec div#area1 img{
	width: 100%;
}
div#rank_dec div#area2{
	width: 25%;
    float: left;
    position: absolute;
}
div#rank_dec div#icon_w1{
	position: absolute;
    z-index: 1;
    left: -14px;
    width: 0;
    height: 0;
    font-size: 10px;
    margin-top: -0.4em;
    font-weight: bold;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #fdff79;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    text-align: center;
}
div#rank_dec div#icon_w1 span{
	position: absolute;z-index: 1;
    top: 10px;
    left: -41px;
    width: 80px;
    color: #000;
}
div#rank_dec div#icon_w1 span:before{
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
}
div#rank_dec div#icon_w2{
	position: absolute;
    z-index: 1;
    left: -14px;
    width: 0;
    height: 0;
    font-size: 10px;
    margin-top: -0.4em;
    font-weight: bold;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #fdff79;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    text-align: center;
}
div#rank_dec div#icon_w2 span{
	position: absolute;z-index: 1;
    top: 10px;
    left: -41px;
    width: 80px;
    color: #000;
}
div#rank_dec div#icon_w2 span:before{
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
}
div#rank_dec div#icon_w3{
	position: absolute;
    z-index: 1;
    left: -14px;
    width: 0;
    height: 0;
    font-size: 10px;
    margin-top: -0.4em;
    font-weight: bold;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #fdff79;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    text-align: center;
}
div#rank_dec div#icon_w3 span{
	position: absolute;z-index: 1;
    top: 10px;
    left: -41px;
    width: 80px;
    color: #000;
}
div#rank_dec div#icon_w3 span:before{
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
}

div#rank_dec div#area3{
	width: 71%;
    float: left;
    padding-left: 2%;
	font-size: 11px;
}
div#rank_dec div#area4{
	height: 15vw;
	font-size:3.5vw;
	line-height: 4vw;
}
div#rank_dec div#area5{
	font-size:10px;color:#bbb;
}
div#rank_dec div#area6{
	font-size:10px;color:#bbb;
}

div#tgp1{
	margin-bottom:5px;
}
div#tgp2{
	margin-bottom:5px;color:red;text-align:center;
}
div#tgp3{
	margin-bottom:5px;
}
div#tgp4{
	margin-bottom:8px;text-align:center;
}
p#tgp5{
	width:90%;margin:0 auto;padding:15px 0;color:white;background-color:#e70012;text-align:center;
}
div#tokusyu_pic{
	margin:0 1% 5px;width:98%;
}
div#tokusyu_area{
	margin:0 2% 5px;width:96%;border-bottom:1px solid #ddd;padding:10px 0;
}
div#rank_area{
	text-align:center;padding-bottom:10px;font-size:13px;
}
div#rank_area div#linkon{
	float:left;width:30%;margin-left:1%;padding:15px 1%;color:white;background-color:#ff7992;
}
div#rank_area div#linkoff{
	float:left;width:30%;margin-left:1%;padding:15px 1%;color:#666;background-color:#eee;
}
/* 総合アクセスランキング */
/* (A)表示領域全体 */
div.rank_tabbox { margin: 0px; padding: 0px; width: 100%; }

/* (B)タブ部分 */
p.rank_tabs { margin: 0px; padding: 0px; }
p.rank_tabs a {
   /* (B-2)リンクをタブのように見せる */
	display: block; 
	width: 30%; 
	float: left;
	padding:15px 1%;margin-left:1%;
	text-align: center;font-size: 13px;
}
/* (B-3)各タブの配色 */
p.rank_tabs a.rank_tab1 { background-color: #eee; color: #666; }
p.rank_tabs a.rank_tab2 { background-color: #eee; color: #666; }
p.rank_tabs a.rank_tab3 { background-color: #eee; color: #666; }
p.rank_tabs a:hover { color: white;background-color:#ff7992; }
p.rank_tabs a:active { color: white;background-color:#ff7992; }

/* (C)タブ中身のボックス */
div.rank_tab {
   /* (C-2)ボックス共通の装飾 */
   overflow: auto; clear: left;
}
/* (C-3)各ボックスの配色 */
div#rank_tab1 { counter-reset: wpp-ranking; }
div#rank_tab2 { counter-reset: wpp-ranking; }
div#rank_tab3 { counter-reset: wpp-ranking; }
div.rank_tab p { margin: 0.5em; }

div#footer_sp{
    background-color: #AC9E89; color: #fff;
}
div#footer_sp a{
    color: #fff;
}
div#footer_sp a:hover{
    color: #fff;
}
.acf-map {
    width: 100%;
	height: 400px;
}

/****************** ▼▼WEEKLY▼▼ ********************/
div#wt_main_pic_area{
	width:100%;
}
div#wt_main_pic_area div#icon_w{
/**	position: absolute;z-index: 1;width: 100%;**/
    position: absolute;z-index: 1;
/**    top: -46px;**/
/**    top: 8.29rem;**/
    left: -36px;
    width: 0;
    height: 0;
    font-size: 10px;
        margin-top: -0.78em;
    font-weight: bold;
/**    border-top: 56px solid transparent;**/
    border-left: 56px solid transparent;
    border-right: 56px solid transparent;
	border-bottom: 56px solid #e70012;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    text-align: center;
}
div#wt_main_pic_area div#icon{
	position: absolute;z-index: 1;width: 100%;
}
div#wt_main_pic_area div#icon_w span{
	position: absolute;z-index: 1;
    top: 23px;
    left: -41px;
    width: 80px;
    color: #fff;
}
div#wt_main_pic_area div#pic{
	position: relative;
}
div#wt_main_pic_area div#pic img{
	width:100%;
}
div#wt_main_pic_area div#txt{
color: white;
    font-weight: bold;
    margin-top: -2.5rem;
    z-index: 2;
    position: absolute;
    padding-left: 2%;
    font-size: 14px;
    background-color: #000;
    opacity: 0.5;
	width: 98%;
}
div#new_topic_area{
	width:100%;
}
div#nta_area{
	width:49%;margin:0.5%;background-color:#f5f5f5;float:left;
}
div#nta_area div#area1{
	width:100%;
    max-width: 202px;
    max-height: 130px;
    height: 115px;
    overflow: hidden;
}
div#nta_area div#area1 img{
	width:100%;
//    max-width: 202px;
//    max-height: 130px;
    overflow: hidden;
}
div#nta_area div#area2{
	width:96%;padding:2%;
}
div#nta_area div#area3{
	height: 3rem;font-size: 13px;
}
div#nta_area div#area4{
	font-size:10px;color:#bbb;
}
div#nta_area div#area5{
	font-size:10px;color:#bbb;
}
div#wt_tokusyu_line{
	width:100%;
}
div#wt_tokusyu_line div#pic{
	width:22%;padding:4%;float:left;
}
div#wt_tokusyu_line div#txt{
	width:70%;padding:4% 0;float:left;
}
div#access_rank_txt{
	width:96%;padding:2%;font-size:13px;
}
div#keyword_area{
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
div#keyword_area p#key{
	padding:5px 10px;float:left;background-color: #f5f5f5;margin:1%;
}

/* エリア別トピック */
/* (A)表示領域全体 */
div.tabbox { margin: 0px; padding: 0px; width: 100%; }

/* (B)タブ部分 */
p.tabs { margin: 0px; padding: 0px; }
p.tabs a {
   /* (B-2)リンクをタブのように見せる */
	display: block; 
	width: 25%; 
	float: left;
	padding: 13px 0;
	text-align: center;font-size: 13px;
}
/* (B-3)各タブの配色 */
p.tabs a.tab1 { background-color: #EE7970; color: white; }
p.tabs a.tab2 { background-color: #8DC556; color: white; }
p.tabs a.tab3 { background-color: #5FB7E9; color: white; }
p.tabs a.tab4 { background-color: #8D92C9; color: white; }
p.tabs a.tab5 { background-color: #aaa; color: white; }
p.tabs a:hover { color: white; }

/* ▼(C)タブ中身のボックス */
div.tab {
   /* (C-2)ボックス共通の装飾 */
   overflow: auto; clear: left;
}
/* ▼(C-3)各ボックスの配色 */
/**
div#tab1 { border-top: 5px solid #EE7970; }
div#tab2 { border-top: 5px solid #8DC556; }
div#tab3 { border-top: 5px solid #5FB7E9; }
div#tab4 { border-top: 5px solid #8D92C9; }
**/
div.tab p { margin: 0.5em; }

/************************** WEEKLY 詳細 **************************/
div#wt_det_ttl_area{
	width:100%;
/**    background: url("../img/wt/main_icon2.png") no-repeat;**/
/**	   background-size: contain;**/
	text-align:center;
}
div#wt_det_ttl_area div#icon_w{
    position: absolute;z-index: 1;
    left: -36px;
    width: 0;
    height: 0;
    font-size: 10px;
    margin-top: -0.78em;
    font-weight: bold;
    border-left: 56px solid transparent;
    border-right: 56px solid transparent;
	border-bottom: 56px solid #e70012;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    text-align: center;
}
div#wt_det_ttl_area div#icon_w span{
	position: absolute;z-index: 1;
    top: 23px;
    left: -41px;
    width: 80px;
    color: #fff;
}

div#wt_det_ttl_area div#title{
    font-weight: bold;
    font-size: 18px;
    padding: 50px 0 15px 0;
    text-align: center;
}
div#wt_det_ttl_area div#date{
    font-size: 13px;
    padding-bottom: 15px 0;
    text-align: center;
}
div#wt_det_ttl_area div#linkpan{
    font-size: 13px;
    text-align: center;
    padding-bottom: 15px;
}
div#wt_det_ttl_area div#linkpan a{
    color:#0090D7;
	text-decoration:underline;
}
div#wt_det_ttl_area div#linkpan a:hover{
    color:#0090D7;
	text-decoration:none;
}
div#det_sns_area{
    margin:0 auto 15px auto;width:100%;text-align:center;
}
div#det_sns_area ul{
    display: inline-flex;display: -webkit-inline-box;width: 100%;
}
div#det_sns_area li{
    margin: 1.5px;width: 19%;margin:0.5%;
}
div#det_sns_area li img{
    width:100%;
}
div#det_wt_area{
    padding:0 1%;width:98%;
}
div#det_wt_area img{
    width:100%;
}
div#det_wt_area div#ttl{
    text-align:center;font-weight:bold;font-size:13px;padding:15px 1%;
}
div#det_wt_area div#ttl{
    text-align:center;font-weight:bold;font-size:13px;padding:15px 1%;
}
div#det_wt_area div#ttl2{
    font-weight:bold;font-size:13px;padding:15px 1%;
}

div#det_wt_area div#txt{
    line-height: 1.8rem;margin-bottom: 15px;font-size: 12px;
}
div#det_wt_date_area{
    border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px 0;text-align:center;
}
div#det_wt_date_area span{
    padding:2px 20px;color:white;background-color:#aaa;border-radius: 15px;font-size:12px;
}
div#det_wt_date_area_ttl{
    text-align:center;font-weight:bold;font-size:13px; padding: 20px 0;
}
div#det_wt_date_area_tbzorn{
    padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #ddd;
}
div#det_wt_date_area_colzorn{
    padding:2px;
}
div#det_wt_date_area_colzorn p#head{
    float:left;width:18%;color:white;background-color:#aaa;font-size:11px;text-align:center;padding: 2px 0;
}
div#det_wt_date_area_colzorn p#txt{
    float:left;padding-left:1%;width:80%;font-size:12px;
}
div#det_wt_date_area_mapzorn{
    padding:5px;
}

/************************** おでかけ**************************/
div#odekake_main_area{
	width:100%;border-bottom:1px solid #ddd;margin-bottom: 10px;
}
div#odekake_main_area div#icon{
	position: absolute;z-index: 1;width: 100%;
}
div#odekake_main_area div#pic{
	position: relative;
}
div#odekake_main_area div#txt{
	padding: 2%;    font-size: 12px;
}
div#odekake_main_area div#icon_w{
    position: absolute;z-index: 1;
    left: -36px;
    width: 0;
    height: 0;
    font-size: 10px;
    margin-top: -0.78em;
    font-weight: bold;
    border-left: 56px solid transparent;
    border-right: 56px solid transparent;
	border-bottom: 56px solid #5EC1A2;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    text-align: center;
}
div#odekake_main_area div#icon{
	position: absolute;z-index: 1;width: 100%;
}
div#odekake_main_area div#icon_w span{
	position: absolute;z-index: 1;
    top: 23px;
    left: -41px;
    width: 80px;
    color: #fff;
}
div#ode_month_pic{
	margin:0 1% 5px;width:98%;
}
div#ode_month_pic img{
	width: 100%;
}
div#ode_month_area{
	margin:0 2% 5px;width:96%;border-bottom:1px solid #ddd;padding:10px 0;border-bottom:1px solid #ddd;    font-size: 13px;
}
div#kako_ode_area{
	width:100%;
}
div#ode_area{
	width:49%;margin:0.5%;background-color:#f5f5f5;float:left;    position: relative;
}
div#ode_area div#area1{
	position: relative;
}
div#ode_area div#area1 img{
	width: 100%;
}
div#ode_area div#area1_icon{
	position: absolute;z-index: 1;
}
div#ode_area div#area1_icon img{
	width: 100%;
}
div#ode_area div#area2{
	width:96%;padding:2%;
}
div#ode_area div#area3{
	height: 3rem;font-size: 13px;
}
div#ode_area div#area4{
	font-size:10px;color:#bbb;
}
div#ode_area div#area5{
	font-size:10px;color:#bbb;
}
div#ode_area div#icon_w{
    position: absolute;z-index: 1;
    left: -36px;
    width: 0;
    height: 0;
    font-size: 10px;
    margin-top: -0.78em;
    font-weight: bold;
    border-left: 56px solid transparent;
    border-right: 56px solid transparent;
	border-bottom: 56px solid #5EC1A2;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    text-align: center;
}
div#ode_area div#icon_w span{
	position: absolute;z-index: 1;
    top: 23px;
    left: -41px;
    width: 80px;
    color: #fff;
}
div#ode_area div#icon_w2{
    position: absolute;z-index: 1;
    left: -36px;
    width: 0;
    height: 0;
    font-size: 10px;
    margin-top: -0.78em;
    font-weight: bold;
    border-left: 56px solid transparent;
    border-right: 56px solid transparent;
	border-bottom: 56px solid #5EC1A2;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    text-align: center;
}
div#ode_area div#icon_w2 span{
	position: absolute;z-index: 1;
    top: 23px;
    left: -41px;
    width: 80px;
    color: #fff;
}

div#ode_down_arr{
	width: 100%;
}
div#ode_down_arr div#pic{
	width: 30%;margin:0 auto;text-align:center;
}
div#ode_down_arr div#txt{
	text-align:center;padding:15px 0;
}
/************************** おでかけ 詳細 **************************/
div#ode_det_ttl_area{
	width:100%;
    background: url("../img/odekake/main_icon2.png") no-repeat;
	background-size: contain;
	text-align:center;
}
div#ode_det_ttl_area div#title{
    font-weight: bold;
    font-size: 18px;
    padding: 15px 0;
    text-align: center;
}
div#ode_det_ttl_area div#date{
    font-size: 13px;
    padding-bottom: 15px 0;
    text-align: center;
}
div#ode_det_ttl_area div#linkpan{
    font-size: 13px;
    text-align: center;
}
div#ode_det_ttl_area div#linkpan a{
    color:#0090D7;
	text-decoration:underline;
}
div#ode_det_ttl_area div#linkpan a:hover{
    color:#0090D7;
	text-decoration:none;
}
div#ode_det_ttl_area div#icon_w{
    position: absolute;z-index: 1;
    left: -36px;
    width: 0;
    height: 0;
    font-size: 10px;
    margin-top: -0.78em;
    font-weight: bold;
    border-left: 56px solid transparent;
    border-right: 56px solid transparent;
	border-bottom: 56px solid #5EC1A2;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    text-align: center;
}
div#ode_det_ttl_area div#icon{
	position: absolute;z-index: 1;width: 100%;
}
div#ode_det_ttl_area div#icon_w span{
	position: absolute;z-index: 1;
    top: 37px;
    left: -41px;
    width: 80px;
    color: #fff;
}

div#sub_det_ode_info{
    padding:15px 0;
	border-bottom:1px solid #ddd;
}
div#sub_det_ode_info div#title{
    font-weight:bold;
	font-size:13px;
	text-align:left;
}
div#sub_det_ode_info div#text{
    padding-top:15px;font-size:12px;
}
div#det_ode_date_area_tbzorn{
    padding-bottom:15px;margin-bottom:30px;
}
div#chk_icon_pic div#icon_w{
    position: absolute;z-index: 1;
    left: -36px;
    width: 0;
    height: 0;
    font-size: 10px;
    margin-top: -0.78em;
    font-weight: bold;
    border-left: 56px solid transparent;
    border-right: 56px solid transparent;
	border-bottom: 56px solid #E3729F;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    text-align: center;
}
div#chk_icon_pic div#icon{
	position: absolute;z-index: 1;width: 100%;
}
div#chk_icon_pic div#icon_w span{
	position: absolute;z-index: 1;
    top: 22px;
    left: -41px;
    width: 80px;
    color: #fff;
}
div#toku_red_style{
	width:96%;
	padding:2%;
	border:1px solid red;
    font-size: 14px;
    margin: 2% 0;
}
div#toku_access_style{
    width:100%;
	padding:1% 0;
}
div#toku_access_style div#ta_ttl{
    font-weight:bold;
	float:left;
	width:40%;
	font-size: 14px;
	padding-top: 0.8vw;
}
div#toku_access_style div#ta_txt{
	float: left;
    width: 53%;
    padding-left: 2%;
    border-left: 2px solid navy;
	font-size: 14px;
}

/****************** ▼▼SPORTS▼▼ ********************/
div#spo_cate_top_head{
	width:100%;
}
div#spo_cate_top_head div#ttl{
	width:100%;margin:10px 0;
}
div#spo_cate_top_head p#tema{
	width:50%;margin:0 auto;padding:2px 0;background-color:#888;color:white;text-align:center;border-radius: 15px;
}
div#spo_cate_top_head div#catepic{
	width:100%;background-color: #f5f5f5;
}
div#spo_cate_top_head div#catepic div#pic{
	float:left;width:25%;
}
div#spo_cate_top_head div#spopic{
	width:100%;
}
div#spo_cate_top_head div#spopic div#leftarea{
	float:left;width:88%;
}
div#spo_cate_top_head div#spopic div#rightarea{
	float:right;width:12%;text-align: center;
}
div#spo_cate_top_head div#spopic div#pic{
	float:left;width:25%;
}

/* エリア別トピック */
/* (A)表示領域全体 */
div.sp_tabbox { margin: 0px; padding: 0px; width: 100%; }

/* (B)タブ部分 */
p.sp_tabs { margin: 0px; padding: 0px; }
p.sp_tabs a {
   /* (B-2)リンクをタブのように見せる */
	display: block; 
	width: 25%; 
	float: left;
	padding: 13px 0;
	text-align: center;font-size: 13px;
}
/* (B-3)各タブの配色 */
p.sp_tabs a.sp_tab1 { background-color: #F69757; color: white; }
p.sp_tabs a.sp_tab2 { background-color: #008ECB; color: white; }
p.sp_tabs a.sp_tab3 { background-color: #D3101F; color: white; }
p.sp_tabs a.sp_tab4 { background-color: #A763A1; color: white; }
p.sp_tabs a:hover { color: white; }

/* ▼(C)タブ中身のボックス */
div.sp_tab {
   /* (C-2)ボックス共通の装飾 */
   overflow: auto; clear: left;
}
/* ▼(C-3)各ボックスの配色 */
/**
div#sp_tab1 { border-top: 5px solid #F69757; }
div#sp_tab2 { border-top: 5px solid #008ECB; }
div#sp_tab3 { border-top: 5px solid #D3101F; }
div#sp_tab4 { border-top: 5px solid #A763A1; }
**/
div.sp_tab p { margin: 0.5em; }

div.tabbox div#city{ text-align:center;margin:10px 0;font-size:12px; }

div#spo_det_ttl_area{
	width:100%;
    background: url("http://towngunma.xsrv.jp/img/sp/sports/main_icon2.png") no-repeat;
	background-size: contain;
	text-align:center;
	padding-bottom: 15px;
}
div#spo_det_ttl_area div#title{
    font-weight: bold;
    font-size: 18px;
    padding: 50px 0 15px 0;
    text-align: center;
}
div#spo_det_ttl_area div#date{
    font-size: 13px;
    padding-bottom: 15px 0;
    text-align: center;
}
div#spo_det_ttl_area div#linkpan{
    font-size: 13px;
    text-align: center;
}
div#spo_det_ttl_area div#linkpan a{
    color:#0090D7;
	text-decoration:underline;
}
div#spo_det_ttl_area div#linkpan a:hover{
    color:#0090D7;
	text-decoration:none;
}
div#spo_wt_area{
    padding:0 1%;width:98%;
}
div#spo_wt_area div#ttls{
    font-weight:bold;font-size:13px;padding:15px 1%;color:#66A3DA;
}
div#spo_wt_area div#txts{
    line-height: 1.8rem;margin-bottom: 15px;font-size: 12px;
}
div#spo_wt_area div#decarea{
    padding:5px 0;width:100%;
}
div#spo_wt_area div#decarea p#head{
    width:20%;float:left;text-align:center;font-size:12px;color:#fff;background-color:#888;margin-right:2%;
}
div#spo_wt_area div#decarea p#htxt{
    width:78%;float:left;
}
div#seisekiarea{
    padding:2%;width:96%;border-top:1px solid #ccc;margin-top:10px;
}
div#seisekiarea_mainttl{
    font-weight:bold;border-bottom:2px solid #000;padding:7px 0;text-align:center;border-top: 1px solid #ccc;
}
div#seisekiarea_subttl{
    font-weight:bold;border-bottom:1px solid #ccc;padding:7px 0;
}
div#seisekiarea_subtxt{
    border-bottom:1px solid #ccc;padding:7px 0;
}
div#seisekiarea_subtxt div#head{
    float:left;width:25%;
}
div#seisekiarea_subtxt div#act{
    float:left;width:75%;
}
div#keyword_area{
	width:100%;
}
div#keyword_area p#key{
	float:left;font-size: 14px;text-align:center;padding:5px 15px;color:666;background-color:#eee;margin:5px;
}
div#keyword_area ul.wp-tag-cloud{
}
div#keyword_area li{
	float: left;
    font-size: 14px;
    text-align: center;
    padding: 5px 15px;
    color: 666;
    background-color: #eee;
    margin: 5px;
}
div#spo_main_pic_st{
	padding-top: 20px;margin-top: 10px;border-top: 1px solid #ddd;
}
div#spo_main_pic_st img{
	width:100%;
}
div#spo_main_pic_st_sub{
}
div#spo_main_pic_st_sub img{
	width:100%;
}


/* 記事がよかったらいいねスマホ */
.p-shareButton-bottom {
    padding-bottom: 15px;
    overflow: hidden;
}
.p-shareButton__buttons {
    font-weight: 700;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
.p-shareButton__buttons&gt;li {
    padding-left: 3px;
    padding-right: 4px;
}
.p-shareButton__buttons .c-btn {
    padding: 8px 0;
    border-radius: 2px;
}
.p-shareButton__buttons .c-ico {
    display: block;
    margin: auto auto 5px;
}
.p-shareButton__fb {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    width: 115px;
}
.p-shareButton__fb-cont {
    position: relative;
    width: 108px;
    margin: 0 auto;
}
.p-shareButton__fb-unable {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}
.p-shareButton__cont {
    margin: 15px 0 0;
}
.p-shareButton__a-cont {
    background: #2e2e2e;
    display: table;
    width: 100%;
}
.p-shareButton__a-cont__img {
    min-width: 130px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.p-shareButton__a-cont__btn {
    padding: 12px;
    text-align: center;
}
.p-shareButton__a-cont__btn p {
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    padding: 5px 0 15px;
    line-height: 1.4;
    margin-bottom: 0px;
}
.p-asideFollowUs__twitter {
    background-color: #e6e6e6;
    border: 2px solid #e6e6e6;
    margin-top: 15px;
    padding: 12px 0;
}
.p-asideFollowUs__twitter__cont {
    text-align: center;
    font-size: 13px;
    color: #252525;
    font-weight: 700;
}
.p-asideFollowUs__twitter__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

.wp-pagenavi{
	clear: both;
	margin: 0 auto;
	margin-top: 10px;
	font-family: 'Federo', sans-serif; /*Webフォント*/
	font-size: 20px;
    display: table;
}
.wp-pagenavi a,
.wp-pagenavi span.current{
	float: left;
	padding: 5px;
	margin: 5px;
	min-width: 23px;
	height: 22px;
	text-align: center;
	display: block;
	text-decoration: none;
//	border: 1px solid #ccc;
	margin-top: 25px;
}
.wp-pagenavi a{
	margin-top: 25px;
	background: #f5f5f5;
	color: #000;
}
.wp-pagenavi span.current{
	background: #000;
	color: #fff;
	font-weight: bold;
	margin-top: 25px;
}

/****************** ▼▼COUPON▼▼ ********************/

div#new_coupon_area{
	width:100%;
}
div#gpon_area{
	width:100%;margin:0.5%;background-color:#f5f5f5;float:left;
}
div#gpon_area div#area1{
	float:left;
	width:30%;
//    width: 130px;
//    max-height: 130px;
//    height: 115px;
    overflow: hidden;
}
div#gpon_area div#area1 img{
	width:150%;
//    max-width: 202px;
//    max-height: 130px;
    overflow: hidden;
}
div#gpon_area div#area2{
	width:64%;padding:2%;
	float:right;
}
div#gpon_area div#area3{
//	height: 3rem;
	font-size: 13px;height: 3rem;
}
div#gpon_area div#area3_2{
	font-size: 11px;
	font-weight:bold;padding-bottom:5px;
}
div#gpon_area div#area4{
	font-size:10px;color:#bbb;
}
div#gpon_area div#area5{
	font-size:10px;color:#bbb;
}
div#gpon_area div#area1 div#icon_w{
    position: absolute;
    z-index: 1;
    left: -24px;
    width: 0;
    height: 0;
    font-size: 10px;
    margin-top: -0.65em;
    font-weight: bold;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #e70012;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    text-align: center;
}
div#gpon_area div#area1 div#icon_w span{
    position: absolute;
    z-index: 1;
    top: 20px;
    left: -41px;
    width: 80px;
    color: #fff;
}

/****************** ▼▼COUPON 詳細▼▼ ********************/

div#cp_det_ttl_area{
	width:100%;
	text-align:center;
}
div#cp_det_ttl_area div#icon_w{
    position: absolute;z-index: 1;
    left: -36px;
    width: 0;
    height: 0;
    font-size: 10px;
    margin-top: -0.78em;
    font-weight: bold;
    border-left: 56px solid transparent;
    border-right: 56px solid transparent;
	border-bottom: 56px solid #e70012;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    text-align: center;
}
div#cp_det_ttl_area div#icon_w span{
	position: absolute;z-index: 1;
    top: 23px;
    left: -41px;
    width: 80px;
    color: #fff;
}
div#cp_det_ttl_area div#pic{
	width:100%;
}
div#cp_det_ttl_area div#pic img{
	width:100%;
}

div#cp_det_ttl_area div#title{
    font-weight: bold;
    font-size: 18px;
    padding: 50px 0 15px 0;
    text-align: center;
}
div#cp_det_ttl_area div#date{
    font-size: 13px;
    padding-bottom: 15px 0;
    text-align: center;
}
div#cp_det_ttl_area div#linkpan{
    font-size: 13px;
    text-align: center;
    padding-bottom: 15px;
}
div#cp_det_ttl_area div#linkpan a{
    color:#0090D7;
	text-decoration:underline;
}
div#cp_det_ttl_area div#linkpan a:hover{
    color:#0090D7;
	text-decoration:none;
}
div#det_cp_area{
    padding:0 1%;width:98%;
}
div#det_cp_area div#coupon_ttl{
    font-size: 13px;
    text-align: center;
	font-weight:bold;
	padding:10px 0;
}
div#det_cp_area div#coupon_txt{
    font-size: 12px;
	padding:10px 5px;
}
div#coupon_service{
    padding:20px 0; text-align:center;font-weight:bold;font-size:18px;
    width: 98%;
    margin: 0 auto;
}
div#coupon_service_bottom{
    margin: 2px auto 0 auto;
    padding: 5px 0;
    border: 1px solid #000;
    font-size: 11px;
    text-align: center;
	width:98%;
}
div#coupon_kigen{
    margin: 15px auto 0 auto;
    border: 1px solid #F50000;
    font-size: 13px;
    text-align: center;
	width:98%;
}
div#coupon_kigen div#kigen_left{
    color:white;
	background-color:#F50000;
	float:left;
    padding: 5px 0;
	width:30%;
}
div#coupon_kigen div#kigen_right{
    color:red;
	float:right;
    padding: 5px 0;
	font-weight:bold;
	width:65%;
}
div#coupon_txtpic{
	width:100%;margin:20px 0;
}
div#coupon_txtpic div#txtpic_left{
	float: left;
    width: 34%;
    padding-left: 1%;
}
div#coupon_txtpic div#txtpic_left img{
	width:100%;
}
div#coupon_txtpic div#txtpic_right{
    float: right;
	width:62%;
    padding-right: 1%;
}
div#coupon_txtpic div#txtpic_right div#txtpic_ttl{
	width:100%;
	background-color:#373737;
	color:white;
	font-weight:bold;
	text-align:center;
	font-size: 13px;
    padding: 4px 0;
}
div#coupon_txtpic div#txtpic_right div#txtpic_txt{
	padding-top:10px;
	font-size:14px;
	text-align:left;
}
div#pink_ttl{
	width:100%;margin:10px 0;
	background-color:#E54374;color:white;
    padding: 4px 0;
	text-align:center;
	font-size: 13px;
}
div#blue_ttl{
	width:100%;margin:10px 0;
	background-color:#1593A9;color:white;
    padding: 4px 0;
	text-align:center;
	font-size: 13px;
}
div#free_txt{
	width: 100%;
    margin: 15px 0;
    font-size: 13px;
    text-align: left;
}
div#free_txt p{
    padding: 0 5px;
}

div#page_print_area{
	width:100%;
}
div#page_print_area a:hover{
	color:#0090D7;
}
div#page_ichiran{
	width:80%;margin:50px auto;
	font-size: 16px;text-align:center;font-weight:bold;
	background-color:#DDAA00;color:white;padding: 13px 0;
}
div#det_coupon_date_area_colzorn{
    padding: 0px;
    width: 96%;
    margin: 0 auto;
}
div#det_coupon_date_area_colzorn div#head{
    float:left;width:15%;color:white;background-color:#969696;font-size:11px;text-align:center;padding: 2px 0;
	width:25%;
}
div#det_coupon_date_area_colzorn div#txtc{
    float:left;padding:0 1%;
	width:73%;
	font-size:14px;
    text-align: left;
}



div#det_cp_area img{
    width:100%;
}
div#det_cp_area div#ttl{
    text-align:center;font-weight:bold;font-size:13px;padding:15px 1%;
}
div#det_cp_area div#ttl{
    text-align:center;font-weight:bold;font-size:13px;padding:15px 1%;
}
div#det_cp_area div#ttl2{
    font-weight:bold;font-size:13px;padding:15px 1%;
}

div#det_cp_area div#txt{
    line-height: 1.8rem;margin-bottom: 15px;font-size: 12px;
}
div#det_cp_area{
    border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px 0;text-align:center;	display: table-row;

}
div#det_cp_date_area span{
    padding:2px 20px;color:white;background-color:#aaa;border-radius: 15px;font-size:12px;
}
div#det_cp_date_area_ttl{
    text-align:center;font-weight:bold;font-size:13px; padding: 20px 0;
}
div#det_cp_date_area_tbzorn{
    padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #ddd;
}
div#det_cp_date_area_colzorn{
    padding:2px;
}
div#det_cp_date_area_colzorn p#head{
    float:left;width:18%;color:white;background-color:#aaa;font-size:11px;text-align:center;padding: 2px 0;
}
div#det_cp_date_area_colzorn p#txt{
    float:left;padding-left:1%;width:80%;font-size:12px;
}
div#det_cp_date_area_mapzorn{
    padding:5px;
}


/* ------------------------------------------------------------------
sub page
------------------------------------------------------------------ */
h2#subtown{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 15px;
}

div#subtown_area{
	margin:20px 0;
    text-align: center;
}
div#subtown_area table#subtown_table{
	margin: 0 auto;
    width: 600px;
}
div#subtown_area table#subtown_table tr{

}
div#subtown_area table#subtown_table td#left{
    text-align: right;
    width: 50%
}
div#subtown_area table#subtown_table td#right{
    text-align: left;
    width: 50%
}
div#subtown_area p{
    text-align: center;
    margin-top: 40px;
	margin-bottom:15px;
}
div#subtown_pic{
    text-align: center;
}
div#subtown_pic img{

}
div#subtown_subttl{
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}
div#subtown_txt1{
    text-align: center;
    margin-bottom: 30px;
}


@media screen and (max-width: 768px) {
	h2#subtown{
	    font-size: 22px;
	    font-weight: bold;
	    text-align: center;
	    margin-top: 50px;
	    margin-bottom: 15px;
	}

	div#subtown_area{
		margin:20px 0;
	    text-align: center;
	}
	div#subtown_area table#subtown_table{
		margin: 0 auto;
	    width: 600px;
	}
	div#subtown_area table#subtown_table tr{

	}
	div#subtown_area table#subtown_table td#left{
	    text-align: right;
	    width: 50%
	}
	div#subtown_area table#subtown_table td#right{
	    text-align: left;
	    width: 50%
	}
	div#subtown_area p{
	    text-align: center;
	    margin-top: 40px;
		margin-bottom:15px;
	}
	div#subtown_pic{
	    text-align: center;
	}
	div#subtown_pic img{

	}
	div#subtown_subttl{
	    text-align: center;
	    font-weight: bold;
	    margin-bottom: 50px;
	}
	div#subtown_txt1{
	    text-align: center;
	    margin-bottom: 30px;
	}

}
@media screen and (max-width: 640px) {
	h2#subtown{
	    font-size: 20px;
	    font-weight: bold;
	    text-align: center;
	    margin-top: 50px;
	    margin-bottom: 15px;
	}
	h2#goriyou{
	    font-size: 20px;
	    font-weight: bold;
	    text-align: center;
	    margin-top: 50px;
	    margin-bottom: 15px;
	}
	h2#unei{
	    font-size: 20px;
	    font-weight: bold;
	    text-align: center;
	    margin-top: 50px;
	    margin-bottom: 15px;
	}

	div#subtown_area{
		margin:20px 0;
	    text-align: center;
	    font-size: 15px;
	}
	div#subtown_area table#subtown_table{
		margin: 0 auto;
	    width: 100%;
	}
	div#subtown_area table#subtown_table tr{

	}
	div#subtown_area table#subtown_table td#left{
	    text-align: left;
	    width: 25%
	}
	div#subtown_area table#subtown_table td#right{
	    text-align: left;
	    width: 75%
	}
	div#subtown_area p{
	    text-align: center;
	    margin-top: 40px;
		margin-bottom:15px;
	}
	div#subtown_pic{
	    text-align: center;
	}
	div#subtown_pic img{

	}
	div#subtown_subttl{
	    text-align: center;
	    font-weight: bold;
	    margin-bottom: 50px;
	}
	div#subtown_txt1{
	    text-align: center;
	    margin-bottom: 30px;
	}
	div#privacy_area{
		width:90%;
		margin:0 auto;
	}
	div#privacy_area div#subttl{
		font-weight:bold;
		margin:20px 0;
	}

}
div.privacy {
    border: 1px solid #003C4A;
    margin: 10px 30px;
    padding: 10px;
    height: 220px;
    overflow: auto;
    background-color: #fff;
}
div.privacy h3 {
    text-align: center;
    font-weight: bold;
    color: red;
    border-bottom: 1px solid #000;
    padding: 15px;
    display: block;
    margin-bottom: 10px;
}
div.privacy ul li {
    margin-left: 2em;
    padding-bottom: 1em;
    list-style: circle;
}
div.privacy h4 {
    margin-top: 10px;
    text-align: right;
    padding-bottom: 10px;
}
