@charset "utf-8";

/* リンク設定 */
a:link,a:visited {
	text-decoration: underline;
	color: #9EB7FF;
}

a:hover,a:active {
	text-decoration: none;
	color: #4FCAFF;
}
#modalbg a:link,#modalbg a:visited,
#contents.page a:link,#contents.page a:visited {
	color: #3556B2;
}
#modalbg a:hover,#modalbg a:active,
#contents.page a:hover,#contents.page a:active {
	color: #3F89FF;
}

/* デフォルトハック */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* デフォルトイメージ */
img.right {
	margin: 0 0 5px 5px;
}

img.left {
	margin: 0 5px 5px 0;
}

a img {
	background: #fff;
}


/* 共通 */
body {
	color: #fff;
	line-height: 1.5;
	background: url(../img/bg.jpg) no-repeat fixed center top #163273;
	-webkit-text-size-adjust:100%;
}
#globalheader {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
#globalheader h1 a {
	display: block;
	text-indent: -500em;
	overflow: hidden;
	width: 288px;
	height: 51px;
	background: url(../img/logo.png) no-repeat;
	float: left;
	margin: 20px 0 10px;
}

#mainnav {
	float: right;
	margin-top: 20px;
}
#mainnav a {
	display: block;
	text-indent: -500em;
	overflow: hidden;
	height: 74px;
	background: url(../img/navi.png) no-repeat;
	float: left;
}
#mainnav li ul a {
	display: inline_block;
	text-indent: 0;
	overflow: hidden;
	height: auto;
	background: none;
	float: none;
	margin-left: 0;
}

#mainnav li {
	display: inline;
}
#mainnav_genre a {
	background-position: 0 0;
	width: 215px;
}
#mainnav_actor a {
	background-position: -215px 0;
	width: 218px;
}
#mainnav_color a {
	background-position: -433px 0;
	width: 216px;
}
.header_block {
	clear: both;
	overflow: hidden;
	padding: 0 10px 10px;
	border-bottom: 1px solid #758AB7;
}
.header_block dt {
	font-weight: bold;
	margin-right: 10px;
}
.header_block dt,
.header_block dd,
.header_block li {
	display: inline-block;
	vertical-align: middle;
}
.header_block dl {
	float: left;
	margin-right: 40px;
	margin-top: 10px;
}
.header_block dd a {
	display: inline-block;
	padding: 4px 10px;
	margin-right: 10px;
	line-height: 1;
	border-radius: 3px;
	text-decoration: none;
}
#sort dd a {
	background: #666;
	color: #fff;
}
#sort dd a:hover,
#sort dd a.current {
	background: #39A39F;
}
#sort dd a:active {
	box-shadow: 0 0 5px #294F4D inset;
}
#search dd {
	margin-right: 10px;
}
#search input[type="submit"] {
	display: inline-block;
	text-indent: -200em;
	overflow: hidden;
	width: 14px;
	height: 14px;
	background: url(../img/search_icon.png) no-repeat;
	margin-left: -34px;
	border: none;
}
#search input[type="text"] {
	width: 150px;
	border-radius: 10px;
	height: 18px;
	line-height: 18px;
}

#topic_path {
	padding: 5px;
	font-size: 83.33%;
	margin: 10px auto 20px;
}
#topic_path dl dt,
#topic_path dl dd {
	display: inline;
}

#contents {
	width: 876px;
	padding-top: 20px;
	margin: 0 auto 60px;
	min-height: 200px;
}

#contents.page {
	background: url(../img/note.png) repeat-y left top;
	padding: 0 20px 30px 40px;
	color: #333;
	box-shadow: 0 5px 5px rgba(0,0,0,0.3);
}

#footer_social {
	padding: 20px 10px 0;
	background: #ddd;
}
#footer_social_inner {
	width: 880px;
	margin: 0 auto;
}
#footer_social .fb_ltr {
	background: #fff;
}
#globalfooter {
	background: #333;
	width: 100%;
	padding: 10px 0;
	color: #ccc;
	font-size: 83.33%;
	overflow: hidden;
	margin-bottom: -2em;
}
div#footer_inner {
	width: 900px;
	margin: 0 auto;
}
#footernav  {
	margin-bottom: 10px;
	overflow: hidden;
}
#footernav ul li {
	display: inline;
	float: left;
	margin-left: 20px;
}
#globalfooter a:link,
#globalfooter a:visited {
	color: #fff;
}
#copy {
	float: right;
	margin-right: 10px;
	text-align: right;
}
.social {
	float: left;
	clear: left;
	padding-left: 20px;
	padding-top: 6px;
	overflow: hidden;
}
.social li {
	display: inline;
	vertical-align: top;
	float: left;
	margin-bottom: 10px;
}
.twitter-share-button {
	width: 100px !important;
}
.hatena-bookmark-button-frame {
	width: 60px !important;
}

article.single .social {
	float: none;
	clear: none;
	padding-left: 0;
	padding-top: 0;
}
article.list {
	padding: 20px;
	width: 250px;
	display: inline-block;
	vertical-align: top;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	-webkit-opacity:0.0;
	-ms-opacity:0.0;
	-o-opacity:0.0;
	opacity:0.0;

}

.list_inner {
	color: #333;
	position: relative;
	padding: 15px 15px 15px 35px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	background: url(../img/note.png) repeat-y left 6px;
}
article.notfound {
	width: 900px;
	font-weight: bold;
	font-size: 120%;
}
article.list header {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -40px;
}
article.list header h1 {
	display: none;
}
article.list header p {
	margin: 0 auto;
	width: 80px;
	height: 80px;
	line-height: 90px;
	white-space: nowrap;
	text-align: center;
	border-radius: 40px;
	background: url(../img/detail.png) no-repeat center 15px #333;
	color: #fff;
	font-size: 83.33%;
}
.list_photo {
	position: relative;
}
.list_photo_inner {
	position: relative;
	z-index: 50;
	min-height: 120px;
}
.list_photo img {
	width: 200px;
	height: auto;
}
.list_color li {
	display: inline;
}
.list_color a {
	display: inline-block;
	text-decoration: none;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	margin-right: 6px;
	border: 1px solid #ccc;
}
.single .list_color a {
	width: 16px;
	height: 16px;
	border-radius: 8px;
}

.list_count {
	text-align: right;
}
.list_count li {
	display: inline-block;
	color: #999;
	margin-left: 10px;
	padding-left: 22px;
	font-weight: bold;
}
.view {
	background: url(../img/icon.png) no-repeat 0 -25px;
}
.comment_count {
	background: url(../img/icon.png) no-repeat 0 -51px;
}
.rating {
	background: url(../img/icon.png) no-repeat 0 2px;
}


input[type="text"],textarea,input[type="email"] {
	padding: 2px;
	border: 1px solid #ccc;
	box-shadow: 0 0 4px #ccc inset;
	border-radius: 2px;
}
:focus {
  outline-color: transparent;
  outline-style: none;
}
textarea {
	resize: none;
}
input[type="text"]:focus,textarea:focus {
	box-shadow: 0 0 5px #1A4F4D;
	border: 1px solid #fff;
}
input[type="radio"] {
	vertical-align: middle;
}

article.page {
	padding: 0 10px;
}
article.page header {
	padding: 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
article.page header h1 {
	font-size: 200%;
}
.page_list {
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;	
}
.page_list:last-child {
	border-bottom: none;
}
.page_list li {
	margin-top: 20px;
	font-size: 130%;
	display: inline-block;
	vertical-align: top;
	width: 33%;
}

article.single {
	margin-top: 20px;
}


article.single .pict {
	padding: 20px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
article.single .text .module {
	border-bottom: 1px solid #ddd;
	padding: 20px 30px;
}
article.single .text .commentblock {
	border-bottom: none;
}

article.single .text .single_title {
	padding: 30px 40px 30px 20px;
	text-align: center;
}
article.single .text .single_title h2 {
	display: inline-block;
	margin-top: 20px;
	padding-left: 25px;
	background: url(../img/single_icon.png) no-repeat 0 -328px;
}
article.single .text .module h1 {
	font-weight: bold;
	text-align: center;
	font-size: 116.67%;
}

article.single .text .module h2 {
	font-weight: bold;
}
article.single .text .module h3 {
	font-weight: bold;
}


article.single .module h3 {
	margin-bottom: 10px;
}
.single_title_detail {
	background: url(../img/single_icon.png) no-repeat 0 0;
	padding-left: 30px;
}
.single_title_view {
	background: url(../img/single_icon.png) no-repeat 0 -143px;
	padding-left: 30px;
}

.single_title_point {
	background: url(../img/single_icon.png) no-repeat 0 -270px;
	padding-left: 25px;
}

.single_title_actor {
	background: url(../img/single_icon.png) no-repeat 0 -207px;
	padding-left: 30px;
}
.single_title_comment {
	background: url(../img/single_icon.png) no-repeat 0 -39px;
	padding-left: 30px;
	margin-bottom: 20px;
}
.commentblock ul {
	margin-top: 20px;
}
.commentblock ul li {
	border-top: 1px dotted #999;
	padding: 20px 0;
}
.commentblock ul li .pict {
	padding: 0 20px 0 0;
	box-shadow: none;
}
.commentblock ul li .pict dl {
	background: #999;
	color: #fff;
	padding: 10px;
	border-radius: 28px;
	width: 35px;
	height: 35px;
}
.commentblock ul li .pict dl dt {
	border-bottom: 1px solid #aaa;
	padding-bottom: 4px;
	margin-bottom: 2px;
	margin-top: 3px;
	line-height: 1;
	
}
.commentblock ul li .pict dl dt,
.commentblock ul li .pict dl dd {
	text-align: center;
	font-size: 83.33%;
}

.just2 {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
#reply-title {
	display: none;
}
.comment_input textarea,
.comment_input input[type="text"] {
	width: 100%;
}
.comment_input textarea {
	height: 100px;
}
.comment_input {
	margin: 20px 0;
}
.comment_input p {
	margin-top: 10px;
}
.form-submit {
	text-align: center;
	margin-top: 20px;
}
.form-submit input,.wpcf7-submit
 {
	background: url(../img/btnbg.jpg) repeat-x 0 -47px;
	padding: 6px 15px;
	line-height: 1;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 0 2px #fff inset;
	text-align: center;
}
.form-submit input:hover,.wpcf7-submit:hover {
	background: url(../img/btnbg.jpg) repeat-x 0 0;
	box-shadow: 0 0 2px #fff inset,0 0 2px #aaa;
}
.form-submit input:active,
.form-submit input.loading,
.wpcf7-submit:active {
	background: url(../img/btnbg.jpg) repeat-x 0 0;
	box-shadow: 0 0 2px #999 inset;
}
#color_picker li {
	display: inline;
}
#color_picker li a {
	display: inline-block;
	margin: 10px;
	width: 40px;
	height: 40px;
	text-indent: -200em;
	overflow: hidden;
}

#modalbg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	overflow: auto;
	display: none;
	background: url(../img/rgba.png);
	background: rgba(200,200,200,0.8);
}
#modalbg article.single {
	margin: 110px 50px 40px;
	min-width: 700px;
	color: #333;
	background: #fff;
}
#close {
	position: absolute;
	right: 20px;
	top: 80px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-weight: bold;
	background: #666;
	color: #fff;
	text-align: center;
	border-radius: 40px;
	cursor: pointer;
}
#close:hover {
	background: #C15353;
}

.admain {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.adsingle {
	margin-top: 30px;
	text-align: center;
}
#pagerize {
	width: 100%;
	display: block;
	text-align: center;
	padding-bottom: 10px;
	margin-top: 20px;
}

.autopagerize_page_info,.wpPageRize,#wpLoadingButton {
	width: 100%;
	text-align: center;
}
#wpLoadingButton {
	background: #999;
	padding: 5px 0;
	cursor: pointer;
	border-radius: 6px;
}
#wpLoadingButton img {
	display: none;
}
#wpLoadingButton a {
	color: #666;
	font-size: 120%;
}
#wpLoadingButton:hover a {
	display: inline;
	color: #fff;
}
#wpLoadingButton:hover {
	background: #3A9E9A;
	box-shadow: 0 0 3px #2F6664 inset;
}


div div#wpLoadingButton span {
	float: none;
	height: auto;
}
.autopagerize_page_info {
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.page-numbers {
	display: inline-block;
	width: 40px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #ccc;
	color: #fff !important;
}
a.page-numbers {
	background: #999;
}
a.page-numbers:hover {
	background: #FF6D6D;
}
.ad_single {
	text-align: center;
}
#alert {
	display: none;
	border: 3px solid #ccc;
	padding: 0 10px 10px;
	text-align: center;
	margin-top: 20px;
}
article.page h2 {
	font-size: 170%;
	margin-bottom: 20px;
}
article.page h3 {
	font-size: 130%;
	margin-bottom: 20px;
}
article.page h4 {
	font-size: 110%;
	margin-bottom: 5px;
	font-weight: bold;
}
article.page .module {
	margin-bottom: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	border-bottom: 1px solid #ccc;
}
article.page .module .module {
	border-bottom: 1px dotted #aaa;
}

article.page p {
	margin-bottom: 2em;
}
article.page p:last-child {
	margin-bottom: 0;
}
dl.table dt,dl.table dd {
	padding: 5px;
}
dl.table dt {
	width: 150px;
	float: left;
	clear: left;
}
dl.table dd {
	margin-left: 160px;
}
dl.table {
	padding: 10px 0;
	border-bottom: 1px dotted #999;
}
dl.table:last-child {
	border-bottom: none;
}

.wpcf7-form {
	padding: 0 30px 0;
}

span.require {
	color: #c33;
	margin-left: 10px;
}

.wpcf7-list-item {
	display: block;
	padding: 5px 0;
}
.wpcf7-form .tacenter {
	background: #ccc;
	width: 400px;
	margin: 20px auto 0;
	padding: 10px 0;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	width: 400px;
}
.wpcf7-form textarea {
	height: 100px;
}
.wpcf7-form input[type="text"].wpcf7-captchar {
	width: 100px;
	margin-right: 20px;
}

.wpcf7-form span.wpcf7-not-valid-tip {
	position: static;
	display: inline-block;
	background: #B24343;
	color: #fff;
	padding: 5px 15px;
	line-height: 1;
	font-weight: bold;
	margin-top: 10px;
	border-radius: 8px;
	border: none;
}
.wpcf7-form div.wpcf7-validation-errors {
	background: #53AD9F;
	position: static;
	width: 600px;
	margin: 20px auto 0;
	color: #fff;
	padding: 5px 15px;
	line-height: 1;
	font-weight: bold;
	border-radius: 8px;
	border: none;
	text-align: center;
}
article.post dl {
	padding: 20px 10px;
}


/* IE7.... */
*:first-child+html #mainnav li ul a,
*:first-child+html .header_block dt,
*:first-child+html .header_block dd,
*:first-child+html .header_block li,
*:first-child+html .header_block dd a,
*:first-child+html #search input[type="submit"],
*:first-child+html article.list,
*:first-child+html .list_color a,
*:first-child+html .list_count li,
*:first-child+html .page_list li,
*:first-child+html article.single .text .single_title h2,
*:first-child+html .just2,
*:first-child+html #color_picker li a,
*:first-child+html .page-numbers,
*:first-child+html .wpcf7-form span.wpcf7-not-valid-tip {
	display: inline;
	zoom: 1;
}