/* common
---------------------------------------- */
.clr:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clr { display: inline-block;}

/* Hides from IE-mac \*/
* html .clr { height: 1%;}
.clr { display: block;}



.cw { color: #fff !important;}
.cr { color: #f33 !important;}
.cb { color: #000 !important;}
.cb3 { color: #333 !important;}
.cg { color: #00b19e !important;}
.f13 { font-size: 13px !important;}
.f16 { font-size: 19px !important;}
.f19 { font-size: 19px !important;}
.f24 { font-size: 24px !important;}
.fwb { font-weight: bold !important;}
.lh15 { line-height: 1.5 !important;}
.lh18 { line-height: 1.8 !important;}
.lh2 { line-height: 2.0 !important;}
.ts1 { text-shadow: 4px 4px 4px #000;}





.clCo { margin-bottom: 50px;}
.clCo dl { margin-bottom: 10px; padding: 5px 10px; background: #f4f4f4;}
.clCo dt { padding-bottom: 5px; font-weight: normal;}


.clCo span { margin: 0;}
.clCo label { margin-right: 2em;}
.clCo .bDd span span span { display: block;}
.clCo .bDd span span span span { display: inline;}


.clCo input[type=text],
.clCo input[type=email],
.clCo textarea { width: 100%; background: #fff; border: none;}
.clCo select.w3,
.clCo input[type=text].w3 { width: 33%;}
.clCo input[type=text].w5 { width: 50%;}
.clCo input[type=checkbox],
.clCo input[type=radio] { background: #fff;}
.clCo input,
.clCo option,
.clCo textarea { padding: 5px 8px;}
.clCo input:focus,
.clCo select:focus,
.clCo textarea:focus { background: #ffc;}


.clCo .hissuIcon { margin-left: 5px; padding: 1px 5px 2px; color: #fff; font-size: 11px; font-weight: bold; text-align: center; vertical-align: middle; letter-spacing: 0.1em;
/*-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;*/
/*box-shadow: 0 2px 4px 0 #ccc;*/ background: #f33;}
@media screen and (max-width: 767px) {
.clCo .hissuIcon { padding: 1px 5px; font-size: 10px;}
}