/*
THEME NAME: 梅PCテーマ201504
THEME URI: http://footballchannel.jp
DESCRIPTION: フットボールチャンネル PCテーマ
VERSION: 1.0.0
AUTHOR:  umezawa
AUTHOR URI: http://gunners.jp
*/

.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}

/* 
hihyoweb Stylesheet
v2.0.1
Last Updated: 2014-02-24
Author: toshifumi.urayama
Editor: toshifumi.urayama
Twitter: @t_urayama
*/

/* -----------
1.reset
----------- */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

hr {
	clear: both;
	margin: 1em 0;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
	font-family: meiryo, "メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Helvetica;
}

h1 {font-size: 2em;}
h2 {font-size: 1.5em;}
h3,h4 {font-size: 1.125em;}
h5,h6 {font-size: 1em;}

h1,h2,h3,h4,h5,h6,p {margin: 0 0 1em 0;}


/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

a {
	color: #1D3994;
	text-decoration: none;
	outline:none;
	/* CSS3 transitions working only for modern browsers */
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: color 0.3s ease;
}

a:link {
	color: #e50068;
	text-decoration: none;
	/* CSS3 transitions working only for modern browsers */
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: color 0.3s ease;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #e50068;
	/* CSS3 transitions working only for modern browsers */
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: color 0.3s ease;
}

a, a:link, a:hover, a:active, a:visited, img {
border: 0;
vertical-align: bottom;
}

/*イメージリンク*/
a {outline:none;}


/* 押したとき */
a:active img {
	top:1px;
	left:1px;
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

/* -----------
2.wrapper
----------- */

body {
	background: #fff;
}

.sha {
	background: #fff;
	border:1px solid #ccc;
/*
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
*/
}

div#wrapper {
	width: 100%;
}

.home div#wrapper {
	width: 100%;
}

/* background: url(img/background_jack_20130708.png) no-repeat center 160px fixed;
 */

/* -----------
3.header
----------- */

div#headerinfo {
	width: 100%;
	margin: 0;
}

div#headerinfo_inner {
	width: 1050px;
	margin: 0 auto;
	overflow: hidden;
	background:#4d4e50;
}

div.info {
	float: left;
	width: 600px;
}

div.info ul {
	margin: 6px 0;
	padding: 0;
	list-style-type: none;
}

div.info ul li {
	float: left;
}

div.snsbtn {
	float: right;<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Ffootballchannels&amp;send=false&amp;layout=standard&amp;width=290&amp;show_faces=true&amp;font=segoe+ui&amp;colorscheme=dark&amp;action=like&amp;height=80&amp;appId=552249021456395" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:290px; height:80px;" allowTransparency="true"></iframe>
	width: 300px;
}

div.snsbtn ul {
	list-style-type: none;
	margin: 2px;
	padding: 0;
}

div.snsbtn ul li {
	float: right;
	margin-left:3px;
}
div.snsbtn #h_srh #srchBox{
	background:none;
	border:none;
	width:auto;
}
div.snsbtn #h_srh #srchBox #srchBtn{
  height: 24px;
  width: 3em;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background: #fff;
  border: 1px solid #ccc;
  line-height: 24px;
}
div.snsbtn #h_srh #srchBox #srch{
	padding:0;
	margin:0;
}
div.snsbtn #h_srh #srchBox img{
	display:none;
}
/* -----------
4.navigation
----------- */

div#navigation {
	width: 100%;
	overflow: hidden;
	margin-bottom: 0;
}

div#navigation header {
	width: 1050px;
	margin: 0 auto;
	overflow: hidden;
	background:#fff;
}

div#navigation div#title_area {
	width: 270px;
	float: left;
}

div#navigation div#title_area h1 {
	margin: 5px 0;
	font-size: 10px;
	font-weight: normal;
}

div#navigation div#title_area span {
	margin: 5px 0;
	font-size: 10px;
}

div#navigation div#title_area div#title_logo {
}

div#navigation div#head_ad {
	float: right;
	width: 728px;
	height: 90px;
	padding: 5px 0 5px 0;
}

#grovalnav {
	clear: both;
	float: left;
	font: normal 13px meiryo, Arial, Helvetica, Sans-serif;
	overflow: hidden;
	width: 100%;
	margin: 0;
}

#grovalnav ul {
	width: 1050px;
	margin:0 auto;
	padding:0;
	list-style:none;
	background:#4d4e50;
	overflow:hidden;
}

#grovalnav ul li {
	float:left;
}

#grovalnav ul li a {
	float: left;
	color:#fff;
	padding: 10px 15px;
	text-decoration:none;
	background:#4d4e50;
}

#grovalnav ul li.gn_h img{
	width:18px;
}

#grovalnav ul li.gn_h a{
	padding: 8px 15px 12px;
}
#grovalnav ul li.gn_h.topactive a{
    color: #fff;
	background: #e51373;
}

#grovalnav li ul {
	background:#4d4e50;
	left: -999em;
	margin: 35px 0 0;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#grovalnav li ul a {
	background: none;
	border: 0 none;
	margin-right: 0;
	padding: 10px 15px;
	width: 130px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
}

#grovalnav ul li a:hover,
#grovalnav ul li:hover > a {
	color: #fff;
	background:#e50068;
}

#grovalnav li ul a:hover, 
#grovalnav ul li li:hover > a  {
    color: #fff;
	background: #e51373;
}

#grovalnav li:hover ul {
	left: auto;
}

#grovalnav li li ul {
	margin: -1px 0 0 160px;
	visibility:hidden;
}

#grovalnav li li:hover ul {
	visibility:visible;
}

div.breaking{
	background:#e51373;
	width:1026px;
	padding:0 12px;
	margin:auto;
	margin-bottom:10px;
}
div.breaking h3{
	font-size:1em;
	font-weight:normal;
	margin-bottom:0;
	color:#fff;
}
div.breaking a{
	color:#fff;
	display:block;
}
/* -----------
5.container
----------- */
div.teams{
	background:#e51373;
	text-align:center;
	margin-bottom:14px;
}
div.teams img{
	width: 48px;
	margin: 0 0.7em;
}
div#container {
	width: 1050px;
	clear: both;
	margin: 0 auto;
	padding-bottom: 2em;
}
/*BVB*/
#skin_bvb_l{background:url(img/logo/bvb_bg_l.png) no-repeat left top fixed;}
.skin_bvb_r{background:url(img/logo/bvb_bg_r.png) no-repeat right top fixed;}
#headerinfo_inner.bvb{background:#fde100;color:#000;}
#grovalnav ul.bvb{background:#fde100;color:#000;}
#grovalnav ul.bvb li a{background:#fde100;color:#000;}
#grovalnav ul.bvb li a:hover{background:#000;color:#fde100;}
#skin_bvb_l a:link,#skin_bvb_l a:visited{color:#000;}
#skin_bvb_l a:hover{color:#fde100;}
/*REAL*/
#skin_real_l{background:url(img/logo/real_bg_l.png) no-repeat left top fixed;}
.skin_real_r{background:url(img/logo/real_bg_r.png) no-repeat right top fixed;}
#headerinfo_inner.real{background:#00529f;color:#febe10;}
#grovalnav ul.real{background:#00529f;color:#febe10;}
#grovalnav ul.real li a{background:#00529f;color:#febe10;}
#grovalnav ul.real li a:hover{background:#febe10;color:#00529f;}
#skin_real_l a:link,#skin_real_l a:visited{color:#00529f;}
/*FCB*/
#skin_fcb_l{background:url(img/logo/fcb_bg_l.png) no-repeat left top fixed;}
.skin_fcb_r{background:url(img/logo/fcb_bg_r.png) no-repeat right top fixed;}
#headerinfo_inner.fcb{background:#004d98;color:#a50044;}
#grovalnav ul.fcb{background:#a50044;color:#004d98;}
#grovalnav ul.fcb li a{background:#a50044;color:#edbb00;}
#grovalnav ul.fcb li a:hover{background:#004d98;color:#edbb00;}
#skin_fcb_l a:link,#skin_fcb_l a:visited{color:#a50044;}
/*JUV*/
#skin_juv_l{background:url(img/logo/juv_bg_l.png) no-repeat left top fixed;}
.skin_juv_r{background:url(img/logo/juv_bg_r.png) no-repeat right top fixed;}
#headerinfo_inner.juv{background:#000;color:#fff;}
#grovalnav ul.juv{background:#000;color:#fff;}
#grovalnav ul.juv li a{background:#000;color:#fff;}
#grovalnav ul.juv li a:hover{background:#000;color:#f5b400;}
#skin_juv_l a:link,#skin_juv_l a:visited{color:#000;}
/*INT*/
#skin_int_l{background:url(img/logo/int_bg_l.png) no-repeat left top fixed;}
.skin_int_r{background:url(img/logo/int_bg_r.png) no-repeat right top fixed;}
#headerinfo_inner.int{background:#1266ab;color:#000;}
#grovalnav ul.int{background:#1266ab;color:#000;}
#grovalnav ul.int li a{background:#1266ab;color:#fff;}
#grovalnav ul.int li a:hover{background:#000;color:#a39261;}
#skin_int_l a:link,#skin_int_l a:visited{color:#1266ab;}
/*MIL*/
#skin_mil_l{background:url(img/logo/mil_bg_l.png) no-repeat left top fixed;}
.skin_mil_r{background:url(img/logo/mil_bg_r.png) no-repeat right top fixed;}
#headerinfo_inner.mil{background:#fb090b;color:#000;}
#grovalnav ul.mil{background:#fb090b;color:#000;}
#grovalnav ul.mil li a{background:#fb090b;color:#000;}
#grovalnav ul.mil li a:hover{background:#000;color:#fb090b;}
#skin_mil_l a:link,#skin_mil_l a:visited{color:#fb090b;}
/*MANU*/
#skin_manu_l{background:url(img/logo/manu_bg_l.png) no-repeat left top fixed;}
.skin_manu_r{background:url(img/logo/manu_bg_r.png) no-repeat right top fixed;}
#headerinfo_inner.manu{background:#da020e;color:#ffe500;}
#grovalnav ul.manu{background:#da020e;color:#ffe500;}
#grovalnav ul.manu li a{background:#da020e;color:#ffe500;}
#grovalnav ul.manu li a:hover{background:#ffe500;color:#da020e;}
#skin_manu_l a:link,#skin_manu_l a:visited{color:#da020e;}
/*CHE*/
#skin_che_l{background:url(img/logo/che_bg_l.png) no-repeat left top fixed;}
.skin_che_r{background:url(img/logo/che_bg_r.png) no-repeat right top fixed;}
#headerinfo_inner.che{background:#034694;color:#fff;}
#grovalnav ul.che{background:#034694;color:#fff;}
#grovalnav ul.che li a{background:#034694;color:#fff;}
#grovalnav ul.che li a:hover{background:#fff;color:#034694;}
#skin_che_l a:link,#skin_che_l a:visited{color:#034694;}
/*ARS*/
#skin_ars_l{background:url(img/logo/ars_bg_l.png) no-repeat left top fixed;}
.skin_ars_r{background:url(img/logo/ars_bg_r.png) no-repeat right top fixed;}
#headerinfo_inner.ars{background:#ef0107;color:#023474;}
#grovalnav ul.ars{background:#ef0107;color:#023474;}
#grovalnav ul.ars li a{background:#ef0107;color:#fff;}
#grovalnav ul.ars li a:hover{background:#023474;color:#9c824a;}
#skin_ars_l a:link,#skin_ars_l a:visited{color:#ef0107;}
/*LIV*/
#skin_liv_l{background:url(img/logo/liv_bg_l.png) no-repeat left top fixed;}
.skin_liv_r{background:url(img/logo/liv_bg_r.png) no-repeat right top fixed;}
#headerinfo_inner.liv{background:#d00027;color:#fff;}
#grovalnav ul.liv{background:#d00027;color:#fff;}
#grovalnav ul.liv li a{background:#d00027;color:#fff;}
#grovalnav ul.liv li a:hover{background:#fff;color:#00a398;}
#skin_liv_l a:link,#skin_liv_l a:visited{color:#d00027;}
/* -----------
6.contents
----------- */

div#contents {
	clear: both;
}

/* -----------
7.maincontents
----------- */

div#maincontents {
	float: right;
	width: 730px;
	margin: 0;
}

div#slider {
	height: 200px;
	margin: 0 0 20px 0;
	padding: 0;
}

div#entries,
div#entries2 {
	width: 730px;
	margin: 0 0 20px 0;
	overflow:hidden;
}

div#ratest_entries,
div#kanren,
div#neta {
	width: 355px;
	float: left;
	margin: 0 15px 0 0;
}

div#ratest_entries_co {
	width: 390px;
	float:left;
	margin: 0 15px 0 0;
}

div#home-pickup,
div#odai,
div#ratest_entryies_single,
div#worldnews {
	width: 355px;
	float: right;
	margin: 0;
}
div#home-pickup{
	border:1px solid #ccc;
	padding: 10px;
	width: 708px;
}
div#eplayer {
	width:300px;
	float:right;
	margin:0;
}

div#ratest_entries ul,
div#kanren ul,
div#ratest_entryies_single ul,
div#ratest_entries_co ul {
	list-style-type: none;
	margin: 0 15px 15px 15px;
	padding: 0;
	font-size: 90%;
}

div#ratest_entries ul li,
div#kanren ul li,
div#ratest_entryies_single ul li {
	margin: 7px 0;
}

div#ratest_entries_co ul li {
	margin: 7px 0;
	border-bottom: 1px dotted #ccc;
}

.title_head_double_btn,
.title_head_single,
.title_head_side_btn {
	background: url(img/title_back.png) repeat-x;
	height: 25px;
	position: relative;
	margin: 0 0 10px;
}

.title_head_double,
.title_head_side,
.title_head_single {
	background:#e51373;
}
#entries2 h2{
	background:#e51373;
	margin-bottom:0;
}
#entries2 h2 span{
	margin-left:6px;
	padding-left:6px;
	color:#fff;
	font-size:14px;
	border-left:6px solid #fff;
}

.title_head_side_fbst {
	background: url(img/title_back_fbst.png) repeat-x;
	height: 25px;
	margin: 0 0 10px;
}

.title_head_double_btn img,
.title_head_double img,
.title_head_side img,
.title_head_side_btn img,
.title_head_single img {
	padding: 0 0 9px 7px;
}

.title,
.title_head_single h2,
.title_head_side h3,
.title_head_side_btn h3 {
	background: url(img/pink.png) no-repeat;
	height: 25px;
}

div#kanren h2.title,
div#ratest_entries_co h2.title,
div#taikai h2.title {
	font-size: 13px;
	font-weight: bold;
	/*text-shadow: 0px 1px 3px #888;*/
}

div#taikai h3,
div#taikai h4 {
	margin:0;
	/*text-shadow: 0px 1px 3px #888;*/
}

.link_btn {
	text-align:right;
}

div#odai h3 {
	margin: 0 15px 0 15px;
	background-color: #ccc;
}

div#odai_innner {
	margin: 0 15px 15px 15px;
	padding: 10px;
	background-color: #efefef;
	border: 1px solid #ccc;
}

div#odai_text h4 {
	font-size: 26px;
	margin: 3px 0 3px 3px;
	/*text-shadow: 1px 1px 1px #888;*/
}
/*New entries*/
#content_box{
	overflow:hidden;
	font-family: "メイリオ","Hiragino Kaku Gothic ProN", sans-serif;
	margin-bottom:22px;
}
#content_box h2{
	background:#182148;
	padding:2px 4px;
	font-size: 1em;
	font-weight:normal;
}
#content_box h2 span{
	color:#fff;
	border-left:6px solid #e51373;
	padding-left:6px;
	font-size:14px;
}
#entries2.jr h2{
	background:#182148;
	padding:2px 4px;
	font-size: 1em;
	font-weight:normal;
}
#entries2.jr h2 span{
	color:#fff;
	border-left:6px solid #e51373;
	padding-left:6px;
	font-size:14px;
}
#content_box h2.clm{
	background:#e51373;
}
#content_box h2.clm span{
	border-left:6px solid #182148;
}
#content_box .singlelist{
	overflow:hidden;
	padding:0 10px 10px 10px;
	border-bottom:2px dotted #999;
	margin-bottom:1em
}
#content_box .singlelist .thumb{
	float:left;
	margin-right:8px;
	width:120px;
	text-align:center;
}
#content_box .singlelist .text{
	float:left;
	max-width: 582px;
}
#content_box .singlelist .text .posttitle a{
	display:block;
	color:#e50068;
	font-size:16px;
	margin-bottom:6px;
}
#content_box .singlelist .text .description{
	color:#888;
	font-size:0.9em;
	line-height:14px!important;
	display:block;
}
#content_box .singlelist .text .tag {
	margin-left:10px;
}
#content_box .singlelist .text .tag a {    
    display: inline-block;
    height: 14px;
    line-height: 14px;
    position: relative;
    margin: 0 16px 8px 0;
    padding: 0 10px 0 12px;
    background: #eacc00;    
    -webkit-border-bottom-right-radius: 3px;    
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;    
    border-top-right-radius: 3px;
    color: #000;
    font-size: 10px;
    text-decoration: none;
    }
#content_box .singlelist .text .tag a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -7px;
  width: 0;
  height: 0;
  border-color: transparent #eacc00 transparent transparent;
  border-style: solid;
  border-width: 7px 7px 7px 0;     
}

#content_box .singlelist .text .tag a:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  float: left;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
p.readmore{
	margin:0;
	padding:0;
	background:none;
}
p.readmore a{
	color:#e50068;
}
.readmore img{
	vertical-align:middle;
	margin-right:0.5em;
}
/* -----------
7-2.tokusyu bana
----------- */

div#tokusyu,
div#ydn_top1,
div#ydn_top2 {
	margin-bottom: 20px;
}

/* -----------
7-2.category_ratest
----------- */

div#category_ratest {
	margin: 0 0 20px 0;
	padding-bottom: 5px;
}

.category_list_box {
	margin: 0 5px 10px 15px;
	clear: both;
	overflow: hidden;
}

.category_list {
	width: 345px;
	float: left;
	background-color: #efefef;
	padding-bottom: 32768px;  
	margin: 0 10px -32768px 0;
}

.category_list_title {
	background-color: #ccc;
	position: relative;
	height: 20px;
}

.category_list_title img{
	padding-bottom: 5px;
}

.link_text {
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 90%;
}

.category_list ul {
	list-style-type: none;
	margin: 0 15px 15px 15px;
	padding: 0;
	font-size: 90%;
}

.category_list ul li {
	margin: 5px 0;
	clear: both;
}

.cate_img {
	margin: 0;
	padding: 0;
	width: 100px;
	float: left;
}

.cate_title {
	margin: 0 0 0 110px;
	padding: 0;
}

div.entry,
div#conftop,
div#taikai {
	margin: 0 0 20px 0;
}

div#taikai_box {
	margin: 5px 0 0 15px;
}

div.taikai_inner {
	width:200px;
	float:left;
	margin: 0 10px 0 0;
}

div#conftop {
	background-color: #efefef;
}

div#taikai {

}

div#conftop_inner {
	margin: 20px 30px;
	padding-bottom: 20px;
}

/* -----------
7-3.single
----------- */

.breadcrumb {
	border-bottom: #c6c6c6 1px solid;
	margin: 0;
	padding: 8px;
	overflow: hidden;
	/*text-shadow: 1px 1px 1px #999;*/
	background-color: #f8f8f8;
}

.breadcrumb li{
  float: left;
  list-style: none;
}
 
.breadcrumb li+li:before{
	margin: 0 8px;
	content: ">";
}

div#title_box {
	margin: 10px 30px 15px 30px;
	border-bottom: 1px dotted #ccc;
}

.entry_title {
	line-height: 1.2;
	margin: 0.5em 0;
	padding-top :0.5em;
	font-size: 26px;
	font-weight: bold;
	/*text-shadow: 1px 1px 0px #CCC;*/
}

.author_name{
	line-height: 1.2;
	margin: 0.5em 0;
	font-size: 20px;
	font-weight: bold;
	/*text-shadow: 1px 1px 0px #CCC;*/
}

p.description {
	font-weight: bold;
}

span.entry_data {
	font-size: 0.9em;
	color: #444;
}

p.entry_data,
p.author {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	/*text-shadow: 1px 1px 0px #CCC;*/
	margin: 0;
}
.entry_data span {
}

.sns_single_top {
	margin: 10px 0;
}

.entry_body {
	margin: 0 40px 15px 40px;
}

.entry_zassi_body {
	padding: 0 15px;
	margin-bottom: 1em;
}

.entry_body h2 {
	/*text-shadow: 1px 1px 0px #CCC;*/
	font-weight: bold;
	border-left: 6px solid #AAA;
	padding-left: 5px;
	clear: both;
}

.entry_body h3 {
	margin-bottom: 0.5em;
	clear: both;
}

#entry_titlebox {
	padding: 0;
	margin-bottom: 2em;
}

h1.author_name {
	font-size: 100%;
	color: #000;
	font-weight: bold;
	/*text-shadow: 1px 1px 0px #CCC;*/
	margin: 0;
}

article p.description {
	font-size: 80%;
	font-weight: bold;
}

div.description p {
	font-size:80%;
}

div.profile {
	border: 1px solid #DDD;
	margin: 0.5em 0 1em;
	padding: 0.2em 1em;
	font-size: 80%;
}

h3.author {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	/*text-shadow: 1px 1px 0px #CCC;*/
	margin: 0;
}

#zassi_title {
	overflow: hidden;
	margin: 1em 0 0.2em 0;
}

#hyoshi {
	width: 240px;
	float: left;
}

#zassi_description {
	width: 370px;
	float: right;
}

div.sns_single_bottom {
	border-top: 1px dotted #ccc;
	padding-top: 1em;
	padding-bottom: 20px;
	margin: 15px 25px 5px 25px;
}

/* -----------
7-4.archives
----------- */

div#category_archives_wrap ,
div#archives_wrap {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

div#category_archives_wrap h1,
div#archives h1 {
	margin: 20px;
	font-size: 1.3em;
	/*text-shadow: 1px 1px 1px #999;*/
	font-weight: normal;
}

div#archives h1.author_name,
div#archives h1.category_name,
div#category_archives_wrap h1.category_name {
	margin: 20px 0;
}

div#category_archives,
div#archives {
	margin-bottom: 20px;
}

.ca_box,
.archives_box {
	clear: both;
	border-bottom: 1px solid #ccc;
	padding: 15px 15px 5px 15px;
	overflow: hidden;
}

.ca_box:nth-child(even) {
	background-color: #e8e8e8;
}

.archives_box:nth-child(even) {
	background-color: #e8e8e8;
}

.ca_thumbs,
.archives_thumbs {
	float: left;
	width: 120px;
}

.contents_title {
	margin: 0 0 0 130px;
	font-size: 1.2em;
	/*text-shadow: 1px 1px 1px #999;*/
	font-weight: normal;
}

.contents_summary {
	margin: 0 0 0 130px;
}

p.readmore {
	margin: 0 0 0 130px;
	text-align: right;
	padding: 0;
}

/* -----------
7-5.oshirase
----------- */

div#oshirase {
	clear: both;
}

div#oshirase ul {
	list-style-type: none;
	margin: 0 15px 15px 20px;
	padding: 0 0 15px 0;
	font-size: 90%;
}

div#oshirase ul li {
	margin: 3px 0;
}

div.sns {
	border-top: 1px dotted #ccc;
	padding-top: 5px;
}

/* -----------
7-4.archives
----------- */

/*ad_facebook*/

.fb-comments {
	margin: 5px 0;
}
.comments{
	border:1px solid #ccc;
	margin-bottom:1em;
}
.comments h3{
	background:#192248;
	color:#fff;
	font-size:14px;
	padding-left:8px;
}
.comments p{
	padding:1em;
}
#ad_facebook {
	width: 680px;
	margin: 10px auto 20px;
}

#ad_facebook_inner {
	overflow: hidden;
}

#ad_half {
	width: 336px;
	padding: 0;
	margin: 0;
	float: left;
}

#fbbox {
	width: 336px;
	padding: 0;
	float: right;
}

span.date {
	color: #888;
	margin: 0 0 0 5px;
	font-size: 0.9em;
	vertical-align: top;
	line-height: 1.3;
}

span.recent {
	color: red;
	font-weight: bold;
	margin: 0 0 0 5px;
	font-size: 0.9em;
	vertical-align: top;
	line-height: 1.3;
}

/*
div.yarpp-related {
	font-size: 90%;
	padding: 0 32px;
	margin-bottom: 2em;
}

div.yarpp-related p {
	margin: 0 0 0.2em 0;
}
*/

div#rakuten {
	width: 630px;
	margin: 1.5em 30px 0 30px;
}

/* -----------
8.subcontents
----------- */

div#side_wrap {
	float: left;
	width: 320px;
	font-size: 90%;
	margin: 0;
}

div#side {
	width: 300px;
}
#latest_post{
	background:#000;
	padding:4px;
	margin-bottom:1em;
}
#latest_post h2{
	color:#fff;
	background:#e51373;
	font-size:14px;
	padding:0 4px;
	margin-bottom:0;
}
#latest_post ul{
	list-style:none;
	padding:0;
	margin:0;
	line-height:2em;
}
#latest_post ul li .flag{
	display:inline-block;
	margin: 0 4px;
}
#latest_post ul li .flag img{
	vertical-align:middle;
}
#latest_post ul li .time{
	color:#e51373;
	display:inline-block;
	margin-right:4px;
}
#latest_post ul li.ev{
	background:#444;
}
#latest_post ul li a{
	color:#fff!important;
	display:inline-block;
}
/* -----------
8-1.ad
----------- */

div#side_ad1,
div#side_ad2,
div#side_ad3,
div#side_bana1,
div#side_bana2,
div#onlineshop,
div#osusume,
div#sns_count,
.self_banner_300 {
	margin-bottom: 20px;
	line-height: 0;
}

div#ranking,
div#fsta_rank,
div#search {
	margin-bottom: 20px;
}

div#osusume div.title_head_side_btn {
	margin: 0;
}

div#sns_count ul {
	line-height: 1;
	margin: 0;
	padding: 0;
}

div#sns_count ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size: 1em;
}

div#sns_count ul li#facebook_count{
	padding: 10px 5px;
	background-color: #3B5998;
	color: #fff;
}

div#sns_count ul li#facebook_count a {
	display: block;
	padding: 15px 8px;
	background-color: #3B5998;
	color: #fff;
}

div#sns_count ul li#twitter_count {
	padding: 15px 8px;
	background-color: #4099FF;
}

div#sns_count ul li#facebook_count a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	text-decoration: none;
}

div#sns_count ul li#facebook_count span {
	font-size: 1.6em;
	font-weight: bold;
}


/*magazine_ratest*/
div#magazine_ratest {
	margin: 0 0 15px 0;
}

div#magazine_ratest ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#magazine_ratest ul li {
	margin: 0 0 10px 0;
	float: left;
}

div#magazine_ratest ul li.mg_left {
	margin: 0 5px 10px 0;
}

/*ranking*/

div#ranking ol {
	margin: 0;
	padding: 0 15px 15px;
	list-style-type: none;
}

div#fsta_rank ol {
	margin: 0;
	padding: 0 15px 15px 30px;
}

div#ranking ol li {
	padding: 5px 0 5px 35px;
	border-bottom: 1px solid #cccccc;
}

div#fsta_rank ol li {
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #cccccc;
}

div#ranking ol li a,
div#fsta_rank ol li a {
	display: block;
}

div#ranking ol li a:hover,
div#fsta_rank ol li a:hover {
	color:#ff0099;
	background:rgba(255,255,255,0.5);
}

div#ranking ol li:last-child,
div#fsta_rank ol li:last-child {
	border-bottom: 0px;
}

li#rank1 {
	background: url(img/no1.png) no-repeat 0px 0px;
}

li#rank2 {
	background: url(img/no2.png) no-repeat 0px 0px;
}

li#rank3 {
	background: url(img/no3.png) no-repeat 0px 0px;
}

li#rank4 {
	background: url(img/no4.png) no-repeat 0px 0px;
}

li#rank5 {
	background: url(img/no5.png) no-repeat 0px 0px;
}

li#rank6 {
	background: url(img/no6.png) no-repeat 0px 0px;
}

li#rank7 {
	background: url(img/no7.png) no-repeat 0px 0px;
}

li#rank8 {
	background: url(img/no8.png) no-repeat 0px 0px;
}

li#rank9 {
	background: url(img/no9.png) no-repeat 0px 0px;
}

li#rank10 {
	background: url(img/no10.png) no-repeat 0px 0px;
}


#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index: 10;
	opacity: 0.8;
	filter: alpha(opacity=80)
}
#pagetop a {
	background: #666;
	text-decoration: none;
	text-indent: -9999px;
	background: #666 url(img/pageup.png) no-repeat center center;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	display: block;
	border-radius: 10px;
}
#pagetop a:hover {
	text-decoration: none;
	background: #999 url(img/pageup.png) no-repeat center center;
}

/* -----------
9.footer
----------- */

#footer {
	clear: both;
	width: 100%;
	color: white;
	font-size: 80%;
	background: rgb(69,72,77);
	background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
}

/*magazine*/

div#magazine {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	padding: 1.5em 0;
}

div#magazine h5#magazine_title {
	margin: 0.5em 0 1em 0.5em;
}

div#magazine_inner {
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: black;
	overflow: hidden;
}

div#hihyo_newest {
	width: 300px;
	margin: 0 10px;
	float: left;
}

div#hihyo_newest_cover {
	width: 110px;
	float: left;
}

div#hihyo_newest_text {
	width: 190px;
	float: left;
}

div#samit_newest {
	width: 300px;
	margin: 0 10px;
	float: left;
}

div#samit_newest_cover {
	width: 110px;
	float: left;
}

div#samit_newest_text {
	width: 190px;
	float: left;
}

div#teiki {
	width: 300px;
	margin: 0 8px 0 10px;
	float: left;
}

div#magazine h5 {
	/*text-shadow: 0px 1px 2px rgba(255,255,255,0.7);*/
}

span.magazine_data {
	
}

footer {
	width: 1020px;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 2em 0;
}

#footer ul {
	list-style-type: none;
	margin: 1em 0 1em 0;
	overflow: hidden;
	padding: 0;
}

#footer ul li {
	float: left;
	padding-right: 10px;
}

#footer ul li+li {
	border-left: 1px solid #efefef;
	padding-left: 10px;
}

#footer ul li a,
#footer p a {
	color: white;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

p.footer_info {
	border-bottom: 1px solid #efefef;
	padding-bottom: 1em;
}



/* others */

/*btn*/
a.btn{
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1;
  font-weight: normal;
  font-family: sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  background-color: #73B10E;
  background-image: -webkit-linear-gradient(top, #76b60e 0%, #86c028 48%, #73B10E 49%, #73B10E 82%, #84cb10 100%);
  background-image: -moz-linear-gradient(top, #76b60e 0%, #86c028 48%, #73B10E 49%, #73B10E 82%, #84cb10 100%);
  background-image: -o-linear-gradient(top, #76b60e 0%, #86c028 48%, #73B10E 49%, #73B10E 82%, #84cb10 100%);
  background-image: linear-gradient(top, #76b60e 0%, #86c028 48%, #73B10E 49%, #73B10E 82%, #84cb10 100%);
  border-color: hsl(83, 29%, 37%);
  -webkit-box-shadow: inset 0 0 1px 1px #95e512, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #95e512, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #95e512, 0 0 1px 3px rgba(0, 0, 0, 0.15);
/*  -webkit-text-shadow: 1px 1px 1px #365207;
  -moz-text-shadow: 1px 1px 1px #365207;
  -o-text-shadow: 1px 1px 1px #365207;
  text-shadow: 1px 1px 1px #365207;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
}

a.btn strong {
  letter-spacing: 1px;
  font-size: 16px;
}

a.btn:hover {
  color: #FFFFFF;
  background-color: #7cbf0f;
  background-image: -webkit-linear-gradient(top, #7fc40f 0%, #8fcc2b 48%, #7cbf0f 49%, #7cbf0f 82%, #8dd911 100%);
  background-image: -moz-linear-gradient(top, #7fc40f 0%, #8fcc2b 48%, #7cbf0f 49%, #7cbf0f 82%, #8dd911 100%);
  background-image: -o-linear-gradient(top, #7fc40f 0%, #8fcc2b 48%, #7cbf0f 49%, #7cbf0f 82%, #8dd911 100%);
  background-image: linear-gradient(top, #7fc40f 0%, #8fcc2b 48%, #7cbf0f 49%, #7cbf0f 82%, #8dd911 100%);
  border-color: hsl(83, 28%, 36%);
  -webkit-box-shadow: inset 0 0 1px 1px #9eed1e, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #9eed1e, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #9eed1e, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  /*-webkit-text-shadow: 1px 1px 1px #3f6008;
  -moz-text-shadow: 1px 1px 1px #3f6008;
  -o-text-shadow: 1px 1px 1px #3f6008;
  text-shadow: 1px 1px 1px #3f6008;*/
}

a.btn:active {
  color: #FFFFFF;
  background-color: #6aa30d;
  background-image: -webkit-linear-gradient(top, #649a0c 0%, #73B10E 100%);
  background-image: -moz-linear-gradient(top, #649a0c 0%, #73B10E 100%);
  background-image: -o-linear-gradient(top, #649a0c 0%, #73B10E 100%);
  background-image: linear-gradient(top, #649a0c 0%, #73B10E 100%);
  padding: 5px 10px;
}


/*nextpage*/
.nextpage {
	padding: 0.8em;
	outline: 1px solid #DDD;
	font-weight: bold;
	margin: 1.5em auto;
	background: #EFEFEF;
	width: 480px;
	text-align: center;
	border-top: 1px solid white;
	clear: both;
}

.nextpage p {
	margin: 0;
	padding: 0;
}

/*pager*/
ul.pager {
	clear: both;
	margin: 0 0 1.5em 0;
	padding: 0;
	font: 100% Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 90%;
}
ul.pager li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
ul.pager li strong {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	padding: 0.25em 0.4em;
	background-color: #EEEEEE;
	border: 1px #CCCCCC solid;
}
ul.pager li a {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	padding: 0.25em 0.4em;
	border: 1px #CCCCCC solid;
}

ul.pager li a:link,
ul.pager li a:visited {
	border-color: #CCCCCC;
	color: #0033FF;
}
ul.pager li a:hover,
ul.pager li a:active {
	border-color: #003399;
	background-color: #003399;
	color: #FFFFFF;
}

p.pager {
	clear: both;
	margin: 0 0 1.5em 0;
	padding: 0;
	font: 100% Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 100%;
}
p.pager span {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	padding: 0.25em 0.8em;
	border: 1px #CCCCCC solid;
}
p.pager a span {
	display: inline;
	border: 0 none;
	padding: 0;
}
p.pager a {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	padding: 0.25em 0.8em;
	border: 1px #1A2650 solid;
	color: #1A2650;
	background-color: #bbb;
}
p.pager a:hover {
	border-color: #003399;
	background-color: #003399;
	color: #FFFFFF;
}



.pagination {
	clear: both;
	margin: 0 0 1.5em 0;
	padding: 0;
	font: 100% Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 100%;
}

.pagination .current {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	padding: 0.25em 0.8em;
	border: 1px #CCCCCC solid;
}

.pagination span {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	padding: 0.25em 0.8em;
	border: 1px #CCCCCC solid;
	margin: 0 2px;
}
.pagination a {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	padding: 0.25em 0.8em;
	border: 1px #1A2650 solid;
	color: #1A2650;
	margin: 0 3px;
	background-color: #bbb;
}
.pagination a:hover {
	border-color: #003399;
	background-color: #003399;
	color: #FFFFFF;
}


/*photo*/

div.photo_s {
	width: 190px;
	float: right;
	padding: 5px;
	margin: 0 0 10px 10px;
	overflow: hidden;
	border: 1px solid #ccc;
}

div.photo_s p {
	font-size: 75%;
	margin: 0;
}

div.photo_zu {
	width: 230px;
	float: right;
	padding: 5px;
	margin: 0 0 10px 10px;
	overflow: hidden;
	border: 1px solid #ddd;
}

div.photo_zu p {
	font-size: 75%;
	margin: 0;
}

div.photo_movie {
	width: 310px;
	float: right;
	padding: 5px;
	margin: 0 0 10px 10px;
	overflow: hidden;
	border: 1px solid #ddd;
}

div.photo_eplayer {
	width: 225px;
	float: right;
	margin: 10px;
	overflow: hidden;
}

div.photo_movie p {
	font-size: 75%;
	margin: 0;
}

div.photo_main {
	padding: 1em;
	margin: 1em 0;
	text-align: center;
	overflow: hidden;
	outline: 1px solid #DDD;
	border-top: 1px solid white;
	background: #F0F0F0;
}

div.photo_main p {
	font-size: 75%;
	margin: 0;
}



.textwidget {
	display: inline-block;
}

.sns *,
.sns_single_top *,
.sns_single_bottom * {
	vertical-align: top;
}

.wp-caption {
	margin: 1em auto;
	padding: 10px;
	border: 1px solid #ccc;
	text-align: center;
}
.aligncenter {
	margin: 1em auto;
}
p.wp-caption-text {
	margin-bottom: 0;
	font-size: 0.8em;
}
#author_titlebox .description p a {
	text-decoration: underline;
}

div.quote {
	margin: 0.8em auto;
	padding: 15px 15px 0 15px;
	background: #f5f5f5;
	border: 1px solid #ccc;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*text-shadow: 0 1px white;*/
}

div.quote blockquote {
	margin: 0;
	padding: 0;
}

div.quote p.cite {
	text-align: right;
	padding-right: 2em;
}

div.quote ul,
div.quote ol {

}

div.feed {
	padding: 1em;
	margin: 1em 0;
	overflow: hidden;
	outline: 1px solid #DDD;
	border-top: 1px solid white;
	background: #F0F0F0;
}

div.feed input {
	width: 100%;
	padding: 3px;
	background-color: #F6F6F6;
	border: solid 1px #D5D5D5;
}

div.club {
	width: 600px;
	font-size: 90%;
	margin: 1em 0;
	overflow: hidden;
}

div.club div.club_logo {
	width: 100px;
	float: left;
}

div.club div.club_text {
	width: 500px;
	float: right;
}


/* table幅の指定・隣接するセルのボーダーを重ねて表示 */
table {
        border-collapse: collapse;
        font-size: 85%;
        border-spacing: 0;
        width: 100%;

}


/* thの指定 */
table th {
        font-weight: normal;
        background: linear-gradient(#F0F0F0,#FAFAFA);
        background: gradient(linear,0 0,0 bottom,from(#F0F0F0),to(#FAFAFA));
        background: -webkit-gradient(linear,0 0,0 bottom,from(#F0F0F0),to(#FAFAFA));
        /* CSS3 PIE独自プレフィックス */
        -pie-background: linear-gradient(#F0F0F0,#FAFAFA);
        /* behaviorスクリプトPIE.htcのパス */
        behavior: url(/demo/demo008/PIE.htc);
        border:1px solid #BFBFBF;
        text-align: center;
        padding: 0.4em;
}

/* tr tdの指定 */
table tr td {
        background-color: #FFFFFF;
        border:1px solid #BFBFBF;
        text-align: left;
        padding: 0.4em;
}

#jounior {
	border: 3px double #aaa;
	padding: 0.2em;
	margin-bottom: 1em;
}

#exfa {
	margin-bottom: 1em;
}

/* form */

.wpcf7 {
	background-color: #eee;
	margin: 0;
}

.wpcf7 form {
	margin:5px 10px;
}

.wpcf7 dd {
	margin: 5px 0 5px 20px;
}

.wpcf7-text, textarea, .wpcf7-select{
	border:1px solid #777;
	padding: 5px;
	color: #999;
	background: #fff;
     
/* Webkit */
	background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#eee),
        to(#fff)
        );
     
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #eee,
        #fff
        );
     
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}

.wpcf7-text, textarea, .wpcf7-select{
    border:1px solid #777;
    padding: 5px;
    color: #999;
    background: #fff;
    border-radius: 5px;
     
    /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#eee),
        to(#fff)
        );
    -webkit-border-radius: 5px;
     
    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #eee,
        #fff
        );
    -moz-border-radius: 5px;
     
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}


.wpcf7-text, textarea, .wpcf7-select{
    border:1px solid #777;
    padding: 5px;
    color: #999;
    background: #fff;
    border-radius: 5px;
     
    /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#eee),
        to(#fff)
        );
    -webkit-border-radius: 5px;
     
    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #eee,
        #fff
        );
    -moz-border-radius: 5px;
     
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}


.wpcf7-text, textarea, .wpcf7-select{
    border:1px solid #777;
    padding: 5px;
    color: #000;
    background: #fff;
    border-radius: 5px;
     
    /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#eee),
        to(#fff)
        );
     
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
     
    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #eee,
        #fff
        );
     
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
     
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}

.wpcf7-submit{
    border:1px solid #777;
    padding: 4px 10px;
    color: #fff;
    cursor: pointer;
    background: #428ec9;
    border-radius: 5px;
     
/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#99c9e5),
        to(#428ec9)
        );
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
         
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #99c9e5,
        #428ec9
        );
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
     
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ff99c9e5,endColorstr=#ff428ec9);
    zoom: 1;
}


.kekka {
	overflow: hidden;
	margin: 2em 0;
}

.kekka ul {
	font-size: 90%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.kekka li {
	border-bottom: 1px dotted #ccc;
}

.kekka strong {
	color:#ff0066;
	font-weight:normal;
}

.pc_none {
	display:none;
}

.sp_none {
	display:none;
}

ul#ra_ent_box {

}

ul#ra_ent_box dl {
	margin: 0;
	overflow: hidden;
}

div#ratest_entries ul#ra_ent_box {
	margin-bottom: 0;
}

div#ratest_entries ul#ra_ent_box li {
	overflow: hidden;
	margin: 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

ul#ra_ent_box li dl dt {
	width:90px;
	margin: 0;
	float:left;
}

ul#ra_ent_box li dl dd {
	padding-left:90px;
	margin: 0;
}

div#ra_ent_box {
	margin: 0 12px;
	font-size: 90%;
}

.ra_ent {
	margin: 5px 0;
	border-bottom: 1px dotted #ccc;
	clear:both;
	overflow: hidden;
	padding-bottom: 5px;
}
.ra_ent_thum {
	width: 90px;
	float: left;
}
.ra_ent_title {
	width: auto;
	float: none;
	overflow: hidden;
}

div#ratest_entries ul#ra_ent_box {
	margin-bottom: 0;
}

div#ratest_entries ul#ra_ent_box li {
	overflow: hidden;
	margin: 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

ul#ra_ent_box li dl dt {
	width:90px;
	margin: 0;
	float:left;
}

ul#ra_ent_box li dl dd {
	padding-left:90px;
	margin: 0;
}

.select_title span {
font-weight: bold;
font-size: 15px;
}

#m_archive {
	margin:0 0 10px 10px;
}


#jack_left {
	position:fixed;
	top:0px;
	left:50%;
	margin-left:-1030px;
	z-index:1;
}
#jack_right {
	position:fixed;
	top:0px;
	left:50%;
	margin-left:530px;
	z-index:1;
}

#jack_left a:focus img,
#jack_left a:hover img,
#jack_right a:focus img,
#jack_right a:hover img {
	filter:alpha(opacity=100); /*IE*/
	-moz-opacity:1; /*Older Firefox*/
	opacity:1; /* Modern Browsers*/
}

.comment {
	margin:1em 2em;
}

.comment h2#com {
	font-size:90%;
}

#asplogo {
	text-align:right;
}

/* 関連記事 横並び5列用 */
.yarpp-related {
	
}
.yarpp-related-horizontal {
	margin: 15px 0 2em;
	padding: 0 25px;
}
.yarpp-related-horizontal h3 {
	margin: 0 0 5px 0;
}
.yarpp-related-horizontal ol {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.yarpp-related-horizontal li {
	display: table-cell;
	width: 20%;
	vertical-align: top;
}
.yarpp-related-horizontal a {
	display: block;
	margin: 0 1px;
	padding: 4px;
	border: 1px dotted #ccc;
	text-align: center;
}
.yarpp-related-horizontal a:hover {
	border: 1px solid #000;
}
.yarpp-thumbnail {
	display: table;
	width: 100%;
	margin-bottom: 5px;
	text-align: center;
	vertical-align: middle;
	background: #eee;
}
.yarpp-thumbnail span {
	display: table-cell;
	vertical-align: middle;
}
.yarpp-thumbnail img {
	margin: 0 auto;
}
.yarpp-thumbnail-title {
	display: block;
	text-align: left;
	font-size: 0.85em;
}


/* スライダー */
#slider {
	background: #000;
	overflow; hidden;
}
#slider_thumnb_display {
	width: 300px;
	height: 200px;
	float: left;
	overflow: hidden;
}
#slider_list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#slider_list li {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#slider_list li a {
	display: block;
	margin: 0;
	padding: 6px 6px 0 6px;
	height: 44px;
	font-size: 12px;
	color: #fff;
	background: #000;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#slider_list li a:hover,
#slider_list li a.active {
	color: #fff;
	background: #e51373;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.slider_thumnb {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

.goal-com {
	text-align: right;
}

/* 最新ニュース 20140127 */
.hotnews_list {
	display: table;
	margin: 0;
	padding: 0 30px;
}
.hotnews_list:after{content:"";clear:both;display:block;}
.hotnews_list li {
	display: table-cell;
}
.hotnews_list li a {
	display: block;
	width: 136px;
	min-height: 180px;
	margin: 0 1px 5px 3px;
	padding: 10px;
	border: 1px dotted #1D3994;
	list-style: none;
}
.hotnews_list li a:hover {
	border: 1px solid #1D3994;
}
.hotnews_thumbs {
	display: table;
	margin: 0 auto 10px;
	text-align: center;
}
.hotnews_thumbs div {
	display: table-cell;
	height: 80px;
	text-align: center;
	vertical-align: middle;
}
.hotnews_title {
	margin: 0;
	font-size: 14px;
	/*text-shadow: 1px 1px 1px #999;*/
	font-weight: normal;
	line-height: 1.5;
}
.hotnewslink {
	color: #E51372;
}

/* 人気記事ランキング 追加機能 */
#ranking_tab {
	overflow: hidden;
	margin: 0 0 5px;
	padding: 3px 0 0 0;
	text-align: center;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #ffffff 1%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#e5e5e5 100%);
	background: linear-gradient(to bottom, #ffffff 1%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
#ranking_tab li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#ranking_tab a {
	width: 70px;
	margin: 0 3px;
	padding: 5px 0 2px;
	display: inline-block;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	font-size: 13px;
	line-height: 1.2;
	background: #e5e5e5;
	box-shadow: 0 0 3px #aaa;
}
#ranking_tab a.active {
	border-top: 3px solid #F73092;
	border-bottom: 1px solid #fff;
	background: #fff;
	font-weight: bold;
}
#ranking_yesterday,
#ranking_7days,
#ranking_iine {
	display: none;
}
#iine_ranking strong {
	color: #F09;
}
#iine_ranking #rank1 strong {
	font-size: 1.5em;
}
#iine_ranking #rank2 strong {
	font-size: 1.3em;
}
#iine_ranking #rank3 strong {
	font-size: 1.1em;
}

#home_middle_ad {
	margin: 0 auto 20px auto;
	height:90px;
	width:728px;
}

#pickup_list {
	margin: 0;
	font-size: 90%;
}

#newzia_connect {
	margin: 0 40px 15px 40px;
}
#newzia_connect ul {
	padding: 0;
}
#newzia_connect li {
	margin-bottom: 0.7em;
	list-style-type: none;
	line-height: 1.3;
}
#newzia_connect div {
	display: none;
}


/* ワールドカップ特集 */

.special-worldcup-header {
	background: #000;
}
.special-worldcup-menu ul {
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
}
.special-worldcup-menu li {
	display: table-cell;
	width: 16.6%;
}
.special-worldcup-menu li a {
	display: block;
	padding: 10px;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 1;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	/*text-shadow: 0px 1px 0px #fff;*/
	background: #e5e5e5;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
.special-worldcup-menu li span {
	display: block;
	padding: 10px;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 1;
	color: #999;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	/*text-shadow: 0px 1px 0px #fff;*/
	background: #efefef;
}
.entry_worldcup section {
	padding-bottom: 15px;
}
.entry_worldcup table a {
	text-decoration: underline;
}
.worldcup-country-list ul {
	display: table;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.worldcup-country-list li {
	display: table-cell;
	list-style-type: none;
	padding: 0 20px;
}
.worldcup-country-list li a {
	display: block;
}
.worldcup-country-list li span {
	display: block;
	text-align: center;
	margin: 3px 0;
}
.worldcup-country-list img {
	box-shadow: 0 0 7px #aaa;
}
.worldcup-
.standings {
	width: 50px;
	text-align: center;
	font-weight: bold;
}
.worldcup-standings .score {
	width: 36px;
	text-align: center;
}
.worldcup-country-summary {
	overflow: hidden;
}
.worldcup-country-flag {
	float: left;
	padding-right: 15px;
}
.worldcup-country-flag img {
	border: 1px solid #ddd;
}
.worldcup-country-summary p {
	overflow: hidden;
}
.worldcup-country-manager {
	float: left;
	padding-right: 15px;
}
.worldcup-country-manager-summary {
	overflow: hidden;
}
.worldcup-country-spotlight th,
.worldcup-country-spotlight td {
	vertical-align: top;
	background: none;
	border: 0 none;
	padding: 0 10px 15px 0;
}
.worldcup-country-spotlight h3 {
	font-size: 1.2em;
}
#worldcup-top-standings {
	overflow: hidden;
}
#worldcup-top-standings h1 {
	font-size: 1em;
}
#worldcup-top-standings ul {
	margin: 0;
	padding: 0;
}
#worldcup-top-standings li {
	list-style-type: none;
	margin: 0.5em 0;
	padding: 0;
}
.worldcup-top-standings-frame {
	float: left;
	width: 170px;
	padding: 0 0 20px 30px;
}
.worldcup-top-standings-frame:nth-of-type(3n+1) {
	width: 250px;
}
.worldcup-top-standings-frame h2 {
	margin: 0 0 10px;
}
.worldcup-top-standings-frame img {
	margin-right: 5px;
}
.flag-icon img {
	border: 1px solid #ddd;
}
#worldcup-top-supporter-title,
#worldcup-top-supporter1,
#worldcup-top-supporter-new {
	width: 730px;
	margin: 0 0 20px 0;
}
.worldcup-top-supporter-first {
	padding: 10px 20px 20px;
}
ul.worldcup-supporter-list {
	overflow: hidden;
	margin: 0;
	padding: 15px 0 0 0;
}
ul.worldcup-supporter-list li {
	float: left;
	margin: 0 0 25px 39px;
	padding: 0;
	list-style-type: none;
}
.supporter-readmore a {
	display: table;
	width: 190px;
	height: 126px;
	-webkit-transition: opacity 0.5s; /*Safari,Chrome*/
	-o-transition: opacity 0.5s; /*Opera*/
	-moz-transition: opacity 0.5s; /*Firefox*/
	transition: opacity 0.5s; /*CSS3 Real Property*/
}
.supporter-readmore a:hover {
	filter:alpha(opacity=50); /*IE*/
	-moz-opacity:0.5; /*Older Firefox*/
	opacity:0.5; /* Modern Browsers*/
}
.supporter-readmore a span {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.2;
	background: #ddd;
	text-align: center;
	font-weight: bold;
}

.buzz-news {
	display: table;
	padding: 0;
	margin: 0 auto;
}
.buzz-news li {
	display: table-cell;
	width: 50%;
	text-align: center;
}
.buzz-movie {
	width: 640px;
	margin: 0 auto 1em;
}

.header-link {
	float: left;
}
.header-link ul {
	display: table;
	margin: 0;
	padding: 0;
}
.header-link li {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0 4px 0 0;
	list-style-type: none;
	line-height: 1.2;
}
.center {
	text-align: center;
}
.center > div {
	margin: 0 auto;
}
.box {
	margin: 15px 0;
}
.box-center {
	margin: 10px 0;
	text-align: center;
}
.box-center > div,
.box-center > iframe {
	margin-left: auto;
	margin-right: auto;
}

/*fuori-classe関連*/
.bx-wrapper{
	width:95%;
	margin:auto;
}
.openstandings {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	cursor:pointer;
	color:#666666;
	font-size:13px;
	padding:3px 0;
	text-align:center;
	width:120px;
	margin:10px auto;
}
.openstandings:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.standings table,table.match_tb{
	font-size:0.7em;
	width:80%;
	margin:10px auto;
}
.standings 
table.match_tb{
	width:96%;
}
table.match_tb td.title{
	background:#8b95a4;
	color:#fff;
}
table.match_tb td.time{
	text-align:center;
	background:#8b95a4;
	color:#fff;
	font-size:0.8em;
}
table.match_tb td.right{
	text-align:right;
}
table.match_tb td.center{
	text-align:center;
}
#result{
	margin:1em 0;
}
#result ul.bxslider li{
	padding:0.5em;	
	font-size:0.8em;
}
#result ul.bxslider li a{
	padding:0.4em;
	display:block;
	text-decoration:none;
	border-bottom:solid 1px #e6e6e6;
}
#result ul.bxslider li a:first-child{
	border-top:solid 1px #e6e6e6;
}
#result ul.bxslider li a:active{
	baxkground:#e6e6e6;
}
#bx-pager {
	text-align:center;
}
#bx-pager a{
	border:solid 1px #e6e6e6;
	background:#fafafa;
	color:#666;
	width: 31%;
    display: inline-block;
	text-decoration:none;
}
#bx-pager a.active{
	background:#e51373;
	color:#fff;
}
.round_std{
	width:66%;
	float:right;
	margin-right:1%;
}
.rounds{
	width:30%;
	float:left;
	margin-left:1%;
}
.round_std table{
	width:100%;
}
.standings td.title,.round_std table td{
	background:none;
}
.round_std p,.rounds p{
	text-align:center;
	background:#fafafa;
	color:#666;
	border:solid 1px #e6e6e6;
}
.rounds ul {
	border:solid 1px #e6e6e6;
	margin:10px auto;
	list-style:none;
	padding:0;
}
.rounds ul li{
	border-bottom:solid 1px #e6e6e6;
	text-align:center;
	font-size:0.8em;
}
.rounds ul li a{
	display:block;
}
.rounds ul li:last-child{
	border-bottom:0;
}