/*
Theme Name: 田原俊彦 SP Theme Base
Description: 田原俊彦 SP Theme Base
Author: Automattic
Version: 2013.08
*/

@charset "utf-8";

/*=================================================

    ブラウザのデフォルトのスタイルをリセットする
 
================================================= */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

body {
    line-height: 1.0;
    -webkit-text-size-adjust: none;
    margin:0;
}

input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}

img {
    border: 0;
    vertical-align: bottom;
}

ul, ol, dir{
    list-style: none;
    display: block;
}

table {
    border-spacing: 0;
    empty-cells: show;
}

div, h2, h3, h4, h5, h6, p, li, dt, dd, pre, code, blockquote, th, td{
    word-break: break-all;
}

p,ul,li{
   display:block;
}

.center{
	text-align:center;
}


/* =================================================

    サイト全体の基本スタイル
  
================================================= */

body {
	background: #fff;
    font-family: Arial,Helvetica Neue,Helvetica,san-serif,"ヒラギノ角ゴ ProN W3 / W6","Hiragino Kaku Gothic Pro";
    font-size: 14px;
    line-height: 1.6;
    position: relative;
}

body.top_body {  background: #fff; }
body.sub_body { 
	background: #fff;
 }

/* リンク */
a,
a:link,
a:visited,
a:hover,
a:active { text-decoration:none; color:#3f4246 ;text-decoration:underline;}
a:webkit-any-link{
	coursor:auto;
}

textarea {
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
	width: 100%;
	min-height: 100px;
}


/* バナー */
.banner {
	text-align: center;
	margin: 10px 0;
}


.radius_block{
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	background-color:#fffee3;
	margin: 10px;
	width: 90%;
}


.balloon {
	position: relative;
	width: 90%;
	background-color: #f7f5bd;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
	color: #333;
	margin:12px auto;
}
.balloon:before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid #f7f5bd;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	z-index:100;
}

.balloon:before {
  content: "";
}

.banner_btn {
	background: #5e443c;
	padding: 10px;
	border-radius: 10px;
	color: #ffffff;
	margin:12px 0;
	text-align:center;
}


.banner_btn a:link {
	color:#FFF;
}

.banner_btn a:visited {
	color:#FFF;
}


.bannerpt{
	padding-bottom:10px;
}


.banner3 {
	text-align: center;
	padding: 10px 0;
	background-color: #fff445;
}

.banner4 {
	text-align: center;
	padding: 10px 0;
	background-color: #ffffff;
}

/* ページャー */
.pager {
	width: 100%;
	text-align: center;
	margin: 10px 0 20px;
}

.pager a,
.pager .pageSelect {
	display: inline-block;
	padding: 5px;
	margin: 5px;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
		-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
		-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
		-ms-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
		-o-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}

.pager a { background: #737373; color: #ffffff; }
.pager .pageSelect { background: #333; color: #fff; }


.pager .pager_box {
	height: auto;
}

.video_box {
	margin: 20px 0 10px 0;
	padding: 0px 0 0 0;
	text-align: center;
	background: #000000;
	border-top: 2px solid #787878;
	border-bottom: 2px solid #787878;
}
.video_box span {
	color: #dbdbdb;
}
.video_box video {
	width: 300px;
	height: 169px;
	border: 2px solid #333333;
	margin: 0
}
.video_box p {
	color: #ffffff;
	padding: 3px 0;
	background: gradient(linear, left top, left bottom, from(#333333), to(#000000));
		background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#000000));
		background: -moz-gradient(linear, left top, left bottom, from(#333333), to(#000000));
		background: -ms-gradient(linear, left top, left bottom, from(#333333), to(#000000));
		background: -o-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	margin: 0;
}

	
/* inputの幅の初期値 */
input[type="text"],
input[type="email"],
input[type="password"] {
	width: 95%;
	height: 40px;
}

input {
	/* -webkit-appearance: none; */
}

/* formのスタイル */
.form_area {
	padding: 10px 10px;
	border-top: 2px solid #dbdbdb;
	border-bottom: 2px solid #dbdbdb;
	background: gradient(linear, left top, left bottom, from(#eeeeee), color-stop(0.3, #ffffff), color-stop(0.7, #ffffff), to(#eeeeee));
		background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), color-stop(0.3, #ffffff), color-stop(0.7, #ffffff), to(#eeeeee));
		background: -moz-gradient(linear, left top, left bottom, from(#eeeeee), color-stop(0.3, #ffffff), color-stop(0.7, #ffffff), to(#eeeeee));
		background: -ms-gradient(linear, left top, left bottom, from(#eeeeee), color-stop(0.3, #ffffff), color-stop(0.7, #ffffff), to(#eeeeee));
		background: -o-gradient(linear, left top, left bottom, from(#eeeeee), color-stop(0.3, #ffffff), color-stop(0.7, #ffffff), to(#eeeeee));
		margin: 10px 0;
		text-align: left;
}

.form_area table {
/* 	width: 300px; */
	margin: 5px 0;
}

.form_area table th {
/* 	min-width: 130px; */
	width: 130px;
	font-size: 10px;
	color: #333;
	text-align: left;
}
.form_area table td input[type="text"] {
	width: 200px;
}
/* submitボタンの中央ぞろえ */
.submit_box {
	padding: 10px 0 10px 0;
	text-align: center;
}
.submit_box input[type="submit"] {
	width: 160px;
	height: 40px;
	background: #333;
	border: none;
	color: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.contentsBlock .textstyle1{
	font-size:10px;
}

.present .warning,
.pay .warning,
.bbs .warning,
.point .warning,
.regist .warning {
	padding: 10px;
	margin: 10px;
	border: 2px solid #ff005a;
	background: #fff4f8;
	color: #ff005a;
	font-size: 12px;
	line-height: 18px;
}

.clear {
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

.b_block{
	display:block;
}

.width50{
	width:50%;
}

.spliteIndent {/* splite部分にはこのクラスをつけること */
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	display: block;
	float: left;
	background: url("/img/sp/sp_splite.png") no-repeat 0 0;
	background-size: 320px 750px;
}

.font1 {
	font-family: 'Source Sans Pro', sans-serif;
}

/** =============================================================

	マージン・パディング

============================================================== **/


.mt5 {
	margin-top: 5px!important;
}
.mt10 {
	margin-top: 10px!important;
}
.mt15 {
	margin-top: 15px!important;
}
.mt20 {
	margin-top: 20px!important;
}
.mt25 {
	margin-top: 25px!important;
}
.mt30 {
	margin-top: 30px!important;
}
.mt50 {
	margin-top: 50px!important;
}


.ml5 {
	margin-left: 5px!important;
}
.ml10 {
	margin-left: 10px!important;
}
.ml15 {
	margin-left: 15px!important;
}
.ml20 {
	margin-left: 20px!important;
}
.ml25 {
	margin-left: 25px!important;
}
.ml30 {
	margin-left: 30px!important;
}

.mr5 {
	margin-right: 5px!important;
}
.mr10 {
	margin-right: 10px!important;
}
.mr15 {
	margin-right: 15px!important;
}
.mr20 {
	margin-right: 20px!important;
}
.mr25 {
	margin-right: 25px!important;
}
.mr30 {
	margin-right: 30px!important;
}

.mb5 {
	margin-bottom: 5px!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb15 {
	margin-bottom: 15px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb25 {
	margin-bottom: 25px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}

.pt5 {
	padding-top: 5px!important;
}
.pt10 {
	padding-top: 10px!important;
}
.pt15 {
	padding-top: 15px!important;
}
.pt20 {
	padding-top: 20px!important;
}
.pt25 {
	padding-top: 25px!important;
}
.pt30 {
	padding-top: 30px!important;
}
.pt50 {
	padding-top: 50px!important;
}


.pl5 {
	padding-left: 5px!important;
}
.pl10 {
	padding-left: 10px!important;
}
.pl15 {
	padding-left: 15px!important;
}
.pl20 {
	padding-left: 20px!important;
}
.pl25 {
	padding-left: 25px!important;
}
.pl30 {
	padding-left: 30px!important;
}

.pr5 {
	padding-right: 5px!important;
}
.pr8 {
	padding-right: 8px!important;
}
.pr10 {
	padding-right: 10px!important;
}
.pr15 {
	padding-right: 15px!important;
}
.pr20 {
	padding-right: 20px!important;
}
.pr25 {
	padding-right: 25px!important;
}
.pr30 {
	padding-right: 30px!important;
}

.pb5 {
	padding-bottom: 5px!important;
}
.pb10 {
	padding-bottom: 10px!important;
}
.pb15 {
	padding-bottom: 15px!important;
}
.pb20 {
	padding-bottom: 20px!important;
}
.pb25 {
	padding-bottom: 25px!important;
}
.pb30 {
	padding-bottom: 30px!important;
}

.plr10 {
	padding-left: 10px;
	padding-right: 10px;
}


.width95{
	width:95%;
}


.t_center{
	text-align:center!important;
}

.t_left{
	text-align:left!important;
}

.border{
	clear:both;
	border-top:1px dotted #333;
}

/* ===========================================================================================

	HEADER

=========================================================================================== */

header {
	background: #fff;
/* 	margin: 0 0 15px; */
	position: relative;
}
/* =================================================

	マーキー部分
  
================================================= */


#marquee{
	overflow:hidden;
	background-color:#333;
	color:#FFF;
	padding: 15px 0:
}
#marquee div{
    width:100%;
    text-align:center;
    display:inline-block;
    white-space:nowrap;

    -moz-animation-duration: 10s;
    -moz-animation-name: marquee;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -webkit-animation-duration: 10s;
    -webkit-animation-name: marquee;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -ms-animation-duration: 10s;
    -ms-animation-name: marquee;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-duration: 10s;
    -o-animation-name: marquee;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@-webkit-keyframes marquee {
    from {margin-left: 100%; width: 100%; }
    to { margin-left: -100%; width: 100%; }
}
@-moz-keyframes marquee {
    from {margin-left: 100%; width: 100%; }
    to { margin-left: -100%; width: 100%; }
}
@-ms-keyframes marquee {
    from {margin-left: 100%; width: 100%; }
    to { margin-left: -100%; width: 100%; }
}
@-o-keyframes marquee {
    from {margin-left: 100%; width: 100%; }
    to { margin-left: -100%; width: 100%; }
}

/* =================================================

	ログインメニュー部分
  
================================================= */
header #logMenu {
	height: 60px;
	position: relative;
	padding: 2px 0;
	background: #000;
}

.logo_text {
	width: 75%;
	float: left;
}

.logo_text2 {
	width: 70%;
	float: left;
}

.logo {
	width: 100%;
	float: left;
	line-height: 40px;
}

.logo img {
	width: 100%;
	height: auto;
	/* max-width: 190px; */
	max-height: 55px;
	padding-right: 5px;
}

.logo2 img {
	width: auto;
	max-height: 36px;
}

.sub_text {
	width: 60%;
	float: left;
	font-size: 10px;
	padding-top: 5px;
/* 	padding-left:5px; */
}

header #logMenuUl_out{
	padding:12px 0;
	width:94%;
	margin:auto;
}

header #logMenuUl_out ul li{
	width: 49%;
	float:left;
	padding-right: 3px;
}

header #logMenuUl_out ul li img {
	padding-right:4px;
}

header #logMenu .logMenuUl {
	width: 25%;
	float: right;
	position: relative;
	z-index: 20;
	margin-top:10px;
}

header #logMenu .logMenuUl li {
	float: right;
	margin: 0;
	padding: 0 5px;
}

.headerSlideMenu a{
	color: #ffffff;
}

header #logMenu .logMenuUl li a,
header #logMenu .logMenuUl li:nth-child(1) .nameH4
 {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	border: 1px solid #bdbcbd;
	padding: 0 5px;
	margin-top: 5px;
	background: #990000;
	border-radius: 5px;
}
	header #logMenu .logMenuUl li:nth-child(1) a,
	header #logMenu .logMenuUl li:nth-child(1) .nameH4
	 {
	}
		header #logMenu .logMenuUl li:nth-child(1) .nameH4 {
			line-height: 14px;
			padding: 7px 0 0;
			height: 33px;
			overflow: hidden;
		}
	
	header #logMenu .logMenuUl li:nth-child(2) a {
		border-left: 1px solid #C4956E;
	}
		header #logMenu .logMenuUl li:nth-child(2) a.myPage {
			margin: 5px;
			height: 30px;
			line-height: 30px;
			border-radius: 5px;
			background: #990000;
		}

header #logMenu .logMenuUl li .borderLeft {
	height: 40px;
	border-left: 1px solid #fff;
	position: absolute;
	top: 0px;
	left: -1px;
}

.headerSlideMenu {
	display: inline-block;
	width: 100%;
}


.main_img_menu {
	background: #000000;
	display: inline-block;
	font-size: 13px;
	margin-top: 0px;
	padding-top: 10px;
}

.main_img_menu li {
	float: left;
	margin: 0;
	padding-left: 8px;
}

.main_img_menu img {
	vertical-align: top;
	padding-top:3px;
}

.main_menu_inner{
	position: relative;
	top: 2px;
}

.main_img_menu a:link,.main_img_menu a:visited {
	text-decoration: none;
	color: #ffffff;
}

.dl-menu a:link,.dl-menu a:visited {
	text-decoration: none;
	color: #ffffff;
}

.menu_text{
	font-size:15px;
	margin-top: 5px;
	display: -webkit-inline-box;
}


.main_img_menu li.menu_border_left {
	border-left: 1px solid #999999;
	margin-top: 5px;
}

.header_main {
	background: #000000;
	padding-bottom: 5px;
	border-bottom: 1px solid #222;
}

header #logMenu .logMenuUl li.guest_name {
	font-size: 10px;
	padding-top: 3px;
	max-width: 40%;
	height: 30px;
	overflow: hidden;
	color: #ffffff;
}

/* =================================================

	ロゴ部分
  
================================================= */

header h1,
 {
	width: 20%;
	height: auto;
	margin: 0 0 0px;
}


/* =================================================

	会員登録ボタン部分
  
================================================= */

.registerBtn {
	width: 270px;
	height: 60px;
	margin: 20px auto 20px;
	-moz-box-shadow:
		0px 0px 3px rgba(000,000,000,0.2);
	-webkit-box-shadow:
		0px 0px 3px rgba(000,000,000,0.2);
	box-shadow:
		0px 0px 3px rgba(000,000,000,0.2);
	border-radius: 10px;
	overflow: hidden;
}

.registerBtn a {
	background: url("/img/sp/entryBtn.jpg") no-repeat 0 0;
	background-size: 270px 60px;
	width: 270px;
	height: 60px;
	margin: 0px 0px 0 0;
	border-radius: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	display: block;
}



/* ===========================================================================================

	INDEX etc...

=========================================================================================== */
.gray_dot {
	/* background: url("image/gray_dot.gif") repeat; */
	background-color:#333;
}

.gray_stripe {
	background: url("image/gray_stripe.gif") repeat;
}

.pink_dot {
	background: url("image/pink_dot.gif") repeat;
}

.red_bk {
	background: #990000;
}

.bk_red_bk {
	background: #500000;
}

.bk_bk {
	background: #333333;
}


.contentsBlock {
	margin: 0 0 0px;
}

.backgroundPink {
	background: #ffeef7;
}

.commonTextBlock {
	padding: 10px;
	font-size: 12px;
}

.commonTextBlock h3 {
	color: #e5007f;
	font-size: 14px;
}

.frame_in {
	border-radius: 5px;
	border: 2px solid #a1a1a1;
	background: #000;
	padding: 10px;
	color: #ffffff;
}

.frame_in2 {
	border: 3px solid #a6a6a6;
	background: #ffffff;
	padding: 10px;
}

/* 
	タイトル部分 各サイトごとに違う部分
	
================================================================================ */

.contentsBlock .titleh2 {
	margin: 0px 0px 0px 0px;
	padding: 0 0px 0px;
	height: 30px;
}

.contentsBlock .h2Title {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0 0px 0px;
	background: url("image/list_s.png") no-repeat left #000000;
	background-size: 19px 19px;
	color: #ffffff;
	height: 40px;
	font-weight: normal;
}

.h2Title2,.semi_title,.h3Title {
	background: #333333;
	height: 40px;
	padding: 0px 10px;
	margin-top: 10px;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
}

.h2Title3 {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0 0px 0px;
	height: 40px;
	font-weight: normal;
	background: #ffca01;
	color: #333333;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}

.h2Title4 {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0 0px 0px;
	background: url("image/list_s.png") no-repeat left #990000;
	background-size: 19px 19px;
	color: #ffffff;
	height: 40px;
	font-weight: normal;
}

.contentsBlock .titleH4Border {
	margin: 0px 0px 0px 0px;
	padding: 0 0px 0px 10px;
	background: #fff;
	height: 40px;
	line-height: 18px;
	font-size: 14px;
	border-bottom: 3px solid #ef7082;
	color: #333;
}

.contentsBlock .titleH4 {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 10px;
	/* background: #ef7082; */
	font-size: 14px;
	color: #333;
}

.frame_in .h2Title,.frame_in2 .h2Title {
	border-bottom: 1px solid #ffffff;
	font-size: 16px;
	color: #ffffff;
	padding: 5px 0px 10px 0px;
	font-weight: normal;
}

.h3Title2 {
	color: #ff2f60;
	border-radius: 10px;
	border: 1px solid #ff2f60;
	padding: 10px;
	margin: 15px 0 10px 0;
}

.disco_box {
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 25px;
}

.information_box {
	padding: 15px 10px;
	font-size: 12px;
}

.post .discography img,.post .profile img,.information_box img {
	border: 5px solid #ffffff;
	box-shadow:0px 0px 6px 3px #e5e5e5;
	-moz-box-shadow:0px 0px 6px 3px #e5e5e5;
	-webkit-box-shadow:0px 0px 6px 3px #e5e5e5;
	width: 95%;
	margin: 10px auto;
	height: auto;
}
/* =================================================

	上部ボーダー部分
  
================================================= */

.contentsBlock .h3Title .topBorder {
	background: #333;
	width: 100%;
	display: block;
	height: 1px;
	width: 100%;
}


/* =================================================

	共通タイトル部分
  
================================================= */

.contentsBlock .h2title .h3Icon,
.contentsBlock .h2Title .h3TitleArea,
.contentsBlock .h2Title4 .h3TitleArea
 {
	height: 19px;
	margin: 0 0 0 0;
	position: absolute;
	top: 5px;
	left: 0px;
	padding: 0px 8px 0 18px;
	color: #fff;
	font-size: 20px;
}

.h2Title3 .h3TitleArea {
	height: 19px;
	margin: 0 0 0 0;
	position: absolute;
	top: 5px;
	left: 0px;
	padding: 0px 8px 0 8px;
	color: #333333;
	font-size: 20px;
}

.small_f{
	color:#3b2632;
	font-size: 58%;
	padding-left: 9px;
}

.small_f_w{
	color:#ffffff;
	font-size: 58%;
	padding-left: 9px;
}
	
================================================================================ */

/* =================================================

	タブ部分
  
================================================= */

.tab3Btn,
.tab5Btn
 {
	height: 40px;
	border-top: 1px solid #fff;
}

.tab3Btn li {
	width: 33%;
	height: 40px;
	float: left;
	text-align: center;
}
	.tab3Btn li:first-child {
		width: 34%;
		background: #ffeef7;
	}
	.tab3Btn li:nth-child(2) {
		background: #f1f5ff;
	}
	.tab3Btn li:nth-child(3) {
		background: #fffbee;
	}

.tab5Btn li {
	width: 20%;
	height: 40px;
	float: left;
	text-align: center;
}
	.tab5Btn li:first-child,
	.newsTab li:first-child
	 {
		background: #ffeef7;
	}
	.tab5Btn li:nth-child(2),
	.newsTab li:nth-child(2)
	 {
		background: #ffd3e7;
	}
	.tab5Btn li:nth-child(3),
	.newsTab li:nth-child(3)
	 {
		background: #ffddd3;
	}
	.tab5Btn li:nth-child(4) {
		background: #e5eaff;
	}
	.tab5Btn li:nth-child(5) {
		background: #f1f5ff;
	}


.tab3Btn li a,
.tab5Btn li a
 {
	display: block;
	height: 40px;
	border-right: 1px solid #fff;
	position: relative;
}
	.tab3Btn li:last-child a,
	.tab5Btn li:last-child a
	 {
		border-right: none;
	}


/* -----------------------------------
	Index タイトル部分
----------------------------------- */

.tab3Btn li a h5 {
	float: none;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
}
	.tab3Btn li:nth-child(1) a h5 {
		width: 45px;
		background-position: -134px -214px;
		margin: -6px 0 0 -23px;
	}

	.tab3Btn li:nth-child(2) a h5 {
		width: 42px;
		background-position: -179px -214px;
		margin: -6px 0 0 -21px;
	}

	.tab3Btn li:nth-child(3) a h5 {
		width: 39px;
		background-position: -221px -214px;
		margin: -6px 0 0 -20px;
	}
	
	/** active時 **/
	
	.tab3Btn li.active:nth-child(1) a h5 {
		width: 48px;
		background-position: 0px -214px;
		margin: -6px 0 0 -24px;
	}

	.tab3Btn li.active:nth-child(2) a h5 {
		width: 46px;
		background-position: -48px -214px;
		margin: -6px 0 0 -23px;
	}

	.tab3Btn li.active:nth-child(3) a h5 {
		width: 40px;
		background-position: -94px -214px;
		margin: -6px 0 0 -20px;
	}


/* -----------------------------------
	Media タイトル部分
----------------------------------- */

.tab5Btn li a h5 {
	float: none;
	line-height: 40px;
	width: auto;
	font-size: 14px;
}
	.tab5Btn li:nth-child(1) a h5 {
		color: #d8271c;
	}

	.tab5Btn li:nth-child(2) a h5 {
		color: #d8271c;
	}

	.tab5Btn li:nth-child(3) a h5 {
		color: #ed4511;
	}
	.tab5Btn li:nth-child(4) a h5 {
		color: #445cbb;
	}

	.tab5Btn li:nth-child(5) a h5 {
		color: #18c8ff;
	}

/* -----------------------------------
	News タイトル部分
----------------------------------- */

.newsTab li a h5 {
	margin: 12px auto 0;
	float: none;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
}
	.newsTab li:nth-child(1) a h5 {
		width: 29px;
		background-position: -213px -257px;
		margin: -6px 0 0 -15px;
	}

	.newsTab li:nth-child(2) a h5 {
		width: 28px;
		background-position: -242px -257px;
		margin: -6px 0 0 -14px;
	}

	.newsTab li:nth-child(3) a h5 {
		width: 40px;
		background-position: -270px -257px;
		margin: -6px 0 0 -20px;
	}
	
	/** active時 **/
	
	.newsTab li.active:nth-child(1) a h5 {
		width: 31px;
		background-position: -111px -257px;
		margin: -6px 0 0 -15px;
	}

	.newsTab li.active:nth-child(2) a h5 {
		width: 30px;
		background-position: -142px -257px;
		margin: -6px 0 0 -15px;
	}

	.newsTab li.active:nth-child(3) a h5 {
		width: 41px;
		background-position: -172px -257px;
		margin: -6px 0 0 -20px;
	}


/* =================================================

	テキスト部分
  
================================================= */

#tabBody .noticeList .tabUl {
	background: #efefef;
}

#tabBody .mediaList .tabUl {
	background: #f1f5ff;
}

#tabBody .newsList .tabUl {
	background: #fffbee;
}

#tabBody .tabUl li,
#tabBody .tabUlStripes a li,
.contentsCommonUl li,
.memberQABlock
 {
	padding: 10px 10px;
	position: relative;
	border-bottom: 1px solid #fff;
	/*height: 40px;*/
	overflow: hidden;
}

.contentsCommonUl a:link,.contentsCommonUl a:visited,.contentsCommonUl a:hover,.contentsCommonUl a:active {
	text-decoration: none;
}

	.contentsCommonUl li:nth-child(odd) { background-color:#000; }
	.contentsCommonUl li:nth-child(even) { background-color:#111; }

	.staffblogUl a:nth-child(odd) li,
	.funclubUl a:nth-child(odd) li
	 {
		background: #fff;
	}
	.staffblogUl a:nth-child(even) li,
	.funclubUl a:nth-child(even) li
	 {
		background: #f1f1f1;
	}
	.profileUl a li,
	.QAUl a li,
	.memberQABlock,
	.discoGraphyTitleUl a li
	 {
		background: #fff9fc;
		height: 70px;
		border-bottom: 1px solid #ced1c0;
		border-top: 1px solid #f3edec;
	}
		.profileUl a:first-child li {
			border-top: none;
		}
		.profileUl a:last-child li,
		.QAUl a:last-child li
		 {
			border-bottom: none;
		}
		.discoGraphyTitleUl a li {
			background: #ffeef7;
			border-bottom: 2px solid #fff3f5;
			border-top: none;
		}
			.discoGraphyTitleUl a:last-child li {
				border-bottom: none;
			}
	
	.QAUl {
		border-top: 1px solid #ced1c0;
	}
	
	.videoUl a li {
		background: #ffeef7;
		height: 70px;
		border-bottom: 3px solid #fffafb;
	}
	.memberMessageUl {
		border-bottom: 10px solid #ffe4fe;
	}
	.memberMessageUl a li {
		background: #fff;
		height: 70px;
		border-bottom: 3px solid #ffe4fe;
	}

	ul.post-meta{
		padding: 10px 10px;
		position: relative;
		border-bottom: 1px solid #fff;
		/*height: 40px;*/
		overflow: hidden;
	}

	ul.post-meta li{
		border-bottom:1px dotted #CCC;
		padding:8px;
	}

	ul.post-meta li span.post-meta-key{
		display:block;
		color: #e5007f;
		font-weight:bold;
	}
	
.contentsCommonUl5 li {
	text-align: left;
	width: 100%;
	background: #ffffff;
	border-bottom: 1px solid #cccccc;
	padding: 10px;
}

.contentsCommonUl5 li a {
	text-decoration: none;
}
.contentsCommonUl5 .date {
	font-size: 10px;
	line-height: 110%;
	color: #cc3333;
}
	/* -----------------------------------
		Media・News  li背景色 部分
	----------------------------------- */
	#tabBody .alllist .tabUlStripes a:nth-child(even) li {
		background: #ffeef7;
	}
	#tabBody .tvlist .tabUlStripes a:nth-child(even) li,
	#tabBody .livelist .tabUlStripes a:nth-child(even) li
	 {
		background: #ffd3e7;
	}
	#tabBody .weblist .tabUlStripes a:nth-child(even) li,
	#tabBody .eventlist .tabUlStripes a:nth-child(even) li
	 {
		background: #ffddd3;
	}
	#tabBody .magazinelist .tabUlStripes a:nth-child(even) li {
		background: #e5eaff;
	}
	#tabBody .radiolist .tabUlStripes a:nth-child(even) li {
		background: #f1f5ff;
	}
	
	
	
	/* -----------------------------------
		arrow 部分
	----------------------------------- */
	
	#tabBody .tabUl li:after,
	#tabBody .tabUlStripes li:after,
	.contentsCommonUl li:after
	 {
		content: "";
		display: block;
		width: 6px;
		height: 6px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -3px;
	}
		/* -----------------------------------
			Index 部分
		----------------------------------- */
		#tabBody .noticeList .tabUl li:after {
			border-top: 2px solid #6e6e6e;
			border-right: 2px solid #6e6e6e;
		}
		#tabBody .mediaList .tabUl li:after {
			border-top: 2px solid #3d6ee9;
			border-right: 2px solid #3d6ee9;
		}
		#tabBody .newsList .tabUl li:after {
			border-top: 2px solid #846f2b;
			border-right: 2px solid #846f2b;
		}
		
		/* -----------------------------------
			Media・News  ARROW 部分
		----------------------------------- */
		#tabBody .alllist .tabUlStripes li:after {
			border-top: 2px solid #e5007f;
			border-right: 2px solid #e5007f;
		}
		#tabBody .tvlist .tabUlStripes li:after,
		#tabBody .livelist .tabUlStripes li:after
		 {
			border-top: 2px solid #e5007f;
			border-right: 2px solid #e5007f;
		}
		#tabBody .weblist .tabUlStripes li:after,
		#tabBody .eventlist .tabUlStripes li:after
		 {
			border-top: 2px solid #ed4511;
			border-right: 2px solid #ed4511;
		}
		#tabBody .magazinelist .tabUlStripes li:after {
			border-top: 2px solid #445cbb;
			border-right: 2px solid #445cbb;
		}
		#tabBody .radiolist .tabUlStripes li:after {
			border-top: 2px solid #18c8ff;
			border-right: 2px solid #18c8ff;
		}
		
		/* -----------------------------------
			Notice  ARROW 部分
		----------------------------------- */
		.contentsCommonUl li:after {
			border-top: 2px solid #ffffff;
			border-right: 2px solid #ffffff;
		}


/* -----------------------------------
	日付部分 Q&A詳細ページvol部分
----------------------------------- */

#tabBody .tabUl li .date,
#tabBody .tabUlStripes li .date,
.contentsCommonUl li .date,
.contentsCommonUl li .volNum,
.commonSingle .postTitleBlock .topBlock .date
 {
	font-size: 10px;
	float: left;
	width: 95%;
	color: #ffde00;
	line-height: 110%;
	margin-bottom: 2px;
}
	#tabBody .tabUlStripes li .date,
	.commonSingle .postTitleBlock .topBlock .date
	 {
		width: 90%;
	}
	.commonSingle .postTitleBlock .topBlock .date {
		line-height: 22px;
	}

.contentsCommonUl .date img {
	vertical-align: top;
}

#tabBody .tabUl li .date .newIcon,
#tabBody .tabUlStripes li .date .newIcon,
.contentsCommonUl li .date .newIcon,
.contentsCommonUl li .volNum .newIcon,
.commonSingle .postTitleBlock .topBlock .date .newIcon
 {
	width: 24px;
	height: 9px;
	float: left;
	margin: -3px 5px 3px 0px;
	padding:3px;
	background-color:#333;
	color:#FFF;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
}
	/* -----------------------------------
		Index 部分
	----------------------------------- */
	#tabBody .noticeList .tabUl li .date .newIcon {
		background-position: -13px 0px;
	}
	
	/*
	#tabBody .mediaList .tabUl li .date .newIcon {
		background-position: -36px 0px;
	}
	#tabBody .newsList .tabUl li .date .newIcon {
		background-position: -58px 0px;
	}
	*/
	/* -----------------------------------
		共通Single 部分
	----------------------------------- */
	.commonSingle .postTitleBlock .topBlock .date .newIcon {
		margin: 6px 5px 0 0;
	}



/* -----------------------------------
	タイトル部分
----------------------------------- */

#tabBody .tabUl li .listH3,
#tabBody .tabUlStripes li .listH3

 {
	font-size: 14px;
	float: left;
	width: 95%;
	padding: 0 0px 0 0;
	/*height: 22px;*/
	overflow: hidden;
	color: #3f4246;
}
.contentsCommonUl li .listH3
 {
	font-size: 14px;
	float: left;
	width: 95%;
	padding: 0 0px 0 0;
	/*height: 22px;*/
	overflow: hidden;
	color: #ffffff;
}


	/* -----------------------------------
		Index 部分
	----------------------------------- */
	#tabBody .noticeList .tabUl li .listH3 {
		color: #6e6e6e;
	}
	#tabBody .mediaList .tabUl li .listH3 {
		color: #3d6ee9;
	}
	#tabBody .newsList .tabUl li .listH3 {
		color: #846f2b;
	}
	
	/* -----------------------------------
		Media 部分
	----------------------------------- */
	#tabBody .tabUlStripes li .listH3 {
		width: 90%;
	}
	
	#tabBody .alllist .tabUlStripes li .listH3 {
		color: #e5007f;
	}
	#tabBody .tvlist .tabUlStripes li .listH3,
	#tabBody .livelist .tabUlStripes li .listH3
	 {
		color: #e5007f;
	}
	#tabBody .weblist .tabUlStripes li .listH3,
	#tabBody .eventlist .tabUlStripes li .listH3
	 {
		color: #ed4511;
	}
	#tabBody .magazinelist .tabUlStripes li .listH3 {
		color: #445cbb;
	}
	#tabBody .radiolist .tabUlStripes li .listH3 {
		color: #18c8ff;
	}


.listH2{
	font-family: 'Source Sans Pro', sans-serif;
	padding-left:4px;
	padding-bottom:3px;
}



/* =================================================

	タブ アイコン部分
  
================================================= */

#tabBody .tabUlStripes li .iconImg {
	width: 20px;
	height: 20px;
	margin: 10px 5px 10px 0;
}

.commonSingle .postTitleBlock .topBlock .iconImg {
	width: 20px;
	height: 20px;
	margin: 0px 5px 0px 0;
}

	/* -----------------------------------
		Media
	----------------------------------- */
	#tabBody .tvlist li .iconImg,
	#tabBody .tabUlStripes li.tvlist .iconImg,
	.commonSingle .tvlistPost .postTitleBlock .topBlock .iconImg
	 {
		background-position: 0px -272px;
	}
	#tabBody .weblist li .iconImg,
	#tabBody .tabUlStripes li.weblist .iconImg,
	.commonSingle .weblistPost .postTitleBlock .topBlock .iconImg
	 {
		background-position: -20px -272px;
	}
	#tabBody .magazinelist li .iconImg,
	#tabBody .tabUlStripes li.magazinelist .iconImg,
	.commonSingle .magazinelistPost .postTitleBlock .topBlock .iconImg
	 {
		background-position: -40px -272px;
	}
	#tabBody .radiolist li .iconImg,
	#tabBody .tabUlStripes li.radiolist .iconImg,
	.commonSingle .radiolistPost .postTitleBlock .topBlock .iconImg
	 {
		background-position: -60px -272px;
	}
	
	/* -----------------------------------
		News
	----------------------------------- */
	#tabBody .livelist li .iconImg,
	#tabBody .tabUlStripes li.livelist .iconImg,
	.commonSingle .livelistPost .postTitleBlock .topBlock .iconImg
	 {
		background-position: -80px -272px;
	}
	#tabBody .eventlist li .iconImg,
	#tabBody .tabUlStripes li.eventlist .iconImg,
	.commonSingle .eventlistPost .postTitleBlock .topBlock .iconImg
	 {
		background-position: -100px -272px;
	}






/* =================================================

	もっと見る部分
  
================================================= */

.moreBtn {
	height: 40px;
	text-align: center;
}

.moreBtn a {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #333;
}

.moreBtn .arrow,
.moreBtn .noneArrow
 {
	position: relative;
	color: #333;
	font-size: 13px;
	width: 66px;
	margin: 0 auto;
}
	.moreBtn .arrow:after {
		content: "";
		display: block;
		width: 6px;
		height: 6px;
		border-top: 2px solid #333;
		border-right: 2px solid #333;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		right: -7px;
		top: 50%;
		margin-top: -5px;
	}
	.moreBtn .noneArrow {
		width: auto;
	}



/* 
	TOP共通UL ARROW付き
	
================================================================================ */

.topCommonUl li {
	padding: 10px 10px;
	position: relative;
	border-bottom: 1px solid #fff;
}
	.topCommonUl li:nth-child(odd) {
		background: #ffffff;
	}
	.topCommonUl li:nth-child(even) {
		background: #efefef
	}
	.memberMenu li:last-child {
		border-bottom: none;
	}
	.topCommonUl li:after {
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -5px;
	}
		.topCommonUl li:after {
			border-top: 3px solid #333;
			border-right: 3px solid #333;
		}


/* =================================================

	アイコン部分
  
================================================= */

.topCommonUl li .iconBlock {
	width: 22px;
	float: left;
	margin: 4px 10px 0 0;
}

.topCommonUl li .iconBlock span {
	margin: 0 auto;
	height: 20px;
	float: none;
	display: block;
}
	/* -----------------------------------
		Free Menu フリーメニュー 各アイコン部分
	----------------------------------- */
	.freeMenu a:nth-child(1) li .iconBlock span {/* Notice */
		background-position: -81px 0px;
		width: 21px;
	}
	.freeMenu a:nth-child(2) li .iconBlock span {/* Media */
		background-position: -102px 0px;
		width: 18px;
	}
	.freeMenu a:nth-child(3) li .iconBlock span {/* News */
		background-position: -120px 0px;
		width: 14px;
	}
	.freeMenu a:nth-child(4) li .iconBlock span {/* Profile */
		background-position: -134px 0px;
		width: 19px;
	}
	.freeMenu a:nth-child(5) li .iconBlock span {/* DiscoGraphy */
		background-position: -153px 0px;
		width: 18px;
	}
	.freeMenu a:nth-child(6) li .iconBlock span {/* Mail Magazine */
		background-position: -171px 0px;
		width: 19px;
	}
	.freeMenu a:nth-child(7) li .iconBlock span {/* Shop */
		background-position: -190px 0px;
		width: 20px;
	}
	
	/* -----------------------------------
		Member Menu 会員コンテンツ 各アイコン部分
	----------------------------------- */
	.memberMenu a:nth-child(1) li .iconBlock span {/* Staff Blog */
		background-position: -210px 0px;
		width: 18px;
	}
	.memberMenu a:nth-child(2) li .iconBlock span {/* Wallpaper */
		background-position: -290px 0px;
		width: 22px;
	}
	.memberMenu a:nth-child(3) li .iconBlock span {/* Video */
		background-position: -228px 0px;
		width: 19px;
	}
	.memberMenu a:nth-child(4) li .iconBlock span {/* Q&amp;A */
		background-position: -247px 0px;
		width: 20px;
	}
	.memberMenu a:nth-child(5) li .iconBlock span {/* From Apink */
		background-position: -267px 0px;
		width: 22px;
	}



/* =================================================

	テキスト部分
  
================================================= */

.topCommonUl li .textBlock {
	float: left;
	width: 89%;
}

.topCommonUl li .textBlock span {
	margin: 0 0;
	height: 20px;
	float: none;
	display: block;
	font-weight: normal;
}

	/* -----------------------------------
		Free Menu フリーメニュー 各タイトル画像部分
	----------------------------------- */
	.freeMenu a:nth-child(1) li .textBlock span {/* Notice */
		background-position: -0px -227px;
		width: 41px;
	}
	.freeMenu a:nth-child(2) li .textBlock span {/* Media */
		background-position: -41px -227px;
		width: 40px;
	}
	.freeMenu a:nth-child(3) li .textBlock span {/* News */
		background-position: -81px -227px;
		width: 35px;
	}
	.freeMenu a:nth-child(4) li .textBlock span {/* Profile */
		background-position: -116px -227px;
		width: 42px;
	}
	.freeMenu a:nth-child(5) li .textBlock span {/* DiscoGraphy */
		background-position: -158px -227px;
		width: 84px;
	}
	.freeMenu a:nth-child(6) li .textBlock span {/* Mail Magazine */
		background-position: -0px -242px;
		width: 94px;
	}
	.freeMenu a:nth-child(7) li .textBlock span {/* Shop */
		background-position: -94px -242px;
		width: 31px;
	}
	/* -----------------------------------
		Member Menu 会員コンテンツ 各タイトル画像部分
	----------------------------------- */
	.memberMenu a:nth-child(1) li .textBlock span {/* Staff Blog */
		background-position: -125px -242px;
		width: 61px;
	}
	.memberMenu a:nth-child(2) li .textBlock span {/* Wallpaper */
		background-position: -242px -227px;
		width: 69px;
	}
	.memberMenu a:nth-child(3) li .textBlock span {/* Video */
		background-position: -186px -242px;
		width: 37px;
	}
	.memberMenu a:nth-child(4) li .textBlock span {/* Q&amp;A */
		background-position: -223px -242px;
		width: 34px;
	}
	.memberMenu a:nth-child(5) li .textBlock span {/* From Apink */
		background-position: -0px -257px;
		width: 77px;
	}

.topCommonUl li .textBlock .listH3 {
	font-size: 10px;
	padding-left: 4px;
	font-weight: normal;
}



/* 
	ファンクラブ限定コンテンツ ボタン
	
================================================================================ */

.fanBtn {
	width: 270px;
	height: 60px;
	margin: 0px auto 0px;
	-moz-box-shadow:
		0px 0px 3px rgba(000,000,000,0.2);
	-webkit-box-shadow:
		0px 0px 3px rgba(000,000,000,0.2);
	box-shadow:
		0px 0px 3px rgba(000,000,000,0.2);
	border-radius: 10px;
	overflow: hidden;
}

.fanBtn a {
	background: url("/img/sp/fanclubBtn.png") no-repeat 0 0;
	background-size: 270px 60px;
	width: 270px;
	height: 60px;
	margin: 0px 0px 0 0;
	border-radius: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	display: block;
}

.fanBtnText {
	text-align: center;
	font-size: 12px;
	color: #e4007f;
	margin: 5px 0 0;
}

.fanBtnText a {
	font-size: 12px;
	color: #e4007f;
}



/* 
	ページング（前へ・次へ）
	
================================================================================ */
.navPaging2block {
	margin: 0 0 15px;
}

.navPaging2block ul li,
.navPaging3block ul li
 {
	width: 50%;
	height: 45px;
	float: left;
	background: #3f4246;
	position: relative;
}
	.navPaging3block ul li:first-child,
	.navPaging3block ul li:last-child
	 {
		width: 33%;
	}
	.navPaging3block ul li:nth-child(2) {
		width: 34%;
	}

.navPaging2block ul li a,
.navPaging3block ul li a
 {
	display: block;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 13px;
	text-align: center;
}
	.navPaging2block ul li .borderRight,
	.navPaging3block ul li .borderRight
	 {
		border-right: 1px solid #fff;
		width: 1px;
		height: 45px;
		position: absolute;
		top: 0;
		right: 0;
	}

.navPaging2block ul li.prevBtn .arrow,
.navPaging2block ul li.nextBtn .arrow,
.navPaging3block ul li.prevBtn .arrow,
.navPaging3block ul li.nextBtn .arrow
 {
	position: relative;
	color: #fff;
	font-size: 13px;
	width: 40px;
	margin: 0 auto;
	line-height: 45px;
}
	.navPaging2block ul li.prevBtn .arrow:after,
	.navPaging2block ul li.nextBtn .arrow:after,
	.navPaging3block ul li.prevBtn .arrow:after,
	.navPaging3block ul li.nextBtn .arrow:after
	 {
		content: "";
		display: block;
		width: 6px;
		height: 6px;
		position: absolute;
		top: 50%;
		margin-top: -4px;
	}
	.navPaging2block ul li.prevBtn .arrow:after,
	.navPaging3block ul li.prevBtn .arrow:after
	 {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		left: -7px;
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	.navPaging2block ul li.nextBtn .arrow:after,
	.navPaging3block ul li.nextBtn .arrow:after
	 {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		right: -7px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}


/* 
	Single （Staffblog・Media）・fanclubentryページ
	
================================================================================ */

.post,.info,.ticket,
.staffBlogSingle .post
 {
	padding: 15px 10px;
	background: #fffafb;
	font-size: 12px;
	color: #333;
	line-height: 20px;
}
	.post,.info,.ticket {
		background: #fff;
	}
	.fanClubEntry .post {
		border-bottom: 1px solid #ccc;
	}

.staffBlogSingle .postTitleH3,
.fanClubEntry .postTitleH3
 {
	border-bottom: 1px solid #ff6699;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin: 0 0 15px;
	padding: 0 0px 3px;
}
	.fanClubEntry .postTitleH3 {
		color: #e5007f;
	}

.commonSingle .postTitleBlock {
	background: #efefef;
	width: 100%;
	margin: 0 auto;
	border-radius: 5px;
	overflow: hidden;
	padding: 5px 10px;
}

.commonSingle .postTitleBlock .topBlock {
/* 	height: 20px;
	overflow: hidden; */
	clear: both;
}


.commonSingle .postTitleBlock .postTitleH3 {
	font-size: 14px;
	color: #de0683;
	line-height: 24px;
	margin: 0 0 0px;
	padding: 0 0px 0px;
}

.post img {
	max-width: 100%;
	width: 100%; 
	height: auto;
	margin: 0 auto;
}

.data{
	padding-left:17px;
}


/* =================================================

	fanclubentryページ部分
  
================================================= */

.fanClubEntry .post .fanColorBox {
	width: 90%;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	padding: 2px;
	background: #ec6ba7;
}

.fanClubEntry .post .fanColorBox .fanColorBoxH5 {
	color: #fff;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 10px;
	overflow: hidden;
}

.fanClubEntry .post .fanColorBox .fanColorBoxH5 .fanColorBoxFont {
	font-size: 12px;
}

.fanClubEntry .post .supplementText {
	float: right;
	margin: 3px 6% 0 0;
}

.fanclubAgree {
	overflow: auto;
	border-radius: 5px;
	border: 2px solid #ccc;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	margin: 15px 10px;
	height: 200px;
}

.fanclubAgree .fanclubAgreeText  {
	padding: 10px;
}

/* 
	Profileページ Q&A詳細ページ VIdeoページ Member Messageページ
	
================================================================================ */
/* =================================================

	一覧 部分
  
================================================= */

.contentsCommonUl .thumImg,
.memberQABlock .thumImg
 {
	width: 70px;
	height: 70px;
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
	float: left;
	margin: 0 10px 0 0;
}
	.videoUl .thumImg {
		border-radius: 0px;
	}
	.memberMessageUl .thumImg {
		float: right;
	}

.contentsCommonUl .thumImg img,
.memberQABlock .thumImg img
 {
	width: 100%;
}

.contentsCommonUl .textArea {
	height: 70px;
	overflow: hidden;
}
	.memberMessageUl .textArea {
		float: left;
		width: 73%;
	}

.profileUl .textArea .titleH3,
.videoUl .textArea .titleH3,
.memberMessageUl .textArea .titleH3
 {
	font-size: 14px;
	color: #ef7082;
	line-height: 16px;
	margin: 12px 0 0;

	position: relative;
	height: auto;
	max-height: 32px;
	overflow: hidden;
}
	.profileUl .textArea .titleH3 {
		height: 30px;
	}

.profileUl .textArea .titleH3 .english {
	font-size: 12px;
	position: absolute;
	top: 15px;
	left: 0px;
}

.videoUl .textArea .articleText {
	font-size: 14px;
	color: #ef7082;
	line-height: 16px;
	margin: 3px 0 0;
	padding-right: 10px;
	height: auto;
	max-height: 32px;
	overflow: hidden;
}

.memberMessageUl .textArea .date {
	font-size: 10px;
	color: #3b2632;
}

/* =================================================

	詳細ページ部分
  
================================================= */

.profileDetail .detailThumImg,
.discoGraphyDetail .detailThumImg,
.videoDetail .detailThumImg,
.downloadDetail .detailThumImg
 {
	width: 80%;
	margin: 10px auto;
	padding: 2px;
	border-radius: 5px;
	overflow: hidden;
	-moz-box-shadow:
		1px 1px 3px rgba(000,000,000,0.2);
	-webkit-box-shadow:
		1px 1px 3px rgba(000,000,000,0.2);
	box-shadow:
		1px 1px 3px rgba(000,000,000,0.2);
}
	.videoDetail .detailThumImg {
		border-radius: 0px;
		-moz-box-shadow:
			0px 0px 0px rgba(000,000,000,0.0);
		-webkit-box-shadow:
			0px 0px 0px rgba(000,000,000,0.0);
		box-shadow:
			0px 0px 0px rgba(000,000,000,0.0);
	}

.profileDetail .detailThumImg img,
.discoGraphyDetail .detailThumImg img,
.videoDetail .detailThumImg img,
.downloadDetail .detailThumImg img
 {
	width: 100%;
	height: auto;
}


.profileDetail .profPost,
.discoGraphyDetail .discoGraphyPost,
.videoDetail .discoGraphyPost,
.downloadDetail .downloadPost
 {
	width: 90%;
	margin: 0 auto 20px;
	background: #EEE;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px;
	color: #663333;
	font-size: 12px;
}

.profileDetail .profPost .detailTitleH3,
.discoGraphyDetail .discoGraphyPost .detailTitleH3,
.videoDetail .discoGraphyPost .detailTitleH3,
.downloadDetail .downloadPost .detailTitleH3
 {
	font-size: 16px;
	color: #333;
	margin: 0 auto 10px;
}

.profileDetail .profPost .detailTitleH3 .english {
	font-size: 12px;
	margin: 0 0 0 5px;
}


/* 
	Mail Magazineページ・From Apinkページ・共通ボタン
	
================================================================================ */

.mailmagazineText,
.fromapinkText
 {
	margin: 0 0 10px;
}

.mailmagazineForm label,
.fromapinkForm label
 {
	float: left;
	width: 100%;
}

.mailmagazin_next{
	text-align:center;
	padding:12px 0;
	color:#FF0000;
}



.mailmagazineForm .singleInp,
.fromapinkForm .singleInp
 {
	height: 42px;
	width: 96%;
	background: #fff;
	border: 2px solid #CCC;
	border-radius: 5px;
	margin: 0 0 20px;
}

.submitBlock,
.sumitbtn
{
	border: 4px solid #fef0ff;
	width: 271px;
	height: 58px;
	line-height: 52px;
	margin: 0 auto 0px;
	background: #ffa6b3;
	background: #ffa6b2;
	background: -moz-linear-gradient(top, #ffa6b2 0%, #ffb5be 50%, #ffa6b2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa6b2), color-stop(50%,#ffb5be), color-stop(100%,#ffa6b2));
	background: -webkit-linear-gradient(top, #ffa6b2 0%,#ffb5be 50%,#ffa6b2 100%);
	background: -o-linear-gradient(top, #ffa6b2 0%,#ffb5be 50%,#ffa6b2 100%);
	background: -ms-linear-gradient(top, #ffa6b2 0%,#ffb5be 50%,#ffa6b2 100%);
	background: linear-gradient(to bottom, #ffa6b2 0%,#ffb5be 50%,#ffa6b2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa6b2', endColorstr='#ffa6b2',GradientType=0 );
	border-radius: 10px;
	overflow: hidden;
	color: #fff!important;
	font-size: 14px;
	text-align: center;
}

.submitBlock,
.commonbtn
 {
	width: 271px;
	margin: 0 auto 20px;

}

header #logMenuUl_out ul li.mypbtn { width: 100%; }

.mailmagazineForm .sendButton,
.fromapinkForm .sendButton,
.commonbtn a,.submit_box #submitbutton,.mypbtn a 
 {
	width: 271px;
	height: 58px;
	line-height: 52px;
	margin: 0 auto 0px;
	background-color: #3f4246;
	border-radius: 10px;
	border: 1px solid #000000;
	overflow: hidden;
	color: #fff!important;
	font-size: 16px;
	text-align: center;
}
	.commonbtn a,.mypbtn a {
		display: block;
		height: 50px;
		line-height: 50px;
	}


.commonbtn2
 {
	width: 230px;
	margin: 0 auto 20px;
}

.commonbtn2 a
 {
	border: 4px solid #fef0ff;
	width: 230px;
	height: 58px;
	line-height: 52px;
	margin: 0 auto 0px;
	background: #ffa6b3;
	background: #ffa6b2; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffa6b2 0%, #ffb5be 50%, #ffa6b2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa6b2), color-stop(50%,#ffb5be), color-stop(100%,#ffa6b2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffa6b2 0%,#ffb5be 50%,#ffa6b2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffa6b2 0%,#ffb5be 50%,#ffa6b2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffa6b2 0%,#ffb5be 50%,#ffa6b2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffa6b2 0%,#ffb5be 50%,#ffa6b2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa6b2', endColorstr='#ffa6b2',GradientType=0 ); /* IE6-9 */

	border-radius: 10px;
	overflow: hidden;
	color: #fff!important;
	font-size: 14px;
	text-align: center;
}
	.commonbtn2 a {
		display: block;
		height: 50px;
		line-height: 50px;
	}


/* 
	Q&Aページ
	
================================================================================ */
/* =================================================

	一覧 部分
  
================================================= */

.QAUl .titleH3,
.memberQABlock .titleH3
 {
	font-size: 14px;
	color: #ef7082;
	line-height: 16px;
	margin: 0px 0 0;
	position: relative;
	line-height: 70px;
}



/* 
	DiscoGraphyページ
	
================================================================================ */

.discoGraphyTitleUl .ReleaseH3 {
	font-size: 14px;
	color: #ef7082;
	line-height: 16px;
	margin: 9px 0 0;
}

.discoGraphyTitleUl .titleH3 {
	font-size: 14px;
	color: #ef7082;
	line-height: 16px;
	margin: 5px 0 0;
	padding-right:12px;
	height: 33px;
	overflow: hidden;
}


/* 
	Member ファンクラブ限定コンテンツページ
	
================================================================================ */

.fanclubMenu {
	margin: 0px 0 10px;
	height: 70px;
}

.fanclubMenu a {
	position: relative;
}

.fanclubMenu a li {
	width: 20%;
	height: 50px;
	padding: 5px 0;
	text-align: center;
	float: left;
	background: #fa6797;
}

.fanclubMenu a li h4 {
	height: 50px;
	margin: 0 auto;
	float: none;
}
	.fanclubMenu a:nth-child(1) li h4 {/* 会員限定ニュース */
		background-position: -0px -646px;
		width: 37px;
	}
	.fanclubMenu a:nth-child(2) li h4 {/* ギャラリー */
		background-position: -37px -646px;
		width: 46px;
	}
	.fanclubMenu a:nth-child(3) li h4 {/* ムービー */
		background-position: -83px -646px;
		width: 38px;
	}
	.fanclubMenu a:nth-child(4) li h4 {/* ダウンロード */
		background-position: -121px -646px;
		width: 55px;
	}
	.fanclubMenu a:nth-child(5) li h4 {/* メンバーメッセージ */
		background-position: -176px -646px;
		width: 46px;
	}

.fanclubMenu a .borderRight {
	border-right: 1px solid #fff;
	width: 1px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
}



/* 
	Galleryページ
	
================================================================================ */

.ngg-galleryoverview {
	width: 99%;
	margin: 15px auto 0;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box {
	width: 33%;
	float: left;
	margin: 0 0 15px;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail {
	width: 80%;
	border-radius: 5px;
	border: 2px solid #ffa1b0;
	margin: 0 auto;
	float: none!important;
	text-align: center;
}


.ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail img {
	width: 100%;
	background-color: #FFF;
	border: none!important;
	display: block;
	margin: 0px auto!important;
	padding: 0px!important;
	position: relative;
	height: auto;
}

.gallery{
	padding:12px  5px;
	width: 100%;
	margin: auto;
}

.gallery-thumbnail{
	float:left;
	width:33%;
	height:auto;
	padding-bottom:12px;
}



/* 
	アコーディオン
	
================================================================================ */
#acMenu {
	border-bottom: #ef7082 1px solid;
}

#acMenu dt {
	display: block;
	height: auto;
	line-height: 20px;
	text-align: center;
	background: #333;
	cursor: pointer;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	color: #fff;
	font-size: 14px;
}

#acMenu dd {
	background: #fffafb;
	height: auto;
	line-height: 20px;
	text-align: center;
	border-right: #ffa1b0 1px solid;
	border-left: #ffa1b0 1px solid;
	display: none;
	padding: 10px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
}

.textPink {
	color: #ef7082;
}



/* 
	ダウンロードページ
	
================================================================================ */


.wallpaperUl {
	background: #fffafb;
	padding: 10px 0 0;
}

.wallpaperUl a li {
	margin: 0 0 20px;
	width: 33%;
	float: left;
}

.wallpaperUl a li .thumImg,
.wallpaperUl a li .textArea
 {
	width: 90%;
	margin: 0 auto 10px;
	border-radius: 10px;
	overflow: hidden;
	padding: 3px;
}
	.wallpaperUl a li .thumImg {
		background: #fff;
		border: 1px solid #ccc;
	}
	.wallpaperUl a li .textArea {
		margin: 0 auto 0;
		background: #333;
		text-align: center;
		color: #fff;
		font-size: 11px;
		height: 27px;
		width: 80%;
/* 		padding: 8px 0; */
		overflow: hidden;
		line-height: 15px;
	}


.wallpaperUl a li .thumImg img {
	width: 100%;
	height: auto;
}

.wallpaperUl a li .textArea .titleH3 {
	color: #fff;
	font-size: 11px;
	height: 27px;
    overflow: hidden;
	padding: 0 10px;
	vertical-align: middle;
	display: table-cell;
		text-align: center;
		width:300px;
}


/* ===========================================================================================

	FOOTER

=========================================================================================== */


/* 
	フッターメニュー
	
================================================================================ */

.supportUl li {
	padding: 10px 10px;
	position: relative;
}
	.supportUl li {
		background: #ffffff;
	}
	.supportUl  li:nth-child(even) {
		background: #f1f1f1;
	}
	.supportUl li:after {
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -5px;
	}
		.supportUl li:after {
			border-top: 3px solid #373737;
			border-right: 3px solid #373737;
		}

.supportUl li a {
	color: #373737;
	font-size: 14px;
	text-decoration: none;
}



/* 
	COPYRIGHT
	
================================================================================ */


footer {
	background: #000000;
	padding: 15px 10px 20px;
}

.sub_footer_logo {
	width: 100%;
	border-top: 1px solid #f1f1f1;
	display: inline-block;
}

.footer_logo {
	width: 50%;
	float: left;
	text-align: right;
	padding-top: 5px;
}

.footer_logo img {
	width: 118px;
}

.footer_minitext {
	width: 50%;
	float: right;
	font-size: 10px;
}
.footer_minitext p {
	padding-top: 11px;
}

footer .topBtn {
	float: left;
	width: 50px;
	height: 30px;
	border-radius: 10px;
	background: #990000;
	overflow: hidden;
	line-height: 29px;
}

footer .topBtn a {
	display: block;
	height: 15px;
	padding: 0px 0 0px;
	text-align: center;
}

footer .topBtn a:link,footer .topBtn a:visited {
	color: #ffffff;
	text-decoration: none;
}

footer .topBtn span {
	background-position: -77px -257px;
	width: 34px;
	height: 15px;
	float: none;
	margin: 0 auto;
}


footer .copyRight {
	color: #fff;
	font-size: 10px;
	float: right;
	text-align: right;
	margin: 8px 0 0;
	line-height: 12px;
}





/* ===========================================================================================

	サブページCSS

=========================================================================================== */

/* 
	お問い合わせページ ボタン
	
================================================================================ */

.btnStyle {
	height: 38px;
	margin: 10px 0;
	text-align: center;
}
.btnStyle a,.wpcf7-submit {
	display: inline-block;
	width: 240px;
	padding: 0 10px;
	margin: 0 5px;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
	border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		-ms-border-radius: 30px;
		-o-border-radius: 30px;
	border: double 4px #bbbbbb;
	background: gradient(linear, left bottom, left top, from(#ffffff), to(#dbdbdb));
		background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#dbdbdb));
		background: -moz-gradient(linear, left bottom, left top, from(#ffffff), to(#dbdbdb));
		background: -ms-gradient(linear, left bottom, left top, from(#ffffff), to(#dbdbdb));
		background: -o-gradient(linear, left bottom, left top, from(#ffffff), to(#dbdbdb));
	text-shadow: 0px 0px 3px rgba(255,255,255,1);
}

.btnStyle a:link,
.btnStyle a:hover,
.btnStyle a:visited,
.btnStyle a:active { color: #333; text-decoration: none !important; }

.wpcf7-submit {
	margin-top: 10px;
	width: 90%;
}

/* 
	会員登録ページ
	
================================================================================ */

.regist .flow_area {
	background: #2d2929;
	padding: 10px 0;
	
}
.regist .flow_area h3 {
	text-align: center;
	padding: 5px 0;
}
.regist .flow_area p {
	font-size: 10px;
}
.regist .flow_h {
	width: 260px;
	padding: 5px 10px;
	margin: 5px auto;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	border-radius: 10px;
		-webkit-border-radius: 30px;
	color: #ff0f64;
	background: #ffffff;
}
.regist .arrow {
	color: #ff0f64;
	text-align: center;
	
	
}


.pink_center {
	color: #e5007f;
	text-align: center;
	font-size: 12px;
}

.small{
	font-size:10px;
	color:#333;
}

.frame_center {
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #bcbcbc;
	margin: 10px 10px;
	font-size: 12px;
	color: #e5007f;
	text-align: center;
}

.browncolor {
	color: #914a31;
}

.bd_b {
	border-bottom: 2px dotted #cccccc;
	padding: 10px 0;
}

.pinkborder {
	background: #ff8c9c;
	color: #ffffff;
	padding: 10px;
	text-align: center;
	border-top: 2px dotted #ffcad1;
	border-bottom: 2px dotted #ffcad1;
	font-size: 16px;
}

.mb0 {
	margin-bottom: 0 !important;
}


.ticket_icon {
	background: url("/img/sp/ticket.png") no-repeat;
	background-size: 100% 100%;
}

.ticket_title {
	background: url("/img/sp/ticket_title.png") no-repeat;
	background-size: 46px 15px;
}

.midashi {
	color: #de0683;
	font-size: 13px;
	padding-top: 20px;
	font-weight: bold;
}

.roundcurve {
	border-radius: 5px;
}

.minititle_bar {
	background: #bcbcbc;
	color: #393939;
	padding: 10px;
}


.qa_title { 
	background: #8e8e8e;
	color: #ffffff;
	padding: 10px;
}

.qa_detail { 
	background: #646464;
	color: #ffffff;
	padding: 10px;
}


.paging_box {
	margin: 10px auto 10px auto;
	text-align: center;
}

.index_paging {
	margin: 0 auto;
	padding: 0 5%;
	text-align: center;
}

.index_paging a {
	display: inline-block;
	background: none repeat scroll 0 0 #ffa6b3;
	border: 4px solid #fef0ff;
	border-radius: 10px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	color: #fff !important;
	cursor: pointer;
	font-family: "Lucida Grande","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 44px;
	margin: 0 auto 0px auto;
	overflow: hidden;
	text-align: center;
	width: 96%;
	line-height: 320%;
}

.index_paging a:nth-child(odd) {
	margin-bottom: 5px;
}


/************************************
** レスポンシブページネーション
************************************/
.pagination{
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
  clear: both;
}

.pagination,
.pagination li a {
  display: box;
  display: -webkit-box; 
  display: flex;
  display: -webkit-flex; 
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration:none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width:36px;
  min-height:36px;
  color: #333;
}

.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }

.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }

.pagination li.current a {
 background-color: #ddd;
 cursor: default;
 pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and ( max-width: 680px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 500px ) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }

  .pagination li.previous a { border-left-width: 0; }
}

@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 240px ) { /* For watches? */
  .pagination li { width: 50%;}

  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}

.width100 {
	width: 100%;
	display: inline-block;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}


.otd_back {
	background: #333;
}


.btnstyle3 a,.btnstyle3 input {
	display: block;
	height: 50px !important;
	line-height: 50px !important;
	border: 4px solid #e0e0e0;
	width: 271px;
	margin: 0px auto;
	background: transparent linear-gradient(to bottom, #3e3e3e 0%, #838383 50%, #3e3e3e 100%) repeat scroll 0% 0%;
	border-radius: 10px;
	overflow: hidden;
	color: #FFF !important;
	font-size: 14px;
	text-align: center;
}

.release .btnstyle3 input {
	height: auto !important;
}


.btnstyle4 a,.btnstyle4 input {
	margin-top:30px!important;
	display: block;
	height: 50px !important;
	line-height: 42px !important;
	border: 4px solid #e0e0e0;
	width: 271px;
	margin: 0px auto;
    background: transparent linear-gradient(to bottom, #630000 0%, #6b0000 50%, #520000 100%) repeat scroll 0% 0%;
	border-radius: 10px;
	overflow: hidden;
	color: #FFF !important;
	font-size: 14px;
	text-align: center;
}

.release .btnstyle4 input {
	height: auto !important;
}

.oubo_bt {
	color: #ffffff;
	padding: 10px 30px;
	background: #000000;
	border-radius: 5px;
	font-size: 16px;
	width: 200px;
	height: 50px;
}

.contentsCommonUl2 {
	padding: 20px 0;
}

.contentsCommonUl2 li {
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px solid #3a4670;
}

.contentsCommonUl2 li a:link {
	text-decoration: none;
	color: #8f5729;
}

.frame_box {
	width: 241px;
	height: 161px;
	background: url("image/frame.png") no-repeat;
	background-size: 242px 168px;
	padding: 5px;
	margin: 0 auto 5px auto;
	box-shadow:4px 5px 6px -5px #555555;
	-moz-box-shadow:4px 5px 6px -5px #555555;
	-webkit-box-shadow:4px 5px 6px -5px #555555;
}

.contentsCommonUl2 li:last-child { border: none; }


.contentsCommonUl3 li {
	float: left;
	width: 50%;
	padding: 15px 0;
}

.contentsCommonUl4 {
	padding-top: 15px;
}

.contentsCommonUl4 li {
	float: left;
	width: 33%;
	padding: 0px 0 10px 0;
	text-align: center;
	font-weight: bold;
}

.contentsCommonUl4 li a:link {
	text-decoration: none;
}

.contentsCommonUl4 li img {
	padding-bottom: 10px;
}

.wallpaper_area {
	width: 80%;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

.wallpaper_area p {
	padding: 10px 0;
	color: #5e443c;
}

.bd_brown {
	border: 6px solid #5e443c;
}

.bnr_space{
	text-align:center;
	padding:12px 0;
}

.bnr_space2 {
    text-align:center;
    padding:12px 0;
    width: 97%;
    margin: 0 auto;
}

.bnr_space2 img{
    width: 100%;
}


.post_in {
	padding: 10px 10px 15px 10px;
}

.top_info01{
	border: #AAA solid 1px;
    color: #FFF;
    padding: 12px;
}


.post_title {
	background: #5e443c;
	padding: 10px;
	border-radius: 10px;
	color: #ffffff;
	margin-bottom: 10px;
}

.post_day {
	font-size: 85%;
	padding: 0 0 5px 10px;
}

.post_text {
	padding: 0 10px;
}

.more_hukidashi {
	width: 296px;
	height: 62px;
	background: url("image/hukudashi.png") no-repeat center;
	background-size:296px 62px;
	display: inline-block;
	text-align: center;
	line-height: 75px;
	margin: 0 auto 20px auto;
}

a.more_hukidashi:link,a.more_hukidashi:visited {
	color :#ffffff;
	text-decoration: none;
}

.download_bt {
	width: 182px;
	height: 32px;
	background: #333333;
	padding: 3px;
	margin: 0 auto;
}

.download_bt p {
	border: 1px solid #b28f31;
	color: #ffffff;
	padding: 0px 0;
}

.download_bt a:link {
	color: #ffffff;
}

.more_bt {
    padding: 0px 10px;
    text-align: center;
}

.more_bt a {width: 100%;background: #000;border-radius: 10px;padding: 10px 0;display: block;color: #ffcc00;text-decoration: none;}

.gray_bold {
	color: #4e4e4e;
	font-weight: bold;
}

.snsbt {
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	font-size: 12px;
}

.snsbt_in {
	border: 1px dotted #cccccc;
	border-radius: 3px;
	margin: 0 50px;
	padding: 10px 0;
}

.snsbt ul {
	display: inline-block;
}

.snsbt li {
	float: left;
	padding-right: 10px;
	line-height: 100%;
}

.contentsCommonUl3 li.wd45 {
	width: 45%;
}

.contentsCommonUl3 li.wd45 img {
	width: 100%;
}

#wpcf7-f67-p68-o1 {
	padding-top: 10px;
	font-weight: bold;
}

.wpcf7-text {
	width: 95%;
	height: 40px;
}

.wd50 {
	width: 50%;
}

.f_l {
	float: left;
}

.f_r {
	float: right;
	text-align: right;
}

.dis_in {
	display: inline-block;
}

.bt_w {
	border-top: 1px solid #333;
}

.mini_bt_s {
	display: block;
	padding-right: 8px;
	padding-top: 7px;
}

.mini_bt_s a:link,.mini_bt_s a:visited {
	color: #ffffff;
	text-decoration: none;
}

.mini_bt {
	color: #ffffff;
	background: #333333;
	display: inline-block;
	float: right;
	padding: 5px;
	border-radius: 5px;
	font-size: 10px;
}

.white_ver .date {
	color: #990000 !important;
}

.white_ver li:nth-child(2n+1) {
    background-color: #ffffff !important;
}

.white_ver li:nth-child(2n) {
    background-color: #ffffff !important;
}

.white_ver li .listH3 {
    color: #333333 !important;
}

.white_ver li {
    border-bottom: 1px solid #333333 !important;
}

.white_ver li:after {
    border-right: 2px solid #333333 !important;
    border-top: 2px solid #333333 !important;
}

.date_area {
	float: left;
}

.fl_l {
	float: left;
}

.mini_cate {
	float: left;
	background: #ffde00;
	padding: 0px 1px;
	font-size: 10px;
	margin-left: 5px;
	color: #000000;
}

.bk_t a:link,.bk_t a:visited {
	color: #000000;
}

.lh1 {
	line-height: 170%;
}

.red_b {
	color: #990000;
	font-size: 10px;
	font-weight: bold;
}

.font2 {
	color: #ffffff;
	padding: 0 0 15px 0;
	font-weight: bold;
}

/* youtube */
.yt_thum {
	width: 25%;
	float: left;
}

.yt_thum img {
	width: 100%;
	height: 100%;
}

.contentsCommonUl .youtube_list .listH3 {
	width: 70%;
	float: right;
}

.contentsBlock .youtube_t {
	padding: 10px 10px !important;
}

.sb_log span {
	display: inline-block;
	padding-left: 5px;
	padding-top: 14px;
	vertical-align: top;
}

.video_box iframe {
    width: 100% !important;
}