@charset "utf-8";
/* CSS Document */

/*! normalize.css v2.0.1 | MIT License | git.io/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/ * Corrects block display not defined in IE8/9. */

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

/* Corrects inline-block display not defined in IE8/9. */

audio,canvas,video {display : inline-block}
    
/* Prevents modern browsers from displaying 'audio' without controls */

audio:not([controls]) { display: none;height: 0}

/* Addresses styling for 'hidden' attribute not present in IE8/9. */

[hidden] {display: none}


/* =============================================================================
   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への対応 */
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */}

/* Removes default margin. */
body { margin : 0}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre { margin-top: 0} /*上方向のmarginを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:hover,a:active { outline : 0}


/* =============================================================================
   Typography
   ========================================================================== */

html { font-size: 75%} /* レスポンシブ   タイプセッティングへの対応 */

/* Addresses `h1` font sizes within `section` and `article` in Firefox 4+, Safari 5, and Chrome. */

h1 {font-size: 2em;}

/* 禁則処理の追加 */
p,li,dt,dd,th,td,pre{
-ms-line-break: strict;
line-break: strict;
-ms-word-break: break-strict;
word-break: break-strict}

/*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: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-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 {
max-width :100%; /* フルードイメージへの対応 */
vertical-align: middle; /* 追加箇所 */
border: 0}

/* IE8 max-widthバグへの対応*/
/* .ie8 img{width: auto; height: auto} */

/* Corrects overflow displayed oddly in IE 9.*/
svg:not(:root) {overflow: hidden}


/* =============================================================================
   Figures
   ========================================================================== */

/*Addresses margin not present in IE6/7/8/9, S5, O11*/

figure {margin: 0}


/* =============================================================================
   Forms
   ========================================================================== */


/* Define consistent border, margin, and padding*/

fieldset {
    border: 1px solid #a0a0a0;
    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: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;/* 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 */}

/* 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,
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 IE8/9
 * 2. Removes excess padding in IE8/9*/

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, 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 */}


/* =============================================================================
   Tables
   ========================================================================== */

/* 
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*ノーマライズＣＳＳEND*/


/* グーグルMaterial icons */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* 推奨サイズ */
  color: #1f507f; 
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
 
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
 
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
 
  /* IEサポート */
  font-feature-settings: 'liga';
}

.material-icons a{
  color: #1f507f;
}

/* アイコンサイズ */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
 
/* 順位推移表示の矢印 */
.material-icons.md-up { color: #ff0000; }
.material-icons.md-down { color: #0000ff; }
.material-icons.md-keep { color: #008000; }
.material-icons.md-new { color: #1f507f; }
 
/* 背景が暗いとき用のアイコン色 */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }






/*ＰＣ・モバイル　共通CSS*/

/*共通　メインコンテンツ*/
#main-contents ul {
	margin:0px;
	padding:0px;
	list-style:none;
}


/*共通　新メインコンテンツ1*/
#main-contents1 h1 {
	margin-top: 10px;
	margin-bottom: 10px;
  	padding: 2px;
  	width: auto;
  	border-bottom: solid 2px #1f507f;
  	color: #000000;
  	font-size: 22px;
	font-weight: bold;	
}

#main-contents1 h2 {
	margin-top: 10px;
	margin-bottom: 10px;
  	padding: 2px;
  	width: auto;
  	border-top: solid 2px #1f507f;
  	border-bottom: solid 2px #1f507f;
  	color: #000000;
  	font-size: 20px;
	font-weight: bold;  	
}

#main-contents1 h3 {
  	padding: 1px;
  	height: 32px;
  	width: auto;
  	border: solid 1px #1f507f;
  	border-radius: 18px;
  	color: #000000;
  	font-size: 16px;
  	margin-bottom: 0px;
  	text-align: center;
}

#main-contents1 h5 {
  	width: auto;
  	border-top: 2px solid #1f507f;
    border-bottom: 2px solid #1f507f;
  	color: #000000;
  	font-size: 20px;
  	font-weight: bolder;
  	margin-bottom: 0px;
  	text-align: center;
}



/*共通　クエリ切替ボタン*/
.button1 input {
  	background: #ffffff;
	border-radius: 0px 28px 28px 0px;
	-moz-border-radius: 0px 28px 28px 0px;
	-webkit-border-radius: 0px 28px 28px 0px;
  	font-size: 18px;
  	padding: 0px 15px 0px 15px;
  	height: 32px;
  	border: solid #1f507f 2px;
  	text-decoration: none;
  	margin-left: 2px;
}

.button2 {
  	margin-top: 6px;
  	text-align:center;
}

.button2 input {
  	background: #ffffff;
	border-radius: 28px;
  	font-size: 18px;
  	padding: 0px 15px 0px 15px;
  	height: 32px;
  	border: solid #1f507f 2px;
  	text-decoration: none;
  	margin-left: 2px;
  	text-align:center;
}


.switching {
	height: 32px;
	font-size: 18px;
	border-top: solid 2px #dcdcdc;
	border-bottom: solid 2px #dcdcdc;
	border-left: solid 2px #dcdcdc;
	border-radius: 28px 0px 0px 28px;
	-moz-border-radius: 28px 0px 0px 28px;
	-webkit-border-radius: 28px 0px 0px 28px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	background: #dcdcdc;
}

.enclose select {
	height: 32px;
	line-height: auto;
	font-size: 18px;
	background:#ffffff;
	border: 2px solid #dcdcdc;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	margin:0px;
	width:100px;
}


/*共通　その他ボタン*/
.button3 input {
  	background: #ffffff;
  	-webkit-border-radius: 14px;
  	-moz-border-radius: 14px;
  	border-radius: 14px;
  	color: #dcdcdc;
  	font-size: 14px;
  	font-weight: normal;
  	padding: 0px 3px 0px 3px;
  	border: solid #dcdcdc 1px;
  	text-decoration: none;
}


.button3 {
  	text-align : right ;
}


.button4 {
  	text-align : center ;
}


.button4 input {
	background: #1f507f;
  	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
  	border-radius: 50%;
  	color: #ffffff;
  	font-size: 18px;
  	font-weight: bold;
  	padding: 0px 0px 0px 0px;
  	width: 80px;
  	height: 80px;
  	border: solid #1f507f 2px;
  	text-decoration: none;
}


.button5 {
  	text-align : center ;
}


.button5 input {
  	background: #ffffff;
  	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  	background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  	background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  	background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  	-webkit-border-radius: 28;
  	-moz-border-radius: 28;
  	border-radius: 28px;
  	-webkit-box-shadow: 0px 0px 0px #666666;
  	-moz-box-shadow: 0px 0px 0px #666666;
  	box-shadow: 0px 0px 0px #666666;
  	color: #0e0e0f;
  	font-size: 18px;
  	padding: 0px 15px 0px 15px;
  	height: 32px;
  	border: solid #1f507f 2px;
  	text-decoration: none;
}


.button6 {
  	text-align : right ;
	float:right;
	margin-left:10px;
}


.button6 input {
background: #ffffff;
  	-webkit-border-radius: 14;
  	-moz-border-radius: 14;
  	border-radius: 14px;
  	font-size: 14px;
  	font-weight: normal;
  	padding: 0px 15px 0px 15px;
  	border: solid #1f507f 1px;
  	text-decoration: none;
	width:80px
}


/*共通　ヘルプページ*/
#helptop{
	margin-bottom:20px;
	color: #4682b4;
}

.helptop_c{
	font-size: 18px;
	margin-left: 24px;
	text-align:left;
	margin-bottom:60px;
}

.helptop_c　p{
	margin-top:10px;
	margin-bottom:10px;
	font-size: 22px;
	margin-left: 20px;
}

.helptop_c .tri{
	margin-left: 90px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 62px 50px 0 50px;
	border-color: #5786b8 transparent transparent transparent;
	text-align:center;
}

#helpbox{
	position:relative;
	min-height:92px;
	border: solid 1px #dcdcdc;
	border-radius: 10px;  
	padding:4px;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;	
	margin-bottom: 10px;	
}

#helpbox a:hover{
	background: #f5f5f5;
	opacity: 0.2; /* 透明度80%を指定 */
  	filter: alpha(opacity=20); /* for IE */
  	border: solid 1px #dcdcdc;
  	border-radius: 10px; 
}

#helpbox h6{
	font-size: 16px;
	font-weight: bolder;
}

#helpbox img{
	max-height:80px;
	float: left;
	vertical-align: middle;
}


#helpbox a{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}

.helpinfo {
	margin-bottom: 20px
	text-align:left;
	border-top: dashed #1f507f 1px;
}

.helpinfo_c {
	margin-left: 24px;
	text-align:left;
	margin-bottom: 60px
}


.helpinfo h3{
	font-size: 24px;
	color: #a0a0a0;
	font-weight: normal;
	border: none;
	text-align: left;
	height:auto;
	margin-bottom: 14px;
}


/*共通　トップページ汎用ボックス*/
#topbox1 h4 {
  	padding: 1px;
  	width: auto;
  	border-bottom: solid 2px #1f507f;
  	color: #000000;
  	font-size: 16px;
  	margin-bottom: 0px;
  	font-weight: bolder;
}


/*共通　新規登録*/
#signup table .line1 {
	background-color:#fffacd;	
}


#signup table .line2 {
	background-color:#fffacd;	
}


#signup {
	margin-bottom:35px;	
}
#signup p.infotext{
	margin-top:20px;
	margin-bottom:20px;
	font-size: 16px;
	font-weight: bolder;
}
#signup form {
	margin-bottom:30px;	
}
#signup table {
	width:100%;
	border: none;
	border-collapse:collapse;
	margin-bottom:20px;
}


#signup table td {
	border: none;
	border-collapse:collapse;
	width:auto;
	font-weight:normal;
	text-align:left;
	padding:5px;
	text-align:center;
}


#signup table th {
	border: none;
	border-collapse:collapse;
	width:auto;
	font-weight:normal;
	padding:5px;
}


#signup table input {
	width:296px;
	margin-bottom:3px;
  	background: #ffffff;
  	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  	background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  	background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  	background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  	-webkit-border-radius: 28;
  	-moz-border-radius: 28;
  	border-radius: 28px;
  	border: solid #dcdcdc 2px;
	padding:5px 5px;
}


.information_at {
	border-top:solid 1px #dcdcdc;
	padding-top:15px;
	margin-bottom:15px;	
}


#signup .sendpost {
	text-align:center;
}

#signup .sendpost img {
	cursor:pointer;	
}


/*共通　ログインフォーム*/


#login_form p {
	text-align:center;
}


#login_form table {
	width:100%;
	border:none;
	border-collapse:collapse;
	margin-bottom:10px;
}


#login_form table td {
	border-collapse:collapse;
	background-color:#fffacd;
	width:auto;
	font-weight:normal;
	padding:5px 0px;
	text-align:center;
}


#login_form table input {
	width:296px;
	margin-bottom:3px;
  	background: #ffffff;
  	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  	background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  	background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  	background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  	-webkit-border-radius: 28;
  	-moz-border-radius: 28;
  	border-radius: 28px;
  	border: solid #dcdcdc 2px;
	padding:5px 5px;
}


#login_form_repass table {
	width:100%;
	border:none;
	border-collapse:collapse;
	margin-bottom:10px;
}


#login_form_repass table td {
	border-collapse:collapse;
	background-color:#fffacd;
	width:auto;
	font-weight:normal;
	padding:5px 0px;
	text-align:center;
}


#login_form_repass table tr {
	border:solid 3px #ffffff;
	border-collapse:collapse;
	background-color:#fffacd;
	width:auto;
	font-weight:normal;
	text-align:left;
	padding:5px;
}


#login_form_repass table input {
	width:296px;
	margin-bottom:3px;
  	background: #ffffff;
  	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  	background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  	background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  	background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  	-webkit-border-radius: 28;
  	-moz-border-radius: 28;
  	border-radius: 28px;
  	border: solid #dcdcdc 2px;
	padding:5px 5px;
}


/*共通　新コメント欄*/

.coment_box1 {
	padding-top:4px;
	padding-bottom:4px;
}

.box_li {
	background-color:#fffacd;
	border-radius:0px;
}

.coment_box1 div.res_title1 {
	margin: 4px;
	vertical-align: middle;
}

.coment_box1 div.res_title1 b{
	font-size: 16px;
}

.coment_box1 div.res_title1 var{
	font-size: 12px;
	color: #a0a0a0;
}

.coment_box1 div.res_title1 img{
	width: 48px;
	border: solid 1px #dcdcdc;
	border-radius: 4px;
}

.coment_text1 {
	font-size: 16px;
	padding:6px;
	word-break: break-all;
	word-wrap: break-word;
}

.coment_link1 {
	font-size: 12px;
	padding-left:6px;
	word-break: break-all;
	word-wrap: break-word;
}

.coment_text1 div.up_copy {
	font-size: 12px;
	color: #a0a0a0;
}

.coment_border1{
	border-bottom:solid 1px #dcdcdc;
}

div.right_btn1 {
	text-align:right;
	padding:4px;
}

div.left_btn1 {
	text-align:left;	
	padding-bottom:4px;
	padding:6px;
	padding-left:14px;
}

.coment_box1 div.res1 {
	padding-left:16px;
	padding-top:4px;
	border-top:solid 1px #dcdcdc;
}

#comment_end {
	text-align: center;
	color: #a0a0a0;
}


/*共通　スタット作成*/

h3.stat_title {
	font-size:16px;
	font-weight:bold;
}


#newstat table {
	width:100%;
	border:solid 2px #dcdcdc;
	border-collapse:collapse;
	margin-bottom:20px;
}


#newstat table.img {
	border:none;
	width:auto;
}


#newstat table th {
	border:solid 2px #dcdcdc;
	background-color:#fffacd;
	border-collapse:collapse;
	width:130px;
	font-weight:normal;
	text-align:right;
	padding:5px;
}


#newstat table td {
	border:solid 2px #dcdcdc;
	border-collapse:collapse;
	width:auto;
	font-weight:normal;
	text-align:left;
	padding:5px;
}


#newstat table.img td {
	border:none;
	width:auto;
	margin:0px;
}


#newstat table td h3{
	margin-bottom:5px;
	background-color:#fffacd;
	font-size:14px;
	font-weight:normal;
	padding:3px;
}


#newstat table td div{
	margin-bottom:20px;
}


#newstat table td div label{
	display:inline-block;
	padding:3px;
}


#newstat table td input {
	width:95%;
	margin-bottom:3px;
  	background: #ffffff;
  	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  	background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  	background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  	background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  	-webkit-border-radius: 28;
  	-moz-border-radius: 28;
  	border-radius: 28px;
  	border: solid #dcdcdc 2px;
	padding:0px 12px;
}


#newstat table td textarea {
	width:95%;
	height:200px;
	border-radius:10px;
  	background: #ffffff;
  	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  	background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  	background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  	background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  	-webkit-border-radius: 28;
  	-moz-border-radius: 28;
  	border-radius: 28px;
  	border: solid #dcdcdc 2px;
	padding:0px 12px;
}


#newstat table td .day {
	width:50px;
}

.infotext{
	margin-top:20px;
	margin-bottom:20px;
	font-size: 16px;
	font-weight: bolder;
}


/*共通　会員情報*/
#user_data table {
	width:100%;
	border:solid 2px #dcdcdc;
	border-collapse:collapse;
	margin-bottom:20px;
}

#user_data table th {
	border:solid 2px #ffffff;
	background-color:#dcdcdc;
	border-collapse:collapse;
	width:auto;
	font-weight:normal;
	text-align:right;
	padding:5px;
}
#user_data table td {
	border:solid 2px #ffffff;
	background-color:#f5f5f5;
	border-collapse:collapse;
	width:auto;
	font-weight:normal;
	text-align:left;
	padding:5px;
}


#user_data table td input {
	width:350px;
	margin-bottom:3px;
  	background: #ffffff;
  	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  	background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  	background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  	background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  	-webkit-border-radius: 28;
  	-moz-border-radius: 28;
  	border-radius: 28px;
  	border: solid #dcdcdc 2px;
	padding:0px 12px;
}


/*共通　新規スタット作成ページ*/
.at_red {
	color:#C00;
	font-weight: bold;
}

.red_min {
	color:#C00;
	font-size:11px;
}

#newstat div.sendpost table {
	border:none;	
}

#newstat div.sendpost table tr td.dl {
	border:none;
}

#newstat div.sendpost table tr td.dr {
	border:none;
}


/*共通　ページリスト*/
.page_list {
	margin-bottom:35px;
	text-align:center;
	font-size:16px;
	-webkit-text-size-adjust: 100%;
}

.line2 {
	background: #f5f5f5;
}


/*共通　ページングスタイル*/
.pageinglist {
	width:100%;
	word-break: break-all;
	word-wrap: break-word;

}

.pageinglist td {
	text-align:center;
}

.pageinglist td a {
	display:inline;
	margin-left:10px;
	margin-right:10px;
}


/*共通　フッター*/
#footer {
	height:150px;
    bottom: 0;
}




/*共通　カテゴリ*/
#cate {
	height:0px;
	display:block;	
}

#category {
	max-width :100%;
	margin-bottom:20px;
	height:auto;
}

#category ul{
	padding:0px;
	margin:0px;
	overflow:visible;
	max-width :100%;
	height:auto;
	position:relative;
}

#category ul li{
	height:auto;
	display:block;
	overflow:hidden;
	margin:0px;
	padding:0px;
	line-height:30px;
}


#main-contents h2 a#cate {
	font-size:20px;
	color:#666;
	margin-left:0px;
	padding:0px;
	display:inline;
	width: inherit;
}

#category ul li a {
	display:inline-block;
	margin-right:15px;
	width:auto;
	line-height:30px;
	font-size:15px;
	padding-bottom:10px;
}


#group {
	margin-bottom:35px;	
}

#group a {
	display:inline-block;
	width:240px;
	font-size:15px;
	line-height:160%;
}


/*共通　パンくずリスト*/
#panlist {
	font-size:14px;
	margin-bottom:15px;
}


/*共通　スタットページ*/
#newstat1 {
    margin-top: 0px;
	margin-bottom: 20px;
}

#stat_round {
	font-size: 16px;
    margin-top: 0px;
	margin-bottom: 0px;
	border-top: solid 3px #1f507f;
	border-bottom: solid 3px #1f507f;
}

#stat_round var{
	font-size: 22px;
	font-weight: bold;
}

#stat_round p{
	font-size: 14px;
}

#stat_round h1.stat_title1 {
	font-size:20px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom:10px;
	border-top:none;
	border-bottom:none;
	text-align: left;
	color: #000000;
	background: #ffffff;
}

input[type="checkbox"].ExpandCheckBox {
  display: none;
}
 
input[type="checkbox"].ExpandCheckBox + .ExpandHeader {
  	width:100%;
  	display:block;
  	text-align:center;
  	background-color:#ffffff;
  	border-bottom:solid 1px #dcdcdc;
}
 
input[type="checkbox"].ExpandCheckBox:checked + .ExpandHeader {
  	width:100%;
  	display:block;
  	text-align:center;
  	background-color:#ffffff;
  	border-bottom:solid 1px #dcdcdc;
}
 
input[type="checkbox"].ExpandCheckBox + label + div.stat_body1 {
	height: 73px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:14px;
	-webkit-text-size-adjust: 100%;
	position:relative;
	padding-top:10px;
	padding-left:15px;
}
 
input[type="checkbox"].ExpandCheckBox:checked + label + div.stat_body1 {
	font-size: 14px;
	height: auto;
}

#editbtn{
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 4px;
}


#addbtn{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 15px;
	margin-right: 15px;
}

.statbody{
	float: left;
	max-width: 564px;
	margin-right: 8px;
}

.stat_movie{
	float: left;
	margin-right: 2px
}


/*共通　スタット　選択項目*/
#itemrank1 {
	position: relative;  /* 基点を設定 */
  	width: 100%;
	min-height: 40px;
	word-wrap: normal;
    z-index: 2;
    display: table;
    overflow: hidden;
    margin-top: 0px;
	margin-bottom: 0px;
}


#itemrank1 .statin_rank{
	width: 64px;
	font-size: 35px;
	font-weight: bold;
	color: #1f507f;
  	display: table-cell;
  	vertical-align: middle;
}

#itemrank1 samp{
	margin-top: 0px;
}

#itemrank1 .item_title{
	width: auto;
	font-size: 16px;
	font-weight: bold;
  	display: table-cell;
  	vertical-align: middle;
}

#itemrank1 .item_ratio{
	width: auto;
	font-size: 16px;
	font-weight: bold;
  	display: table-cell;
  	vertical-align: middle;
  	text-align: right;
}

#graph1 {
	background: #dcdcdc;
}

#item_imgbody {
	position: relative;
}

#item_imgbody img{
	border: solid 1px #dcdcdc;
	border-radius: 6px;
}

.item_imgmovie {
	text-align: center;
}

.item_imgmovie img{
	width: auto;
	max-height: 149px;
}

.item_movie{
	text-align: center;
	margin-top: 5px;
}


#item_old {
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 4px;
  	display: table;
}

#item_old1{
	vertical-align: middle;
  	display: table-cell;
}

#item_old2{
	vertical-align: middle;
  	display: table-cell;
}

#item_bottom{
	margin-bottom: 16px;
}

#votebtn {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 20px;
}

.item_body{
	font-size: 14px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-left: 4px;
}

.clear {
	clear:both;
	float:none;
	width:auto;
	height:1px;
	display:block;
}

#item_apr_mb {
	max-width:100%;
	height:auto;
	margin:auto;
	overflow:hidden;
}


#item_apr_mb ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#item_apr_mb li{
	display: inline-block;
	vertical-align: middle;
}


#item_apr1 {
	font-size: 18px;
	color: #a0a0a0;
}

#item_star1 {
	vertical-align: middle;
}


/*共通　スタット　ラウンド切替*/
.enclose {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}


/*共通　スタット　カテゴリ案内*/
#stat_cate {
	text-align: center;
	font-size: 16px;
	padding: 10px;
	border: solid 1px #dcdcdc;
	border-radius: 8px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 10px;
	color: #a0a0a0;
	font-weight: bold;
}

#stat_cate .cate_link{
	font-size: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
}

#stat_cate .cate_link samp{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 10px;
	margin-left: 10px;
}


/*共通　スタット　ランダムオススメ1*/

#statbox1 {
  	position: relative;  /* 基点を設定 */
  	width: 100%;
  	height: auto;
  	margin-right: 2px;
	word-wrap: normal;
    z-index: 2;
    display: table;
    overflow: hidden; 
}

#statbox1 h6{
	font-size: larger;
  	font-weight: bolder;
  	text-align: center;
}

#statbox1 a {
	color:#555555;
}

#statbox1 a:hover{
	text-decoration:underline;
}


#statcline {
	height:auto;
	overflow: hidden;
	padding-top: 6px;
	padding-bottom: 6px;
  	border-bottom:1px solid #dcdcdc;
}


#statcline .statcimg {
	width: 80px;
  	height: 45px;
  	display: table-cell;
  	vertical-align: middle;
}

#statcline .statcimg img {
  	width: 78px;
  	height: 44px;
  	border-radius: 4px;
}

#statcline .statclink {
  	padding-left: 4px;
  	width:auto;
  	font-size: 14px;
  	font-weight:bolder;
  	word-wrap: normal;
  	display: table-cell;
  	vertical-align: middle;
}


/*共通　トータライゼーション*/
#graph2 {
	background: #dcdcdc;
	height: 3px;
	margin-top: 4px;
}

.totalization_info {
	padding:4px;
}


/*共通　選択項目専用ページ*/

#item_img {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

#item_img img {
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	width: 280px;
}


#item_statname {
	font-size: 12px;
	overflow: hidden;
	white-space: normal;
	margin-left: 10px;
}

#item_itemname{
	border-top: 3px solid #1f507f;
	border-bottom: 3px solid #1f507f;
	padding-top: 6px;
	padding-bottom: 6px;
}

#item_itemname h1.itemname1{
	font-size: 24px;
	border: none;
	text-align: left;
	background: none;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 4px;
}

#item_itembody {
	text-align: left;
	font-size: 14px;
	margin-left: 4px;
	border-top: 3px solid #dcdcdc;
	border-bottom: 3px solid #dcdcdc;	
}

#item_apr {
	text-align: center;
	font-size: 16px;
}

#item_apr var{
	font-size: 26px;
	font-weight: bold;
}

#item_apr samp{
	color: #a0a0a0;
	font-size: 12px;
}

#item_star {
	text-align: center;	
}

#item_btn1 {
	margin-left: 200px;
	margin-right: 200px;
}

#itemchart {
	text-align: center;
	font-size:18px;
	border: solid 2px #1f507f;
	border-radius: 16px;
	margin-bottom: 4px;
}

.itemchart_c{
	text-align: center;
	font-size: 10px;
	color: #a0a0a0;
}

#item_ent {
	width: 100%;
	text-align: center;
	font-size:14px;
	line-height: 30px;
	font-weight: bolder;
}

#item_ent .item_entstat {
	text-align: center;
	font-size:16px;
	font-weight: bold;
	border-top: solid 2px #1f507f;
	border-bottom: solid 2px #1f507f;
	white-space: keep-all;
	padding: 4px;
}

.voterec2 {
  	position: relative;  /* 基点を設定 */
  	overflow: hidden;
	white-space: nowrap;	
	float: left;
	width: 24%;
	height: 96px;
	margin-bottom: 1%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	border-radius: 4px;
}

.voterec2 img {
  	width: 100%;
}

.voterec2 a:hover img {
  	opacity: 0.8; /* 透明度80%を指定 */
  	filter: alpha(opacity=80); /* for IE */
  	background: white;
}


/*共通　項目評価履歴ページ*/
#evaluation1 {
  	position: relative;  /* 基点を設定 */
  	width: auto;
  	height: auto;
  	border: solid 2px #dcdcdc;
  	border-radius: 10px;
  	float:left;
  	margin-left: 0.5%;
	margin-right: 0.5%;
  	margin-top: 1%;
	overflow: hidden; 
	white-space: normal;
	text-align: center;
	width: 48%;
}

#evaluation1 img{
  	position: relative;
  	width: 100%;
  	height: auto;
  	text-align: center;
}

#eval_name{
	border-top: solid 2px #dcdcdc;
	font-size: 12px;
	font-weight: bolder;
	overflow: hidden;
	white-space: normal;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}


#evalbtn {
	padding-top: 6px;
	padding-bottom: 6px;
}


/*共通　エントリー一覧*/
.table1 {
  	width: 99%;
  	height: auto;
  	border: solid 2px #dcdcdc;
  	border-radius: 10px;
  	margin-left: 0.5%;
	margin-right: 0.5%;
  	margin-top: 1%;
	overflow: hidden; 
	white-space: normal;
	text-align: center;
}

.table1 img{
  	width: 100%;
  	height: auto;
  	text-align: center;
}

.table_name{
	border-top: solid 2px #dcdcdc;
	font-size: 14px;
	font-weight: bolder;
	overflow: hidden;
	white-space: normal;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}

.table_body{
	border-top: solid 2px #dcdcdc;
	font-size: 14px;
	overflow: hidden;
	white-space: normal;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	max-height: 147px;
}


/*共通　投票履歴ページ*/
.voterec1 {
  	position: relative;  /* 基点を設定 */
  	overflow: hidden;
	white-space: nowrap;	
	float: left;
	width: 24%;
	height: 150px;
	margin-bottom: 1%;
	margin-right: 0.5%;
	margin-left: 0.5%;
}

.voterec1 img {
  	width: 100%;
  	border-radius:6px;
}

.voterec1 a:hover img {
  	opacity: 0.8; /* 透明度80%を指定 */
  	filter: alpha(opacity=80); /* for IE */
  	background: white;
}


/*共通　会員プロフィールページ*/

#prof_name{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top:solid 1px #dcdcdc;
}

#prof_name h1.profname1{
	font-size: 28px;
	border: none;
	text-align: left;
	background: none;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

#prof_img {
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

#prof_img img {
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	width: 124px;
}

#followbtn {
	margin-top: 10px;
	margin-bottom: 2px;
	padding-top: 4px;
}

#prof_count {
	max-width:100%;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


#prof_count ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#prof_count li{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

#prof_count var{
	font-size: 16px;
	font-weight: bolder;
}

#prof_count p{
	font-size: 12px;
	color: #a0a0a0;
}

#prof_box {
	padding-bottom:10px;
	padding-left:14px;
	padding-right:10px;
	font-size:14px;
}

#prof_alb {
	float: left;
	width: 24%;
	margin-bottom: 1%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	overflow: hidden;
}

#prof_alb img {
	border-radius: 4px;
}

#prof_alb_link{
	float: left;
	width: 24%;
	margin-bottom: 1%;
	margin-right: 0.5%;
	margin-left: 0.5%;
}

#prof_alb_link img{
	border-radius: 4px;
}

.prof_alb_name{
	font-size: 10px;
	text-align: center;
	color: #a0a0a0;
	height: 14px;
}

#profbtn {
	border-top:solid 1px #dcdcdc;
	border-bottom:solid 1px #dcdcdc;
	padding-top: 6px;
	padding-bottom: 6px;
}

#timeline {
	padding: 8px;
	border-bottom:solid 1px #dcdcdc;
}

#timeline img{
	width: 48px;
	margin-right: 4px;
	border: solid 1px #dcdcdc;
	border-radius: 4px;
}

#timeline .time_act {
	font-size: 16px;
}

#timeline .time_act a{
	font-size: 16px;
	font-weight: bold
}

#timeline p {
	font-size: 16px;
	padding:6px;
	word-break: break-all;
	word-wrap: break-word;
}

#timeline a {
	font-size: 12px;
}

.time_body {
	font-size: 16px;
	padding:6px;
	word-break: break-all;
	word-wrap: break-word;
}

.time_body div.up_copy {
	font-size: 12px;
	color: #a0a0a0;
}


/*共通　フォロー一覧*/
#follow_name{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#follow_name h1.followname1{
	font-size: 28px;
	border: none;
	text-align: left;
	background: none;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#follow_table {
	max-width:100%;
	height:auto;
	overflow:hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid 1px #dcdcdc;
	font-size: 16px;
	font-weight: bold;
}

#follow_table img{
	width: 64px;
	margin-right: 4px;
	border: solid 1px #dcdcdc;
	border-radius: 4px;
}


#follow_table ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#follow_table li{
	display: inline-block;
	vertical-align: middle;
}


/*共通　プロフィール編集画面*/
.form-group textarea{
	width:95%;
	height:200px;
	border-radius:10px;
  	background: #ffffff;
  	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  	background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  	background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  	background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  	-webkit-border-radius: 28;
  	-moz-border-radius: 28;
  	border-radius: 28px;
  	border: solid #dcdcdc 2px;
	padding:12px 12px;
}


/*共通　右カラム*/
#socialbtn1{
	margin-bottom:10px;
	text-align:center;
}


/*共通　広告枠マージン*/
.ad_m {
	margin-top:6px;
	margin-bottom:6px;
	text-align:center;
}


/*共通　モーダル*/
#socialbtn_mod{
	max-width:100%;
	height:auto;
	margin:auto;
	overflow:hidden;
	background-color:#ffffff;
	border-top:solid 1px #1f507f;
}


#socialbtn_mod ul {
	margin: 0px;
	padding: 3px;
	list-style: none;
	text-align: center;
}

#socialbtn_mod li{
	display: inline-block;
	vertical-align: middle;
	padding-right:6px;
	padding-left:6px;
}


/*共通　カルーセル*/
.carousel{
  width:100%;  /*希望するサイズ*/
  margin:auto;
}








/*モバイル向けのＣＳＳスタート*/
@media screen and (max-width : 767px){
	
	
/*モバイル向けのＣＳＳスタート*/
.enclose select {
	-webkit-appearance: button;
    appearance: button;
	border-radius: 0px;
	width:80px;
}


/*モバイル　旧メインコンテンツ*/
#main-contents li {
	margin:3px;
	margin-top:3px;
	margin-bottom:3px;
	padding:0px;
	height:60px;
	clear:both;
	font-size:15px;
	line-height:160%;
}


#main-contents li samp {
	width:auto;
	height:20px;
	overflow:hidden;
	float:right;
	text-align:right;
	padding-right:5px;
}


/*モバイル　スタット作成*/
#newstat table {
	width:100%;
	border:solid 1px #999;
	border-collapse:collapse;
	margin-bottom:20px;
}

#newstat table th {
	width:15px;
}

#newstat table td input {
	width:95%;
	padding:0px 5px;
}

#newstat table td textarea {
	width:95%;
	padding:0px 5px;
  	-webkit-border-radius: 15px;
  	-moz-border-radius: 15px;
  	border-radius: 15px;
}




/*モバイル　サーチボックス*/
#search {
	width:auto;	
}

.inputtext {
	height:70px;
	width:100%;
	overflow:hidden;
	position:relative;
}

.inputtext .searchbox1 {
	width :98%;
	display:block;
	position:absolute;
	padding:1px;
	padding-left:10px;
	overflow:visible;
	margin-left:3px;
	margin-right:3px;
	border:solid 2px #1f507f;
	border-radius:18px;
}

.inputtext .searchword {
	width:98%;
	height:24px;
	border:none;
}

.inputtext .av {
	position:absolute;
	top:30px;
	left:10px;
}


/*モバイルのスタットの検索リスト（PCと内容重複だが個別指定が必要）*/
#sarch_list li {
	height:auto;
	font-size:15px;
	padding:4px;
}
#sarch_list li a{
	float:none;
	font-size:17px;
}

#sarch_list li a.title {
	margin-top:4px;
	font-size: 18px;
	font-weight: bold;
}

#sarch_list li div.stat_st {
	padding:4px;	
}

#sarch_list li div.stat_st img {
	vertical-align:middle;
}

#sarch_list li h3 {
	font-size:14px;
	font-weight: normal;	
}

#sarch_list li table th {
	width:150px;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
}

#sarch_list li table td {
	width:auto;
	vertical-align:top;
	word-break: break-all;
}


/*モバイル　その他*/
.sendpost {
	text-align:center;
	font-size: 18px;
}






/*モバイル　プロフィール編集*/
#user_data table td input {
	width:auto;
}


/*モバイル　ヘッダー（ログアウト）*/

#header {
	height:36px;
	text-align:center;
}

#header img{
	height:105px;
	width:305px;
}

#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header li{
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}


/*モバイル　ヘッダー（ログイン）*/
#header-login {
	position:relative;
	height:28px;
}


#header-login ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header-login li{
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}


/*モバイル　ヘッダー（ログイン上部メニュー）*/
#header_line {
	width:100%;
	height:auto;
	background:#ffffff;
	position:fixed;
	border-bottom:solid 1px #1f507f;
	z-index:1000;
}

#header_line div {
	width:auto;
	overflow:hidden;
	font-size:auto;
}

#header_line ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header_line li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

#header_line div samp {
	display:none;
}

#header_line img {
	width:28px;
	height:28px;
}


/*モバイル　メインコンテンツ*/
#main-contents1 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


#main-contents1 h1 {
  	padding: 1px;
  	width: auto;
    border-bottom: 2px solid #1f507f;
  	color: #000000;
  	font-size: 16px;
  	margin-bottom: 0px; 		
}

#main-contents1 h2 {
  	padding: 1px;
  	width: auto;
  	border-top: 2px solid #1f507f;
    border-bottom: 2px solid #1f507f;
  	color: #000000;
  	font-size: 16px;
  	margin-bottom: 0px; 		
}

#main-contents1 h3 {
  	padding: 1px;
  	width: auto;
  	border: solid 1px #1f507f;
  	border-radius: 18px;
  	color: #000000;
  	font-size: 16px;
  	margin-bottom: 0px;
  	text-align: center;
  	vertical-align: middle;
}

#main-contents1 h5 {
  	width: auto;
  	border-top: 2px solid #1f507f;
    border-bottom: 2px solid #1f507f;
  	color: #000000;
  	font-size: 20px;
  	margin-bottom: 0px;
  	text-align: center;
}


/*モバイル　ヘルプページ*/
#helpinfo h3{
	font-size: 20px;
	color: #a0a0a0;
	font-weight: normal;
	border: none;
	text-align: left;
}


/*モバイル　トップページ総合ランキング*/
#toprank1 {
  	position: relative;  /* 基点を設定 */
  	width: 100%;
  	overflow: hidden;
	text-align: center;
}

#toprank1 img {
  	width: 100%;
}

#toprank1 a:hover img {
  	opacity: 0.8; /* 透明度80%を指定 */
  	filter: alpha(opacity=80); /* for IE */
  	background: white;
}

#toprank1 h4 {
	margin-top: 0px;
	padding-top: 2px;
  	padding-left: 10px;
  	padding-right: 10px;
  	position: absolute;  /* 親要素を基点に配置 */
  	top: 0;
  	left: 0;
  	background: -moz-linear-gradient(top, rgba(0,0,0,0.5), transparent);
  	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(transparent));
  	background: -o-linear-gradient(top, rgba(0,0,0,0.5), transparent);
  	background: linear-gradient(top, rgba(0,0,0,0.5), transparent);
  	z-index: 2;  /* 画像の上に配置 */
  	font-size: 30px;
  	font-weight: bolder;
	color: #ffffff;
	opacity: 0.8;
	width: 100%;
	text-align:left;
}

#toprank1 h4 samp{
  	font-size: 18px;
}

#toprank1 dl {
  	margin: 0;
  	padding: 4px;
  	width: 100%;
  	position: absolute;  /* 親要素を基点に配置 */
  	bottom: 0;
  	left: 0;
  	background: -moz-linear-gradient(top, transparent, rgba(0,0,0,0.5));
  	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0,0.5)));
  	background: -o-linear-gradient(top, transparent, rgba(0,0,0,0.5));
  	background: linear-gradient(top, transparent, rgba(0,0,0,0.5));
  	color: white;
  	z-index: 1; /* 一番上に配置 */
  	font-size: 18px;
  	text-align: center;
  	height: 48px;
}

#toprank1 dl samp {
  	font-size: 12px;
}

#toprank1 dl a {
	color: #ffffff;
}


/*モバイル　トップページ汎用BOX*/
#topbox1 {
  	width: 100%;
  	overflow: hidden;
}



#topbox1 a {
	color:#555555;
}


#topbox1 a:hover{
	text-decoration:underline;
}


#topbox1 p {
	margin-top:0px;
	padding-top:0px;
	font-size:18px;
	font-weight:bold;
}


#topcline {
	height: auto;
	overflow: hidden;
	padding-top: 6px;
	padding-bottom: 6px;
  	border-bottom: 1px solid #dcdcdc;
  	vertical-align: middle;
}


#topcline .topcrank {
	padding-right: 2px;
	padding-left: 2px;
  	display: table-cell;
  	color: #1f507f;
  	font-size: 18px;
  	font-weight: bold;
  	vertical-align: middle;
}


#topcline .topcimg {
	width: 80px;
  	height: 45px;
  	display: table-cell;
  	vertical-align: middle;
}


#topcline .topcimg img {
  	width: 78px;
  	height: 44px;
  	border-radius: 4px;
}


#topcline .topclink {
  	padding-left: 4px;
  	width:auto;
  	font-size: 14px;
  	font-weight:bolder;
  	word-wrap: normal;
  	display: table-cell;
  	vertical-align: middle;
}

#topcline .topclink1 {
  	padding-left: 4px;
  	width:auto;
  	font-size: 14px;
  	font-weight:bolder;
  	word-wrap: normal;
  	display: table-cell;
  	vertical-align: middle;
}

#topcline samp a {
  	color:#337ab7;
  	font-weight: bold;
}


/*モバイルのトップページ動画*/
#topmovie {
  	position: relative;  /* 基点を設定 */
  	width: 100%;
  	height: auto;
  	float:left;
}

#topmovie iframe{
  	width: 100%;
}

#topmovie h4 {
	margin-top: 0px;
  	padding: 0px;
  	padding-left: 0px;
  	width: 100%;
  	position: absolute;  /* 親要素を基点に配置 */
  	top: 0;
  	left: 0;
  	color: white;
  	font-size: 12px;
}

#topmovie p {
  	width: 100%;
  	position: absolute;  /* 親要素を基点に配置 */
  	top: 0;
  	left: 0;
  	color: white;
  	font-size: 12px;
  	text-align: right;
  	font-weight: bold;
}


/*モバイル　カテゴリー一覧*/
#category .item {
	width :100%;
	overflow:hidden;
}


/*モバイル　カテゴリーページBOX*/
#catebox1 {
  	position: relative;  /* 基点を設定 */
  	width: 100%;
  	height: auto;
  	margin-right: 2px;
	word-wrap: normal;
    z-index: 2;
    display: table;
    overflow: hidden; 
}

#catebox1 a {
	color:#555555;
}

#catebox1 a:hover{
	text-decoration:underline;
}

#catebox1 p {
	margin-top:0px;
	padding-top:0px;
	font-size:18px;
	font-weight:bold;
}


#catecline {
	height:auto;
	overflow: hidden;
	padding-top: 6px;
	padding-bottom: 6px;
  	border-bottom:1px solid #dcdcdc;
}

#catecline .catecrank {
	padding-right: 2px;
	padding-left: 2px;
  	display: table-cell;
  	color:#1f507f;
  	font-size: 18px;
  	font-weight:bold;
}

#catecline .catecimg {
	width: 80px;
  	height: 45px;
  	display: table-cell;
  	vertical-align: middle;
}

#catecline .catecimg img {
  	width: 78px;
  	height: 44px;
}

#catecline .cateclink {
  	padding-left: 4px;
  	width:auto;
  	font-size: 14px;
  	font-weight:bolder;
  	word-wrap: normal;
  	display: table-cell;
  	vertical-align: middle;
}

#catecline samp {
  	font-size: 14px;
  	font-weight:bolder;
  	word-wrap: normal;
  	display: table-cell;
  	vertical-align: middle;
}


/*モバイル　スタット　選択項目*/

#item_apr_mb ul {
	padding: 3px;
	text-align: center;
}

/*モバイル　選択項目専用ページ*/
#item_btn1 {
	margin-left: 15px;
	margin-right: 15px;
}

#item_movie2 {
  	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#item_movie2 iframe{
  	width: 100%;
}

#item_movie2 img{
  	border-radius: 8px;
	width: 280px;
}

.voterec2 {
	width: 32%;
	margin-bottom: 1%;
	margin-right: 0.65%;
	margin-left: 0.65%;
	height:60px;
	border-radius: 0px;
}


/*モバイル　投票履歴ページ*/
.voterec1 {
	width: 32%;
	height: auto;
	margin-bottom: 1%;
	margin-right: 0.65%;
	margin-left: 0.65%;
}

/*モバイル　評価履歴ページ*/
#eval_name{
	height: 60px;
}


/*モバイル　フッターカルーセルおすすめ*/
.footcline {
	height: auto;
	overflow: hidden;
	padding-top: 2px;
	padding-bottom: 2px;
  	vertical-align: middle;
}


.footcline .footcimg {
	width: 80px;
  	height: 45px;
  	display: table-cell;
  	vertical-align: middle;
}


.footcline .footcimg img {
  	width: 78px;
  	height: 44px;
  	border-radius: 4px;
}


.footcline .footclink {
  	padding-left: 4px;
  	width:auto;
  	font-size: 12px;
  	font-weight:bolder;
  	display: table-cell;
  	vertical-align: middle;
}


/*モバイル　右カラムBOX*/
#topbox2 {
  	width: 100%;
  	overflow: hidden;
}






}
/*モバイル向けＣＳＳ終了*/








/*タブレット・ＰＣ向けのＣＳＳスタート*/
@media screen and (min-width : 768px){


/*コメント30件以上を非表示にする
.no_disp {
	display:none;	
}
*/

.sendpost {
	text-align:center;
	font-size: 18px;	
}

/*週間ランキング　期間表示*/
div.h3right {
	width:auto;
	height:30px;
	text-align:right;
	position:absolute;
	top:18px;
	right:0px;
	font-size:15px;
	font-weight:normal;
}





/*サーチボックスandいいねボタン*/
#search {
	width:100%;
	height:70px;
}

.inputtext {
	height:70px;
	width:100%;
	overflow:hidden;
	position:relative;	
}


.inputtext .searchbox1 {
	width :98%;
	display:block;
	position:absolute;
	padding:0px;
	overflow:visible;
	margin-top:6px;
	margin-right:3px;
	margin-left:3px;
}


.inputtext .searchword {
	text-indent:5px;
	width:98%;
	height:36px;
	border:solid 2px #1f507f;
	border-radius:18px;
	margin-left:7px;
}

.inputtext .av {
	position:absolute;
	top:35px;
	left:10px;
}


.inputtext .send_sarch {
	cursor:pointer;
	position:absolute;
	left:630px;
	top:15px;	
}


/*右カラム　スタイル*/
#right .right_innder {
	margin-left:auto;
	margin-right:0px;
	width:370px;
}


/*メインコンテンツ*/
#main-contents {
	width:1140px;
	margin:auto;
	margin-bottom:0px;
	overflow:auto;
}


#main-contents #left {
	width:745px;
	overflow:hidden;
	float:left;
}

#main-contents #right {
	width:370px;
	overflow:hidden;
	float:right;
}


#main-contents li {
	margin:3px;
	margin-top:3px;
	margin-bottom:3px;
	padding:0px;
	height:26px;
	clear:both;
	font-size:15px;
	line-height:160%;
}


#main-contents li samp {
	width:60px;
	height:20px;
	overflow:hidden;
	float:right;
	text-align:right;
	padding-right:5px;
}


/*カテゴリー　一覧*/

#category .item {
	width:360px;
	overflow:hidden;
}


/*運営会社*/
.company table {
	width:100%;
	border:solid 1px #999999;
	border-collapse:collapse;
}

.company table th{
	width:160px;
	font-weight:normal;
	border:solid 1px #999999;
	padding:5px;
	background-color:#EEF7FF;
}

.company table td{
	vertical-align:top;
	font-weight:normal;
	border:solid 1px #999999;
	padding:5px;
}


/*登録情報変更*/
#user_data {
	margin-bottom:40px;
}


/*スタット　作成*/
.stat_view {
	background-color:#ffffff;
	background-repeat:repeat-x;
	border:3px solid #1f507f;
	border-radius:20px;
	padding:20px;
	margin-bottom:10px;
	/*box-shadow:0px 5px 2px #a9a9a9;
    	-moz-box-shadow:0px 5px 2px #a9a9a9;
    	-webkit-box-shadow:0px 5px 2px #a9a9a9;*/
}

.stat_img {
	margin-bottom:10px;	
}


/*スタット　検索リスト*/
#sarch_list li {
	height:auto;
	font-size:15px;
	padding:4px;
}
#sarch_list li a{
	float:none;
	font-size:17px;
}

#sarch_list li a.title {
	margin-top:4px;
	font-size: 18px;
	font-weight: bold;
}

#sarch_list li div.stat_st {
	padding:4px;	
}

#sarch_list li div.stat_st img {
	vertical-align:middle;
}

#sarch_list li h3 {
	font-size:14px;
	font-weight: normal;	
}

#sarch_list li table th {
	width:150px;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
}

#sarch_list li table td {
	width:auto;
	vertical-align:top;
}


/*スタット　PC 新コメント*/
.coment_box1 div.res1 {
	padding-left:45px;
	padding-top:6px;
	border-top:solid 1px #dcdcdc;
}

.coment_text {
	font-size:18px;	
	-webkit-text-size-adjust: 100%;
}

/*その他*/
#stat_violation {
	cursor:pointer;	
}

.signup_info {
	text-align:center;
	font-size:20px;
	line-height:130%;
	margin-bottom:30px;
}


#newstat .over_265 {
	width:auto;
	height:275px;
	font-size:16px;
	-webkit-text-size-adjust: 100%;
	line-height:23px;
	margin-bottom:3px;
	position:relative;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
}




.amazon {
	background-image:url(../images/amazon1.png);
	background-position:0 7px;
	background-repeat:no-repeat;
	min-height:17px;
	display:inline-block;
	padding-top:13px;
	text-indent:140px;
	width:380px;
}


/*ログイン　ヘッダー会員メニュー*/
#header_line {
	width:100%;
	height:auto;
	padding-top:0px;
	background:#ffffff;
	border-bottom:solid 1px #1f507f;
	position:fixed;
	z-index:1000;
}

#header_line div{
	width:1140px;
	margin:auto;
	font-size:14px;
	position:relative;
}

#header_line ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header_line li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

#header_line img{
	width:24px;
	height:24px;
}


/*ログイン　ヘッダー*/
#header-login {
	padding-top:0px;
	width:1140px;
	margin:auto;
	position:relative;
	height:24px;
}


/*ログアウト　ヘッダー*/
#header {
	padding-top:0px;
	width:1140px;
	margin:auto;
	height:120px;
	text-align:center;
}

#header img{
	height:105px;
	width:305px;
}

#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header li{
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}


/*メインコンテンツ*/
#main-contents1  {
	width: 1140px;
	margin: auto;
	margin-bottom: 0px;
	overflow: auto;	
}

#main-contents1 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#main-contents1 #left {
	width:744px;
	overflow:hidden;
	float:left;
}

#main-contents1 #right {
	width:370px;
	overflow:hidden;
	float:right;
}


/*トップページ*/
#top-contents {
	width: 1116px;
	margin: auto;
	margin-bottom: 0px;
	overflow: auto;
}

#top-contents h1 {
	margin-top: 8px;
	margin-bottom: 2px;
  	padding: 2px;
  	width: auto;
  	border-bottom: solid 2px #1f507f;
  	font-size: 22px;
	font-weight: bold; 	
}

# ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


/*PC トップページ総合ランキング*/
#toprank24total{
	background: #fbfbfb;
}

#toprank1 {
	position: relative;  /* 基点を設定 */
  	width: 32.3%;
  	height: 200px;
  	float:left;
  	margin-top: 1%;
  	margin-right: 0.5%;
  	margin-left: 0.5%;
	overflow: hidden; 
	text-align: center;
	border-radius: 6px;
	background: #fbfbfb;
}

#toprank1 img {
  	width: auto;
  	height: auto;
}

#toprank1 h4 {
	margin-top: 0px;
	padding-top: 2px;
  	padding-left: 10px;
  	padding-right: 10px;
  	position: absolute;  /* 親要素を基点に配置 */
  	top: 0;
  	left: 0;
  	background: -moz-linear-gradient(top, rgba(0,0,0,0.5), transparent);
  	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(transparent));
  	background: -o-linear-gradient(top, rgba(0,0,0,0.5), transparent);
  	background: linear-gradient(top, rgba(0,0,0,0.5), transparent);
  	color: #ffffff;
  	z-index: 2;  /* 画像の上に配置 */
  	font-size: 28px;
  	font-weight: bolder;
  	opacity:0.9;
  	width: 100%;
  	text-align:left;
  	text-shadow: #1f507f 1px 1px 0px, #1f507f -1px 1px 0px, #1f507f 1px -1px 0px, #1f507f -1px -1px 0px;
}

#toprank1 h4 samp{
  	font-size: 18px;
}

#toprank1 dl{
  	width: 100%;
  	margin-bottom: 0px;
  	padding: 4px;
  	position: absolute;  /* 親要素を基点に配置 */
  	bottom: 0;
  	left: 0;
  	background: -moz-linear-gradient(top, transparent, rgba(0,0,0,0.5));
  	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0,0.5)));
  	background: -o-linear-gradient(top, transparent, rgba(0,0,0,0.5));
  	background: linear-gradient(top, transparent, rgba(0,0,0,0.5));
  	color: white;
  	z-index: 1; /* 一番上に配置 */
  	font-size: 18px;
  	font-weight: bolder;
	max-height: 150px;
	opacity: 0.9;
	transform: scale(0.75, 0);
	transition: 0.5s;
}

#toprank1:hover dl {
	opacity: 1;
	transform: scale(1, 1);
}

#toprank1 dl samp {
  	font-size: 12px;
  	margin-top: 6px;
}

#toprank1 dl a{
	color: white;
}


/*トップページ汎用BOX*/
#topbox1 {
  	position: relative;  /* 基点を設定 */
  	width: 100%;
  	height: auto;
  	margin-right: 5px;
  	margin-left: 5px;
  	margin-top: 5px;
  	margin-bottom: 5px;
  	padding-right: 6px;
  	padding-left: 6px;
  	padding-top: 0px;
  	padding-bottom: 0px;
	word-wrap: normal;
    z-index: 2;
    display: table;
    float:left;
    overflow: hidden;
    background: #fbfbfb;
    border-radius: 6px;
}

#topbox1 a {
	color:#555555;
}

#topbox1 a:hover{
	text-decoration:underline;
}

#topbox1 p {
	margin-top:0px;
	padding-top:0px;
	font-size:18px;
	font-weight:bold;
}

#topcline {
	
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
  	border-bottom:1px solid #dcdcdc;
  	vertical-align: middle;
}

#topcline .topcrank {
	position: absolute;
	right: 10px;
  	display: table-cell;
  	color: #ffdbb7;
  	font-size: 40px;
  	font-weight:bold;
  	vertical-align: middle;
  	z-index: -1;
}

#topcline .topcimg {
  	display: table-cell;
  	vertical-align: middle;
}

#topcline .topcimg img {
  	width: 78px;
  	height: 44px;
  	border-radius: 4px;
}

#topcline .topclink {
  	padding-left: 2px;
  	width:274px;
  	font-size: 14px;
  	font-weight:bolder;
  	word-wrap: normal;
  	display: table-cell;
  	vertical-align: middle;
}

#topcline .topclink1 {
  	padding-left: 2px;
  	width:274px;
  	font-size: 14px;
  	font-weight:bolder;
  	word-wrap: normal;
  	display: table-cell;
  	vertical-align: middle;
}

#topcline samp a {
  	color:#337ab7;
}


/*トップページ動画*/
#topmovie {
	position: relative;  /* 基点を設定 */
  	width: 24%;
  	max-height: 150px;
  	float:left;
  	margin-top: 1%;
  	margin-right: 0.5%;
  	margin-left: 0.5%;
	overflow: hidden; 
}

#topmovie h4 {
  	margin-top: 0px;
  	padding-top: 2px;
  	padding-left: 2px;
  	width: 370px;
  	position: absolute;  /* 親要素を基点に配置 */
  	top: 0;
  	left: 0;
  	color: white;
  	font-size: 12px;
}

#topmovie p {
  	width: 370px;
  	position: absolute;  /* 親要素を基点に配置 */
  	top: 0;
  	left: 0;
  	color: white;
  	font-size: 12px;
  	text-align: right;
  	font-weight: bold;
}


/*カテゴリーページBOX*/
#catebox1 {
  	position: relative;  /* 基点を設定 */
  	width: 98%;
  	height: auto;
  	margin-right: 2px;
	word-wrap: normal;
    z-index: 2;
    display: table;
    overflow: hidden; 
}

#catebox1 a {
	color:#555555;
}

#catebox1 a:hover{
	text-decoration:underline;
}

#catebox1 p {
	margin-top:0px;
	padding-top:0px;
	font-size:18px;
	font-weight:bold;
}

#catebox1 h4 {
  	padding: 1px;
  	width: 98%;
  	border-bottom: solid 2px #1f507f;
  	color: #000000;
  	font-size: 16px;
}

#catecline {
	height:57px;
	overflow: hidden;
	padding-top: 6px;
	padding-bottom: 6px;
  	border-bottom:1px solid #dcdcdc;
}

#catecline .catecrank {
	padding-right: 2px;
	padding-left: 2px;
  	display: table-cell;
  	color:#1f507f;
  	font-size: 18px;
  	font-weight:bold;
}

#catecline .catecimg {
  	display: table-cell;
  	vertical-align: middle;
}

#catecline .catecimg img {
  	width: 80px;
  	height: 45px;
}

#catecline .cateclink {
  	padding-left: 4px;
  	width:624px;
  	font-size: 14px;
  	font-weight:bolder;
  	word-wrap: normal;
  	display: table-cell;
  	vertical-align: middle;
}

#catecline samp {
  	font-size: 14px;
  	font-weight:bolder;
  	word-wrap: normal;
  	display: table-cell;
  	vertical-align: middle;
}


/*PC　スタットページ*/

input[type="checkbox"].ExpandCheckBox + label + div.stat_body1 {
	height: 150px;
}

#addbtn{
	margin-top: 2px;
	margin-bottom: 6px;
	margin-left: 140px;
	margin-right: 140px;
}

#votebtn {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 200px;
	margin-left: 200px;
}

.item_imgmovie img{
	float: left;
	margin-bottom: 2px;
	margin-left: 6px;
	margin-right: 10px;
}

.item_movie{
	margin-left: 6px;
	margin-right: 10px;
	text-align: left;
}

#item_old {
	text-align: left;
}

.item_body{
	height: 96px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.modal-open .modal{
	background-image:url(bg_modal.png);
}

.enclose {
	margin-top:6px;
}

#itemrank1 .item_ratio{
	font-size: 22px;
}


/*PC　項目評価履歴ページ*/
#evaluation1 {
  	width: 221px;
  	height: 246px;
  	border: solid 2px #dcdcdc;
  	border-radius: 8px;
  	margin-top: 1px;
  	margin-bottom: 1px;
  	margin-right: 1px;
  	margin-left: 1px;
  	overflow:hidden;
  	white-space: normal;
	text-overflow: ellipsis;
}

#evaluation1 img{
  	width: auto;
  	height: 124px;
}

#eval_name{
	font-size: 18px;
}


/*PC　エントリー一覧*/
.table1 {
  	width: 24.8%;
  	margin-left: 0.1%;
	margin-right: 0.1%;
  	margin-top: 0.2%;
	float: left;
}

.table1 img{
  	height: 156px;
}

.table_name{
	height: 28px;
	
}

.table_body{	
	height: 147px;
}


/*PC　会員プロフィールページ*/

#prof_img {
	width: 168px;
	margin-top: 10px;
}

#prof_alb {
	float: left;
	width: 12%;
	margin-bottom: 0.5%;
	margin-right: 0.25%;
	margin-left: 0.25%;
}

#prof_alb img {
	border-radius: 4px;
}

#prof_alb_link{
	float: left;
	width: 12%;
	margin-bottom: 0.5%;
	margin-right: 0.25%;
	margin-left: 0.25%;
}

#prof_alb_link img{
	border-radius: 4px;
}


/*PC　フォロー一覧*/
#follow_name{
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


/*PC　選択項目専用ページ*/
#item_img {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	display: table-cell;
}

#item_img img {
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	width: 360px;
	display: table-cell;
}

#item_movie2 {
  	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	display: table-cell;
}


#item_movie2 img{
  	border-radius: 8px;
 	width: 360px;
 	display: table-cell;
}


/*PC　フッターカルーセルおすすめ*/
.footcline {
	max-height:67px;
	overflow: hidden;
	padding-top: 2px;
	padding-bottom: 2px;
  	vertical-align: middle;
  	margin-left: 90px;
  	margin-right: 90px;
}


.footcline .footcimg {
  	display: table-cell;
  	vertical-align: middle;
}

.footcline .footcimg img {
  	width: 100px;
  	height: 56px;
  	border-radius: 4px;
}

.footcline .footclink {
  	padding-left: 6px;
  	padding-left: 2px;
  	width:auto;
  	font-size: 14px;
  	font-weight:bolder;
  	word-wrap: normal;
  	display: table-cell;
  	vertical-align: middle;
}

/*PC　フッター*/
#footer{
	width:1130px;
	text-align:center;
}

/*PC　カルーセル*/
.carousel{
  width:580px;  /*希望するサイズ*/
  margin:auto;
}







}
/*PC向けのＣＳＳEND*/