@charset "utf-8";

body {
	color: #000000;
	font-family: "メイリオ", Meiryo;
	font-size: 86%;
	line-height: 140%;
	margin: 0;
	padding: 0;
	background: #f3f3f3;
}
h1, h2, h3, h4, h5, h6, p, form, dt, dl, dd, ul, li {
	margin: 0;
	padding: 0;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
}
/*IMG
-----------------------------------------------------------------------------------------*/
a img {
	border: none;
}
a img:hover {
	border: none;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.img_l {
	float: left;
	margin: 0 20px 20px 0;
}
.img_r {
	float: right;
	margin: 0 0 20px 20px;
}
.img_l img, .img_r img {
	padding: 4px;
	border: 1px solid #915b00;
}
/* Links
-----------------------------------------------------------------------------------------*/
a:link {
	color: #006b9e;
	text-decoration: none;
	outline: none;
	border: none;
}
a:visited {
	color: #006b9e;
	text-decoration: none;
	outline: none;
	border: none;
}
a:hover {
	color: #006b9e;
	text-decoration: underline;
	outline: none;
	border: none;
}
/* headings
-----------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, form, ul, li, dl, dt, dd, ol {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
/* reset webkit search input styles
-----------------------------------------------------------------------------------------*/
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
 input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
 display: none;
}
/*margin
-----------------------------------------------------------------------------------------*/
.mb05 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}

.mt05 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}

.ml05 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}

.mr05 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr16 {margin-right: 16px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}
.mr06 {margin-right: 6px;}
.mr11 {margin-right: 11px;}
.mr14 {margin-right: 14px;}
.mr18 {margin-right: 18px;}

.pt10 {padding-top: 10px;}

/*color
-----------------------------------------------------------------------------------------*/
.c_red {color: #FF0000;}
.c_orange {color: #FA9600;}
.c_blue {color: #0000FF;}
.c_green {color: #66CC00;}
.c_green_b {color: #479100;font-weight: bold;}
.c_pink {color: #DF6B68;}
.redst {color: #900}
.fb {font-weight: bold;}

/*font size
-----------------------------------------------------------------------------------------*/
.fs_08px {font-size: 8px;}
.fs_09px {font-size: 9px;}
.fs_10px {font-size: 10px;}
.fs_11px {font-size: 11px;}
.fs_12px {font-size: 12px;}
.fs_14px {font-size: 14px;}
.fs_16px {font-size: 16px;}
.fs_18px {font-size: 18px;}
.fs_20px {font-size: 20px;}

/*ログイン
-----------------------------------------------------------------------------------------*/
#login {}

#login .header {}

#login .contents {}

#login  {}

/*COSHIKAWA ロゴ変更対応S*/
/*.logo {
	height: 40px;
	width: 160px;
	margin: 70px auto;
	background-color: #029bd4;
}
.logo a {
	background: url(../../files/com/header/logo_img.png) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 160px;
}*/
.logo {
	height: 45px;
	width: 100%;
	margin: 70px auto;
	background-color: #029bd4;
	padding-top: 5px;
	border-top:2px solid #008ec4;
	border-bottom:2px solid #008ec4;
}
.logo a {
	background: url(../../files/com/header/logo_img_d.png) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 35px;
	width: 350px;
	margin: auto;
}
/*COSHIKAWA ロゴ変更対応E*/
.contents {
	width: 830px;
	margin: auto auto 40px;
}
.contentsL {
	width: 320px;
	float: left;
	background: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(200, 200, 200, 1);
	box-shadow: 0px 0px 5px 2px rgba(200, 200, 200, 1);
	height: 320px;
}
.contentsL h2 {
	background: #48525e url(../../files/com/login/ttl_login.png) no-repeat center 0px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	text-indent: -9999px;
	height: 46px;
}

.contentsL .inner {
	padding: 10px;
}
.contentsL table {
	margin-top: 10px;
	width: 100%;
}
.contentsL table th {
	float: left;
	width: 100px;
	padding-bottom: 23px;
	height: 40px;
}
.contentsL table td {
	width: 200px;
	padding-bottom: 23px;
	height: 40px;
}
.contentsL table td input {
	border: 1px solid #bebebe;
	background: #f2f2f2;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 32px;
	font-size: 20px;
	width: 180px;
	padding: 0px 5px;
}
.contentsR {
	width: 480px;
	float: right;
}
.notice {
	background: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(200, 200, 200, 1);
	box-shadow: 0px 0px 5px 2px rgba(200, 200, 200, 1);
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 30px;
}
.notice h2 {
	background: #48525e url(../../files/com/login/ttl_notice.png) no-repeat 0px 0px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	height: 38px;
	text-indent: -9999px;
}
.notice h3 {
	background: #48525e url(../../files/com/login/tt_inquiry.png) no-repeat 0px 0px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	height: 38px;
	text-indent: -9999px;
	font-color: #ffffff;
}
.notice h4 {
	background: #48525e url(../../files/com/login/tt_change.png) no-repeat 0px 0px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	height: 38px;
	text-indent: -9999px;
	font-color: #ffffff;
}
.notice h5 {
	background: #48525e url(../../files/com/login/tt_policy.png) no-repeat 0px 0px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	height: 38px;
	text-indent: -9999px;
	font-color: #ffffff;
}
.notice .inner {
	padding: 10px;	
}
.notice .inner2 {
	padding: 30px;
}
.notice dl {
	overflow: auto;
	height: 87px;
}
.notice dl dt {
	float: left;
	width: 91px;
	border-top: 1px dotted #333;
	padding: 3px 5px;
}
.notice dl dd {
	margin-left: 100px;
	border-top: 1px dotted #333;
	padding: 3px 5px;
}
.item {
	background: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(200, 200, 200, 1);
	box-shadow: 0px 0px 5px 2px rgba(200, 200, 200, 1);
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.item h2 {
	background: #48525e url(../../files/com/login/ttl_item.png) no-repeat 0px 0px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	text-indent: -9999px;
	height: 38px;
}
.item h4 {
	background: #48525e url(../../files/com/login/ttl_article.png) no-repeat 0px 0px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	text-indent: -9999px;
	height: 38px;
}
.item h5 {
	background: #48525e url(../../files/com/login/ttl_notice.png) no-repeat 0px 0px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	text-indent: -9999px;
	height: 38px;
}
.item h6 {
	background: #48525e url(../../files/com/login/tt_notice.png) no-repeat 0px 0px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	text-indent: -9999px;
	height: 38px;
}
.item .inner {
	padding: 10px;
}
.item dl {
	overflow: auto;
	height: 87px;
}
.item dl2 {
	overflow: auto;
}
.item dl dt {
	float: left;
	width: 91px;
	border-top: 1px dotted #333;
	padding: 3px 5px;
}
.item dl dd {
	margin-left: 100px;
	border-top: 1px dotted #333;
	padding: 3px 5px;
}
.item dl2 dt {
	float: left;
	width: 90px;
	border-top: 1px dotted #333;
	padding: 3px 5px;
}
.item dl2 dd {
	border-top: 1px dotted #333;
	padding: 3px 5px;
}
.browser {
	width: 510px;
	height: 40px;
	margin: 0 auto 100px;
	font-size: 10px;
	line-height: 1.6em;
	list-style: none;
}
.browser li {
	float: left;
	white-space: nowrap;
	display: block;
	width: 170px;
}
.browser li img {
	float: left;
	margin-right: 10px;
}
.copyright {
	text-align: center;
	min-width: 1024px;
}
/*パスワードお問い合わせページ
-----------------------------------------------------------------------------------------*/
.sub_title01{
	font-size:26px;
	font-weight:normal;
	color:#697891;
	margin-bottom:15px;
}
.sub_title02{
	font-size:18px;
	font-weight:normal;
	color:#697891;
	margin-bottom:15px;
	padding: 5px;
}
.wrap_inner_com {
	width:800px;
	margin:0 auto;
}
.wrap_inner_com02 {
	width:750px;
	margin:0;
}
/*table_tag
-----------------------------------------------------------------------------------------*/
.table_tag {
	width:100%;
	margin-bottom:20px;
}
.table_tag th {
	font-weight:normal;
	text-align:left;
	padding:10px 5px;
	white-space:nowrap;
	border-bottom:1px dotted #CCC;
	vertical-align:middle;
}
.table_tag td {
	padding:10px 5px;
	border-bottom:1px dotted #CCC;
}
.contents_inner_bg {
	background:url(../../files/com/login/contents_inner_bg.gif) repeat-y 0 0;
    padding:10px 5px 0 25px;
}
.sys_r{
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 40px;
}
.end_massage {
	font-size: 2em;
	text-align: center;
	margin-bottom: 30px;
	color: #006B9E;
	line-height: 1.4;
}
/*title_lv16
-----------------------------------------------------------------------------------------*/
.title_lv16 {
	margin-bottom: 10px;
	border-left: 6px solid #006b9e;
	height: 30px;
	padding-left: 10px;
	padding-top: 8px;
}
.title_lv04 {
	margin-bottom: 10px;
	border-left: 6px solid #006b9e;
	height: 30px;
	padding-left: 10px;
	padding-top: 8px;
}
/*商品情報ページ用
-----------------------------------------------------------------------------------------*/
.contents2 {
	width: 950px;
	margin: auto auto;
}
.contents2L {
	width: 720px;
	float: left;
	background: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(200, 200, 200, 1);
	box-shadow: 0px 0px 5px 2px rgba(200, 200, 200, 1);
	margin-bottom: 30px;
}
.contents2R {
	width: 200px;
	float: right;
	margin-bottom: 30px;
}
.item .inner2 {
	padding: 30px;
}
/* タイトル05*/
.title_lv05 {
    background: url("../../../files/com/com/search_bg.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-bottom: 10px;
    padding: 10px;
}
.title_lv05 h3 {
    font-size: 1.4em;
    font-weight: bold;
    padding: 5px 0;
}
/* 【商品情報頁の一覧用】 */
.itemChangeMonth{
  color :#006b9e;
  text-decoration:underline;
  cursor:pointer;
}
ul.menu_iteminfo {
	width: 202px;
	list-style: none;
}
ul.menu_iteminfo li {
	width: 202px;
	font-size: 0.9em;
	height: 32px;
	margin-bottom: 2px;
	border: solid 1px #CCCCCC;
}
ul.menu_iteminfo li p {
	display: block;
	font-size: 0.9em;
	height: 24px;
	padding: 6px 0 0 22px;
	margin-bottom: 2px;
	background: url(../../../files/com/com/menu_iteminfo_bg.gif) no-repeat 0px 0px;
	border: solid 1px #FFF;
	text-decoration: none;
}
ul.menu_iteminfo li a {
	display: block;
	font-size: 0.9em;
	height: 24px;
	padding: 6px 0 0 22px;
	margin-bottom: 2px;
	background: url(../../../files/com/com/menu_iteminfo_bg.gif) no-repeat 0px 0px;
	border: solid 1px #FFF;
	text-decoration: none;
}
ul.menu_iteminfo li a:hover {
	display: block;
	font-size: 0.9em;
	height: 24px;
	padding: 6px 0 0 22px;
	margin-bottom: 2px;
	background: url(../../../files/com/com/menu_iteminfo_bg.gif) no-repeat 0px -30px;
	border: solid 1px #FFF;
	text-decoration: none;
}
.iteminfo_inner {
	width: 200px;
	padding: 0;
	border: solid 1px #CCC;
	border-top: none;
	border-bottom: none;
}
.iteminfo_inner h3 {
	width: 179px;
	padding: 5px 5px 5px 15px;
	border-bottom: solid 1px #CCC;
		background: #F7F7F7;
}
.item iteminfo_inner dl dd {
	width: 165px;
	padding: 0 5px 5px 10px;
	border-bottom: solid 1px #CCC;
}
.item dl ds {
	float: left;
	width: 175px;
	border-top: 1px dotted #333;
	padding: 3px 5px;
}
.item dl2 ds {
	float: left;
	width: 190px;
	border-top: 1px dotted #333;
	padding: 3px 5px;
}
ul.iteminfo_nav {
	width: 660px;
	margin: 0 auto auto 10px;
	list-style: none;
	height: 30px;
}
ul.iteminfo_nav li {
	float: left;
	margin-right: 5px;
	text-align: center;
}
ul.iteminfo_nav li a {
	text-decoration: none;
}
ul.iteminfo_nav li.now a {
	background: url(../../../files/com/com/tub210_bg.gif) no-repeat 0px -30px;
	width: 210px;
	display: block;
	height: 23px;
	padding-top: 7px;
	color: #000;
}
ul.iteminfo_nav li.other a {
	background: url(../../../files/com/com/tub210_bg.gif) no-repeat 0px 5px;
	width: 210px;
	display: block;
	height: 20px;
	padding-top: 10px;
	color: #366699;
}
ul.iteminfo_nav li.other a:hover {
	background: url(../../../files/com/com/tub210_bg.gif) no-repeat 0px 0px;
	width: 210px;
	display: block;
	height: 23px;
	padding-top: 7px;
}
.inner_w250_l {
	width:250px;
	float: left;
}
.inner_w430_r {
	width:430px;
	float: right;
}
.inner_w390_r {
	width:390px;
	float: right;
}
.inner_w360_r {
	width:360px;
	float: right;
}
.inner_w400_r {
	width:400px;
	float: right;
}
.inner_w400_l {
	width:400px;
	float: left;
}
.inner_w450_l {
	width:450px;
	float: left;
}
.inner_w200_l {
	width:200px;
	float: left;
}
.inner_w220_l {
	width:220px;
	float: left;
}
.inner_w200_r {
	width:200px;
	float: right;
}
.inner_w300_l {
	width:300px;
	float: left;
}
.inner_w250_l {
	width:250px;
	float: left;
}
div.iteminfo_content {
    border: 1px solid #ccc;
    padding: 25px;
    width: 615px;
}
.inner_w250_r {
	width:250px;
	float: right;
}
.inner_w210_r {
	width:210px;
	float: right;
}
.inner_w210_l {
	width:210px;
	float: left;
}
div.iteminfo_border {
    border: 1px solid #ccc;
    margin-bottom: 25px;
}
/* メンテナンスページ */
.mainte_title {
  font-size: 180%;
  font-weight: bold;
  margin-left: 100px;
  margin-bottom: 15px;
  margin-top: 50px;
}
.mainte_box {
  width: 650px;
  border-top: 5px solid red;
  border-bottom: 5px solid red;
  border-left: 1px solid red;
  border-right: 1px solid red;
  padding: 20px 20px 40px 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  font-size: 120%;
  line-height: 1.5;
}
/*sys_
--------------------------------------------------------------------------------------------*/
.sys_e{
  font-size: 34px;
  line-height: 2.4;
  color:#FF0000;
}
.end_wrap {
	width: 100%;
	padding: 50px 0px;
	background-color:#fff;
}
.sys_e02{
  font-size: 28px;
  line-height: 2.4;
  color:#FF0000;
}
.minwid{
	min-width: 1024px;
}


