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

#content, #b_orange, #text_box, #text_box h2, .btn.btn-action, #sidebarcontainer ul li a, #sidebarcontainer ul li {
	font-family: 'メイリオ',Meiryo, 'ヒラギノ角ゴ ProN W3', "ＭＳ ゴシック",sans-serif !important;
}

#text_box{
	padding: 0;
	width: auto;
	padding-right: 27px
}

#text_box h2{
	clear: none;
	background-image: none;
	width: auto;
	margin: 0 0 15px 0;
	height: 40px;
	line-height: 40px;
	text-indent: 12px;
	font-size:  19px;
	padding: 0;
	color: #f90;
	background: #f7f7f7;
}

#text_box img.cassetteThumb {
	float: left;
	margin: 0 0 15px 0;
	-webkit-box-shadow: 2px 2px 1px #ddd;
	-moz-box-shadow: 2px 2px 1px #ddd;
	box-shadow: 2px 2px 1px #ddd;
}

.cassetteHead{
	float: right;
	width: 502px;
	padding: 0 0 0 15px;
}

#text_box .cassetteText {
	font-size: 16px;
	/*line-height: 1.5;*/
	font-weight: bold;
	color: #333;
	margin: 0;
}
#contents #text_box h3 {
	background: none;
	margin-bottom: 15px;
	padding: 0;
	width: auto;
	height: 1.2em;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	color: #666;
	padding-bottom: 5px;
	border-bottom: 2px solid #eee;
}
#contents #text_box h3 span{
	display: block;
	height: 1.2em;
	font-size: 16px;
	border-left: 4px solid #f90;
	text-indent: 0.5em
}

#text_box p {
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	margin: 15px 0 30px 0;
	line-height: 1.6em;
}

.cassetteCenter{
	text-align: center;
}

.articleActionArea {
	background-color: #eee;
	padding: 20px 0;
	text-align: center;
}

.articleActionArea .btn {
	display: inline-block;
	width: 420px;
}
.btn {
	color: white !important;
	display: block;
	width: 200px;
	padding: 20px 0;
	background-color: #cccccc;
	text-align: center;
	text-decoration: none;
	font-weight: bold !important;
	border-bottom: solid 5px #aaaaaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
}
.btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7; }
.btn.btn-action {
	background-color: #ff4848;
	border-width: 0;
	-webkit-box-shadow: #db3939 0 -5px 0 inset, #bbbbbb 1px 2px 3px -1px;
	-moz-box-shadow: #db3939 0 -5px 0 inset, #bbbbbb 1px 2px 3px -1px;
	box-shadow: #db3939 0 -5px 0 inset, #bbbbbb 1px 2px 3px -1px;
}
#contents #text_box .articleActionArea p.articleActionAreaText {
	margin: 0 0 10px 0;
	padding: 0;
	color: red;
}

cite.hokenchAddr {
	display: block;
	text-align: right;
	margin-top: 15px;
	font-size: 12px;
	color: #333;
}
