@charset "utf-8";
/* 
CSS Information
 File name:      common.css
 Author:         Administrator
 Style Info:     Modify YUI Reset CSS, YUI Fonts CSS
 *http://yuilibrary.com/license/
 *version: 3.7.2 build: 5639
----------------------------------------------------- */
/* reset.css
****************************/

html {
	color:#000;
	background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	margin:0;
	padding:0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
	display:block;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,textarea,select {
	*font-size:100%;
}
legend {
	color:#000;
}

/* fonts.css
****************************/

body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}
select,input,button,textarea {
	font:99% arial,helvetica,clean,sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}
pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}


/* base.css
****************************/

/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	font-size: 0.1em;
}
.clearfix {display:inline-block;}
* html .clearfix {height:1px;}
.clearfix {display:block;}

/* マージン・インデント */
.mg0 {margin-top: 0px;}
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}

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

.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
/*.mb20 {margin-bottom: 20px;}*/
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb50 {margin-bottom: 50px;}

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

.m25 {
	margin-top: 25px;
	margin-bottom: 25px;
}

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

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

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

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

/* リンク */
a:link {color:#000080;}
a:visited {color:#000080;}
a:hover {text-decoration: none;}
a:active {color:#000080;}
.no_deco a {text-decoration: none;}
a:link img , a:visited img {
	opacity: 1.0; 
	filter: alpha(opacity=100); 
	-moz-opacity: 1.0;
}
a:hover img {
	opacity: 0.85; 
	filter: alpha(opacity=85); 
	-moz-opacity: 0.85;
	background: #fff;}

/* 要素設定 */
html,body {
	color: #333;
	text-align: center;
}
ul,dl,ol {
	text-indent: 0;
	list-style-position:outside;
}
th,td {
	vertical-align: top;
}
/*img {
	vertical-align: top;
}*/

/* 文字数調整 */
.elps {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

/*----------------------------------------------------
	お知らせ
----------------------------------------------------*/
.topics {
	background: #dc0000;
	color: #FFF;
	font-weight: bold;
	padding: 5px 10px;
	font-size: 123.1%;
}

.topics_box {
	border: 1px solid #dc0000;
	margin: 5px 0 10px;
	padding: 10px;
}

/*----------------------------------------------------
	テキスト系
----------------------------------------------------*/
.bld {
	font-weight: bold;
}
.sml {
	font-size: 12px;
}
.big {
	font-size: 123.1%
}
.txt_white {
	color: #FFFFFF;
}
.txt_ble {
	color: #0088c0;
}
.txt_ora {
	color: #c03f00;
}
h3.txt_white a {
	color: #FFFFFF;
}
.txt_red {
	color: #dc0000;
}
.bld {
	font-weight: bold;
}
.txt_c {
	text-align: center;
}
.txt_r {
	text-align: right;
}
.txt_l {
	text-align: left;
}
.caution {
	font-size: 18px;
	color: #dc0000;
}


/*--------------------------------------------------------------------
	サムネイル画像リサイズ
--------------------------------------------------------------------*/
.tab_thum {
	width: 240px;
	height: 230px;
	overflow:hidden;
	position:relative;
}
.pr_box_tab {
	padding: 3px 6px 5px 6px;
	margin: 0;
	position: relative;
	height: 230px;
	display: block;
}
.pr_box_tab .tab_thum img {
	max-width: 100%;
	overflow:visible;
	-ms-interpolation-mode: bicubic;
}
.tab_thum img:hover {
	opacity: 1; 
	filter: alpha(opacity=100); 
	-moz-opacity: 1;
	background: #fff;
}
.left_text a {
	display: block;
	width: 230px;
/*	height: 60px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);*/
	padding: 5px;
	position: absolute;
	bottom: 4px;
	vertical-align: bottom;
	height: 115px;
	background: url(https://img.taishu.jp/img/web/common/tabback.png) 0 bottom no-repeat;
}
.dnone {
	visibility: hidden;
	display: none;
}
.tabtitle {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	color: #FFF;
	text-decoration: none;
	position: absolute;
	bottom: 25px;
}

.abbtml {
	position: absolute;
	bottom: 3px;
	left: 6px;
}
.abbtmr {
	position: absolute;
	bottom: 3px;
	right: 6px;
}
.txt_wht {
	color: #FFF;
}
.osu01 {
	width: 86px;
	height: 86px;
	overflow:hidden;
	position:relative;
}
.osu01 img {
	max-width: 100%;
	overflow:visible;
	-ms-interpolation-mode: bicubic;
}

.pr_bpx_thum {
	width: 128px;
	height: 128px;
	overflow:hidden;
	position:relative;
}
.pr_bpx_thum img {
	max-width: 100%;
	overflow:visible;
	-ms-interpolation-mode: bicubic;
}

.aside_best10 .photo {
	width: 50px;
	height: 50px;
	overflow:hidden;
	position:relative;
}
.aside_best10 .photo img {
	max-width: 100%;
	overflow:visible;
	-ms-interpolation-mode: bicubic;
}

.detail_ph li {
	width: 120px;
	height: 120px;
	overflow:hidden;
	position:relative;
}
.detail_ph li img {
	max-width: 100%;
	overflow:visible;
	-ms-interpolation-mode: bicubic;
}


.rank03 {
	width: 86px;
	height: 86px;
	overflow:hidden;
	position:relative;
}
.rank03 img {
	max-width: 100%;
	overflow:visible;
	-ms-interpolation-mode: bicubic;
}


.bottom_ph li {
	width: 120px;
	height: 120px;
	overflow:hidden;
	position:relative;
}
.bottom_ph li img {
	max-width: 100%;
	overflow:visible;
	-ms-interpolation-mode: bicubic;
}



/*--------------------------------------------------------------------
	全体レイアウト
- -------------------------------------------------------------------*/
body {
	background: #FFF;
	color: #333;
	font: 13px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','sans-serif';
	line-height: 1.5;
}
* html body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','sans-serif';
}
#content {
	clear: both;
	width: 980px;
	min-height: 600px;
	height: auto!important;
	height: 600px;
	margin: 0 auto 30px;
	background: #FFF;
	position: relative;
	z-index: 2;
}

#wrapper {
	width: 100%;
	position: relative;
	min-height: 100%;
}
* html #wrapper {/*IE6*/
	height: 100%;
}

#wrap-btm {
	position: absolute;
	bottom: 0;
	margin: 30px 0 0 0;
	clear: both;
}


/*--------------------------------------------------------------------
	メインコンテンツ/右サイドバー
--------------------------------------------------------------------*/
#article {
	width: 640px;
	overflow: hidden;
	float: left;
	margin: 0 40px 0 0;
	background: #FFF;
	text-align: left;
}

#aside {
	float: right;
	width: 300px;
	text-align: left;
	background-color: #FFF;
}


/* -----------------------------------------------------------
	#header　ヘッダー
----------------------------------------------------------- */
header {
	width:100%;
	background: #dc0000;
}

#header {
	width: 980px;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 5px 0;
	margin: 33px auto 0 auto;
}
#header_e {
	width: 980px;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 5px 0;
	margin: 0 auto;
}
#header_top {
	overflow: hidden;
	width: 100%;
	height: 33px;
	background: #b10000;
	vertical-align: center;
	position: fixed;
	top: 0;
	left :0;
	z-index: 1000;
}
#header_top_in {
	width: 980px;
	text-align: center;
	margin: 0 auto;
}

#header .logoBlock{
	float: left;
}

#header h1 {
	line-height: 1;
}

#header h1 a:hover img ,
#header_e h1 a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	background: #dc0000;
}

#header_icon li {
	float: left;
	padding-left: 4px;
}
#header_icon span {
	display: none;
}
#header_icon li a {
	display: block;
	width: 24px;
	height: 24px;
}
#header_icon li a:hover {
opacity: 0.85;
filter: alpha(opacity=85);
-moz-opacity: 0.85;
-ms-filter: "alpha(opacity=85)";
}
#header_icon2 {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}
#header_icon2 li {
	float: left;
	margin: 4px 4px 5px 0;
}
#header_icon2 span {
	display: none;
}
#header_icon2 li a {
	display: block;
	width: 24px;
	height: 24px;
}

.icon01 {background: url(https://img.taishu.jp/img/web/common/header_icon01.gif) no-repeat left top;}
.icon02 {background: url(https://img.taishu.jp/img/web/common/header_icon02.gif) no-repeat left top;}
.icon03 {background: url(https://img.taishu.jp/img/web/common/header_icon03.gif) no-repeat left top;}
.icon04 {background: url(https://img.taishu.jp/img/web/common/header_icon04.gif) no-repeat left top;}
.icon05 {background: url(https://img.taishu.jp/rximg/sp/common/btn_fz.png) no-repeat left top; background-size:24px 24px;}
.icon06 {background: url(https://img.taishu.jp/rximg/sp/common/btn_kb.png) no-repeat left top; background-size:24px 24px;}
.icon07 {background: url(https://img.taishu.jp/rximg/sp/common/btn_hitozuma.png) no-repeat left top; background-size:24px 24px;}

#header_left {
	float: left;
	margin: 10px 0 0 0; 
}
#header_right {
	float: right;
	margin: 10px 0 0 0; 
}
#headr_top {
	width: 100%;
	position: fixed;
	background: #000;
	color:#FFF;
	font-weight: bold;
}

header .group {
	float: right;
	padding-right: 10px;
	color: #fff;
	font-size: 85%;
	font-weight: bold;
}
header .group dt,
header .group dd {
	float: left;
	height: 30px;
	line-height: 30px;
	padding-right: 5px;
}

header .group dd img {
	max-width: 24px;
	max-height: 24px;
	vertical-align: middle;
}

#header_top .chainLink {
	float: left;
	padding-top: 5px;
}

#header_top .chainLink li {
	float: left;
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
}

#header_top .chainLink li a {
	color: #fff;
}

#header_top .toptxt {
	float: left;
}

#header_top .toptxt dt,
#header_top .toptxt dd {
	float: left;
	height: 33px;
	line-height: 33px;
	color: #fff;
	font-weight: bold;
}

#header_top .toptxt a {
	color: #fff;
}

#header_top .toptxt img {
	vertical-align: text-top;
}

#header_top .toptxt dt {
	padding-right: 5px;
}

#header_top .toptxt dd {
	padding-right: 5px;
}

#header_top .toptxt .ticker {
	position: relative;
	overflow: hidden;
	width: 230px;
	text-align: left;
}

#header_top .toptxt .ticker ul {
	width: 100%;
	position: relative;
}

#header_top .toptxt .ticker ul li {
	width: 100%;
	display: none;
}

/*----------------------------------------------------
	ログイン周り
----------------------------------------------------*/
#rogin {
	font-weight:bold;
	margin: 0;
	text-align: right;
	float: right;
	line-height:30px;
	height: 30px
}
#rogin img {
	margin: 0 5px 0 0;
	vertical-align: middle;
}
#rogin a {
	color:#FFF;
	text-decoration: underline;
}
#rogin a:hover {
	color:#FFF;
	text-decoration: none;
}
#rogin a:hover img {
	background: #b10000;
}


/*----------------------------------------------------
	#wrapper
----------------------------------------------------*/
#wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}



/*----------------------------------------------------
	回り込み指定等
----------------------------------------------------*/
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.rela {
	position:relative;
}


/*----------------------------------------------------
	グローバルナビ
----------------------------------------------------*/
#nav_all {
	width: 100%;
	margin: 0 auto;
	height: 42px;
	background:#222222;
	z-index: 5000;
	position: relative;
/*	box-shadow: 0px 4px 4px -3px #cacaca inset;
	-webkit-box-shadow: 0px 4px 3px -3px #cacaca inset;
	-moz-box-shadow: 0px 4px 3px -3px #cacaca inset;
*/}

#g_nav {
	position: relative;
	margin: 0 auto;
	width: 980px;
	z-index: 6000;
}
#g_nav ul , #g_nav li {
	z-index: 6000;
}
#g_nav_btn > li {
	position: relative;
	float: left;
	height: 42px;
	border-right: 1px solid #333;
}

#g_nav_btn > li > a {
	overflow: hidden;
	display: table-cell;
	width: 85px;
	padding: 0 3px;
	height: 39px;
	line-height: 19px;
	border-bottom: 3px solid #222;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	/display: block;
	/line-height: 39px;
}

#g_nav_btn > li:first-child > a {
	width: 4em;
}

#g_nav_btn > li.current > a {
	border-color: #dc0000;
}

#g_nav_btn > li.select > a,
#g_nav_btn > li > a:hover {
	background: #000;
	border-color: #dc0000;
}

#g_nav_btn .submenu {
	position: absolute;
	display: none;
	width: 230%;
	top: 42px;
	left: 0;
	z-index: 500;
	background: #666;
}

#g_nav_btn > li:last-child .submenu {
	left: auto;
	right: 0;
}

#g_nav_btn .submenu li {
	overflow: hidden;
	width: 100%;
	background: #666;
	text-align: left;
}

#g_nav_btn .submenu li a {
	overflow: hidden;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	color: #fff;
	text-shadow: 0 1px #333;
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

#g_nav_btn .submenu li a::before {
	content: ">>";
	margin-right: .5em;
	color: #dc0000;
}

#g_nav_btn .submenu li a:hover {
	background: #777;
}


/*----------------------------------------------------
	ぱんくず
----------------------------------------------------*/
#pankuzu {
	line-height: 3;
}
#pankuzu img {
	margin: 0 10px 1px 10px;
}


/* -----------------------------------------------------------
	記事本文系テキスト
----------------------------------------------------------- */
.txt_detail {
	font-size: 123.1%;
	line-height:1.5;
	word-break: break-all;
}
.txt_detail strong {
	font-weight: bold;
}

/*----------------------------------------------------
	広告枠
----------------------------------------------------*/
#ad01 {
	margin: 15px 0 0;
	float: right;
	border: 1px solid #FFF;
	background: #FFF;
	width: 728px;
	height: 90px;
}
#ad02 {
	text-align: center;
	margin: 0 0 20px 0;
}
#ad02 img {
	width: 468px;
	height: 60px;
}
#ad_leader {
	border-top: 1px dotted #dadada;
	border-bottom: 1px dotted #dadada;
	width: 100%;
	font-size: 100%;
	margin: 10px 0;
}
#ad_leader a {
	text-decoration: none;
}
#ad_leader a:hover {
	text-decoration: underline;
}

.adLeader {
	margin: 10px 0;
	border-top: 1px dotted #dadada;
	border-bottom: 1px dotted #dadada;
}

.adLeader a {
	display: block;
	padding: 5px 2px;
	text-decoration: none;
}

.adLeader a:hover {
	background-color: #fbfbfd;
}

.adLeader em {
	font-weight: bold;
	color: #dc0000;
}

.adLeader small {
	font-size: 85%;
	color: #1B703A;
}

.adLeader span {
	font-size: 93%;
	text-decoration: underline;
}

.hr_border {
	margin-bottom: 10px;
	border-bottom: 1px dotted #dadada;
}

.hr_border + .adLeader {
	border-top: none;
}


#ad03 {
	margin: 30px 0;
}
#ad04 {
	text-align: center;
	margin: 0 0 70px 0;
}
#ad05 {
	text-align: center;
	margin: 10px auto 20px;
}

#ad06 {
	text-align: center;
	margin: 10px auto 20px;
}
#ad_rectangle_mid {
	text-align: center;
	margin: 25px 0;
}
#ad_rectangle_btm {
	text-align: center;
}
#ad_rectangle_top {
	text-align: center;
	margin: 0 0 15px 0;
}
#ad_advertorial {
	margin: 0 0 15px 0;
	width: 300px;
	overflow: hidden;
	position: relative;
}
#ad_advertorial a {
	clear: both;
	content: "";
	display: block;}
.advertoL {
	float: left;
	width: 160px;
}
.advertoR {
	float: left;
	width: 130px;
	padding: 0 5px 0;
	color: #777;
}
.advertoR em:hover {
	text-decoration: underline;
}
.advertoR em {
	font-weight: bold;
	color: #000080;
}
.ad_sidewall_left {
	display: block;
	position: absolute;
	top: 0;
	left: -180px;
}
.ad_sidewall_right {
	display: block;
	position: absolute;
	top: 0;
	left: 1000px;
}
.fix {
	position: fixed;
	margin-top: 75px;
}
.banner_left {
	position: relative;
/*	position:absolute;*/
	top: 0;
	left: 0;
}
.banner_right {
	position: relative;
/*	position:absolute;*/
	top: 0;
	left: 0;
}
ul.keyword_list {
	margin-bottom: 10px;
}

ul.keyword_list li {
	border-right: 1px solid #ccc;
	display: inline;
	margin: 0 3px;
	padding: 0 10px 0 0;
}
#segment {
	padding: 5px 0 0 0;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	margin-bottom: 15px;
}
#segment .title{
	font-size: 184%;
	margin-bottom: 1em;
}

#segment a {
	display: block;
	height:200px;
	text-decoration: none;
}

#segment a:hover {
	background-color: #fbfbfd;
}

.ofw {
	overflow:hidden;
	/zoom:1;
}


/*----------------------------------------------------
	border設定
----------------------------------------------------*/
.bor1_gly {
	border: 1px solid #bababa;
}
.bor1_gly_btm {
	border-bottom:1px dotted #333;
	padding: 0 0 30px 0;
}

/* -----------------------------------------------------------
	部分的な背景色付
----------------------------------------------------------- */
.link_field {
	background: #ebebe9;
	border-left: 8px solid #dc0000;
	font-weight: bold;
	padding: 2px 5px;
	margin: 0 0 5px 0;
	display: inline-block;
	width: 100%;
}

.bor1_red {
	margin: 0;
	padding:0;
	border: 1px solid #dc0000;
}

.bg_img01 {
	background: url(https://img.taishu.jp/img/web/common/bg_img01.png) repeat left top;
	padding: 5px;
}
.bg_img02 {
	background: url(https://img.taishu.jp/img/web/common/bg_img02.png) repeat left top;
	font-weight: bold;
	color: #FFF;
	padding: 2px 5px;
	margin: 0 0 1px 0;
	font-size: 16px;
}
.new_back {
	clear: both;
	padding: 10px 0;
	border-bottom: 2px solid #bababa;
}
.p5 {
	padding: 5px;
}


/* カテゴリアイコン */
.iconbox {
	overflow: hidden;
	float: left;
	width: 70px;
	line-height: 20px;
	margin: 0 5px 0 0;
	background: #000;
	font-size:10px;
	color: #FFF;
	text-align: center;
}

.iconbox a {
	display: block;
	color: #FFF;
}
.icon_syakai {
	background-color: #5F6EB1;
}
.icon_geino {
	background-color: #B8474D;
}
.icon_goraku {
	background-color: #8B5CA1;
}
.icon_sake {
	background-color: #719846;
}
.icon_life {
	background-color: #B2AD3E;
}
.brulee {
	background-color: #780116;
}
.icon_column , .icon_pikcup {
	background-color: #808080;
}

.iconbox.member {
	background-color: #B8AC67;
}

.pic_box_red {
	background-color: #dc0000;
	padding: 2px 0;
	font-size:10px;
	margin: 0;
	text-align: center;
	width: 70px;
	overflow: hidden;
}
.pic_box_white {
	background-color: #FFF;
	padding: 2px 20px;
	font-size:10px;
	margin: 0;
}
.pr_box_unwhite {
	padding: 3px 0 5px;
	margin: 0;
}


/* -----------------------------------------------------------
	Pick up記事（タイアップ）
----------------------------------------------------------- */
.pic_box {
	background-color: #FFF;
	font-size: 10px;
	width: 70px;
	padding: 2px 0;
	text-align: center;
	margin: 0;
}
.pr_box_un {
	border: 1px solid #cb0000;
	padding: 3px 6px 5px 6px;
	margin: 0 0 15px 0;
}
.read_more {
	font-size: 16px;
	width:100px;
	font-weight:bold;
	background:url(https://img.taishu.jp/img/web/detail/list_icon.gif) #ebebe9 no-repeat 100px center;
	padding: 4px 13px;
	margin:5px 5px 5px 0;
	float: right;
	display: block;
}
.read_more a {
	display: block;
}
.read_more a:hover {
	text-decoration: none;
}
.list_no {
	margin: 0 0 10px 25px;
	color: #dc0000;
}
.list_no li {
	list-style-type: decimal;
}

.list_no li.rxLink {
	margin-left: -25px;
	list-style-type: none;
}

.list_no li.rxLink img {
	width: 15px;
	margin-right: 10px;
	vertical-align: middle;
}
#pickup {
	height: 229px;
}
.bor1_red + #pickup {
	margin-top: .5em;
}

.pickup_back_title {
	background: url(https://img.taishu.jp/img/web/common/pickup_back_new.png) no-repeat 0 0;
	width: 681px;
	height: 80px;
	position: absolute;
	left: -16px;
}
.pickup_back_title.recruit {
	background: url(https://img.taishu.jp/img/web/common/recruit_back_new.png) no-repeat 0 0;
}
.pickup_back_title h3 {
	padding: 35px 0 0 15px;
}
.pickup_main {
	background: url(https://img.taishu.jp/img/web/common/pickup_main_back.png) no-repeat 0 0;
	top: 75px;
	padding: 5px;
	height: auto;
	border: 1px solid #dc0000;
	position: relative;
}

.new_back .txt_detail,
.pickup_main .txt_detail {
	overflow: hidden;
	min-height: 95px;
}

.new_back .articletype {
	overflow: hidden;
	padding-top: 10px;
	margin: 0;
	font-size: 11px;
}

.new_back .articletype dt {
	clear: both;
	float: left;
	width:6em;
	margin-right: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: center;
}

.new_back .articletype dd {
	margin: 0 0 10px 1em;
	margin-left: -webkit-calc(6em + 10px);
	margin-left: calc(6em + 10px);
}

.new_back .articletype dd:last-of-type {
	margin-bottom: 0;
}

.new_back .articletype dd ul {
	font-size: 0;
}

.new_back .articletype dd li {
	display: inline-block;
	margin: 0 10px 3px 0;
	font-size: 11px;
}

/*----------------------------------------------------
	aside ベスト10
----------------------------------------------------*/
#aside .aside_best10 {
	border-bottom: 1px dotted #bababa;
}
#aside .best_no {
	width: 21px;
	background-color: #EEE;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	float: left;
	margin: 10px 9px 10px 0;
	padding:0;
}

#aside .aside_best10 .icon {
	float: left;
	width: 30px;
	margin: 10px 0;
}

#aside .aside_best10 .icon img {
	max-width: 21px;
	vertical-align: middle;
}

#aside .best_no1 {
	width: 21px;
	background: url(https://img.taishu.jp/img/web/common/rank_no1.png) no-repeat 0 0;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	float: left;
	margin: 10px 9px 10px 0;
	padding:0;
}
#aside .best_no2 {
	width: 21px;
	background: url(https://img.taishu.jp/img/web/common/rank_no2.png) no-repeat 0 0;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	float: left;
	margin: 10px 9px 10px 0;
	padding:0;
}
#aside .best_no3 {
	width: 21px;
	background: url(https://img.taishu.jp/img/web/common/rank_no3.png) no-repeat 0 0;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	float: left;
	margin: 10px 9px 10px 0;
	padding:0;
}
#aside .title {
	width: 265px;
	margin: 10px 0;
	padding:0;
	float: left;
}
.movie_title {
	background: #000;
	color: #FFF;
	padding: 3px;
	font-weight: bold;
	text-align: center;
}


/*----------------------------------------------------
	aside チラリ画像
----------------------------------------------------*/
#aside .chirarismside {
	margin:0 -3px 0 0;
}

#aside .chirarismside dt {
	background: #222;
	color: #FFF;
	margin: 0 3px 5px 0;
	padding: 4px 0;
	text-align: center; 
}

#aside .chirarismside dd , #aside .chirarismside dd a {
	float: left;
	margin: 3px 3px 0 0;
	padding: 0;
	overflow: hidden;
	width: 98px;
	height: 98px;
	display: block;
}
#aside .chirarismside dd img , #aside .chirarismside dd img a {
	max-width: 100%;
	overflow:visible;
	-ms-interpolation-mode: bicubic;
}

/*----------------------------------------------------
	フッター footer
----------------------------------------------------*/
#wrap-btm {
	z-index: 0;
	margin-top: 100px;
	background-color: #ebebe9;
	clear: both;
	width: 100%;
	text-align: center;
	position: relative;
	border-top: 1px solid #bababa;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px #FFF inset, 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
#wrap-btm footer {
	background-color: #ebebe9;
	text-align: left;
	width: 980px;
	margin: 0 auto;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.0), 0 0 0 rgba(0, 0, 0, 0.1), 0 1px #FFF inset, 0 0 0 rgba(0, 0, 0, 0.0) inset;
}
#pagetop_box {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#pagetop {
	background: #ebebe9;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 9px 0;
	width: 161px;
	border-style: solid;
	border-color: #bababa #bababa #ebebe9 #bababa;
	border-width: 1px;
	box-shadow:0px 1px #ebebe9, 0px 1px #FFF inset;
}
#pagetop a {
	text-decoration: none;
	display: block;
	color: #333;
}
.footer_box {
	border-bottom: 1px solid #bababa;
	padding: 30px 0;
	box-shadow:0px 1px #FFF, 0px 1px #FFF;
}
.footer_pad30 {
	padding: 30px 0 45px 0;
}
#copy_box {
	background: #dc0000;
	width: 100%;
	box-shadow: 0px 3px 5px -3px #666 inset;
	-webkit-box-shadow: 0px 3px 4px -3px #666 inset;
	-moz-box-shadow: 0px 3px 4px -3px #666 inset;
}
#copy {
	color: #FFF;
	width: 980px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
}


/* -----------------------------------------------------------
	キャッチ広告
----------------------------------------------------------- */
.cacth_list {
	margin: 10px 0;
}

.cacth_list li {
	text-indent: 25px;
	line-height: 2.0;
	background: url(https://img.taishu.jp/img/web/common/pan_icon_big.png) no-repeat left 9px;
	border-top:1px dashed #bababa;
	font-size: 16px;
	font-weight: bold;
	display: block;
}

.cacth_list li a {
	text-decoration: none;
	display: block;
}

.cacth_list li a:hover {
	background: #f3f3f3 url(https://img.taishu.jp/img/web/common/pan_icon_big.png) no-repeat left 9px;
	display: block;
}

.cacth_list_btm {
	border-bottom:1px dashed #bababa;
	margin-bottom : 30px;
}


/*----------------------------------------------------
	タブ切り替え
----------------------------------------------------*/
.hide {
	display: none;
}
#news_tab {
	position: relative;
}

#news_tab .linkstop {
	position: absolute;
	top: 0;
	left: 321px;
}
#news_tab .links {
	position: absolute;
	top: 0;
	left: 216px;
}


#news_tab .news_box {
	position: relative;
	z-index: 50;
	padding: 0;
	margin: 0 0 15px 0;
	border: 1px solid #dc0000;
	background: #fff url(https://img.taishu.jp/img/web/common/bg_tab.png) repeat-x 4px -29px;
}

#news_tab .nav {
	position: relative;
	z-index: 100;
	overflow: hidden;
	padding-left: 4px;
	margin-bottom: -1px;
}

#news_tab .nav li,
#news_tab .links li,
#news_tab .linkstop li {
	float: left;
	width: 100px;
	margin-right: 4px;
	border: 1px solid #dc0000;
	border-bottom: none;
}

#news_tab .nav li a,
#news_tab .links li a, 
#news_tab .linkstop li a {
	position: relative;
	overflow: hidden;
	display: block;
	height: 27px;
	padding-top: 10px;
	border-bottom: 1px solid #dc0000;
	background: url(https://img.taishu.jp/img/web/common/bg_tab_off.png) repeat top;
	-moz-box-shadow: inset 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-ms-box-shadow: inset 0 1px 0 #fff;
	-o-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	text-decoration: none;
	text-align: center;
	color: #666;
	font-size: 108%;
	font-weight: bold;
	z-index: 101;
}

#news_tab .nav li a.current {
	height: 28px;
	background: url(https://img.taishu.jp/img/web/common/bg_tab.png) repeat-x top;
	border-bottom: none;
}

#news_tab .nav li a:hover,
#news_tab .links li a:hover,
#news_tab .linkstop li a:hover {
	text-decoration: underline;
}

#news_tab .nav li a.current::after {
	content: " ";
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 98px;
	height: 5px;
	background: #dc0000;
}



#news_tab .links li.presentLink,
#news_tab .linkstop li.presentLink {
	border-color: #FC00FF;
}


#news_tab .links li.presentLink a,
#news_tab .linkstop li.presentLink a {
	background: #FC00FF;
	color:#FFFFFF;
}

#news_tab .links li.keibaLink,
#news_tab .linkstop li.keibaLink {
	border-color: #207A0E;
}

#news_tab .links li.keibaLink a,
#news_tab .linkstop li.keibaLink a {
	background: #207A0E;
	color:#FFFFFF;
}

#news_tab .links li.anniversaryLink,
#news_tab .linkstop li.anniversaryLink {
	border-color: #cc0000;
}

#news_tab .links li.anniversaryLink a,
#news_tab .linkstop li.anniversaryLink a {
	background: #cc0000;
	color:#FFFFFF;
}


.read_more_tab {
	font-size: 14px;
	width:90px;
	font-weight:bold;
	background:url(https://img.taishu.jp/img/web/detail/list_icon.gif) #ebebe9 no-repeat 85px center;
	padding: 5px 8px;
	position:absolute;
	bottom:0;
	right:0;
	margin: 0;
	float: right;
	display: block;
}
.read_more_tab a {
	display: block;
	width:90px;
	text-decoration: none;
}
.read_more_tab a:hover {
	font-size: 14px;
	width:90px;
	font-weight:bold;
	padding: 5px 8px;
	background:url(https://img.taishu.jp/img/web/detail/list_icon.gif) #f5f5f5 no-repeat 85px center;
	position:absolute;
	bottom:0;
	right:0;
	float: right;
	display: block;
}

.tab_left {
	width: 240px;
	margin: 0;
	padding: 11px;
	float: left;
}

.tab_right {
	width: 350px;
	margin: 0;
	padding: 11px;
	float: right;
}

.tab_right dt {
	padding: 5px;
	margin-right: 0;
	float : left;
	clear : both;
}

.tab_right dd {
	padding: 5px 5px 5px 10px;
}

.tab_right dt:nth-of-type(odd),
.tab_right dd:nth-of-type(odd) {
	background: #ffd8d8;
}

.tab_right dd a {
	height: 20px;
	line-height: 20px;
	text-decoration: none;
}

.tab_right a:hover {
	text-decoration: underline;
}


/*----------------------------------------------------
	ページャー
----------------------------------------------------*/
ul.pageno {
	clear:both;
	text-align: center;
}

ul.pageno li {
	list-style-type: none;
	display: inline;
}

* html ul.pageno li {/*IE6*/
 display: inline;
 zoom: 1;
}

*:first-child + html ul.pageno li {/*IE7*/
 display: inline;
 zoom: 1;
}

ul.pageno li a,
ul.pageno li span {
	text-decoration: none;
	background-color:#EEE;
	display: inline-block;
	min-width: 2em;
	height: 2em;
	line-height: 2em;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	margin: 0 0 0 6px;
}

ul.pageno li a:hover {
	background-color: #dc0000;
	color: #FFF;
}
ul.pageno li.current a,
ul.pageno li.current span {
	background-color: #dc0000;
	color: #FFF;
}


/*----------------------------------------------------
	ページャー下チラリ写真
----------------------------------------------------*/
.bottom_ph { 
	margin: 0 -10px 0 0; 
}
.bottom_ph li { 
	padding: 0; 
	margin: 0 10px 0 0; 
	float: left;
	text-align: left;
	position: relative;
}
.bottom_ph li a{
	display:table-cell;
	border: none;
	font-size: 13px;
	width: 120px;
	height: 120px;
	color: #FFF;
	text-align: left;
	text-decoration: none;
}
.bottom_ph li a:hover {
	text-decoration: underline;
}
.img_box2 img {
	display: block;
	margin:0;
	padding:0;
	width: 120px;
	overflow:hidden;
}
.img_box2 a {
	color: #FFF;
	display: table-cell;
}
.img_box2 {
	max-width: 100%;
	overflow: visible;
}
.img_comment3 {
	position: absolute;
	width: 120px;
	height: 40px;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	margin: 0;
	background-color: #000;
}
.img_comment3 a {
	color:#FFF;
}
.img_comment3 a:hover {
	text-decoration: underline;
}
.opa {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


/*----------------------------------------------------
	フォーム用
----------------------------------------------------*/
.formtable {
	border: 1px solid #CCC;
	width: 100%;
	margin: 0 0 30px 0;
}
.formtable th {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #DDD;
	border-color: #CCC;
	border-image: none;
	border-style: solid ;
	border-width: 1px;
	font-weight: normal;
	padding: 15px 10px;
	vertical-align: top;
	width: 120px;
}
.formtable td {
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding: 5px 10px;
	vertical-align: middle;
}

.inputbox {
	margin: 0 auto;
	text-align: center;
	width: 430px;
}
.inputbtn {
	width: 200px;
	height: 40px;
	border-top: 1px solid #ccc;  
	border-right: 1px solid #999;  
	border-bottom: 1px solid #999;  
	border-left: 1px solid #ccc;  
	padding: 5px 20px;  
	font-weight: bold;  
	cursor: pointer;  
	color: #666;  
	font-size: 16px;
	margin: 10px auto;
	display: block;
	text-align: center;
    text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa;  
    -webkit-box-shadow: 1px 1px 2px #E7E7E7;  
    -moz-box-shadow: 1px 1px 2px #E7E7E7;
    background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);  
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.inputimg {
	text-align: center;
	margin-bottom: 30px;
}

.inputimg input:hover ,
.member_btn input:hover {
	opacity: 0.85; 
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	background: #fff;
}

/*----------------------------------------------------
	フォーム用
----------------------------------------------------*/
input:focus ,
textarea:focus {
	background-color: #ffffcc;
}


/*----------------------------------------------------
	動画再生ボタン
----------------------------------------------------*/
.movebtn {
	width: 200px;
	height: 40px;
	line-height: 40px;
	margin: 30px auto;
	text-indent: 20px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #73a220), color-stop(0.00, #a2d93f));
	background: -webkit-linear-gradient(top, #a2d93f 0%, #73a220 95%);
	background: -moz-linear-gradient(top, #a2d93f 0%, #73a220 95%);
	background: -o-linear-gradient(top, #a2d93f 0%, #73a220 95%);
	background: -ms-linear-gradient(top, #a2d93f 0%, #73a220 95%);
	background: linear-gradient(top, #a2d93f 0%, #73a220 95%);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-top: 1px solid #ccc;  
	border-right: 1px solid #999;  
	border-bottom: 1px solid #999;  
	border-left: 1px solid #ccc;
}
.movebtn a {
	display: block;
	width: 200px;
	height: 40px;
	text-decoration: none;
	color: #FFF;
}
.movebtn a:hover {
	display: block;
	text-decoration: underline;
}
.move_bk {
	display: block;
	width: 200px;
	height: 40px;
	background: url(https://img.taishu.jp/img/web/common/move_bk.png) no-repeat 85% 50%;
}
.move_bk a:hover {
	display: block;
	background: url(https://img.taishu.jp/img/web/common/move_bk.png) no-repeat 85% 50%;
	opacity: 0.75; 
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75;
}
/*----------------------------------------------------
	会員登録ボタン
----------------------------------------------------*/
p.btn02.mb20 a {
    border-color: #dc0000;
    background: #dc0000;
    display: block;
    height: 3em;
    line-height: 3em;
    border: 1px solid #B10000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    /* background: #B10000; */
    -moz-box-shadow: inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
    -webkit-box-shadow: inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
    -ms-box-shadow: inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
    -o-box-shadow: inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
    box-shadow: inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
    color: #fff;
    font-size: 123.1%;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
p.btn02.mb20 a:hover {
    opacity: 0.80;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
}
p.btn.clr01 a:hover {
    opacity: 0.80;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
}
p.btn.clr01 a {
    width: 160px;
    height: 35px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #ccc;
    padding: 5px 20px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    line-height: 2.5;
    color: #666;
    font-size: 16px;
    margin: 10px auto;
    display: block;
    text-align: center;
    text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa;
    -webkit-box-shadow: 1px 1px 2px #E7E7E7;
    -moz-box-shadow: 1px 1px 2px #E7E7E7;
    background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

p.leavebtn.clr01 a {
    display: block;
    height: 3em;
    line-height: 3em;
    border: 1px solid #d29292;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: #f16d6d;
    -moz-box-shadow: inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
    -webkit-box-shadow: inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
    -ms-box-shadow: inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
    -o-box-shadow: inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
    box-shadow: inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
    color: #fff;
    font-size: 123.1%;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    width: 200px;
    margin: 10px auto;
}   
p.leavebtn.clr01 a:hover {
    opacity: 0.80;
filter: alpha(opacity=80);
-moz-opacity: 0.80;
}

.leavebtn input[type="submit"] {
     display: block;
    height: 3em;
    line-height: 3em;
    border: 1px solid #d29292;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: #f16d6d;
    -moz-box-shadow: inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
    -webkit-box-shadow: inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
    -ms-box-shadow: inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
    -o-box-shadow: inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
    box-shadow: inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
    color: #fff;
    font-size: 123.1%;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    width: 240px;
    margin: 10px auto;
}
.leavebtn input[type="submit"]:hover {
    opacity: 0.80;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
}
p.btn.clr01 input[type="submit"] {
    background: url(https://img.taishu.jp/img/web/common/submit_btn.png) no-repeat;
    width: 200px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
    display: block;
    border: none;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}
p.btn.clr01 input[type="submit"]:hover {
    opacity: 0.80;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
}
p.btn.clr01 {
    margin: 0 0 10px;
}
p.leavebtn.clr01 {
    display: inline-block;
    width: 25%;
    text-align: center;
}

.leave_btn {
    /* display: inline-block; */
    /* width: 100%; */
    text-align: center;
}

/*----------------------------------------------------
	SNSボタン
----------------------------------------------------*/
.socialBtn {
	margin: 0;
/*	border-top: 1px dotted #c9c9c9;
	border-bottom: 1px dotted #c9c9c9;
*/
	padding: 0 0 5px 0;
	clear: both;
	width: 225px;
}
.socialBtn .tweet,
.socialBtn .hatena,
.socialBtn .g-plusone,
.socialBtn .facebook_share,
.socialBtn .facebook_like {
	display: block;
	float: left;
	margin-right:10px;
	height:26px;
}
.socialBtn .facebook_like {
	width:70px; !important
}


/*shadowboxの被り修正*/
#sb-container {
	z-index: 99999!important;
}


/* 新SNSボタン */
.newSnsBox {
	margin: 10px 0;
}

.newSnsBox ul {
	display: -moz-box;
	display: -webkit-box;
	display: box;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	background: -moz-linear-gradient(top, #fff, #fff 50%, #e3e3e3);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.5, #fff), to(#e3e3e3));
	background: linear-gradient(top, #fff, #fff 50%, #e3e3e3);
}

.newSnsBox li {
	width: 33.3%;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}

.newSnsBox li a {
	display: block;
	padding: 10px 0;
	text-align: center;
}

.newSnsBox li.new_line a {
	background: #00c300;
	border-right: 1px solid #ccc;
}
.newSnsBox li.new_gplus a {
	background: #d64937;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
}

.newSnsBox li.new_twitter a {
	background: #09a7e1;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
}

.newSnsBox li.new_facebook a {
	background: #1f559e;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
}


.newSnsBox li.new_pocket a {
	background: #EB4254;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
}


.newSnsBox li.new_hatena a {
	background: #0F9BE8;
	border-left: 1px solid #fff;
}

.newSnsBox li a span {
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 auto;
	background-image:url(https://img.taishu.jp/img/sp/common/new_sprite_sns.png);
	background-repeat: no-repeat;
	background-size: auto 24px;
	text-indent: -9999px;
}

.newSnsBox li.new_line a span {
	background-position: left center;
}

.newSnsBox li.new_facebook a span {
	background-position: -26px center;
}

.newSnsBox li.new_twitter a span {
	width: 26px;
	background-position: -52px center;
}

.newSnsBox li.new_gplus a span {
	background-position: -78px center;
}

.newSnsBox li.new_hatena a span {
	background-position: -104px center;
}

.newSnsBox li.new_pocket a span {
	background-position: -130px center;
}





/*----------------------------------------------------
	エラーページ
----------------------------------------------------*/
#errorbox {
	display: table-cell;
	margin-top: 50px;
	height: 550px;
	text-align: center;
	vertical-align: middle;
	width: 980px;
	background: url(https://img.taishu.jp/img/web/common/500x500.jpg) 50% 50px no-repeat;
}
.exbig {
	text-align: center;
	font-size: 300%;
	font-weight: bold;
}


/*----------------------------------------------------
	トップページ インタビュー
----------------------------------------------------*/
#interbox {
	margin: 0;
	background:#f7f7f7;
	padding:3px;
}
.interbox_l {
	width: 315px;
	float: left;
}

.interbox_r {
	width: 315px;
	float: right;
}
.interbox_txt {
	overflow:hidden;
	/zoom:1;
	position: relative;
}
.txt_name {
	font-size: 123.1%;
}
.intertxt {
	font-size: 123.1%;
	min-height:106px;
}
.interline {
	border: 0;
	border-bottom: 1px dotted #BABABA;
	margin: 5px auto 10px auto;
	width: 100%;
}
.fn {
	font-size: 123.1%;
}
.intertitle {
	font-size: 16px;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.btm {
	position:absolute;
	bottom: 0;
	right: 0;
}

.sub_tl {
    border-bottom: 3px dotted #BABABA;
    font-size: 123.1%;
    font-weight: bold;
    margin: 0 0 10px;
    width: 98%;
}

.movie_right {
	width: 315px;
	float: left;
	margin: 0;
}

#sidemenu {
	height: 210px;
	position: fixed;
	right: 0;
	top: 200px;
	z-index:1;
}
#side_facebook {
	margin-bottom 10px;
}

.btn01 {
	margin: 15px;
	text-align: center;
}

.btn01 a {
	display: inline-block;
	width: 50%;
	padding: 15px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	background: #dc0000;
	color: #fff;
	text-decoration: none;
	font-size: 123.1%;
}

.btn01 a[href*="facebook.com"] {
	background: #3a5795;
}
.btn01 a[href*="twitter.com"] {
    background-color: #55acee;
}

/*----------------------------------------------------
	トップスライドバナー
----------------------------------------------------*/
#slide {
	width: 640px;
	height: 211px;
	position: relative;
	margin: 0 auto 15px auto;
}

#slide #list li {
	position: absolute;
	top: 0;
	left: 0;
}

#slide #navi li a.current,
#slide #navi li a:hover {
	background: #999;
}

.standard2 > div {
	overflow: hidden;
	width: 300px!important;
	height: 250px!important;
}

.standard2 > div:first-child {
	float: left;
}

.standard2 > div:nth-child(2) {
	float: right;
}

/*----------------------------------------------------
	テキスト広告レクタングル
----------------------------------------------------*/
.rectTxt {
	position: relative;
	overflow: hidden;
	width: 294px;
	padding: 3px 3px 47px;
	margin: 25px 0;
	background: #dc0000 url(https://img.taishu.jp/img/web/common/logo_recruit.png) no-repeat center 210px;
	-moz-background-size: auto 30px;
	-webkit-background-size: auto 30px;
	background-size: auto 30px;
}

.rectTxt ul {
	overflow: hidden;
	width: 100%;
	height: 200px;
	background: #fff;
}

.rectTxt li {
	position: relative;
	height: 100px;
}

.rectTxt li a {
	display: block;
	overflow: hidden;
	width: 284px;
	height: 69px;
	padding: 5px 5px 25px;
	border-bottom: 1px solid #dc0000;
	text-decoration: none;
	color: #000;
}

.rectTxt li a:hover {
	background: #fef8f8;
}

.rectTxt li em {
	display: block;
	overflow: hidden;
	height: 69px;
	font-size: 85%;
	line-height: 23px;
}
.rectTxt li a em strong {
	font-size: 116%;
	font-weight: bold;
	color: #000080;
}

.rectTxt li span {
	position: absolute;
	right: 5px;
	bottom: 5px;
	display: block;
	padding: 0 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #b10000;
	background: #dc0000;
	color: #fff;
	text-align: center;
	font-size: 93%;
}

.rectTxt li a:hover span {
	right: 4px;
	bottom: 4px;
}

/*----------------------------------------------------
	ニュースタブ下テキスト広告
----------------------------------------------------*/
.adText li {
	float: left;
	overflow: hidden;
	width: 50%;
	margin-bottom: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	font-weight: bold;
	color: #b10000;
}

.adText li::before {
	content: "[求人] ";
}

/*----------------------------------------------------
	サブカテゴリ
----------------------------------------------------*/
ul.subCategory {
	margin: 10px 0;
}

ul.subCategory li {
	overflow: hidden;
	display: table;
	float: left;
	width: 120px;
	height: 4.6em;
	line-height: 1.3;
	margin: 0 10px 5px 0;
}

ul.subCategory li:nth-child(5n) {
	margin-right: 0;
}

ul.subCategory li a,
ul.subCategory li span {
	display: table-cell;
	padding: 0 10px;
	border: 1px solid #c8c8c8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 1px 1px 0 rgba(255,255,255,0.8) inset, -1px -1px 0 rgba(255,255,255,0.8) inset;
	-webkit-box-shadow: 1px 1px 0 rgba(255,255,255,0.8) inset, -1px -1px 0 rgba(255,255,255,0.8) inset;
	-ms-box-shadow: 1px 1px 0 rgba(255,255,255,0.8) inset, -1px -1px 0 rgba(255,255,255,0.8) inset;
	-o-box-shadow: 1px 1px 0 rgba(255,255,255,0.8) inset, -1px -1px 0 rgba(255,255,255,0.8) inset;
	box-shadow: 1px 1px 0 rgba(255,255,255,0.8) inset, -1px -1px 0 rgba(255,255,255,0.8) inset;
	text-align: center;
	vertical-align: middle;
	font-size: 93%;
	text-decoration: none;
}

ul.subCategory li a {
	color: #06f;
}

ul.subCategory li a:hover {
	text-decoration: underline;
}

/*ピックアップ*/
.pickupItem {
	position: relative;
	float: left;
	width: 300px;
	height: 250px;
}

.pickupItem a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.pickupItem + .pickupItem {
	float: right;
}

.pickupItem a:hover {
	opacity: 0.85;
	text-decoration: none;
}

.pickupItem img {
	min-width: 100%;
	min-height: 100%;
	z-index: 1;
}

.pickupItem strong {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	overflow: hidden;
	display: block;
	width: 90%;
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
	padding: 10px;
	background: rgba(0,0,0,0.5);
	font-size: 131%;
	font-weight: bold;
	color: #fff;
}

/*関連記事*/
.articleList01 {
	margin-bottom: 15px;
}

.articleList01 li {
	float: left;
	width: 50%;
	margin-bottom: 10px;
}

#aside .articleList01 li {
	float: none;
	width: 100%;
	margin-bottom: 0;
}

.articleList01 li a {
	display: block;
	overflow: hidden;
	height: 70px;
	padding: 10px 0;
	border-bottom: 1px dotted #bababa;
	font-size: 116%;
}

#aside .articleList01 li a {
	height: auto;
	font-size: 100%;
}

.articleList01 li:nth-child(odd) a {
	margin-right: 5px;
}

.articleList01 li:nth-child(even) a {
	margin-left: 5px;
}

.articleList01 li .thumb {
	display: block;
	overflow: hidden;
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 10px;
}

.articleList01 li .thumb img {
	max-width: 100%;
	min-height: 100%;
}

.articleList01 li strong {
	display: block;
	overflow: hidden;
}

.articleList01.nextPager li.next .thumb {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

/*この記事が気に入ったら「いいね！」*/
.fbLikeBox {
	clear: both;
	margin-bottom: 20px;
	background: #666;
	color: #fff;
}

.fbLikeBox .thumb {
	overflow: hidden;
	float: left;
	width: 300px;
	height: 180px;
}

.fbLikeBox .thumb img {
	width: 100%;
	min-height: 100%;
}

.fbLikeBox > div {
	overflow: hidden;
	height: 140px;
	padding: 20px 10px;
	text-align: center;
	font-size: 108%;
}

.fbLikeBox > div .like {
	font-weight: bold;
	font-size: 116%;
}

.fbLikeBox > div .btn01 {
	margin-top: 20px;
}

