
/*
#####################################
# (1)20141219  T.Okui .w85追加
# (2)20150831  A.Sari  contribute_msg 追加
#####################################
 通常＆ポップ共通スタイルシート */

/* ===== BUTTON =========================== */
.btn_box{
	display:table;
	height:30px;
}


/* submit用（ブルー） */
#btn {
	display:table-cell;
   /* For IE 6/7 */
    *display: inline;
    *zoom: 1;
}
#btn a {
	color:#FFFFFF;
	padding:5px 13px 5px 13px;
	font-size:16px;

	background-color: #0066CC;
	background: -webkit-gradient( linear, left top, left bottom, from(#0066CC), to(#0055A2));
	background: -moz-linear-gradient( top, #0066CC, #0055A2);
	-pie-background: linear-gradient(#0066CC, #0055A2);
	border-radius: 5px;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	behavior: url(/assets/PIE-7f460ab002f1bfbed953d1cd100ca515fd453fbc076c6737724a9e4875875d96.htc);
	zoom: 1;/* IE8以下で必要 */

	box-shadow: #CCCCCC 2px 2px 3px;
	text-decoration: none;
	position:relative;/* IE8以下で必要 */
	
	float:left;
	margin-left:15px;
	margin-right:15px;

}

#btn a:hover{
	background-color: #0084FB;
	background: -webkit-gradient( linear, left top, left bottom, from(#0084FB), to(#0066CC));
	background: -moz-linear-gradient( top, #0084FB, #0066CC);
	-pie-background: linear-gradient(#0084FB, #0066CC);
	border-radius: 5px;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	behavior: url(/assets/PIE-7f460ab002f1bfbed953d1cd100ca515fd453fbc076c6737724a9e4875875d96.htc);
	zoom: 1;/* IE8以下で必要 */

	box-shadow: #CCCCCC 2px 2px 3px;
	text-decoration: none;
	position:relative;/* IE8以下で必要 */
}

#btn a:hover img{
        filter:alpha(opacity=80);
        opacity:0.8;
}

#btn a.min{
	font-size:12px;
	padding:2px 10px 2px 10px;
}

#btn .contribute{
	font-size:12px;
	padding:2px 10px 2px 10px;
	color:#FFFFFF;
	/*padding:5px 13px 5px; 13px;*/
	border-style: none;

	background-color: #0066CC;
	background: -webkit-gradient( linear, left top, left bottom, from(#0066CC), to(#0055A2));
	background: -moz-linear-gradient( top, #0066CC, #0055A2);
	-pie-background: linear-gradient(#0066CC, #0055A2);
	border-radius: 5px;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	behavior: url(/assets/PIE-7f460ab002f1bfbed953d1cd100ca515fd453fbc076c6737724a9e4875875d96.htc);
	zoom: 1;/* IE8以下で必要 */

	box-shadow: #CCCCCC 2px 2px 3px;
	text-decoration: none;
	position:relative;/* IE8以下で必要 */
	
	float:left;
	margin-left:15px;
	margin-right:15px;
}

#btn .contribute:hover{
	cursor: pointer;
	background-color: #0084FB;
	background: -webkit-gradient( linear, left top, left bottom, from(#0084FB), to(#0066CC));
	background: -moz-linear-gradient( top, #0084FB, #0066CC);
	-pie-background: linear-gradient(#0084FB, #0066CC);
	border-radius: 5px;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	behavior: url(/assets/PIE-7f460ab002f1bfbed953d1cd100ca515fd453fbc076c6737724a9e4875875d96.htc);
	zoom: 1;/* IE8以下で必要 */

	box-shadow: #CCCCCC 2px 2px 3px;
	text-decoration: none;
	position:relative;/* IE8以下で必要 */
}

/* (2) Add S */
#btn .contribute_msg{
	font-size:13px;
	padding:5px 10px 5px 10px;
	color:#FFFFFF;
	/*padding:5px 13px 5px; 13px;*/
	border-style: none;

	background-color: #0066CC;
	background: -webkit-gradient( linear, left top, left bottom, from(#0066CC), to(#0055A2));
	background: -moz-linear-gradient( top, #0066CC, #0055A2);
	-pie-background: linear-gradient(#0066CC, #0055A2);
	border-radius: 5px;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	behavior: url(/assets/PIE-7f460ab002f1bfbed953d1cd100ca515fd453fbc076c6737724a9e4875875d96.htc);
	zoom: 1;/* IE8以下で必要 */

	box-shadow: #CCCCCC 2px 2px 3px;
	text-decoration: none;
	position:relative;/* IE8以下で必要 */
	
	float:left;
	margin-left:15px;
	margin-right:15px;
}

#btn .contribute_msg:hover{
	cursor: pointer;
	background-color: #0084FB;
	background: -webkit-gradient( linear, left top, left bottom, from(#0084FB), to(#0066CC));
	background: -moz-linear-gradient( top, #0084FB, #0066CC);
	-pie-background: linear-gradient(#0084FB, #0066CC);
	border-radius: 5px;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	behavior: url(/assets/PIE-7f460ab002f1bfbed953d1cd100ca515fd453fbc076c6737724a9e4875875d96.htc);
	zoom: 1;/* IE8以下で必要 */

	box-shadow: #CCCCCC 2px 2px 3px;
	text-decoration: none;
	position:relative;/* IE8以下で必要 */
}
/* (2) Add E */

/* キャンセル用（グレー） */
#btn2 {
	display:table-cell;
   /* For IE 6/7 */
    *display: inline;
    *zoom: 1;
}
#btn2 a {
	color:#333;
	padding:5px 13px 4px 13px;
	font-size:15px;

	background-color: #F2F2F2;
	background: -webkit-gradient( linear, left top, left bottom, from(#F2F2F2), to(#D7D7D7));
	background: -moz-linear-gradient( top, #F2F2F2, #D7D7D7);
	-pie-background: linear-gradient(#F2F2F2, #D7D7D7);
	border-radius: 5px;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	behavior: url(/assets/PIE-7f460ab002f1bfbed953d1cd100ca515fd453fbc076c6737724a9e4875875d96.htc);
	zoom: 1;/* IE8以下で必要 */

	box-shadow: #CCCCCC 2px 2px 3px;
	text-decoration: none;
	position:relative;/* IE8以下で必要 */

	float:left;
	margin-left:15px;
	margin-right:15px;

}

#btn2 a:hover{
	background-color: #EEEEEE;
	background: -webkit-gradient( linear, left top, left bottom, from(#EEEEEE), to(#F2F2F2));
	background: -moz-linear-gradient( top, #EEEEEE, #F2F2F2);
	-pie-background: linear-gradient(#EEEEEE, #F2F2F2);
	border-radius: 5px;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	behavior: url(/assets/PIE-7f460ab002f1bfbed953d1cd100ca515fd453fbc076c6737724a9e4875875d96.htc);
	zoom: 1;/* IE8以下で必要 */

	box-shadow: #CCCCCC 2px 2px 3px;
	text-decoration: none;
	position:relative;/* IE8以下で必要 */
}

#btn2 a:hover img{
        filter:alpha(opacity=80);
        opacity:0.8;
}

#btn2 a.min{
	font-size:12px;
	padding:2px 10px 2px 10px;
}

/* 閉じるボタン用（濃いグレー） */
#btn_g {
	display:table-cell;
   /* For IE 6/7 */
    *display: inline;
    *zoom: 1;
}
#btn_g a {
	color:#FFF;
	padding:5px 13px 5px 13px;
	font-size:16px;

	border:1px solid #dcdcdc;
	background-color: #808080;
	background: -webkit-gradient( linear, left top, left bottom, from(#808080), to(#696969));
	background: -moz-linear-gradient( top, #808080, #696969);
	-pie-background: linear-gradient(#808080, #696969);
	behavior: url(/assets/PIE-7f460ab002f1bfbed953d1cd100ca515fd453fbc076c6737724a9e4875875d96.htc);
	zoom: 1;/* IE8以下で必要 */

	text-decoration: none;
	position:relative;/* IE8以下で必要 */

	float:left;
	margin-left:15px;
	margin-right:15px;

}

#btn_g a:hover{
	background-color: #a9a9a9;
	background: -webkit-gradient( linear, left top, left bottom, from(#a9a9a9), to(#808080));
	background: -moz-linear-gradient( top, #a9a9a9, #808080);
	-pie-background: linear-gradient(#a9a9a9, #808080);
	behavior: url(/assets/PIE-7f460ab002f1bfbed953d1cd100ca515fd453fbc076c6737724a9e4875875d96.htc);
	zoom: 1;/* IE8以下で必要 */

	text-decoration: none;
	position:relative;/* IE8以下で必要 */
}

#btn_g a:hover img{
        filter:alpha(opacity=80);
        opacity:0.8;
}

/********** editbutton **********/
.editbutton {
	float:right;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background: linear-gradient(to bottom, #ededed, #dfdfdf);/* IE10+, W3C */
	background-color:#ededed;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#000000;
	font-weight:normal;
	height:25px;
	line-height:2.1em;
	width:50px;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
	margin-right:3px;
	font-size:13px;
}
.editbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background: linear-gradient(to bottom, #dfdfdf, #ededed);/* IE10+, W3C */
	background-color:#dfdfdf;
}

.editbutton:active {
	position:relative;
	top:1px;
}

/********** delbutton **********/
.delbutton {
	float:right;
	text-indent:0;
	display:inline-block;
	border:1px solid #FFFFFF;
	color:#777777;
	font-weight:normal;
	height:16px;
	line-height:1.4em;
	width:16px;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.delbutton:hover {
	border:1px solid #dcdcdc;
	background-color:#dfdfdf;
}
.delbutton a:hover {
	text-decoration:none;
}

.delbutton:active {
	position:relative;
	top:1px;
}

.delbutton2 {
	float:right;
	text-indent:0;
	display:inline-block;
	border:1px solid #F5F5F5;
	color:#777777;
	font-weight:normal;
	height:16px;
	line-height:1.4em;
	width:16px;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.delbutton2:hover {
	border:1px solid #dcdcdc;
	background-color:#dfdfdf;
}
.delbutton2 a:hover {
	text-decoration:none;
}

.delbutton2:active {
	position:relative;
	top:1px;
}



/*=======margin=========================*/
.mt3{ margin-top:3px; }
.mt5{ margin-top:5px; }
.mt7{ margin-top:7px; }
.mt10{ margin-top:10px; }
.mt15{ margin-top:15px; }
.mt20{ margin-top:20px; }
.mt25{ margin-top:25px; }
.mt30{ margin-top:30px; }
.mt35{ margin-top:35px; }
.mt40{ margin-top:40px; }
.mt45{ margin-top:45px; }
.mt50{ margin-top:50px; }
.mt60{ margin-top:60px; }
.mt70{ margin-top:70px; }
.mt80{ margin-top:80px; }
.mt100{ margin-top:100px; }

.mtu5{ margin-top:-5px; }

.ml5{ margin-left:5px; }
.ml8{ margin-left:8px; }
.ml10{ margin-left:10px; }
.ml13{ margin-left:13px; }
.ml15{ margin-left:15px; }
.ml20{ margin-left:20px; }
.ml25{ margin-left:25px; }
.ml30{ margin-left:30px; }
.ml40{ margin-left:40px; }
.ml50{ margin-left:50px; }
.ml60{ margin-left:60px; }
.ml70{ margin-left:70px; }
.ml80{ margin-left:80px; }
.ml115{ margin-left:115px; }

.mlu10{ margin-left:-10px; }

.mr3{ margin-right:3px; }
.mr5{ margin-right:5px; }
.mr10{ margin-right:10px; }
.mr15{ margin-right:15px; }
.mr20{ margin-right:20px; }
.mr25{ margin-right:25px; }
.mr30{ margin-right:30px; }
.mr60{ margin-right:60px; }
.mr70{ margin-right:70px; }


.mb3{ margin-bottom:3px; }
.mb5{ margin-bottom:5px; }
.mb10{ margin-bottom:10px; }
.mb15{ margin-bottom:15px; }
.mb20{ margin-bottom:20px; }
.mb25{ margin-bottom:25px; }
.mb30{ margin-bottom:30px; }
.mb50{ margin-bottom:50px; }

.mbu5{ margin-bottom:-5px; }
.mbu10{ margin-bottom:-10px; }


/*=======width=========================*/
.w40{width:40px;}
.w60{width:60px;}
.w70{width:70px;}
.w80{width:80px;}
.w120{width:120px;}  /*(1) Add*/
.w150{width:150px;}
.w180{width:200px;}
.w340{width:340px;}
.w380{width:380px;}
.w500{width:500px;}
.w800{width:890px;}

span.right{
  float:right;
}
span.left{
  float:left;
}
span.clear{
  clear:both;
}
div.clear{
  clear:both;
}

/*=======align=========================*/
.center{
	text-align:center;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}
.f_right{
	float:right;
}
.f_left{
	float:left;
}

/* common */

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ===== FONT =========================== */

.red {
	color: #e00000;
}

.green {
	color:#135656;
}
.green2 {
	color:#60A646;
}

.fc_red {
	color:#e00000;
}

.fc_blue {
	color:#0000ff;
}

.fc_blue2 {
	color:#006699;
}

.fc_navy {
	color:#4682b4;
}

.fc_gray {
	color:#808080;
}

.ttl {
	color:#13AE67;
}

.small {
	font-size:90%;
}
.small_c{
	font-size:10px;
	font-weight:normal;
}

.fs_12 {
	font-size:12px;
}
.fs_14 {
	font-size:14px;
}
.fs_big {
	font-size:110%;
}
.fs_big2 {
	font-size:150%;
}
.fs_big3 {
	font-size:180%;
}

/* ===== LINK =========================== */
a img {
  border: none;
}


a:link {
	color: #444444;
	text-decoration: none;
} 
a:active {
	color: #444444;
	text-decoration: none;
} 
a:visited {
	color: #444444;
	text-decoration: none;
} 
a:hover {
	color: #006699;
	text-decoration: none;
}

a.blue:link {
	color: #006699;
	text-decoration: none;
} 
a.blue:active {
	color: #006699;
	text-decoration: none;
} 
a.blue:visited {
	color: #006699;
	text-decoration: none;
} 
a.blue:hover {
	color: #006699;
	text-decoration: underline;
}

.noborder {
	text-decoration: none;
}
a.noborder {
	text-decoration: none;
}
a.noborder :hover{
	text-decoration: none;
}


/* ======== title h1-h4 ====================== */
h2.sub_title {
	font-weight:normal;
	font-size:16px;
	border-bottom:1px dotted #808080;
}

.va-m {
	vertical-align: middle;
}

/*カーソルを指マークに変更*/
.pointer{
  cursor:pointer;
}
