@charset "shift-jis";

/*------------------------------------------------------------------
/
/	date	:	2013.11.24
/
/-----------------------------------------------------------------*/

/* reset
-------------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
font-weight: normal;
}
body{
line-height:1;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
display:block;
}
ul{
list-style:none;
}
blockquote,q{
quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
content:'';
content:none;
}
a{
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
ins{
background-color:#ff9;
color:#000;
text-decoration:none;
}
mark{
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}
del{
text-decoration:line-through;
}
abbr[title],dfn[title]{
border-bottom:1px dotted;
cursor:help;
}
table{
border-collapse:collapse;
border-spacing:0;
}
hr{
display:block;
height:1px;
border:0;
border-top:1px dotted #cccccc;
margin:1em 0;
padding:0;
}
input,select{
vertical-align:middle;
}
/* common
----------------------------------------------- */
body,input,textarea {
	font-family: "メイリオ",  Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 20px;
	line-height: 1.5;
	color: #333;
	-webkit-text-size-adjust: none;
}
img {
	border: none;
	vertical-align: bottom;
}
input[type="file"] {
}
input[type="text"],input[type="password"],textarea {
	margin: 1px;
	padding: 2px;
	line-height: 1.2;
	border: 1px solid #ccc;
}
input[type="checkbox"],
input[type="radio"] {
	margin-top: -2px;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="image"],input[type="button"],input[type="checkbox"],label {
	cursor: pointer;
}
a { text-decoration: underline; }
a:hover { text-decoration: none;}
a:visited { }
a:hover { }
.clear { clear: both!important;}
.fl { float: left; display: inline!important;}
.fr { float: right; display: inline!important;}
.fn { float: none!important;}
.disnon { display: none!important;}
.disinb { display:inline-block; *display: inline; *zoom: 1!important;}
.disin { display:inline!important;}
.disb { display: block!important;}
.cf:before,.cf:after { content:""; display:table;}
.cf:after { clear:both;}
.cf { zoom:1;}
.cc { position: relative; float: left; left: 50%;}
.cc .in { position: relative; float: left; left: -50%;}
.ssize { font-size: 10px;}
.msize { font-size: 12px;}
.lsize { font-size: 16px;}
.tc { text-align: center!important;}
.tl { text-align: left!important;}
.tr { text-align: right!important;}
.normal { color: #333!important;}
.em { color: #F60!important;}
.str { color:#900!important;}
.err { color: #F00!important;}
.sample { color: #ccc!important;}
.W10 { width: 10px!important;}.W20 { width: 20px!important;}.W30 { width: 30px!important;}.W40 { width: 40px!important;}.W50 { width: 50px!important;}.W60 { width: 60px!important;}.W70 { width: 70px!important;}.W80 { width: 80px!important;}.W90 { width: 90px!important;}.W100 { width: 100px!important;}.W150 { width: 150px!important;}.W200 { width: 200px!important;}.W250 { width: 250px!important;}.W300 { width: 300px!important;}.W350 { width: 350px!important;}.W400 { width: 400px!important;}.W450 { width: 450px!important;}.W500 { width: 500px!important;}.W550 { width: 550px!important;}
.W10p { width: 10%!important;}.W20p { width: 20%!important;}.W25p { width: 25%!important;}.W33p { width: 33%!important;}.W34p { width: 34%!important;}.W40p { width: 40%!important;}.W50p { width: 50%!important;}.W60p { width: 60%!important;}.W70p { width: 70%!important;}.W75p { width: 75%!important;}.W80p { width: 80%!important;}.W90p { width: 90%!important;}.W95p { width: 95%!important;}.W100p { width: 100%!important;}
.H50 { height: 50px!important;}.H60 { height: 60px!important;}.H70 { height: 70px!important;}.H80 { height: 80px!important;}.H90 { height: 90px!important;}.H100 { height: 100px!important;}.H150 { height: 150px!important;}.H200 { height: 200px!important;}.H300 { height: 300px!important;}.H400 { height: 400px!important;}
.P10 { padding: 10px!important;}.P15 { padding: 15px!important;}.P20 { padding: 20px!important;}.P30 { padding: 30px!important;}
.PT0 { padding-top: 0!important;}.PT10 { padding-top: 10px!important;}.PT15 { padding-top: 15px!important;}.PT20 { padding-top: 20px!important;}.PT30 { padding-top: 30px!important;}
.PL0 { padding-left: 0!important;}.PL10 { padding-left: 10px!important;}.PL15 { padding-left: 15px!important;}.PL20 { padding-left: 20px!important;}.PL30 { padding-left: 30px!important;}
.PR0 { padding-right: 0!important;}.PR10 { padding-right: 10px!important;}.PR15 { padding-right: 15px!important;}.PR20 { padding-right: 20px!important;}.PR30 { padding-right: 30px!important;}
.PB0 { padding-bottom: 0!important;}.PB10 { padding-bottom: 10px!important;}.PB15 { padding-bottom: 15px!important;}.PB20 { padding-bottom: 20px!important;}.PB30 { padding-bottom: 30px!important;}
.M0 { margin: 0!important;}.M10 { margin: 10px!important;}.M15 { margin: 15px!important;}.M20 { margin: 20px!important;}.M30 { margin: 30px!important;}
.MT0 { margin-top: 0!important;}.MT10 { margin-top: 10px!important;}.MT15 { margin-top: 15px!important;}.MT20 { margin-top: 20px!important;}.MT30 { margin-top: 30px!important;}.MT40 { margin-top: 40px!important;}
.ML0 { margin-left: 0!important;}.ML10 { margin-left: 10px!important;}.ML15 { margin-left: 15px!important;}.ML20 { margin-left: 20px!important;}.ML30 { margin-left: 30px!important;}
.MR0 { margin-right: 0!important;}.MR10 { margin-right: 10px!important;}.MR15 { margin-right: 15px!important;}.MR20 { margin-right: 20px!important;}.MR30 { margin-right: 30px!important;}
.MB0 { margin-bottom: 0!important;}.MB10 { margin-bottom: 10px!important;}.MB15 { margin-bottom: 15px!important;}.MB20 { margin-bottom: 20px!important;}.MB30 { margin-bottom: 30px!important;}
/* clearfix
----------------------------------------------- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.clear { clear: both; }
/* template
-------------------------------------------------------*/

.pagetop {
	position: relative;
	z-index: 9999;
	width: 50px;
	height: 50px;
	background: url(../images/common/pagetop.png) no-repeat left top;
}


html {
}
body {
	margin: 0 auto;
	color: #545454;
	line-height: 1.6;
	background:#fff;
}
a {color: #1f66a3; text-decoration: none;}
a:hover {}
a:visited {}
a:hover {}
.algn_c{text-align:center;}

/* module
-------------------------------------------------------*/


/* header
-------------------------------------------------------*/

#header {
	padding-top:10px;
}

#header_top {
	width:970px;
	margin:0 auto;
	margin-bottom:10px;
}

#header_top h1 {
	font-size:80%;
	margin-bottom:10px;
}

#header_top .logo {
	float:left;
}

#header_top .header_R {
	float:right;
}

.header_lang {
	margin-bottom:10px;
}

.header_lang li {
	float:right;
	line-height:0px;
	vertical-align:middle;
}

.header_lang li:first-child {
	padding-left:20px;
	border-left:1px solid #d6d6d6;
}


.header_lang li:last-child {
	margin-right:20px;
}

.header_form .header_form01 {
	padding:5px !important;
}

.header_form .header_form_btn {
	text-indent:-9999px;
	background:url(../images/common/header_s_btn.png) no-repeat;
	width:24px;
	height:24px;
	border:none;
}


.area_select {
	border-top:2px solid #1f66a3;
	background:#eeeeee;
	padding:3px 0px;
}

.area_select ul {
	width:970px;
	margin:0 auto;
}

.area_select ul li {
	float:left;
	margin-right:10px;
	font-size:110%;
}


/* nav
-------------------------------------------------------*/

#nav {
	width:100%;
	height:40px;
	background:#1f66a3;

}

#nav .nav_bg {
	width:970px;
	margin:0 auto;
	background:#fff;
}

#nav ul li {
	float:left;

}


/*ドロップダウン*/

#dropmenu{
  padding: 0;

}
#dropmenu li{
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;

}
#dropmenu li a{
  display: block;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li:hover > a{
  background:#000;
  color: #fff;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 40px;
  left: 0;
  margin: 0;
  padding: 0;

}
#dropmenu li:last-child ul{
  left: 0;
  width: 160px;
}
#dropmenu li ul li{
  overflow: hidden;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  z-index:9999;
  float:none;
  opacity:0.95;
}

#dropmenu li ul.drop01{
	width:160px;
	position:absolute;
}


#dropmenu li ul.drop01 li {
	width:160px;
	overflow:hidden !important;
}



#dropmenu li ul li a{
  padding: 10px 12px;
  background:rgba(0,0,0,0.9);
  text-align:center;
  font-size: 11px;
  font-weight: normal;
}

#dropmenu li ul li.nav_top a {
	background:#fff;
	font-weight:bolder;
}


#dropmenu li:hover ul li{
  overflow: visible;
  height: 30px;
  border-bottom: 1px solid #444;

}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}






/*ドロップダウン*/


#pan {
	width:100%;
	background:#f7f7f7;
	border-bottom:1px solid #d6d6d6;
	margin-bottom:30px;
}

#pan ul {
	width:970px;
	margin:0 auto;
}

#pan ul li {
	float:left;
	padding:7px 0px 5px 0px;
	font-size:90%;
}

#pan ul li {
	background:url(../images/common/pan_arrow.png) no-repeat right center;
	padding-right:40px;
	margin-right:20px;
}

#pan ul li:last-child {
	background:none;
}


/* contents
-------------------------------------------------------*/

#contents {
	width:970px;
	margin:0 auto;
	margin-bottom:30px;
}

#contents_L {
	width:608px;
	float:left;
}

#contents_R {
	width:335px;
	float:right;
}

.main_section {
	margin-bottom:50px;
}

.main_section p {
	margin-bottom:15px;
}

.main_ttl {
	border-bottom:2px solid #1f66a3;
	font-size:160%;
	padding-left:5px;
	color:#333;
	margin-bottom:20px;
}



/* side
-------------------------------------------------------*/

.side_ad {
	margin-bottom:20px;
}

.side_ad li {
	margin-bottom:20px;
}

.side_banner01 {
	margin-bottom:20px;
}

.side_banner01 li {
	margin-bottom:20px;
}

.side_banner02 {
	background:#f7f7f7;
	padding:10px;
	margin-bottom:20px;
}

.side_banner02 li {
	margin-bottom:5px;
}

.side_ttl {
	background:#1f66a3;
	padding:10px;
	color:#fff;
}

.side_g {
	background:#f7f7f7;
	padding:10px;
	margin-bottom:20px;
}

.side_list01>li {
	border-bottom:1px solid #d6d6d6;
	padding-bottom:10px;
	margin-bottom:10px;
}

.side_list01>li:last-child {
	border-bottom:none;
	margin-bottom:0px;
}

.side_list_sns {
}

.side_list_sns li:nth-child(odd) {
	float:left;
}

.side_list_sns li:nth-child(even) {
	float:right;
}


.img_R {
	float:right;
	margin-left:10px;
}

.side_cut {
	height:125px;
	overflow-x:hidden;
}

.new_icon {
	margin-left:5px;
	vertical-align:top;
}

.side_webshop {
	border:1px solid #2067a3;
	padding:10px;
	margin-bottom:20px;
}

.side_webshop dl {
	display:table;
	width:100%;
	border-top:1px solid #d6d6d6;
}

.side_webshop dl dt {
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	padding:10px 10px 10px 0px;
	width:50px;
}

.side_webshop dl dd {
	display:table-cell;
	vertical-align:middle;
	font-weight:bolder;
	text-align:left;
	background:url(../images/common/side_arrow.png) no-repeat right center;
}


/* footer
-------------------------------------------------------*/

.footer_ad {
	text-align:center;
	margin-bottom:30px;
}

#footer {
	background:#1f66a3;
}

.footer_logo {
	text-align:center;
	margin:30px 0px;
}

.footer_cotents {
	width:970px;
	margin:0 auto;
	color:#fff;
	padding-bottom:30px;
}

.footer_cotents a {
	color:#fff;
}

#footer_nav li {
	width:150px;
	float:left;
	margin-right:10px;
}

#footer_nav li:last-child {
	margin-right:0px;
}

.footer_sub {
	border-bottom:1px solid #8fb3d1;
	background:url(../images/common/footer_arrow01.png) no-repeat left center;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:15px;
	margin-bottom:10px;
}

#footer_nav li ul li {
	font-size:90%;
	background:url(../images/common/footer_arrow02.png) no-repeat left center;
	padding-left:10px;

}

.footer_cation {
	border-top:1px solid #8fb3d1;
	color:#fff;
	font-size:80%;
	padding-top:20px;
	margin-bottom:20px;
}

.footer_cation p {
	margin-bottom:15px;
}

.footer_cation .inner {
	width:970px;
	margin:0 auto;
}

.footer_cation a {
	color:#fff;
}

.footer_fot_link {
	border-top:1px solid #8fb3d1;
	color:#fff;
	padding-top:20px;
	margin-bottom:10px;
	font-size:90%;
}

.footer_fot_link a {
	color:#fff;
}

.footer_fot_link ul {
	width:970px;
	margin:0 auto;
}

.footer_fot_link ul li {
	float:left;
}

.footer_fot_link ul li sapn {
	margin:0px 10px;
}

.copy {
	font-size:80%;
	width:970px;
	margin:0 auto;
	color:#fff;
	padding-bottom:30px;
}


/* page
-------------------------------------------------------*/

.img_area {
	width:600px;
	padding-top:15px;
	margin:0 auto;
}

.input_back input {
	background:url(../images/index/back.png) no-repeat;
	width:32px;
	height:44px;
	text-indent:-9999px;
	border:none;
	cursor:pointer;
}

.input_next input {
	background:url(../images/index/next.png) no-repeat;
	width:32px;
	height:44px;
	text-indent:-9999px;
	border:none;
	cursor:pointer;
}

.img_area ul {
	display:table;
	width:100%;
}

.img_area ul li {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.img_area ul li:first-child {
	text-align:left;
}

.img_area ul li:last-child {
	text-align:right;
}

.img_area_select_box {
	/*background:#f7f7f7;*/
	background:#ffffff;
	border:1px solid #d6d6d6;
	padding:15px;
	width:570px;
	margin:0 auto;
	border-radius:5px;
	margin-top:20px;
}
.img_area_select_box select{
	width:100px;
}

.img_area_select_box li {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.tw_area {
	text-align:center;
}


/* index
-------------------------------------------------------*/

.index_pan_list {
}

.index_pan_list li {
	float:left;
	margin-right:10px;
}

.index_pan_list li a {
	display:inline-block;
	padding:3px 8px;
	color:#fff;
	background:#1f66a3;
}

.index_pan_list li span {
	display:inline-block;
	padding:3px 8px;
	color:#fff;
	background:#1f66a3;
}

.index_pan_list li.koshin {
	float:right;
}

.index_pan_list li.koshin a {
	display:inline-block;
	padding:3px 8px 3px 27px;
	color:#333;
	background:url(../images/index/koshin.png) no-repeat left center;
}

.img_area01 {
	height:530px;
}

.img_area02 {
	height:400px;
}

.img_area03 {
	height:550px;
}


/* nordot
-------------------------------------------------------*/

.kiji_box {
	border-bottom:1px solid #d6d6d6;
	padding-bottom:15px;
	margin-bottom:20px;
}

.kiji_box dt {
	width:80px;
	float:left;
}

.kiji_box dt img {
	width:100%;
}

.kiji_box dd {
	width:500px;
	float:right;
}

.kiji_box dd p {
	margin-bottom:0px;
}

p.kiji_day {
	font-size:90%;
	margin-bottom:0px;
}

p.kiji_ttl{
	margin-bottom:0px;
	font-weight:bolder;
	font-size:110%;
}

/* topics
-------------------------------------------------------*/

.topics_box {
	border-bottom:1px solid #d6d6d6;
	padding-bottom:15px;
	margin-bottom:20px;
}

.topics_box dt {
	width:80px;
	float:left;
}

.topics_box dt img {
	width:100%;
}

.topics_box dd {
	width:510px;
	float:right;
}

.topics_box dd p {
	margin-bottom:0px;
}

p.topics_day {
	font-size:90%;
	margin-bottom:0px;
}

p.topics_ttl{
	margin-bottom:0px;
	font-weight:bolder;
	font-size:110%;
}

/* rare hunt project
-------------------------------------------------------*/

.rhp_box {
	border-bottom:1px solid #d6d6d6;
	padding-bottom:15px;
	margin-bottom:20px;
}

.rhp_box dt {
	width:120px;
	float:left;
}

.rhp_box dt img {
	width:100%;
}

.rhp_box dd {
	width:470px;
	float:right;
}

.rhp_box dd p {
	margin-bottom:0px;
}

p.rhp_day {
	/*font-size:90%;*/
	margin-bottom:0px;
	font-weight:bolder;
	font-size:110%;
}

p.rhp_ttl{
	margin-bottom:0px;
	font-weight:bolder;
	font-size:110%;
}

/* page_common
-------------------------------------------------------*/

.sub_ttl {
	border-top:1px solid #1f66a3;
	background:#f7f7f7;
	padding:10px;
	font-weight:bolder;
	font-size:120%;
	margin-bottom:20px;
}

.sub_ttl2 {
	background:#ffffff;
	padding:10px;
	font-weight:bolder;
	font-size:120%;
	margin-bottom:10px;
}

.sub_ttl3 {
	background:#ffffff;
	/*padding:10px;*/
	font-weight:bolder;
	font-size:110%;
	margin-top:10px;
}

.sub_ttl4 {
	background:#ffffff;
	padding-top: 10px;
	font-weight:bolder;
	font-size:120%;
	margin-top:10px;
}
/* gaikyo
-------------------------------------------------------*/
.gaikyo{
	padding:15px;
	margin:10px;
	border-style:solid;
	border-width: 1px;
	border-color:rgb(167, 157, 164);
}
.gaikyo h4{
	font-weight: bold;
}

/*point table
-------------------------------------------------------*/
.point_tables{
	/*border-top: solid 1px #b8afaf;
	border-bottom: solid 1px #b8afaf;*/
	border-top: solid 1px #b8afaf;
	margin: 0 auto 60px;
}

div.point_table_head{
	margin: 0;
	padding:0;
	width:100%;
	text-align: center;
}
div.point_table_head ul li{
	float: left;
	list-style: none;
	padding-top: 7.5px;
	padding-bottom: 7.5px;
}
div.point_table_head ul  li.data{
	position:relative;
	left:24px;
	width: 64px;
}
div.point_table_head ul  li.head{
	position:relative;
	left: 26px;
	margin: 0;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}


table.point_table {
    margin: 0;
		padding:0;
    width: 98%;
    border-collapse: separate;
    border-spacing: 0 10px;
    background: #ffffff;
}

table.point_table th {
    vertical-align: middle;
    height: auto;
    width: 64px;
    border-right: solid 1px #b8afaf;
		margin: 0;
		padding:0;
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: bold;
		padding: 8px;
}
table.point_table td{
    margin: 0;
		padding:0;
    height: auto;
    width: 64px;
    border: none;
    color: #666;
    font-size: 20px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
		border-right: solid 1px #b8afaf;
}
/* fcst table
-------------------------------------------------------*/
div.fcst_table_head {
	margin: 0 auto;
	width: 100%;
	border: none;
	position: static;
}
div.fcst_table_head span.head2 {
	position:relative;
	left: 60%;
}
div.fcst_table_head span.head3 {
	position: relative;
	left: 64%;
}
div.fcst_table_head span.head4 {
	position: relative;
	left: 68%;
}

table.fcst_table {
    margin: 0 auto;
    width: 100%;
    border: none;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
    border-collapse: separate;
    border-spacing: 0 10px;
    background: #ffffff;
}

table.fcst_table th {
    vertical-align: middle;
    height: auto;
    width: 10%;
    border-right: solid 1px #666;
    margin: 0;
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: bold;
		padding: 8px;
}

table.fcst_table td.data {
		padding-left: 8px;
    margin: 0;
    height: auto;
    /*width: 20%;*/
    border: none;
    color: #666;
    font-size: 20px;
    line-height: 16px;
    text-align: left;
    vertical-align: middle;
    /*white-space: nowrap;*/
    overflow: hidden;
}
table.fcst_table td.data1 {
	width:45%;
}
table.fcst_table td.data2 {
	width:15%;
}
table.fcst_table td.data3 {
	width:15%;
}


table.fcst_table td:fst-child {
    padding: 0 0 0 10px;
    vertical-align: middle;
}

table.fcst_table td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #34495e;
}

/* week table
-------------------------------------------------------*/
div.week_table_head {
	margin: 0 auto;
	width: 100%;
	border: none;
	position: static;
}
div.week_table_head span.head2 {
	position:relative;
	left: 48%;
}
div.week_table_head span.head3 {
	position: relative;
	left: 56%;
}
div.week_table_head span.head4 {
	position: relative;
	left: 64%;
}

table.week_table {
    margin: 0 auto;
    width: 100%;
    border: none;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
    border-collapse: separate;
    border-spacing: 0 10px;
    background: #ffffff;
}

table.week_table th {
    vertical-align: middle;
    height: auto;
    width: 15%;
    border-right: solid 1px #666;
    margin: 0;
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: bold;
		padding: 8px;
}

table.week_table td.data {
	padding-left: 8px;
    margin: 0;
    height: auto;
    /*width: 20%;*/
    border: none;
    color: #666;
    font-size: 20px;
    line-height: 16px;
    text-align: left;
    vertical-align: middle;
    /*white-space: nowrap;*/
    overflow: hidden;
}
table.week_table td.data1 {
	width:31%;
}
table.week_table td.data2 {
	width:18%;
}
table.week_table td.data3 {
	width:18%;
}


table.week_table td:fst-child {
    padding: 0 0 0 10px;
    vertical-align: middle;
}

table.week_table td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #34495e;
}

/* galileo
-------------------------------------------------------*/

.webshop_topcont {
	margin-bottom:30px;
}

.webshop_topcont li:nth-child(odd) {
	width:390px;
	float:left;
}

.webshop_topcont li:nth-child(even) {
	width:180px;
	float:right;
}

.img_sw {
	/* box-shadow */
box-shadow:rgba(89, 89, 89, 0.35) 0px 0px 6px 0px;
-webkit-box-shadow:rgba(89, 89, 89, 0.35) 0px 0px 6px 0px;
-moz-box-shadow:rgba(89, 89, 89, 0.35) 0px 0px 6px 0px;

}

.glay_box01 {
	background:#f7f7f7;
	border:1px solid #d6d6d6;
	padding:15px;
	border-radius:5px;
}

.glay_box01 p {
	margin-bottom:0px;
}

.webshop_topnav {
}

.webshop_topnav ul li {
	width:186px;
	float:left;
	margin-right:24px;
	margin-bottom:15px;
}

.webshop_topnav ul li:nth-child(3){
	margin-right:0px;
}

.webshop_topnav ul li:nth-child(6){
	margin-right:0px;
}

.webshop_topnav ul li:nth-child(9){
	margin-right:0px;
}

.webshop_topnav ul li:nth-child(12){
	margin-right:0px;
}

.webshop_topnav ul li a {
	display:block;
	padding:2px;
	border:1px solid #d6d6d6;
	color:#525252;
}

.webshop_topnav ul li dl {
	display:table;
	width:100%;
	line-height:1.3;
	font-size:90%;
}

.webshop_topnav ul li dl dt {
	display:table-cell;
	width:40px;
	padding-right:10px;
	vertical-align:middle;
}

.webshop_topnav ul li dl dd {
	display:table-cell;
	padding-right:10px;
	vertical-align:middle;
}

.webshop_contents {
}

.webshop_contents_L {
	width:180px;
	float:left;
}

.webshop_contents_R {
	width:390px;
	float:right;
}

.webshop_contents .glay_box01 {
	margin-bottom:10px;
}

.price_box {
	border-bottom:1px solid #d6d6d6;
	padding-bottom:10px;
	margin-bottom:10px;
}

.price_box p {
	margin-bottom:0px;
}

.cart_area {
	margin-bottom:20px;
}

.size {
	display:inline-block;
	background:#1f66a3;
	color:#fff;
	font-weight:bolder;
	font-size:110%;
	padding:0px 7px;
	margin-top:-5px;
	margin-right:10px;
	vertical-align:middle;
}

.webshop_price {
	color:#c30c21;
	font-weight:bolder;
	font-size:180%;
}

.webshop_price span {
	color:#545454;
	font-size:50%;
}

.cart_btn {
	background:url(../images/webshop/galileo/cart.png) no-repeat;
	width:140px;
	height:27px;
	text-indent:-9999px;
	border:none;
	margin-left:10px;

}

.wld img{
	width: 100%;
}

.m10 {
	margin:10px;
}

/* jishin
-------------------------------------------------------*/
.jsn_text{
	margin: 10px;
	padding:10px;
	border-style:solid;
	border-width: 1px;
	border-color:rgb(201, 201, 201);
	border-radius: 5px;
}
.jsn_kako table{
	margin-right : 10%;
  margin-left : 10%;
}
.jsn_kako table tr td{
	padding-left: 30px;
}

/* caution table [caution_point.html]
-------------------------------------------------------*/
#caution_table {
	width: 100%;
	position:relative;
	/*margin:2px;*/
}
#caution_tbl_head {
	width: 20%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#caution_tbl_data {
	width:80%;
	position: absolute;
	left:20%;
	top:0;
	overflow-x:scroll;
}
#caution_table table, #caution_table th, #caution_table td{
	empty-cells:show;
	border-collapse:collapse;
	border:1px solid #d7d4d4;
	text-align: center;
	vertical-align: middle;
	table-layout:fixed;
}
#caution_table th, #caution_table td {
	height: 22px;
}
#caution_table td{
	width:44px;
}
#caution_tbl_data table {
	width: 1760px;
}
#caution_table .daytime{
	height: 40px;
}
#caution_table .daytime td{
	font-size: 11px;
}
.toku{
	background-color: #d69afb;
}
.keho{
	background-color: #fb9a9a;
}
.chui{
	background-color: #fbf79a;
}

/* caution table [caution.html]
-------------------------------------------------------*/
.ctbl table{
	width:100%;
	margin:2px;
}
.ctbl table, .ctbl th, .ctbl td{
	empty-cells:show;
	border-collapse:collapse;
	border:1px solid #d7d4d4;
	vertical-align: middle;
	table-layout:auto;
}
.ctbl th, .ctbl td {
	height: 65px;
	padding:2px;
	line-height:32px;
}
.ctbl th{
	width:15%;
	text-align: center;
}
.square{
	border:1px solid #d7d4d4;
	border-radius: 4px;
	padding:3px;
	margin:2px;
}
/* tsunami
-------------------------------------------------------*/
.tnm_text{
	margin: 10px;
	padding:10px;
	border-style:solid;
	border-width: 1px;
	border-color:rgb(201, 201, 201);
	border-radius: 5px;
}

/* kazan table [index.html]
-------------------------------------------------------*/
.kazan_tbl table{
	width:100%;
	margin:10px;
}
.kazan_tbl table, .kazan_tbl th, .kazan_tbl td{
	empty-cells:show;
	border-collapse:collapse;
	border:1px solid #d7d4d4;
	vertical-align: middle;
	table-layout:auto;
}
.kazan_tbl th{
	width:25%;
	text-align: center;
}
.kazan_tbl td{
	text-align: center;
}

/* cyclone table [index.html]
-------------------------------------------------------*/
.cyclone_tbl table{
	width:100%;
	/*margin:10px;*/
}
.cyclone_tbl table, .cyclone_tbl th, .cyclone_tbl td{
	empty-cells:show;
	border-collapse:collapse;
	border:1px solid #d7d4d4;
	vertical-align: middle;
	table-layout:auto;
	text-align: center;
}
.cyclone_tbl th{
	width:30%;
}

/* dosya table [index.html]
-------------------------------------------------------*/
.dosya_tbl table{
	width:100%;
	/*margin:10px;*/
}
.dosya_tbl table, .dosya_tbl th, .dosya_tbl td{
	empty-cells:show;
	border-collapse:collapse;
	border:1px solid #d7d4d4;
	vertical-align: middle;
	table-layout:auto;
	text-align: center;
}
.dosya_tbl th{
	width:30%;
}

/* fuken_k table [index.html]
-------------------------------------------------------*/
.fuken_k_tbl table{
	width:100%;
	/*margin:10px;*/
}
.fuken_k_tbl table, .fuken_k_tbl th, .fuken_k_tbl td{
	empty-cells:show;
	border-collapse:collapse;
	border:1px solid #d7d4d4;
	vertical-align: middle;
	table-layout:auto;
	text-align: center;
}
.fuken_k_tbl th{
	width:30%;
}


/* fuken_t table [index.html]
-------------------------------------------------------*/
.fuken_t_tbl table{
	width:100%;
	/*margin:10px;*/
}
.fuken_t_tbl table, .fuken_t_tbl th, .fuken_t_tbl td{
	empty-cells:show;
	border-collapse:collapse;
	border:1px solid #d7d4d4;
	vertical-align: middle;
	table-layout:auto;
	text-align: center;
}
.fuken_t_tbl th{
	width:30%;
}

/* <pre> 自動折り返し
-------------------------------------------------------*/
pre {
	font-size: 100%;
  /* Mozilla */
  white-space: -moz-pre-wrap;
  /* Opera 4-6 */
  white-space: -pre-wrap;
  /* Opera 7 */
  white-space: -o-pre-wrap;
  /* CSS3 */
  white-space: pre-wrap;
  /* IE 5.5+ */
  word-wrap: break-word;
}

/* smog table [index.html]
-------------------------------------------------------*/
.smog_tbl table{
	width:100%;
	/*margin:10px;*/
}
.smog_tbl table, .smog_tbl th, .smog_tbl td{
	empty-cells:show;
	border-collapse:collapse;
	border:1px solid #d7d4d4;
	vertical-align: middle;
	table-layout:auto;
	text-align: center;
}
.smog_tbl th{
	width:30%;
}

/* kozui table [index.html]
-------------------------------------------------------*/
.kozui_tbl table{
	width:100%;
	/*margin:10px;*/
}
.kozui_tbl table, .kozui_tbl th, .kozui_tbl td{
	empty-cells:show;
	border-collapse:collapse;
	border:1px solid #d7d4d4;
	vertical-align: middle;
	table-layout:auto;
	text-align: center;
}
.kozui_tbl th{
	width:20%;
}

/* amedas table [index.html]
-------------------------------------------------------*/
.amedas_tbl table{
	width:100%;
	/*margin:10px;*/
}
.amedas_tbl table, .amedas_tbl th, .amedas_tbl td{
	empty-cells:show;
	border-collapse:collapse;
	border:1px solid #d7d4d4;
	vertical-align: middle;
	table-layout:auto;
	text-align: center;
}
.amedas_tbl th{
	width:14%;
}


/* saijiki table [index.html]
-------------------------------------------------------*/
.saijiki_tbl table{
	width:100%;
	/*margin:10px;*/
}
.saijiki_tbl table, .saijiki_tbl th, .saijiki_tbl td{
	empty-cells:show;
	border-collapse:collapse;
	border:1px solid #d7d4d4;
	vertical-align: middle;
	table-layout:auto;
	text-align: center;
}
.saijiki_tbl th{
	width:30%;
}
.saijiki img{
	height: 200px;
	float:right;
	margin-left:10px;
}
.saijiki .img_area_select_box{
	height: 200px;
}

/* vaio table [index.html]
-------------------------------------------------------*/
.vaio_tbl table{
	width:100%;
	/*margin:10px;*/
}
.vaio_tbl table, .vaio_tbl td{
	empty-cells:show;
	border-collapse:collapse;
	/*border:1px solid #d7d4d4;*/
	vertical-align: middle;
	table-layout:auto;
	text-align: left;
}
.vaio_tbl th{
	width:auto;
	height: 50px;
	vertical-align: middle;
	text-align: center;
}
/* vaio table [vaio.html]
-------------------------------------------------------*/
.vaio_tbl2 {
	margin:2px;
}
.vaio_tbl2 table{
	width:100%;
	/*margin:10px;*/
}
.vaio_tbl2 table, .vaio_tbl2 td{
	empty-cells:show;
	border-collapse:collapse;
	border:1px solid #d7d4d4;
	vertical-align: middle;
	table-layout:auto;
	text-align: center;
}
.vaio_tbl2 th{
	width:15%;
	/*height: 50px;*/
	vertical-align: middle;
	text-align: center;
	border:1px solid #d7d4d4;
}

/* tayori table [tayori.html]
-------------------------------------------------------*/
.tayori_tbl table{
	width:100%;
	/*margin:10px;*/
}
.tayori_tbl table, .tayori_tbl th, .tayori_tbl td{
	empty-cells:show;
	border-collapse:collapse;
	border:1px solid #d7d4d4;
	vertical-align: middle;
	table-layout:auto;
	text-align: center;
}
.tayori_tbl th{
	width:18%;
	background:#f7f7f7;
}
.tayori_tbl .shubetu {
	width: 5%;
}
.tayori_tbl .nensa{
	width: 10%;
}

/* tayori table [index.html]
-------------------------------------------------------*/
.tayori_tbl_top table{
	width:100%;
	/*margin:10px;*/
}
.tayori_tbl_top table, .tayori_tbl_top th, .tayori_tbl_top td{
	empty-cells:show;
	border-collapse:collapse;

	/*border:1px solid #d7d4d4;*/
	vertical-align: middle;
	table-layout:auto;
	text-align: center;
}
.tayori_tbl_top th{
	width:18%;
}

/* chart_week table [week.html]
-------------------------------------------------------*/
.chart_tbl table{
	width:100%;
}
.chart_tbl table, .chart_tbl th, .chart_tbl td{
	empty-cells:show;
	border-collapse:collapse;
	border:2px solid #f5f5f5;
	vertical-align: middle;
	table-layout:auto;
	text-align: center;
}
.chart_tbl img{
	width: 302px;
}

/* senmon table [senmon.html]
-------------------------------------------------------*/
.senmon_tbl table{
	width:100%;
	/*margin:10px;*/
}
.senmon_tbl table, .senmon_tbl th, .senmon_tbl td{
	empty-cells:show;
	border-collapse:collapse;
	/*border:1px solid #d7d4d4;*/
	vertical-align: middle;
	table-layout:auto;
	text-align: left;
}
.senmon_tbl th{
	width:20%;
	text-align: center;
}
.senmon_tbl .kahen{
	border-bottom:1px solid #d7d4d4;
}

/* senmon table [senmon.html]
-------------------------------------------------------*/
.ca_result_tbl table{
	margin:10px;
	width:100%;
	/*margin:10px;*/
}
.ca_result_tbl table, .ca_result_tbl th, .ca_result_tbl td{
	empty-cells:show;
	border-collapse:collapse;
	/*border:1px solid #d7d4d4;*/
	vertical-align: middle;
	table-layout:auto;
	text-align: left;
}
.ca_result_tbl th{
	width:50%;
	text-align: center;
}

/* uv table [index.html]
-------------------------------------------------------*/
.uv_tbl table{
	margin:10px;
	width:100%;
	/*margin:10px;*/
}
.uv_tbl table, .uv_tbl th, .uv_tbl td{
	empty-cells:show;
	border-collapse:collapse;
	border:1px solid #d7d4d4;
	vertical-align: middle;
	table-layout:auto;
	text-align: center;
}
.uv_tbl td{
	width:5.8%;
	/*color:#adadad;*/
}
.uv_tbl th{
	width:25%;
}
 .uvc0 { background-color: rgba(0, 64, 0, 0.65);}
 .uvc1 { background-color: rgba(0, 128, 0, 0.65);}
 .uvc2 { background-color: rgba(64, 192, 0, 0.65);}
 .uvc3 { background-color: rgba(255, 255, 0, 0.65);}
 .uvc4 { background-color: rgba(255, 255, 192, 0.65);}
 .uvc5 { background-color: rgba(255, 192, 128, 0.65);}
 .uvc6 { background-color: rgba(255, 169, 64, 0.65);}
 .uvc7 { background-color: rgba(255, 128, 0, 0.65);}
 .uvc8 { background-color: rgba(255, 128, 255, 0.65);}
 .uvc9 { background-color: rgba(192, 64, 192, 0.65);}
 .uvc10 { background-color: rgba(255, 0, 0, 0.65);}
 .uvc11 { background-color: rgba(128, 0, 0, 0.65);}
 .uvc12 { background-color: rgba(64, 0, 64, 0.65);}
 .uvc13 { background-color: rgba(0, 0, 0, 0.65);}

/* life table
-------------------------------------------------------*/
.life_tbl table{
	margin:10px;
	width:100%;
	/*margin:10px;*/
}
.life_tbl table, .life_tbl th, .life_tbl td{
	empty-cells:show;
	border-collapse:collapse;
	border:1px solid #d7d4d4;
	vertical-align: middle;
	table-layout:auto;
	text-align: center;
}
.life_tbl td{
	width:5.8%;
	/*color:#adadad;*/
}
.life_tbl th{
	width:25%;
}
 .lifec0 { background-color: rgba(0, 128, 0, 0.65);}
 .lifec10 { background-color: rgba(64, 192, 0, 0.65);}
 .lifec20 { background-color: rgba(255, 255, 0, 0.65);}
 .lifec30 { background-color: rgba(255, 160, 64, 0.65);}
 .lifec40 { background-color: rgba(255, 128, 0, 0.65);}
 .lifec50 { background-color: rgba(255, 0, 0, 0.65);}
 .lifec60 { 
 	background-color: rgba(128, 0, 0, 0.65);
 	color: #ffffff;
 }
 .lifec70 { 
 	background-color: rgba(64, 0, 64, 0.65);
 	color: #ffffff;
 }
 .lifec80 { 
 	background-color: rgba(0, 0, 0, 0.65);
 	color: #ffffff;
 }
 .lifec90 { 
 	background-color: rgba(0, 0, 0, 0.65);
 	color: #ffffff;
 }
 .lifec100 { 
 	background-color: rgba(0, 0, 0, 0.65);
 	color: #ffffff;
 }
 
 /* life heatstroke */
 .lifec01 { background-color: rgba(33, 140, 255, 0.65);}
 .lifec02 { background-color: rgba(160, 210, 255, 0.65);}
 .lifec03 { background-color: rgba(250, 245, 0, 0.65);}
 .lifec04 { background-color: rgba(255, 150, 0, 0.65);}
 .lifec05 { background-color: rgba(255, 40, 0, 0.65);}
 
 /* kukou table [index.html]
 -------------------------------------------------------*/
 .kukou_tbl table{
 	margin:10px;
 	width:100%;
 	/*margin:10px;*/
 }
 .kukou_tbl table, .kukou_tbl th, .kukou_tbl td{
 	empty-cells:show;
 	border-collapse:collapse;
 	/*border:1px solid #d7d4d4;*/
 	vertical-align: middle;
 	table-layout:auto;
 	text-align: center;
 }
 .kukou_tbl th{

	height:25px;
 	width:15%;
 }

 /* tide [index.html]
 -------------------------------------------------------*/
.tide div a, .tide p{
	margin:5px;
}

/* sky table [index.html]
-------------------------------------------------------*/
.sky_tbl table{
 width:100%;
}
.sky_tbl table, .sky_tbl th, .sky_tbl td{
 empty-cells:show;
 border-collapse:collapse;
 border:1px solid #d7d4d4;
 vertical-align: middle;
 table-layout:auto;
 text-align: center;
}
.sky_tbl th{
 height:10px;
 /*width:26%;*/
 background-color: #e0faff;
 font-size: 20px;
}
.sky_tbl th .head1{
 width:12px;
 background-color: #e0faff;
 font-size: 20px;
}
.sky_tbl .md_time{
 background-color: #e2e7fb;
}
.sky_tbl .tbl_btm{
 border-bottom: 3px solid #d7d4d4;
}
/* surf table [index.html]
-------------------------------------------------------*/
.surf_tbl table{
 width:100%;
}
.surf_tbl table, .surf_tbl th, .surf_tbl td{
 empty-cells:show;
 border-collapse:collapse;
 border:1px solid #d7d4d4;
 vertical-align: middle;
 table-layout:auto;
 text-align: center;
}
.surf_tbl th{
 height:10px;
 /*width:26%;*/
 background-color: #e0faff;
 font-size: 20px;
}
.surf_tbl th .head1{
 width:12px;
 background-color: #e0faff;
 font-size: 20px;
}
.surf_tbl .md_time{
 background-color: #e2e7fb;
}
.surf_tbl .tbl_btm{
 border-bottom: 3px solid #d7d4d4;
}
.surf_color1 {color:#ff9900;}
.surf_color2 {color:#c0c0c0;}

/* mail table [index.html]
-------------------------------------------------------*/
.mail_tbl table{
 margin:10px;
 width:100%;
 /*margin:10px;*/
}
.mail_tbl table, .mail_tbl th, .mail_tbl td{
 empty-cells:show;
 border-collapse:collapse;
 /*border:1px solid #d7d4d4;*/
 vertical-align: middle;
 table-layout:auto;
 text-align: left;
}
.mail_tbl th{
	width:50%;
}

/* mail table [index.html]
-------------------------------------------------------*/
.mail_tbl2 table{
 margin:10px;
 width:100%;
}
.mail_tbl2 table, .mail_tbl2 th, .mail_tbl2 td{
 empty-cells:show;
 border-collapse:collapse;
 /*border:1px solid #d7d4d4;*/
 vertical-align: middle;
 table-layout:fixed;
 text-align: left;
}

/* mail_senmon table [index.html]
-------------------------------------------------------*/
.mail_senmon_tbl table{
 margin:10px;
 width:100%;
}
.mail_senmon_tbl table, .mail_senmon_tbl th, .mail_senmon_tbl td{
 empty-cells:show;
 border-collapse:collapse;
 border:1px solid #d7d4d4;
 vertical-align: middle;
 table-layout:auto;
 text-align: left;
 font-size: 20px;
 height:24px;
 padding:2px;
}

/* parts table [WXparts.html]
-------------------------------------------------------*/
.parts_tbl table{
 margin:10px;
 width:100%;
 /*margin:10px;*/
}
.parts_tbl table, .parts_tbl th, .parts_tbl td{
 empty-cells:show;
 border-collapse:collapse;
 vertical-align: middle;
 table-layout:auto;
 text-align: left;
}
.parts_tbl th{
	font-weight: bold;
}

/* school [school.html]
-------------------------------------------------------*/
.school_contents {
}
.school_contents_L {
	width:180px;
	float:left;
}
.school_contents_R {
	width:330px;
	float:right;
}
.school_contents .glay_box01 {
	margin-bottom:10px;
}
.
/* contact_form table [index.html]
-------------------------------------------------------*/
.contact_form_tbl table{
 margin:10px;
 width:100%;
 /*margin:10px;*/
}
.contact_form_tbl table, .contact_form_tbl th, .contact_form_tbl td{
 empty-cells:show;
 border-collapse:collapse;
 /*border:1px solid #ded9d9;*/
 vertical-align: middle;
 table-layout:auto;
 text-align: left;
 height: 40px;
 padding-left: 5px;
 padding-right: 5px;
}
.contact_form_tbl th{
	width:40%;
}
.contact_form_tbl .wid350{
	width:350px;
}
.contact_form_tbl .wid1000{
	width:100%;
}

/* yohoshi table [yohoshi.html]
-------------------------------------------------------*/
.yohoshi_tbl table{
 margin:10px;
 width:100%;
 /*margin:10px;*/
}
.yohoshi_tbl table, .yohoshi_tbl th, .yohoshi_tbl td{
 empty-cells:show;
 border-collapse:collapse;
 /*border:1px solid #ded9d9;*/
 /*vertical-align: middle;*/
 table-layout:auto;
 text-align: left;
 height: 40px;
 padding: 5px;
 width:50%;
}
.yohoshi_tbl p{
	font-weight: bold;
}

/* yohoshi_money table [yohoshi.html]
-------------------------------------------------------*/
.yohoshi_money_tbl table{
 margin:10px;
 width:100%;
 /*margin:10px;*/
}
.yohoshi_money_tbl table, .yohoshi_money_tbl th, .yohoshi_money_tbl td{
 empty-cells:show;
 border-collapse:collapse;
 border:1px solid #ded9d9;
 vertical-align: middle;
 table-layout:auto;
 text-align: center;
 height: 40px;
 padding: 5px;
 height: 24px;
}

/* fax_service table [fac_service.html]
-------------------------------------------------------*/
.fax_table table{
 margin:10px;
 width:100%;
 /*margin:10px;*/
}
.fax_table table, .fax_table th, .fax_table td{
 empty-cells:show;
 border-collapse:collapse;
 border:1px solid #ded9d9;
 vertical-align: middle;
 table-layout:auto;
 text-align: left;
}
.fax_table td{
	height: 50px;
}

/* pro-weather table [ProWeather.html]
-------------------------------------------------------*/
.pro_w_tbl table{
	margin:10px;
	width:100%;
	/*margin:10px;*/
}
.pro_w_tbl table, .pro_w_tbl th, .pro_w_tbl td{
	empty-cells:show;
	border-collapse:collapse;
	border:1px solid #ded9d9;
	vertical-align: middle;
	table-layout:auto;
	text-align: left;
}
.pro_w_tbl td{
		width: 30%;
		padding: 2px;
}
/* pro-weather table [ProWeather.html]
-------------------------------------------------------*/
.pro_w_tbl2 table{
	margin:10px;
	width:100%;
	/*margin:10px;*/
}
.pro_w_tbl2 table, .pro_w_tbl2 th, .pro_w_tbl2 td{
	empty-cells:show;
	border-collapse:collapse;
	/*border:1px solid #ded9d9;*/
	vertical-align: middle;
	table-layout:auto;
	text-align: center;
}
.pro_w_tbl2 td{
		width: 50%;
		padding: 2px;
}

/* swan table [swan.html]
-------------------------------------------------------*/
.swan_tbl table{
	/*margin:10px;*/
	width:100%;
	/*margin:10px;*/
}
.swan_tbl table, .swan_tbl th, .swan_tbl td{
	empty-cells:show;
	border-collapse:collapse;
	/*border:1px solid #ded9d9;*/
	vertical-align: middle;
	table-layout:auto;
	text-align: center;
}
.swan_tbl td img{
	width: 300px;
}
.swan_tbl th{
	font-weight: bold;
}

/* wrf table [swan.html]
-------------------------------------------------------*/
.wrf_tbl table{
	/*margin:10px;*/
	width:100%;
	/*margin:10px;*/
}
.wrf_tbl table, .wrf_tbl th, .wrf_tbl td{
	empty-cells:show;
	border-collapse:collapse;
	/*border:1px solid #ded9d9;*/
	vertical-align: middle;
	table-layout:auto;
	text-align: center;
}
.wrf_tbl td img{
	width: 600px;
}
.wrf_img img{
	width: 500px;
}

/* labo figure [index.html]
-------------------------------------------------------*/
.swan_fig img{
	position: relative;
	top: -60px;
}


/* paydelivery table [paydelivery.html]
-------------------------------------------------------*/
.payd_tbl table{
	/*margin:10px;*/
	width:100%;
	/*margin:10px;*/
}
.payd_tbl table, .payd_tbl th, .payd_tbl td{
	empty-cells:show;
	border-collapse:collapse;
	border:1px solid #ded9d9;
	vertical-align: middle;
	table-layout:auto;
	padding:2px;
}
.payd_tbl th{
	font-weight: bold;
	text-align: center;
}

/* tokutei table [paydelivery.html]
-------------------------------------------------------*/
.tokutei_tbl table{
	/*margin:10px;*/
	width:100%;
	/*margin:10px;*/
}
.tokutei_tbl table, .tokutei_tbl th, .tokutei_tbl td{
	empty-cells:show;
	border-collapse:collapse;
	border:1px solid #ded9d9;
	vertical-align: middle;
	table-layout:auto;
	padding:2px;
}
.tokutei_tbl th{
	font-weight: bold;
	text-align: center;
	width: 25%;
}
.tokutei_tbl td{
	text-align: left;
}
/* common
-------------------------------------------------------*/
.center {	text-align: center;}
.right {	text-align: right;}
.left {	text-align: left;}
.margin05 {margin: 5px;}
.margin10 {margin: 10px;}
.padding05 {padding: 5px;}
.padding10 {padding: 10px;}
.red {color:rgb(255, 0, 0);}
.blue {color:rgb(0, 0, 255);}
.black {color:rgb(0, 0, 0);}
.glay128 {color:rgb(128, 128, 128);}
.snow {color:rgb(0, 150, 100);}
.font_s {font-size: 12px;}
.font_b {font-size: 28px;}
.img_maru{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.border_box {
	/*background:#f7f7f7;*/
	background:#ffffff;
	border:1px solid #d6d6d6;
	padding:15px;
	width:570px;
	margin:0 auto;
	border-radius:5px;
	margin-top:20px;
}

.btn01 a{
	display:inline-block;
	padding:3px 8px;
	color:#fff;
	background:#1f66a3;
}

.form_box {
	background:#fafafa;
	padding:15px;
	border-radius:5px;
}
.blue_box01 {
	background:#dff4ff;
	padding:15px;
	border-radius:5px;
}
.require{
	background-color: #c82c2c;
	color:#ffffff;
	font-size:20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-left: 3px;
	padding-right: 3px;
	margin:3px;
}
