@charset "utf-8";

/* -------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
	KEIHOU Channel

	new released : October 17, 2011
	update :

	Copyright(c)WEATHERNEWS INC. ALL RIGHT RESERVED.
----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------- */

.content-wrap{width: 320px;margin: 0 auto;}
/* -------------------------------------------------------------------------------------
index.html
------------------------------------------------------------------------------------- */
.center-aligned{text-align:center;}
.content-bg{margin-bottom: 20px;}

div.leg-container div.leg-ico { position: relative; }
div.leg-container div.leg-ico p { padding-left: 17px; }
div.leg-container div.leg-ico p:before { content: ""; width: 10px; height: 10px; position: absolute; top: 1px; left: 0; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; border: solid 1px #000; }

/* -------------------------------------------------------------------------------------
  BUTTONS ACCORDION
------------------------------------------------------------------------------------- */
/*button for accordion parent*/
ul.nav-acc {
    list-style-type: none;
    clear: both;
}

ul.nav-acc>li {
    border-bottom: solid 1px #e5e5e5;
    display: block;
    font-size: 18px;
}
ul.nav-acc>li:last-of-type{
  border-bottom: 1px solid #d8d8d8;
}
.title{
  background: #fff;
}

li.acc-parent div.title {
    padding: 23px 0px 19px 14px;
    position: relative;
}
.title .arrow{
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #666666;
  border-left: 2px solid #666666;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  position: absolute;
  right: 14px;
  top: 50%;
}
.title .arrow.rotate{
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
}

/*row2 icon*/
ul.nav-acc.row2 ul.acc-child {
    list-style-type: none;
    clear: both;
}

ul.nav-acc.row2 ul.acc-child li {
    margin: 0 14px;
    background: #fff;
    border-top: solid 1px #e5e5e5;
    display: block;
}
.nav-acc.row2 ul.acc-child li a{
  display: block;
  padding: 23px 0px 23px 14px;
}
.nav-acc.row2 ul.acc-child li a:hover,.nav-acc.row2 ul.acc-child li a:active{
  background-color: #f2f2f2;
}
ul.nav-acc.row2 ul.acc-child li:last-child {
    border-bottom: none;
}

ul.nav-acc.row2 ul.acc-child li a div {
    line-height: 16px;
    padding: 0;
    background-color: inherit;
}

div.leg-container div.leg-warn {
  padding: 0 2px;
	line-height: 30px;
	text-align: left;
	color: #333333;
	font-size: 18px;
}
div.leg-container{width: 292px; margin:0 auto; padding-top: 16px;}
.col-rd {
  border-left: solid 14px #d90000;
	font-size: 14px;
	padding-left: 3px;
	margin-left: 2px;
	vertical-align: top;}
.col-og {
  border-left: solid 14px #ffbf00;
	font-size: 14px;
	padding-left: 3px;
	margin-left: 2px;
	vertical-align: top;}
.col-pb {
  border-left: solid 14px #d3e1e7;
	font-size: 14px;
	padding-left: 3px;
	margin-left: 2px;
	vertical-align: top;}
.col-pr {
  border-left: solid 14px #6000bf;
	font-size: 14px;
	padding-left: 3px;
	margin-left: 2px;
	vertical-align: top;}

  /* -------------------------------------------------------------------------------------
    DETAIL.HTML
  ------------------------------------------------------------------------------------- */
.detail .content-wrap{width: 100%; padding: 0 14px 0 14px;}

.detail #table_area{margin-top: 14px;}

.detail table{
  width: 100%;
  border: 1px solid #dcdcdc;
  border-collapse: collapse;;
}
.detail #table_area table:not(:last-of-type){
  margin-bottom: 14px;
}

.detail table caption{
  text-align: center;
	background: #f5f5f5;
	padding: 8px 0 6px;
	border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

.detail table td{
  font-size: 16px;
  padding:5px 7px 3px;
  border-bottom: 1px solid #dcdcdc;
}

.detail table tr td:first-of-type{
  width: 110px;
}

.detail table td p{
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #f0ba1a;
  padding: 4px 14px;
  margin-right: 2px;
  margin-bottom: 2px;
}

.detail table td p.red{background: #d90000;}
.detail table td p.purple{background: #6000bf;}
