@charset "utf-8";

/***************************************************************************

■基本詳細ページフォーマット

****************************************************************************/
#basic_post {
	display: block;
}

/************************/
#basic_post .ttl_set {
	display: block;
	margin-bottom: 30px;
	position:relative;
}

/****ソーシャルボタンカスタム**/
.ninja_onebutton{
	position:absolute;
	bottom:-5px;
	right:0;
}

#basic_post h2 {
	font-size: 130%;
	line-height: 1.4em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	behavior: url("/wp-content/themes/hojo-tsukasa/shared/hack/shared/hack/PIE.htc.html");
	behavior: url("/wp-content/themes/hojo-tsukasa/shared/hack/shared/hack/PIE.php");
	display: block;
	border-bottom: 1px solid #000000;
	padding: 0 0 6px 0;
	margin: 0 0 10px 0;
	font-weight: bold;
}

#basic_post h3 {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.4em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	behavior: url("/wp-content/themes/hojo-tsukasa/shared/hack/shared/hack/PIE.htc.html");
	behavior: url("/wp-content/themes/hojo-tsukasa/shared/hack/shared/hack/PIE.php");
	display: block;
	margin: 12px 0 6px 0;
}

#basic_post p {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 90%;
	line-height: 1.7em;
	margin-bottom: 30px;
}

#basic_post ruby {
	font-weight: bold;
}

#basic_post article > img,#basic_post article > a img {
	margin: 0 auto 30px;
}

/************************/
#basic_post aside {
	display: block;
}

#basic_post aside h1 {
	font-size: 200%;
	border-bottom: none;
	margin-bottom: 20px;
}

#basic_post aside h1:after {
	content: '';
	display: block;
	background-image: url(../images/bg_circle.png);
	height: 7px;
	margin-top: 6px;
}

#basic_post aside > div {
	background-color: #eaeaea;
	padding: 30px;
	margin-bottom: 40px;
}

#basic_post aside > div >img {
	margin: 0 auto 30px;
}

#basic_post aside > div p:last-child {
	margin-bottom: 0;
}

#basic_post .main_img{
	margin: 0 80px 30px;
}

/************************/
p.label {
	display: inline;
	color: #FFFFFF;
	background-color: #8cc7ec;
	font-size: 80%!important;
	padding: 5px 5px;
}

p.label:after {
	content: "\f00c";
	font-family: FontAwesome;
	border-left: 1px solid #FFFFFF;
	padding-left: 6px;
	margin-left: 6px;
}

/************************/
#basic_post .double_unit {
	display: block;
	overflow: hidden;
	_height: 100%;
	margin: 0 0 40px 0;
}

#basic_post .double_unit:last-child {
	margin-bottom: 0;
}

#basic_post .double_unit > img,#basic_post .double_unit > a img, #basic_post .double_unit .info {
	display: block;
	width: 270px;
}

#basic_post aside .double_unit > img,#basic_post aside .double_unit > a img, #basic_post aside .double_unit .info {
	width: 240px;
}

#basic_post aside .double_unit .info {
	margin-top: 30px;
}

#basic_post .img_left > img,#basic_post .img_left > a img {
	float: left;
}

#basic_post .img_left .info {
	float: right;
}

#basic_post .img_right > img,#basic_post .img_right > a img {
	float: right;
}

#basic_post .img_right .info {
	float: left;
}

/************************/
#gallery_post {
	display: block;
}

.gallery_article {
	display: block;
	margin-top: 40px;
}

.gallery_article article {
	display: block;
	overflow: hidden;
	_height: 100%;
	margin-bottom: 60px;
}

.gallery_article article .thumb {
	display: block;
	float: left;
	width: 200px;
}

.gallery_article article .thumb img{
	width:100%;
	height:auto!important;
}

.gallery_article article .info {
	display: block;
	width: 330px;
	float: right;
}

.gallery_article .info > h1 {
	border-bottom: 1px solid #b4b4b4!important;
	font-size: 160%!important;
	margin: 0 0 8px 0!important;
	padding: 0 0 10px 0!important;
}

.gallery_article .info p.ex {
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	behavior: url("/wp-content/themes/hojo-tsukasa/shared/hack/shared/hack/PIE.htc.html");
	behavior: url("/wp-content/themes/hojo-tsukasa/shared/hack/shared/hack/PIE.php");
	margin-bottom: 20px;
	line-height: 1.6em;
}

/************************/
.gallery_article .comment {
	padding: 5px;
	background-color: #e3f1fa;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url("../hack/PIE.htc.html");
	behavior: url("../hack/PIE.php");
	text-align: center;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.gallery_article .comment:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity: 0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

.gallery_article .comment:after {
	content: "\f13a";
	font-family: FontAwesome;
	font-size: 24px;
}

.gallery_article .comment:hover:after {
	color: #BC0003;
}

.gallery_article .comment.active:after {
	content: "\f139";
}

.gallery_article .comment h1 {
	position: relative!important;
	border: none!important;
	font-size: 100%!important;
	margin: 0!important;
	padding: 8px 8px 10px 8px!important;
	text-shadow: none!important;
	text-align: left;
}

.gallery_article .comment h1:after {
	content: url(../images/icon_houjou.png);
	display: block;
	position: absolute;
	right: 8px;
	top: -20px;
}

.gallery_article .comment > div {
	background-color: #FFFFFF;
	padding: 4px 8px;
	text-align: left;
	margin-bottom: 12px;
}

.gallery_article .comment div.unit {
	padding: 4px 0;
	display: none;
}

.gallery_article .comment h2 {
	font-size: 95%;
	font-weight: bold;
	margin-bottom: 3px;
}

.gallery_article .comment div.unit p {
	margin-bottom: 10px;
	font-size: 90%;
	border-bottom: 1px dotted #000000;
	padding-bottom: 10px;
	line-height: 1.6em;
}

.gallery_article .comment div.unit p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

/************************/
.links_article {
	display: block;
}

.links_article article {
	display: block;
	padding: 4px 0;
}

.links_article article:after {
	content: '';
	display: block;
	background-image: url(../images/bg_circle.png);
	height: 7px;
	margin-top: 6px;
}

.links_article article:last-child:after {
	content: '';
	background-image: none;
	height: 0px;
	margin-top: 0px;
}

.links_article article a {
	display: block;
	overflow: hidden;
	_height: 100%;
	padding: 30px 10px!important;
	color: #000000!important;
}

.links_article article a:hover {
	background-color: #dedede;
}

.links_article article a .thumb {
	display: block;
	float: left;
	width: 200px;
}

.links_article article a .thumb img {
	display: block;
	margin: 0 auto;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.links_article article a:hover .thumb img {
	opacity: 0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity: 0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

.links_article article a h1,.links_article article a p{
	display: block!important;
	float: right!important;
	width: 320px!important;
	font-size: 95%!important;
	line-height: 1.4em!important;
	border: none!important;
	margin: 0!important;
	padding: 0!important;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.links_article article a h1{
	margin-bottom:5px!important;
}
