@charset "UTF-8";

/* layout
-------------------------------------------------------------------------------- */
/*
body {
	background: url(../img/common/bg_lower.png) repeat-x left top;
}

header {
	padding: 10px;
	overflow: hidden;
	display: block;
	
}

header h1 {
	padding: 0 0 0 5px;
	float: left;
	text-align: center;
	text-shadow: -1px -1px 0px #5099c4;
	font-size: 105%;
}

header h1 a {
	color: #fff;
}

#helper {
	margin: 5px 0 0 0;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border: solid 1px #36a3e8;
	background: #0A9AD6;
	background-image: -moz-linear-gradient(top, #60bbe8, #0a9ad6);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #60bbe8), color-stop(1.0, #0a9ad6));
	-webkit-box-shadow: inset 1px 1px 1px 1px #71c2eb;
	-moz-box-shadow: inset 1px 1px 1px 1px #71c2eb;
	box-shadow: inset 1px 1px 1px 1px #71c2eb;
	overflow: hidden;
	float: right;
}

#helper li {
	min-height: 23px;
	padding: 4px 10px 7px 10px;
	border-left: solid 1px #63bee6;
	border-right: solid 1px #0084ce;
	line-height: 0.9;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

#helper li:last-child {
	border-right: none;
}

#helper li:first-child {
	border-left: none;
}

#helper li img {
	margin: 2px 0 0 0;
}

#helper li a {
	color: #fff;
	font-size: 80%;
	text-shadow: -1px -1px 0px #3c8cbb;
}

.contents {
	padding: 15px;
	overflow: hidden;
}

*/
/* navi */

#lower-navi {
	padding: 0 0 0 3px;
	background: #FB776C;
	background-image: -moz-linear-gradient(top, #fb8d81 50%, #fb776c);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #fb8d81), color-stop(1.0, #fb776c));
	overflow: hidden;
	border-bottom: solid 1px #df6856;
	-webkit-box-shadow: 0 0 0 1px #e3e1cb;
	-moz-box-shadow: 0 0 0 1px #e3e1cb;
	box-shadow: 0 0 0 1px #e3e1cb;
	border-top: solid 1px #fff;
	display: block;
}

#lower-navi ul {
	width: 320px;
	margin: 0 auto;
	overflow: hidden;
}

#lower-navi ul li {
	float: left;
	border-right: solid 1px #fa5648;
	border-left: solid 1px #fc9d96;
}

#lower-navi ul li a {
	padding: 7px 7px 7px 15px;
	color: #fff;
	text-shadow: -1px -1px 0px #af5d54;
	background: url(../img/common/link_arrow_fnavi.png) no-repeat 5px center;
	display: inline-block;
	white-space: nowrap;
}

#lower-navi ul li:first-child {
	border-left: none;
}

#lower-navi ul li:last-child {
	border-right: none;
}
/*
footer {
	padding: 10px 0;
	background: #f3efe3 url(../img/top/link_arrow_menu_lower_left.png) no-repeat 3% center;
	text-align: center;
	color: #8e8275;
	display: block;
}

footer a {
	color: #8e8275;
}

footer small span {
	white-space: nowrap;
}
*/
/* parts
-------------------------------------------------------------------------------- */

.cap-lv3 h2 {  
    background:#eee;  
    border-top:1px solid #ccc;  
    border-right:1px solid #ccc;  
    border-left:7px solid #60bbe8;  
    border-bottom:1px solid #ccc;  
    padding:.5em .9em ;
    color:#333;
    clear: both;
//    font-size: 16px;
    font-size: 18px;
} 
/*
.btn {
	padding: 2px 7px;
	background: #F3F3F3;
	background-image: -moz-linear-gradient(top, #fefefe, #dcdddd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fefefe), color-stop(1.0, #dcdddd));
	white-space: nowrap;
}
*/

/*
.btn-detail {
	padding: 0 5px 0 0;
	background: #86796C;
	background-image: -moz-linear-gradient(top, #998e80, #86796c);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #998e80), color-stop(1.0, #86796c));
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	border: solid 1px #908475;
	font-size: 100%;
	display: inline-block;
}

.btn-detail span {
	padding: 0 15px 0 10px;
	background: url(../img/under/weather/link_arrow_btn.png) no-repeat center right;
	text-shadow: -1px -1px 0px #7a6b5c;
	vertical-align: top;
	text-align: left;
	width: 80%;
}

.iphone .btn-detail span {
	margin: -3px 0 0 0;
	background: url(../img/under/weather/link_arrow_btn.png) no-repeat 99% 70%;
}

*/

.btnW {
	padding: 5px 7px;
	white-space: nowrap;
	text-align: center;
	color: #222222;
	background: #f2f2f2;
}
.btnB {
	padding: 5px 7px;
	white-space: nowrap;
	text-align: center;
	color: #cccccc;
	background: #f2f2f2;
}

.btnC {
    width: 180px;
    margin: 20px;
    padding: 15px 5px 15px 5px;
	background: #0a9ad6;
    background: -webkit-gradient(linear, left top, left bottom, from(#60bbe8), to(#0a9ad6));   
    background-image: -moz-linear-gradient(top, #60bbe8, #0a9ad6); /* Firefox用 */ 
    border: 1px #60bbe8 solid;
    color: #FFF;
    -webkit-appearance: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 0 2px 2px #CCC;
    -moz-box-shadow: inset 0px 0px 4px 0px #CCC;
    text-shadow: 1px 2px 3px #71c2eb;
    display: inline-block;
}

.btnD {
    width: 180px;
    margin: 20px;
    padding: 25px 5px 25px 5px;
    background:#DCDCDC; 
    background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#DCDCDC));   
    background-image: -moz-linear-gradient(top, #F5F5F5, #DCDCDC); /* Firefox用 */ 
    border: 3px #00BFFF solid;
    color: #1E90FF;
    -webkit-appearance: none;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0 2px 2px #CCC;
    -moz-box-shadow: inset 0px 0px 4px 0px #CCC;
    text-shadow: 1px 2px 3px #D3D3D3;
    display: inline-block;
    font-weight: bold;
	font-size: 130%;
}

.btnE {
	width:180px;
    padding: 10px 7px;
	background: #0a9ad6;
    background: -webkit-gradient(linear, left top, left bottom, from(#60bbe8), to(#0a9ad6));   
    background-image: -moz-linear-gradient(top, #60bbe8, #0a9ad6); /* Firefox用 */ 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 0 2px 2px #CCC;
    -moz-box-shadow: inset 0px 0px 4px 0px #CCC;
    text-shadow: -1px -1px 0px #808080; /* 変更箇所 */
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #ffffff; /*文字の色*/
}

.btnF {
    width: 180px;
    margin: 20px;
    padding: 15px 5px 15px 5px;
    background:#DCDCDC; 
    background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#DCDCDC));   
    background-image: -moz-linear-gradient(top, #F5F5F5, #DCDCDC); /* Firefox用 */ 
    border: 2px #C0C0C0 solid;
    color: #708090;
    -webkit-appearance: none;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0 2px 2px #CCC;
    -moz-box-shadow: inset 0px 0px 4px 0px #CCC;
    text-shadow: 1px 2px 3px #D3D3D3;
    display: inline-block;
    font-weight: bold;
}

.btnG {
    width: 100px;
    margin: 15px;
    padding: 7px 5px 7px 5px;
    background:#FF8800;  
    background: -webkit-gradient(linear, left top, left bottom, from(#FFAA33), to(#FF8800));   
    background-image: -moz-linear-gradient(top, #FFAA33, #FF8800); /* Firefox用 */ 
    border: 1px #F27300 solid;
    color: #FFF;
    -webkit-appearance: none;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0 2px 2px #CCC;
    -moz-box-shadow: inset 0px 0px 4px 0px #CCC;
    text-shadow: 1px 2px 3px #C45C00;
    display: inline-block;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.btn-detail2 {
	margin: 0 10px 0 0;
	padding: 5px 7px 5px 7px;
	background: #86796C;
	background-image: -moz-linear-gradient(top, #998e80, #86796c);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #998e80), color-stop(1.0, #86796c));
	border-radius: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	border: solid 1px #908475;
	font-size: 80%;
	display: inline-block;
}

.btn-detail2 span {
	margin: 0px 0 0 0;
	padding: 0 20px 0 0;
	background: url(../img/top/arrowR_w.png) no-repeat 99% 70%;
	text-shadow: -1px -1px 0px #7a6b5c;
	vertical-align: top;
	display: inline-block;
	font-size: 14px;
}


.img-r {
/*
//   float: right;
*/
   text-align: right;
   	margin: 10px 0 0 0;
}

.img-r2 {
/*
//     float: right;
*/
	 text-align: right;
	 margin: 12px 0 5px 0;
}


.cap-lv1 {
	padding: 10px 15px;
	border-bottom: solid 2px #d1e6f0;
	background: #F7F7F7;
	background-image: -moz-linear-gradient(top, #fff 77%, #ededed);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.77, #fff), color-stop(1.0, #ededed));
	-webkit-box-shadow: inset 0px 0px 3px 0px #fff;
	-moz-box-shadow: inset 0px 0px 4px 0px #fff;
	box-shadow: inset 0px 0px 4px 0px #fff;
	color: #2196ce;
	font-size: 140%;
	clear: both;
	overflow: hidden;
}

.cap-lv2 {
	padding: 3px 0 5px 15px;
	color: #fff;
	font-size: 100%;
	background: #5d88a7;
	background-image: -moz-linear-gradient(top, #6e9cb6, #5d88a7);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #6e9cb6), color-stop(1.0, #5d88a7));
	-webkit-box-shadow: 0 0 0 1px #e3e1cb;
	-moz-box-shadow: 0 0 0 1px #e3e1cb;
	box-shadow: 0 0 0 1px #e3e1cb;
	text-shadow: -1px -1px 0px #49697c;
	border-top: solid 1px #fff;
	clear: both;
}

.cap-lv1 h2 {
	float: left;
}

.cap-lv1 .btn {
	font-size: 60%!important;
}

.img-deco {
	margin: 0 10px 0 0;
	float: left;
}

.sun {
	color: #c70010;
}

.sat {
	color: #3399FF;
}

.max {
	color: #d8295b;
}

.min {
	color: #008fff;
}

.warning {
	margin: 0 1px;
	padding: 0 6px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #c70010;
	color: #fff;
}

.caution {
	margin: 0 1px;
	padding: 0 6px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #fe951a;
	color: #fff;
}



.name {
	margin: 0 1px;
	padding: 0 6px;
	border-radius: 10px;
	background: #c70010;
	color: #fff;
}

/*
.tbl-default {
	border-collapse: collapse;
}

.tbl-default th {
	background: #e8e8e8;
	white-space: nowrap;

}

.tbl-default th.nobg {
	background: none;
}

.tbl-default th.sec {
	width: 150px;
}

.tbl-default th, .tbl-default td {
	padding: 0 10px;
	border: solid 1px #ccc;
	text-align: center;
}

.tbl-default td {
	background: #fff;
}

.tbl-default td img {
	vertical-align: middle;
}

.valign-top td {
	vertical-align: top;
}
*/

.btnBef   {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;  
    -webkit-border-bottom-left-radius: 10px;  
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-bottomleft: 10px;
    color:#333333;
    border: 3px #FFDEAD solid;     /* 枠線の装飾 */
    background-color: #FAFAD2;   /* 背景色 */
    padding: 0px 10px;
}

.btnbak   {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;  
    -webkit-border-bottom-right-radius: 10px;  
    -moz-border-radius-topright: 10px;  
    -moz-border-radius-bottomright: 10px;
    color:#333333;
    border: 3px #FFDEAD solid;     /* 枠線の装飾 */
    background-color: #FAFAD2;   /* 背景色 */
    padding: 0px 10px;
}

.scut {
	clear: both;
	text-align: center;
}
.cntr {
	text-align: center;
}

input.iform {
   height: 25px;
}

.stxt {
//	font-size:80%;
	font-size:13px;
}

.sstxt {
	font-size:70%;
}
/*エリア情報*/
#arealst ul li {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d8d3b5;
	/*font-size: 100%;*/
    font-size: 16px;
	padding: 0px 0px;
}

#arealst .or {
	background: #CAEAFF url(../img/top/arrowR_w.png) no-repeat 97% center;
}

#arealst .yr {
	background: #D0CEFF url(../img/top/arrowR_w.png) no-repeat 97% center;
}

#arealst li a {
	color:#333;
	padding: 10px 0px;
}

#arealst .txt {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 10px;
}

hr.btm {
	border: none;
	height: 10px;
	background-color: #6e9cb6;
}

/* クラス名変更
--------------------------------------------------------- */
.cell {
	display: block;
	float: left;
	margin-right: 5px;
	width: 200px;
	height: 100%;
	background: #FFF;
}

.controller {
	position: absolute;
	top: 0;
	width: 60px;
	height: 100%;
	padding-top: 40px;
	background: #676767;
	padding-top: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	cursor: default;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	filter: alpha(opacity=80);
}

.controller.left {
	left: -5px;
	float: none;
}

.controller.right {
	right: -5px;
	float: none;
}

.btxt {
//	font-size: 16px;
	font-size: 17px;
}

.form-btn {

	width: 16em;
	margin: 0 auto;
	//padding: 4px 75px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #00005e;
	text-shadow: -1px -1px 0px #18187d;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(0, 129, 198)),color-stop(0.5, rgb(0, 119, 193)),color-stop(0.5, rgb(0, 109, 186)),color-stop(1, rgb(0, 98, 179)));
	background-image: -moz-linear-gradient(180deg,rgb(0,  129, 198) 0%,rgb(0, 119, 193) 52%,rgb(0, 109, 186) 52%,rgb(0, 98, 179) 100%);
	background-image: linear-gradient(180deg,rgb(0, 129, 198) 0%,rgb(0, 119, 193) 52%,rgb(0, 109, 186) 52%,rgb(0, 98, 179) 100%);
	-webkit-box-shadow: 1px 1px 3px rgb(187, 207, 213);
	-moz-box-shadow: 1px 1px 3px rgb(187, 207, 213);
	-ms-box-shadow: 1px 1px 3px rgb(187, 207, 213);
	box-shadow: 1px 1px 3px rgb(187, 207, 213);
	line-height: 2;
	text-align: center;
	color: #fff;
	font-size: 120%;

}

.btnW {
	padding: 0px 10px;
	white-space: nowrap;
	text-align: center;
	color: #222222;
	background:  url(./img/arrowD.png) no-repeat 0% ;
}

.btn-rev {
	margin: 10px auto;
	line-height: 3;
	border: solid 1px #b3b3b3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.btn-rev a {
	display: block;
	border: solid 1px #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(255, 255, 255)),color-stop(0.5, rgb(240, 240, 240)),color-stop(0.5, rgb(227, 227, 227)),color-stop(1, rgb(243, 243, 243)));
	background-image: -moz-linear-gradient(180deg,rgb(255, 255, 255) 0%,rgb(240, 240, 240) 50%,rgb(227, 227, 227) 53%,rgb(243, 243, 243) 100%);
	background-image: linear-gradient(180deg,rgb(255, 255, 255) 0%,rgb(240, 240, 240) 50%,rgb(227, 227, 227) 53%,rgb(243, 243, 243) 100%);
	-webkit-box-shadow: 1px 1px 3px rgb(187, 207, 213);
	-moz-box-shadow: 1px 1px 3px rgb(187, 207, 213);
	-ms-box-shadow: 1px 1px 3px rgb(187, 207, 213);
	box-shadow: 1px 1px 3px rgb(187, 207, 213);
	text-align: center;
	font-size: 120%;
}


/* list */

.event-list ul li {
	padding: 11px 10px;
	border-top: solid 1px #f2f2f2;
	border-bottom: solid 1px #ccc;
	overflow: hidden;
}

.event-list ul li:first-child {
	border-top: none;
}

.event-list ul li:last-child {
	border-bottom: none;
}

.event-list ul li a {
	display: block;
}

.event-list ul li a {
	background: url(../images/common/link_arrow3.png) no-repeat right center;
}

.event-list ul li.pickup a {
	background: none;
}

.event-list ul li .icon {
	padding: 0 10px 0 0;
	vertical-align: middle;
	display: table-cell;
}

.event-list ul li .txt {
	display: table-cell;
	vertical-align: middle;
}

.event-list ul li strong {
	color: #00599e;
	font-size: 120%;
}

.event-list ul li .detail {
	padding: 3px 10px 3px 0;
	float: right;
	background: url(../images/common/link_arrow3.png) no-repeat right center;
	color: #00599e;
}

/* hit count */

.hit {
	margin: 10px 0 0 0;
}

.hit .count {
	color: #CC3300;
}

/* pagenation */

.pagenation {
	margin: 10px 0;
	overflow: hidden;
	text-align: center;
	line-height: 2;
}

.pagenation .prev,
.pagenation .next {
	width: 30%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #b3b3b3;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(255, 255, 255)),color-stop(0.5, rgb(240, 240, 240)),color-stop(0.5, rgb(227, 227, 227)),color-stop(1, rgb(243, 243, 243)));
	background-image: -moz-linear-gradient(180deg,rgb(255, 255, 255) 0%,rgb(240, 240, 240) 50%,rgb(227, 227, 227) 53%,rgb(243, 243, 243) 100%);
	background-image: linear-gradient(180deg,rgb(255, 255, 255) 0%,rgb(240, 240, 240) 50%,rgb(227, 227, 227) 53%,rgb(243, 243, 243) 100%);
	-webkit-box-shadow: 1px 1px 3px rgb(187, 207, 213);
	-moz-box-shadow: 1px 1px 3px rgb(187, 207, 213);
	-ms-box-shadow: 1px 1px 3px rgb(187, 207, 213);
	box-shadow: 1px 1px 3px rgb(187, 207, 213);
}

.pagenation .prev {
	float: left;
}

.pagenation .next {
	float: right;
}
.pagenation .prev a,
.pagenation .next a {
	display: block;
	line-height: 2;
}

.pagenation .next a {
	//background: url(../shared/images/common/link_arrow_next.png) no-repeat 80% center;
	background: url(../images/common/link_arrow_next.png) no-repeat 80% center;
}

.pagenation .prev a {
	//background: url(../shared/images/common/link_arrow_prev.png) no-repeat 20% center;
	background: url(../images/common/link_arrow_prev.png) no-repeat 20% center;
}


/* pinpoint
-------------------------------------------------------------------------------- */

#weather-exp #chiten {
	margin: 10px 0 0 0;
	border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	display: inline-block;
}

#chiten a {
	width: auto;
	margin: 0;
	color: #25779a;
	font-size: 110%;
	display: block;	
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: solid 1px #409fb9;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0.6, rgb(255, 255, 255)),color-stop(0.9, rgb(228, 228, 228)));
	background-image: -moz-linear-gradient(180deg,rgb(255, 255, 255) 61%,rgb(228, 228, 228) 92%);
	background-image: linear-gradient(180deg,rgb(255, 255, 255) 61%,rgb(228, 228, 228) 92%);
	line-height: 1.5;
}

#chiten a span {
	//background: url(../images/top/icon_haguruma.png) no-repeat 5px center;
	display: block;
}

#chiten a span span {
	//padding: 0 13px 0 20px;
	padding: 0 13px 0 5px;
	background: url(../images/top/link_arrow_chiten.png) no-repeat 95% center;
}

.img-deco {
	margin: 0 10px 0 0;
	float: left;
}

#weather-exp dl dt {
	padding: 10px 0 0 0;
	font-size: 120%;
}

#weather-exp dl dd {
	padding: 10px 0;
	overflow: hidden;
	clear: both;
}

.tbl-weather {
	width: 100%;
	margin: 0 0 5px 0;
	background: #ccc;
	border-spacing: 1px;
	table-layout: fixed;
}

.tbl-weather th,
.tbl-weather td {
	background: #fff;
	text-align: center;
	vertical-align: middle;
}

.tbl-weather th {
	background: #f2f5f2;
	border-left: solid 1px #f7f7f7;
	border-top: solid 1px #edf2fa;
	white-space: nowrap;
}

.tbl-weather td.th {
	background: #e8e8e8;
	white-space: nowrap;
}


.tbl-value {
	width: 100%;
	background: #ccc;
	border-spacing: 1px;
	border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
}

.tbl-value th {
	color: #fff;
	border: solid 1px #fff;
//	font-size: 120%;
	font-size: 17px;
}

.tbl-value th.val1 {
	background: #a882a4;
}

.tbl-value th.val2 {
	background: #61a1c6;
}

.tbl-value th.val3 {
	background: #fc8a90;
}

.tbl-value td {
	background: #fff;
	text-align: center;
	font-size: 14px;
}

.tbl-value td:first-child {
	border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
}

.tbl-value td:last-child {
	border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
}

.tbl-value .btn {
	width: 6em;	
	font-size: 90%;
}

.tbl-amedas {
	width: 44%;
	float: left;
}

.tbl-keihou {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.tbl-keihou th,
.tbl-keihou td {
	padding: 8px 10px;
	border: solid 1px #ccc;
	font-size: 120%;
}

.tbl-keihou th {
	width: 1%;
	white-space: nowrap;
	text-align: center;
}

.tbl-keihou td {
	text-align: left;
}


.txt16 {
	font-size: 16px;
}

.txt17 {
	font-size: 17px;
}

.txt18 {
	font-size: 18px;
}

.txt16 {
	font-size: 16px;
}

.txt15 {
	font-size: 15px;
}

.txt14 {
	font-size: 14px;
}

.txt13 {
	font-size: 13px;
}

.txt12 {
	font-size: 12px;
}


td.cool {
  background-color: #dce6f1;
}

td.cold {
  background-color: #3366ff;
}

td.hot {
  background-color: #fc8a90;
}

td.snow {
  background-color: #cccccc;
}

td.temper1 {
	background: #ffe5a3;
}
td.temper2 {
	background: #ffffd6;
}
td.temper3 {
	background: #e0f9ff;
}
td.temper4 {
	background: #b8dbf5;
}
td.pop1 {
	background: #e2e5ff;
}
td.pop2 {
	background: #ccb7f4;
}

/* 3 */

.select-pin ul li {
	width: auto;
	min-width: 30%;
	text-align: center;
}


.landscape .select-pin ul li {
	min-width: 33.2%;
}

.select-pin ul li a {
	padding: 5px;
}

.other .select-pin ul li {
	width: 33%;
	text-align: center;
}
/* member menu
-------------------------------------------------------------------------------- */

.menu-list li {
	padding: 3px 0;
	border-bottom: solid 1px #ccc;
	background: url(../images/common/link_arrow3.png) no-repeat 97% center;
}

.menu-list li:last-child {
	border: none;
}

.menu-list a {
	padding: 5px 20px 5px 5px;
	display: block;
}

.menu-list strong {
	margin: 0 5px 0 0;
	color: #00599e;
	font-size: 120%;
}

.menu-list .thumbnail,
.menu-list .txt {
	display: table-cell;
	vertical-align: middle;
}

.menu-list .thumbnail {
	width: 62px;
	text-align: center;
}

.menu-list .thumbnail img {
	vertical-align: bottom;
}

.menu-list .txt {
	/width: 520px;
}

.menu-list .all {
	position: absolute;
	top: 7px;
	right: 7px;
	border: solid 1px #a3a399;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(255, 255, 255)),color-stop(0.5, rgb(239, 239, 239)),color-stop(0.5, rgb(231, 231, 231)),color-stop(1, rgb(204, 204, 204)));
	background-image: -moz-linear-gradient(180deg,rgb(255, 255, 255) 0%,rgb(239, 239, 239) 50%,rgb(231, 231, 231) 50%,rgb(204, 204, 204) 100%);
	background-image: linear-gradient(180deg,rgb(255, 255, 255) 0%,rgb(239, 239, 239) 50%,rgb(231, 231, 231) 50%,rgb(204, 204, 204) 100%);
}


#support .menu-list li {
	padding: 3px 0;
	//border-bottom: solid 1px #ccc;
	//background: url(../images/common/link_arrow3.png) no-repeat 97% center;
}


#support .menu-list li:last-child {
	border: none;
}

#support .menu-list a {
	padding: 5px 20px 5px 5px;
	display: block;
}

#support .menu-list strong {
	margin: 0 5px 0 0;
	color: #00599e;
	font-size: 120%;
}

#support .menu-list .thumbnail,
#support .menu-list .txt {
	display: table-cell;
	vertical-align: middle;
}

#support .menu-list .thumbnail {
	width: 62px;
	text-align: center;
}

#support .menu-list .thumbnail img {
	vertical-align: bottom;
}

#support .menu-list .txt {
	/width: 520px;
}

#support .menu-list .all {
	position: absolute;
	top: 7px;
	right: 7px;
	border: solid 1px #a3a399;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(255, 255, 255)),color-stop(0.5, rgb(239, 239, 239)),color-stop(0.5, rgb(231, 231, 231)),color-stop(1, rgb(204, 204, 204)));
	background-image: -moz-linear-gradient(180deg,rgb(255, 255, 255) 0%,rgb(239, 239, 239) 50%,rgb(231, 231, 231) 50%,rgb(204, 204, 204) 100%);
	background-image: linear-gradient(180deg,rgb(255, 255, 255) 0%,rgb(239, 239, 239) 50%,rgb(231, 231, 231) 50%,rgb(204, 204, 204) 100%);
}

/* pinpoint
-------------------------------------------------------------------------------- */

#headline {
	background: #f2f2f2;
	border-bottom: solid 1px #e8e8e8;
}

#headline ul {	
	border-bottom: solid 1px #fff;
}

#headline a {
	padding: 3px 5px;
	color: #6e6e6e;
	display: block;
	text-decoration: underline;
}

#topics {
	margin: 5px 10px;
	border: solid 1px #c0d5da;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #fff;
	-webkit-box-shadow: 1px 1px 3px rgb(187, 207, 213);
	-moz-box-shadow: 1px 1px 3px rgb(187, 207, 213);
	-ms-box-shadow: 1px 1px 3px rgb(187, 207, 213);
	box-shadow: 1px 1px 3px rgb(187, 207, 213);
}

#topics ul li {
	border-bottom: solid 1px #c7dced;
}

#topics ul li:last-child {
	border: none;
}

#topics ul li a {
	height: 1.4em;
	//padding: 8px 20px 8px 15px;
	padding: 10px 20px 10px 5px;
	display: block;
	color: #00599e;
	overflow: hidden;
	line-height: 1.4em;
	//background: url(../images/common/link_arrow1.png) no-repeat 97% center;
	background: url(../images/common/link_arrow1.png) no-repeat 97% center;
}

#topics .tpc {
	height: 1.4em;
	//padding: 8px 20px 8px 15px;
	padding: 10px 20px 10px 5px;
	display: block;
	color: #808080;
	overflow: hidden;
	line-height: 1.4em;
	//background: url(../images/common/link_arrow1.png) no-repeat 97% center;
	//background: url(../images/common/link_arrow1.png) no-repeat 97% center;
}

#topics .midashi {
	margin: 5px 0 5px 10px;
	padding: 0 0 0 10px;
	//border-left: solid 3px #75b3d9;
	border-left: solid 4px #fa6f6f;
	clear: both;
}



#topics .feature {
	margin: 0 5px 0 0px;	
	padding: 0 7px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background: #fa6f6f;
	color: #fff;
	font-size: 80%;
	display: inline-block;
}


.link-list {
	border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top: solid 1px #bebebe;
	background: #fff;
}

.link-list li {
	padding: 3px 15px 3px 5px;
	border-bottom: solid 1px #ccc;
	background: url(../images/common/link_arrow3.png) no-repeat 98% center;
	font-size: 120%;
}

.link-list li:first-child {
	border-top: solid 2px #dcdcdc;
}

.link-list li:last-child {
	border: none;
}

.link-list a {
	padding: 5px;
	display: block;
	color: #00599e;
}

table.link-list {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 120%;
}

table.link-list th {
	width: 1%;
	padding: 10px 15px 10px 15px;
	white-space: nowrap;
	text-align: left;
	color: #00599e;
}

table.link-list td {
	padding: 10px 15px 10px 0;
	//background: url(../images/common/link_arrow3.png) no-repeat 97% center;
}

table.link-list th,
table.link-list td {
	border-bottom: solid 1px #ccc;
	cursor: pointer;
}


.ses_box .inner  {
	padding: 5px 10px;
	overflow: hidden;
}

table.test {
	width: 300px;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 120%;
	text-align: center;
}

table.test td {
	padding: 10px 0px 10px 0;
}


.cap4 {
    //width: 100px;
	padding: 8px;
	background: #0099FF;
	color: #fff;
	font-size: 120%;
	display: inline-block;
	margin: 3px 1px ;
	//text-align: center;
	
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	white-space: nowrap;
}

.txt25 {
	font-size: 25px;
}

.big {
	font-size: 150%;
    font-weight:bolder;
}
/*
.cccc ul li{
	width: auto;
	min-width: 30%;
}
*/

.tempmax1 {
    width: 64px;
	padding: 5px;
	background: #ffe8a8;
	display: inline-block;
	margin: 10px 3px 10px 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	white-space: nowrap;
	border: solid 5px #ffe8a8;
	text-align: center;
}

.tempmax2 {
    width: 64px;
	padding: 5px;
	//background: #0099FF;
	background: #ffd87c;
	display: inline-block;
	margin: 10px 3px 10px 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	white-space: nowrap;
	//border: solid 5px #ed8f4e;
	border: solid 5px #ff9b54;
	text-align: center;
}

.tempmax3 {
    width: 64px;
	padding: 5px;
	//background: #0099FF;
	background: #ffd87c;
	display: inline-block;
	margin: 10px 3px 10px 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	white-space: nowrap;
	//border: solid 5px #ed8f4e;
	border: solid 5px #0066a5;
	text-align: center;
}

.tempmin1 {
    width: 64px;
	padding: 5px;
	background: #c4f2ff;
	display: inline-block;
	margin: 10px 3px 10px 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	white-space: nowrap;
	border: solid 5px #c4f2ff;
	text-align: center;
}

.tempmin2 {
    width: 64px;
	padding: 5px;
	//background: #0099FF;
	//background: #7accff;
	background: #a5e8ff;
	display: inline-block;
	margin: 10px 3px 10px 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	white-space: nowrap;
	//border: solid 5px #3d2dff;
	border: solid 5px #0066a5;
	text-align: center;
}

.tempmin3 {
    width: 64px;
	padding: 5px;
	//background: #0099FF;
	//background: #7accff;
	background: #a5e8ff;
	display: inline-block;
	margin: 10px 3px 10px 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	white-space: nowrap;
	//border: solid 5px #3d2dff;
	border: solid 5px #ff9b54;
	text-align: center;
}

.tempnow {
    width: 64px;
	padding: 5px;
	background: #ddffd1;
	display: inline-block;
	margin: 10px 3px 10px 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	white-space: nowrap;
	border: solid 5px #ddffd1;
	text-align: center;
}

.prob1 {
    width: 64px;
	padding: 5px;
	background: #f7ffd6;
	background: #f4f4c6;
	display: inline-block;
	margin: 10px 3px 10px 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	white-space: nowrap;
	//border: solid 5px #f7ffd6;
	border: solid 5px #f4f4c6;
	text-align: center;
}

.prob2 {
    width: 64px;
	padding: 5px;
	//background: #0099FF;
	//background: #7accff;
	//background: #efffb2;
	background: #f4f4c6;
	//background: #f7ffd6;
	//background: #d9d9d9;
	display: inline-block;
	margin: 10px 3px 10px 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	white-space: nowrap;
	//border: solid 5px #5c0023;
	border: solid 5px #92c000;
	text-align: center;
}

.txtb {
	font-size: 100%;
	color: #4d4d4d;
    font-weight:bolder;
}

.txtc {
	font-size: 100%;
	color: #e16871;
    font-weight:bolder;
}

.txtmaxA {
	font-size: 240%;
	//color: #fff;
	//color: #7a002d;
	color: #c40026;
    font-weight:bolder;
}

.txtmaxB {
	font-size: 150%;
	//color: #fff;
	//color: #7a002d;
	color: #c40026;
    font-weight:bolder;
}

.txte {
	font-size: 150%;
	//color: #fff;
	color: #7a002d;
    font-weight:bolder;
}

.txtminA {
	font-size: 240%;
	//color: #fff;
	//color: #7a002d;
	//color: #13053b;
	color: #0089b7;
    font-weight:bolder;
}

.txtminB {
	font-size: 150%;
	//color: #fff;
	//color: #7a002d;
	//color: #13053b;
	color: #0089b7;
    font-weight:bolder;
}

.txtnowA {
	font-size: 240%;
	//color: #fff;
	//color: #7a002d;
	color: #13053b;
    font-weight:bolder;
}

.txtnowB {
	font-size: 150%;
	//color: #fff;
	//color: #7a002d;
	color: #13053b;
    font-weight:bolder;
}


.txtprob1 {
	font-size: 240%;
	//color: #fff;
	//color: #7a002d;
	color: #003f1e;
    font-weight:bolder;
}

.txtprob2 {
	font-size: 150%;
	//color: #fff;
	//color: #7a002d;
	color: #003f1e;
    font-weight:bolder;
}


.boxweek .inner, {
	//padding: 5px 10px;
	overflow: hidden;
}


.boxweek {
	margin: 10px 0;
	border: solid 1px #b9cdd4;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #fff;
	overflow: visible;
	-webkit-box-shadow: 1px 1px 3px rgb(187, 207, 213);
	-moz-box-shadow: 1px 1px 3px rgb(187, 207, 213);
	-ms-box-shadow: 1px 1px 3px rgb(187, 207, 213);
	box-shadow: 1px 1px 3px rgb(187, 207, 213);
	position: relative;
}

.boxweek .caption,
.boxweek .caption-gray {
	padding: 3px 5px 3px 5px;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0.6, rgb(255, 255, 255)),color-stop(0.9, rgb(228, 228, 228)));
	background-image: -moz-linear-gradient(180deg,rgb(255, 255, 255) 61%,rgb(228, 228, 228) 92%);
	background-image: linear-gradient(180deg,rgb(255, 255, 255) 61%,rgb(228, 228, 228) 92%);

	-webkit-box-shadow: 0px 1px 1px rgb(166, 166, 166);
	-moz-box-shadow: 0px 1px 1px rgb(166, 166, 166);
	-ms-box-shadow: 0px 1px 1px rgb(166, 166, 166);
	box-shadow: 0px 1px 1px rgb(166, 166, 166);

	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border: solid 1px #fff;
	color: #333;
	font-size: 120.5%;
	line-height: 2;
}

.boxweek .caption span,
.boxweek .caption-gray span {
	padding: 0 0 0 5px;
	border-left: solid 3px #0071bc;
}

.boxweek .caption-gray span {
	padding: 0 0 0 5px;
	border-left: solid 3px #ccc;
}

#kehotag h2 a {
	padding: 0 20px 0 0;
	//background: url(../images/common/link_arrow2.png) no-repeat right center;
	background: url(../../images/common/link_arrow2.png) no-repeat right center;
	color: #fff;
}

#kehotag #chiten {
	border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	
	position: absolute;
	right: 5px;
	top: 5px;
}

#kehotag #chiten a {
	width: auto;
	margin: 0;
	color: #25779a;
	font-size: 110%;
	display: block;	
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: solid 1px #409fb9;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0.6, rgb(255, 255, 255)),color-stop(0.9, rgb(228, 228, 228)));
	background-image: -moz-linear-gradient(180deg,rgb(255, 255, 255) 61%,rgb(228, 228, 228) 92%);
	background-image: linear-gradient(180deg,rgb(255, 255, 255) 61%,rgb(228, 228, 228) 92%);
	line-height: 1.5;
}

#kehotag #chiten a span {
	//background: url(../images/top/icon_haguruma.png) no-repeat 5px center;
	background: url(../images/top/icon_haguruma.png) no-repeat 5px center;
	display: block;
}

#kehotag #chiten a span span {
	padding: 0 13px 0 20px;
	//background: url(../images/top/link_arrow_chiten.png) no-repeat 95% center;
	background: url(../images/top/link_arrow_chiten.png) no-repeat 95% center;
}



.weekimage {
	margin: 10px 0 2px 0;
	text-align: center;
}

#contents_ap {
	background: #ffffff;
	border-bottom: solid 1px #ffffff;
	/*overflow: hidden;*/
}

/* pick up
-------------------------------------------------------------------------------- */

.pickup {
	margin: 0 10px 10px 10px;
	position: relative;
}

.pickup .tit {
	padding: 3px 10px;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0.6, rgb(255, 255, 255)),color-stop(0.9, rgb(228, 228, 228)));
	background-image: -moz-linear-gradient(180deg,rgb(255, 255, 255) 61%,rgb(228, 228, 228) 92%);
	background-image: linear-gradient(180deg,rgb(255, 255, 255) 61%,rgb(228, 228, 228) 92%);
	color: #333;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border: solid 1px #c0d5da;
	border-bottom: solid 1px #fff;
	font-size: 140%;
	-webkit-box-shadow: 1px 1px 3px rgb(187, 207, 213);
	-moz-box-shadow: 1px 1px 3px rgb(187, 207, 213);
	-ms-box-shadow: 1px 1px 3px rgb(187, 207, 213);
	box-shadow: 1px 1px 3px rgb(187, 207, 213);
}

.pickup .tit span {
	padding: 0 0 0 10px;
	border-left: solid 3px #ccc;
}

.pickup ul {
	border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border: solid 1px #c0d5da;
	border-top: solid 1px #bebebe;
	background: #fff;
	-webkit-box-shadow: 1px 1px 3px rgb(187, 207, 213);
	-moz-box-shadow: 1px 1px 3px rgb(187, 207, 213);
	-ms-box-shadow: 1px 1px 3px rgb(187, 207, 213);
	box-shadow: 1px 1px 3px rgb(187, 207, 213);
}

.pickup ul li {
	padding: 3px 15px 3px 5px;
	border-bottom: solid 1px #ccc;
	//background: url(../images/common/link_arrow3.png) no-repeat 98% center;
	background: url(../images/common/link_arrow3.png) no-repeat 98% center;
}

.pickup ul li:first-child {
	border-top: solid 2px #dcdcdc;
}

.pickup ul li:last-child {
	border: none;
}

.pickup a {
	display: block;
}

.pickup .new {
	padding: 0 10px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background: #0085db;
	color: #fff;
	font-size: 80%;
	display: inline-block;
}

.pickup strong {
	margin: 0 5px 0 0;
	color: #0085db;
}

.pickup .thumbnail,
.pickup .txt {
	display: table-cell;
	vertical-align: middle;
}

.pickup .thumbnail {
	padding: 0 10px 0 0;
}

.pickup .thumbnail img {
	vertical-align: bottom;
}

.pickup .all {
	position: absolute;
	top: 7px;
	right: 7px;
	border: solid 1px #a3a399;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(255, 255, 255)),color-stop(0.5, rgb(239, 239, 239)),color-stop(0.5, rgb(231, 231, 231)),color-stop(1, rgb(204, 204, 204)));
	background-image: -moz-linear-gradient(180deg,rgb(255, 255, 255) 0%,rgb(239, 239, 239) 50%,rgb(231, 231, 231) 50%,rgb(204, 204, 204) 100%);
	background-image: linear-gradient(180deg,rgb(255, 255, 255) 0%,rgb(239, 239, 239) 50%,rgb(231, 231, 231) 50%,rgb(204, 204, 204) 100%);
}

.pickup .all a {
	padding: 0 15px 0 5px;
	//background: url(../images/common/link_arrow4.png) no-repeat 95% center;
	background: url(../images/common/link_arrow4.png) no-repeat 95% center;
}

.btn-positive-form {
	width: 19em;
	margin: 0 auto;
	border: solid 1px #00005e;
	padding: 10px;
	text-shadow: -1px -1px 0px #18187d;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(0, 129, 198)),color-stop(0.5, rgb(0, 119, 193)),color-stop(0.5, rgb(0, 109, 186)),color-stop(1, rgb(0, 98, 179)));
	background-image: -moz-linear-gradient(180deg,rgb(0,  129, 198) 0%,rgb(0, 119, 193) 52%,rgb(0, 109, 186) 52%,rgb(0, 98, 179) 100%);
	background-image: linear-gradient(180deg,rgb(0, 129, 198) 0%,rgb(0, 119, 193) 52%,rgb(0, 109, 186) 52%,rgb(0, 98, 179) 100%);
	-webkit-box-shadow: 1px 1px 3px rgb(187, 207, 213);
	-moz-box-shadow: 1px 1px 3px rgb(187, 207, 213);
	-ms-box-shadow: 1px 1px 3px rgb(187, 207, 213);
	box-shadow: 1px 1px 3px rgb(187, 207, 213);
	
	line-height: 2;
	border: solid 1px #0082c2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	font-size: 120%;
}


/* tab
-------------------------------------------------------------------------------- */

#tab-detail {
	padding: 5px 2px 0 2px;
	padding-bottom: 1px\9;
	/padding-bottom: 0;
	border-bottom: solid 3px #0065b5;
	overflow: hidden;
	text-align: center;
}

:root #tab-detail {
	padding-bottom: 0;
}

#tab-detail li {
	width: 1%;
	white-space: nowrap;
	
	padding: 0 2px;
	display: table-cell;
	/float: left;
	
	border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	
	text-align: center;
	cursor: pointer;
}

#tab-detail li.selected {
	color: #fff;
}

#tab-detail li span  {
	padding: 12px 3px;
	display: block;
	
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top, #f4f4f4 49%, #e0e0e0 52%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,#f4f4f4), color-stop(52%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f4f4 49%,#e0e0e0 52%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f4f4 49%,#e0e0e0 52%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4f4f4 49%,#e0e0e0 52%); /* IE10+ */
	background: linear-gradient(to bottom, #f4f4f4 49%,#e0e0e0 52%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
		
	box-shadow: 0 0 0 1px #ccc, 0 0 0 1px #fff;
	
	border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	
	border: solid 1px #fff;
	/border: solid 1px #ccc;
	border: solid 1px #ccc\9;
	border-bottom: none;
	
}

:root #tab-detail li span {
	border: solid 1px #fff;
	border-bottom: none;
}

.android #tab-detail li span {
	border-bottom: none;
}

#tab-detail li.selected span {
	border: solid 1px #369cd2;
	border-bottom: none;
	box-shadow: 0 0 0 1px #0065b9, 0 0 0 1px #000;
	
	background: #0082c6; /* Old browsers */
	background: -moz-linear-gradient(top, #0082c6 48%, #0062b3 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,#0082c6), color-stop(50%,#0062b3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0082c6 48%,#0062b3 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0082c6 48%,#0062b3 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0082c6 48%,#0062b3 50%); /* IE10+ */
	background: linear-gradient(to bottom, #0082c6 48%,#0062b3 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0082c6', endColorstr='#0062b3',GradientType=0 ); /* IE6-9 */
}


.landscape #tab-detail li {
	/*width: 150px;*/
	/width: 148px;
}


/* seis */


.btn-anpi {
	margin: 10px auto;
	border: solid 1px #b2002b;
	text-shadow: -1px -1px 0px #246294;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(201, 73, 91)),color-stop(0.5, rgb(196, 68, 91)),color-stop(0.5, rgb(160, 43, 63)),color-stop(1, rgb(183, 35, 71)));
	background-image: -moz-linear-gradient(180deg,rgb(201, 73, 91) 0%,rgb(196, 68, 91) 50%,rgb(160, 43, 63) 50%,rgb(183, 35, 71) 100%);
	background-image: linear-gradient(180deg,rgb(201, 73, 91) 0%,rgb(196, 68, 91) 50%,rgb(160, 43, 63) 50%,rgb(183, 35, 71) 100%);
	-webkit-box-shadow: 1px 1px 2px rgb(163, 169, 204);
	-moz-box-shadow: 1px 1px 2px rgb(163, 169, 204);
	box-shadow: 1px 1px 2px rgb(163, 169, 204);
	-ms-box-shadow: 1px 1px 2px rgb(163, 169, 204);
	text-shadow: 1px 1px 0px rgb(188, 25, 58);
	line-height: 3;
	text-align: center;
}

.btn-anpi a {
	display: block;
	//border: solid 1px #56b4d7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	font-size: 120%;
}
.pnk {
	color:#cc0033;
}


.btn-toku_keho {
	margin: 10px auto;
//	border: solid 1px #b2002b;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
//	background-color: #a0007c;
	background-color: #a500d1;
	line-height: 2;
	text-align: center;
}

.btn-toku_keho a {
	display: block;
	color: #fff;
	font-size: 130%;
	text-shadow: 1px 1px 0px #700056;
	font-weight: bold;
	background: url(./images/alert.png) no-repeat 20% center;
}

.btn-keho {
	margin: 10px auto;
//	border: solid 1px #b2002b;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
//	background-color: #CC3366;
	background-color: #CC3366;
	line-height: 2;
	text-align: center;
}

.btn-keho a {
	display: block;
	color: #fff;
	font-size: 130%;
	text-shadow: 1px 1px 0px rgb(188, 25, 58);
	font-weight: bold;
	background: url(./images/alert.png) no-repeat 20% center;
}

.btn-login {
	font-size: 18px;
}

.lv3-gray, .lv3-blue {
	font-size: 18px;
}

.box3 .caption-gray {
	font-size: 18px;
}

.btn a, .btn input {
	font-size: 17px;
}}
