@charset 'utf-8';
/* CSS Document */

/* Module CSS ==========================================*/
.inner {
	position: relative;
	width: 1024px;
	height: 330px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}

.clear {clear: both;}
.both {clear: both;}
.both:before {
	content: "";
	display: block;
	clear:both;
	height: 10px;
}

.m20 {margin: 20px;}
.m25 {margin: 0 25px;}
.m30 {margin: 0 30px;}
.mB10 {margin-bottom: 10px;}
.mB20 {margin-bottom: 20px;}
.mB25 {margin-bottom: 25px;}
.fSize12 {font-size: 0.85em;}
.aRight {text-align: right !important;}
.aCenter {text-align: center !important;}
.cCenter {
	text-align: center !important;
	vertical-align: middle !important;
}

/*Breadcrumbs*/
#breadcrumb {
	clear: both;
	background: #fff000;
	border-top: solid 1px #43baff;
	font-size: 0.85em;
	padding: 0;
	margin: 0 0 20px 0;
}
#breadcrumb:after {
	clear: both;
	content: "";
	height: 0;
	display: block;
}
#breadcrumb li {
	height: 18px;
	display: block;
	float: left;
	background: url(/img/icon/breadcrumb.png) right top no-repeat;
	padding: 7px 25px 7px 0;
	margin: 0 5px 0 0;
}
#breadcrumb li:last-child {background: none;}
#breadcrumb li a {display: inline-block;}
#breadcrumb br {display: none;}

#breadcrumb .inner {
	width: 700px;
	padding: 0 0 0 260px;
}

.home {
	font-size: 1.2em;

}

/*News Tags*/
.kanto,.tokyo {
	min-width: 36px;
	display: inline-block !important;
	background: #5aa051;
	color: #fff;
	font-size: 0.85em;
	text-align: center;
	padding: 1px 5px;
	margin: 0 10px 0 0;
	/*Around*/
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.kansai,.osaka {
	min-width: 36px;
	display: inline-block !important;
	background: #f572a4;
	color: #fff;
	font-size: 0.85em;
	text-align: center;
	padding: 1px 5px;
	margin: 0 10px 0 0;
	/*Around*/
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
/*Entry Date*/
.date {
	display: inline-block;
	margin: 0px 10px 0 0;
}

/*Headlines*/
.share .title {
	background: url(/img/module/h2Headline.png) left top no-repeat;
	padding: 10px 15px;
	margin: 0 0 20px;
}
.share .title h2 {
	display: table;
	width: 670px;
	background: url(/img/module/h2Backline.png) left bottom repeat-x;
	padding: 10px 0;
	margin: 0;
	font-size: 1.5em;
	font-weight: bold;
}
.share .title h2 span{
	display: table-cell;
	line-height: 1.2em;
	vertical-align: middle;
}
.share .title p{
	text-align: right;
	margin: 5px 0 -10px !important;
}

.share h3 {
	background: url(/img/module/h3Headlines.png) left center no-repeat;
	font-size: 1.25em;
	padding: 5px 10px 5px 15px;
	margin: 10px 15px;
}
.share h4 {
	font-size: 1.25em;
	padding: 0 10px;
	margin: 10px 15px;
	border-left: solid 7px #43baff;
}

/*Text*/
.link {
	background: url(/img/icon/link.png) left center no-repeat;
	padding: 0 0 0 20px;
}
.hover {
	color: #1068ac;
	text-decoration: underline !important;
}
.external {
	background: url(/img/icon/external.png) left center no-repeat;
	padding: 0 0 0 20px;
}
.pdf {
	background: url(/img/icon/pdf.png) left center no-repeat;
	padding: 0 0 0 20px;
}
.phone {
	background: url(/img/icon/phone.png) left center no-repeat;
	padding: 0 0 0 20px;
}
.fax {
	background: url(/img/icon/fax.png) left center no-repeat;
	padding: 0 0 0 20px;
	margin: 0 0 0 10px;
}
.new {
	color: #f20000;
	font-weight: bold;
	margin: 0 12px 0 5px;
}
.detail {
	background: url(/img/icon/arrow2.png) right center no-repeat;
	padding: 0 20px 0 0;
	text-align: right;
}

.emphasis {
	color: #43baff;
	font-weight: bold;
}
.caution {
	color: #f20000;
	font-weight: bold;
}
.small {
	display: block;
	font-size: 0.85em;
}

.list {}
.list li {
	background: url(/img/icon/list.png) left 5px no-repeat;
	padding: 0 0 0 20px;
	line-height: 1.75em;
}

.fLeft {float: left !important;}


/*Image*/
.img {border: solid 1px #43baff;}

/*Table*/
.table {width: 100%;}
.table caption {
	text-align: center;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.table tr {}
.table th {
	background: url(/img/banner/background.png) left top repeat;
	padding: 10px;
	border: solid 1px #43baff;
	font-weight: bold;
	color: #43baff;
	text-align: left;
}
.table td {
	padding: 10px;
	border: solid 1px #43baff;
	text-align: left;
}

.highlight {background: #fff000 !important;}

/*Box*/
.box {
	border: solid 1px #43baff;
	padding: 20px;
	margin: 20px 0;
}

/*Button*/
.btn {
	width: 250px;
	border: solid 1px #43baff;
	margin: 15px auto 30px;
}

.btn2 {
    width: 250px;
    float: left;
    border: solid 1px #43baff;
    margin: 15px 40px 30px;
}

.btn a {
	display: block;
	padding: 15px 10px;
	text-align: center;
}

.btn2 a {
	display: block;
	padding: 15px 10px;
	text-align: center;
}

.btn a strong{
	display: inline-block;
	background: transparent url(/img/icon/btn.png) left center no-repeat;
	padding: 0 0 0 25px;
}

.btn2 a strong{
	display: inline-block;
	background: transparent url(/img/icon/btn.png) left center no-repeat;
	padding: 0 0 0 25px;
}

.btn a:hover {
	background: #43baff;
	color: #fff;
	text-decoration: none;
}

.btn2 a:hover {
	background: #43baff;
	color: #fff;
	text-decoration: none;
}

.btn a:hover strong {
	background: #43baff url(/img/icon/btnHover.png) left center no-repeat;
	color: #fff;
	text-decoration: none;
}

.btn2 a:hover strong {
	background: #43baff url(/img/icon/btnHover.png) left center no-repeat;
	color: #fff;
	text-decoration: none;
}

.btn a.hover {
	background: #43baff url(/img/icon/btnHover.png) 10px center no-repeat !important;
	color: #fff;
	text-decoration: none !important;
}

.btn2 a.hover {
	background: #43baff url(/img/icon/btnHover.png) 10px center no-repeat !important;
	color: #fff;
	text-decoration: none !important;
}

.col2Btn {
	width: 550px;
	margin: 0 auto 50px;
}
.col2Btn:after {
	clear: both;
	content: "";
	height: 0;
	display: block;
}
.col2Btn li {
	float: left;
	margin: 10px;
}

/*Other*/
#qrCode {
	clear: both;
	text-align: center;
}
#qrCode dd {display: none;}
