﻿/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
html{
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
	font-family: sans-serif;
	color: #333;
}
body {
	margin: 0;
	font-size: 1em;
	line-height: 1.5;
}
::-moz-selection {
	background: #fe57a1;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #fe57a1;
	color: #fff;
	text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
a{
	color: #1841ce;
}
a:visited{
	color: #941D55;
}
a:hover{
	color: #ee8100;
	text-decoration:none;
}
a:focus{
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
.footerReg a{
    color: #ff6347;
}
.footerReg a:visited{
    color: #d2691e;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title]{
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
pre, code, kbd, samp{
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
small {
	font-size: 85%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
h1,h2,h3,h4,h5{
	margin:0;
	font-size:1em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul, ol, dl ,dd{
	margin: 0;
	padding: 0;
	list-style-type:none;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
.block nav li{
	background: none repeat scroll 0 0 #eee;
    border: 1px solid #bbb;
    display: inline-block;
    margin: 0 0 7px;
    padding: 10px 0;
    text-align: center;
    width: 24%;
}
.block nav li a {	text-decoration:none;	}
/* =============================================================================
   Embedded content
   ========================================================================== */
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
/* Correct overflow not hidden in IE9 */
svg:not(:root) {
	overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
	margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
}
legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
	white-space: normal;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button, input {
	line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*width: 13px;
	*height: 13px;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0; padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
input:valid, textarea:valid {  }
input:invalid, textarea:invalid {
	background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table 		{ border-collapse: collapse; border-spacing: 0; }
td 			{ vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* PRIMARY:: Author:TAKESHITA.H */

/*
/////////////// LAYOUT ///////////////
*/

.lefted		{ float:left;  }
.righted	{ float:right; }
.w1_2		{ width:48%; }
.w1_3		{ width:32%; }
.w1_4		{ width:24%; }
.w1_5		{ width:19.8%; margin-left:0!important; }
.w1_6		{ width:16.5%; margin-left:0!important; }
.margin1 	{ margin:1%; }
.marginImg 	{ margin:5px 10px 5px 0; }
.marginTop 	{ margin-top:10px; }
.topBtm5px 	{ margin:5px 0; }
.topBtm10px	{ margin:10px 0; }

body		{ background: #fafafa;}
.wrapper	{ width:960px; margin:70px auto 0; }
.header		{ margin:0; padding:10px 0; overflow:hidden; position:fixed; background:#fff; z-index:1000; width:100%; right:0; top:0; opacity:0.9; box-shadow:2px 2px 3px #ccc; border-bottom:1px solid #ddd; }
.contentH	{ width:960px; overflow:hidden; margin:0 auto; }
.header ul	{ width:35%; float:right;}
.header li	{ width:33%; float:right; font-size:0.9em; text-align:center; line-height:35px;}
.header li a{ text-decoration:none; color:#333;}
.header li a:hover{ color:#ea5506; -webkit-transition: all .3s; transition: all .3s;}
.header li:first-child{ border:0;}
.header li.regist	{ background: linear-gradient(to bottom, #ff904d 0%, #f55c00 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f55c00), color-stop(0.00, #ff904d)); background: -webkit-linear-gradient(top, #ff904d 0%, #f55c00 100%); border: 1px solid #f55c00; border-radius: 5px; }
.header li.regist a	{ color: #ffffff; display: block;}
.header li.regist a:hover{ background: linear-gradient(to bottom, #ffa873 0%, #f57629 100%); -webkit-transition: all .3s; transition: all .3s;}
.main		{ float:left; width:750px; }
.side		{ float:right; width:200px; }
.footer		{ clear:both; float:left; width:100%; font-size:.8em; }

#logo{
	float:left;
	display:inline-block;
	/display:inline;
	/zoom:1;
	width:228px;
	height:0;
	padding-top:34px;
	overflow:hidden;
	background:url(http://mfplus.jp/images/mfp_pcrogo.png) no-repeat 5px 5px;
}

.twtr-widget{ margin-bottom:10px; }

/*
/////////////// COMMON PARTS ///////////////
*/

.title		{ margin:0 0 1em; font-size:1em; }
.titleLarge { font-size:1.4em; }
.titleCatch { padding:10px; overflow:hidden; color:#fff; }
.titleBar 	{ margin-top:10px; padding:5px 10px; background:#7b9cf9; color:#fff; clear:both; }
.thumbs		{ max-width:120px; }

/*------------- BGCOLOR -------------*/

.silver{
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#eeeeee));
	background: -webkit-linear-gradient(#fafafa, #eeeeee);
	background: -moz-linear-gradient(#fafafa, #eeeeee);
}
a.silver:hover{
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
	background: -webkit-linear-gradient(#ffffff, #f5f5f5);
	background: -moz-linear-gradient(#ffffff, #f5f5f5);
	-moz-transition:border 0.2s ease-in 0.1s;
	-webkit-transition:border 0.2s ease-in 0.1s;
}
.ora{
	background:#ffab3f;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff821a), color-stop(0.00, #ffbf7a));
	background: -webkit-linear-gradient(top, #ffbf7a 0%, #ff821a 100%);
	background: -moz-linear-gradient(top, #ffbf7a 0%, #ff821a 100%);
	background: -o-linear-gradient(top, #ffbf7a 0%, #ff821a 100%);
	background: -ms-linear-gradient(top, #ffbf7a 0%, #ff821a 100%);
	background: linear-gradient(top, #ffbf7a 0%, #ff821a 100%);
}
a.ora:hover{
	background:#ffab3f;
	border-color:#d66100!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #eb6b00), color-stop(0.00, #ffa442));
	background: -webkit-linear-gradient(top, #ffa442 0%, #eb6b00 100%);
	background: -moz-linear-gradient(top, #ffa442 0%, #eb6b00 100%);
	background: -o-linear-gradient(top, #ffa442 0%, #eb6b00 100%);
	background: -ms-linear-gradient(top, #ffa442 0%, #eb6b00 100%);
	background: linear-gradient(top, #ffa442 0%, #eb6b00 100%);
	-moz-transition:border 0.2s ease-in 0.1s;
	-webkit-transition:border 0.2s ease-in 0.1s;
}

.orange 		{ background:#ffab3f; }
.orangePastel 	{ background:#fcedda; }
.violet 		{ background:#d456d9; }
.violetPastel 	{ background:#f6dcf7; }
.sky 			{ background:#83a9f6; }
.skyPastel		{ background:#dde7fb; }
.tomato 		{ background:#db3b2e; }
.tomatoPastel 	{ background:#fcdedc; }
.pink 			{ background:#f98ed2; }
.pinkPastel 	{ background:#fdd6ef; }

#imode 			{ background:#d1203d; }
#ezweb 			{ background:#eb5307; }
#softbank 		{ background:#fcbb00; color:#333; }
#smartphone		{ background:#5d7af8; }

/*------------- NAVS -------------*/

.menu{
	margin-bottom:10px;
	font-size:12px;
	box-shadow:0 2px 7px #ddd;
}
.menu a{
	display:block;
	width:158px;
	padding:10px 10px 10px 30px;
	color:#333;
	line-height:2.5em;
	text-decoration:none;
}
.menu a:hover{
	color:#fff;
	background:#6e7589;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}
.menu dt{
	border:1px solid #ccc;
	padding:10px 5px;
}
.menu dd{
	border:1px solid #c3c3c3;
	border-top:0;
	background:#eaeefa;
}
.rightMfp{
	background:#fff;
	padding:10px 8px;
	font-size:0.75em;
	text-align:center;
	margin:0 0 15px;
	border:1px solid #ccc;
	box-shadow:0 2px 7px #ddd;
}
.rightMfpTxt{
	border-top:1px dashed #aaa;
	text-align:left;
	margin:8px 5px 0;
	padding-top:8px;
}
.rightSns{
	border: 1px solid #ccc;
	overflow: hidden;
	font-size:1em;
	padding:10px;
	background:#fff;
	margin-bottom:15px;
    box-shadow:0 2px 7px #ddd;
}
.nvFnc li	{ margin-left:10px!important; padding-right:10px; }
.nvFnc a	{ font-size:.85em; text-decoration:none; }
.nvFnc i 	{ display:inline-block; margin-right:.25em; border:1px solid #111; padding:0 .25em; font-size:.75em; }
.fb-like-box{ background:#fff!important; margin-bottom:15px!important; border:1px solid #ccc!important; box-shadow:0 2px 7px #ddd!important; }

/*------------- BUTTON -------------*/

.btn-s{
	display:inline-block;
	/display:inline;
	width:6em;
	line-height:2.5em;
	border:1px solid #bbb;
	border-radius:5px;
	box-shadow:1px 1px 7px #ccc;
	font-weight:bold;
	font-size:.85em;
	text-decoration:none;
	text-align:center;
}

.btn-s1{
	display:inline-block;
	/display:inline;
	width:8em;
	height:2.5em;
	line-height:2.5em;
	border:1px solid #bbb;
	border-radius:5px;
	box-shadow:1px 1px 7px #ccc;
	font-weight:bold;
	font-size:.85em;
	text-decoration:none;
	text-align:center;
	margin:5px 0px;
}


.btn-s:hover{ box-shadow:0 0 2px #aaa; }

.btn-s2{
	clear:both;
	height:2.8em;
	letter-spacing: 1em;
	line-height:2.5em;
	border:1px solid #bbb;
	background:#eee;
	border-radius:5px;
	font-weight:bold;
	font-size:1em;
	text-align:center;
	margin:5px 0px;
}

.btn-s2 a{
	text-decoration:none;
}

.btn-s3{
	display:inline-block;
	/display:inline;
	height:2.5em;
	line-height:2.5em;
	padding:0px 10px;
	border:1px solid #bbb;
	border-radius:5px;
	box-shadow:1px 1px 7px #ccc;
	font-weight:bold;
	font-size:.85em;
	text-decoration:none;
	text-align:center;
}
.btn-s3 a{
	text-decoration:none;
}
.allbottn	{	margin: 10px 0px;	}
.allbottn img {
	margin-right:auto;
	margin-left:auto;
	width: 95%;
	display: block;
}
.chbottn {
	width: 100%;
	margin-right:auto;
	margin-left:auto;
	margin: 15px 0px;
}
.chbottn a {
	text-decoration: none;
}
.newbottn {
	width: 45%;
	float: left;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e6e6e6), color-stop(0.00, #f6f7f7));
	background: -webkit-linear-gradient(top, #f6f7f7 0%, #e6e6e6 100%);
	background: -moz-linear-gradient(top, #f6f7f7 0%, #e6e6e6 100%);
	height: 44px;
	margin: 0% 1% 0% 2%;
	border: 1px solid #c8c8c8;
	padding: 3px 3px 3px 3px;
	color: #303030;
	text-decoration: none;
}
.newbottn p {
	height: 30px;
	background-image: url(/images/new_icon.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size:auto 100%;
	padding: 15px 0px 0px 72px;
	font-size: 80%;
	margin:0;
}
.rankbottn {
	width: 45%;
	float: right;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e6e6e6), color-stop(0.00, #f6f7f7));
	background: -webkit-linear-gradient(top, #f6f7f7 0%, #e6e6e6 100%);
	background: -moz-linear-gradient(top, #f6f7f7 0%, #e6e6e6 100%);
	height: 44px;
	margin: 0% 2% 0% 0%;
	border: 1px solid #c8c8c8;
	padding: 3px 3px 3px 3px;
	color: #303030;
	text-decoration: none;
}
.rankbottn p {
	height: 30px;
	background-image: url(/images/ranking_icon.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size:auto 100%;
	padding: 15px 0px 0px 72px;
	font-size: 80%;
	margin:0;
}
.yellow_botan01,.yellow_botan02,.yellow_botan03,.pink_botan01,.pink_botan02,.btnTop a {
	float: left;
	background:#fdd35c;
	border:1px solid #ccc;
	padding: 1em 0;
	color: #424242;
	width: 80%;
	margin: 10px 10%;
	text-align: center;
	text-decoration: none;
}
/*------------- ICON -------------*/

.icon{
	display:inline-block;
	width:20px;
	height:20px;
	background:url(http://mfplus.jp/images/mobileicon.png) no-repeat center 0;
	vertical-align:top;
}
.icon-large{
	display:inline-block;
	width:90px;
	height:70px;
	vertical-align:bottom;
}
.iconTxt{
	display:inline-block;
	height:16px;
	margin:0;
	padding:2px 5px;
	text-align:center;
	vertical-align:middle;
	font-size:.7em;
	color:#fff;
	border-radius:3px;
	box-shadow:0 0 3px #777;
}
.icon-carrier{
	float:left;
	display:inline-block;
	width:18px;
	height:18px;
	margin:0 1px 0 0;
	border:1px solid #ccc;
	padding:1px;
	border-radius:2px;
	background:url(http://mfplus.jp/images/icon-carrier.png) no-repeat center 0;
}
.icon-featurephone { background-position:center -40px; }
.titleCatch .icon{
	width:45px;
	padding-left:14px;
	background-position:left 0;
	font-size:10px;
	line-height:1.2em;
}
.titleCatch .icon-featurephone{ background-position:left -40px; }

.icon-anime 	{ background:url(http://mfplus.jp/images/icon-large.png) no-repeat center 15px; }
.icon-movie 	{ background:url(http://mfplus.jp/images/icon-large.png) no-repeat center -190px; }
.icon-music 	{ background:url(http://mfplus.jp/images/icon-large.png) no-repeat center -400px; }
.icon-pachi 	{ background:url(http://mfplus.jp/images/icon-large.png) no-repeat center -600px; }
.icon-gravi 	{ background:url(http://mfplus.jp/images/icon-large.png) no-repeat center -810px; }

.icon-ezweb		{ background-position:center 1px ; }
.icon-imode		{ background-position:center -17px ; }
.icon-yktai		{ background-position:center -35px ; }
.icon-andrd		{ background-position:center -53px ; }
.icon-apple		{ background-position:center -71px ; }
.mtpoint {
	background: url(/images/ico_title2.png) no-repeat left top;
	margin-bottom: 10px;
	padding: 4px 10px 0px 25px;
	margin-top: 5px;
}

/*
/////////////// COMMON MODULE ///////////////
*/


/*------------- BLOCK -------------*/
.block{
	clear:both;
	float:left;
	margin-bottom:15px;
	border:1px solid #ccc;
	padding:15px;
	background:#fff;
	box-shadow:0 2px 7px #ddd;
	width:95%;
}
.block h1{
	margin-bottom:10px;
}
.block h2{
	margin:20px 0 10px;
	overflow: hidden;
	background:#add8e6;
}
.block dl{
	margin-top:0;
}
.block>div,.block>p{
	font-size:.9em;
}
.block ul li{
	line-height:1.75em;
}
.innerBlock {
    line-height: 35px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 3px #bbb;
    left: -5px;
    transform: translateZ(0px);
    margin:0 0 15px;
}
.innerBlock .arrow{
	color:#ffcc33;
	font-size:20px;
}
.innerBlock .hot{
	font-size:0.9em;
	font-style: italic;
	font-weight:bold;
}
.innerBlock ul{
	position:absolute;
	left:140px;
	top:0;
}
.innerBlock ul li{
	display:inline-table;
	margin-right:10px;
}
/*------------- LIST -------------*/
.listHr{
	text-align:center;
	background:#fff;
}
.listHr>li{
	display:inline-block;
	border-right:1px solid #ddd;
	font-size:.85em;
	vertical-align:top;
	/display:inline;
	/zoom:1;
}
.listHr>li.noBrdr{
	margin:0;
	border:0;
}
.listHr>li li{
	list-style:none;
	line-height:1.2em;
	text-align:left;
	font-size:.9em;
}
.listHr>li li a{
	line-height:2em;
}
.listHr>li p{
	margin: 5px 5px 5px 8px;
	text-align:left;
	font-size:1em;
}
ol.listHr>li.w1_2{
	width:45%;
	margin:0.5% 0.25%;
	border:0;
	padding:1%;
	border-radius:5px;
	background:#eee;
	text-align:left;
	float:left;
	margin-left:12px;
}
ol.listHr>li.w1_2 p{
}
ol.listHr>li.w1_2 span{
	display:block;
}
/*------------- override liststyle -------------*/
ol.listHeight>li.w1_2{
	height:160px;
}


.listAlignR{
	float:right;
	margin:0 0 0 5px;
}
.nameProg{
	height:3em;
}
.listHr .btn-s{ float:right;height:2em;line-height:2em;margin-top:0.5em;width:50%; }
a.btn-s{
	color:#333;
}
.topMore, .btnTypeA{
	font-size:0.9em;
	border:1px solid #bbb;
	padding:8px 0;
	text-align:center;
	text-decoration:none;
	background:#eee;
}
.topMoreList{
	width:123px;
	float:right;
	position:absolute;
	bottom:8px;
	left:8px;
}
.topMore, .btnTypeA, .topMore::before, .topMore::after, .btnTypeA::before, .btnTypeA::after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.topMore:hover, .btnTypeA:hover {background-color: #bbdbf3; border: 1px solid #88b5d3;}
.btnTypeA	{	display: block; margin: 0 10%; width: 80%;	}
a.topMore, a.btnTypeA	{ color:#333; }

.freeM{
	display:block;
	text-align:center;
}
.newTxt li{
	line-height:100%;
	margin:5px 8px;
}
a .newDate{
	text-decoration:none;
	color:#333;
}
.pageTopBtn{
    float: right;
    margin-bottom: 15px;
    margin-right: 5px;
    font-size: 0.7em;
    padding: 0 20px;
    width:auto!important;
}

/*------------- FORM -------------*/

input[type="search"]:hover,
input[type="search"]:focus{
	border-color:#98aaef!important;
	-moz-transition:border 0.2s ease-in 0.1s;
	-webkit-transition:border 0.2s ease-in 0.1s;
}

/* SEARCH */
.search input[type="search"], .srch input[type="text"]{
	border:3px solid #ccc;
	border-bottom:3px solid #ccc;
	border-right:3px solid #ccc;
	padding:5px;
	width:17em;
	border-radius:5px;
	vertical-align:bottom;
	background:#fff;
}
.srch select, select{	display:none;	}
/*
/////////////// THE PARTS OF SPECIFIC PAGE ///////////////
*/

/*------------- RANKING -------------*/

.ranking {
	position:relative;
	clear:both;
	overflow:hidden;
	padding:3px 0;
}
.ranking h3{
	position:absolute;
	left:8px;
	padding:0 0 0 5px;
	text-align:left;
	border-left:8px solid #FFCC33;
	font-size:1em
}

.titleAnime		{	border-left:8px solid #f39919!important;	}
.titleDorama	{	border-left:8px solid #83cddd!important;	}
.titleCinema	{	border-left:8px solid #6d22a7!important;	}
.titlePachi		{	border-left:8px solid #ebd842!important;	}
.titleGravia	{	border-left:8px solid #ee5ea2!important;	}
.titleVariety	{	border-left:8px solid #ff6633!important;	}
.titleMusic		{	border-left:8px solid #33a6ff!important;	}
.ranking .listHr>li{
	float:left;
	height:190px;
	font-size:.85em;
	vertical-align:top;
	/display:inline;
	border:1px solid #ccc;
	border-right:none;
	/zoom:1;
	position:relative;
	padding:5px 0;
}
.ranking .listHr>li:last-child{
	border-right:1px solid #ccc;
}
.ranking .listHr>li .rankImg{
	height:120px;
	width:120px;
	display:block;
	margin: 0 auto;
	overflow: hidden;
}
.ranking p{
	margin-top:3px;
	font-size:.9em!important;
	font-weight:normal;
	line-height: 1.5em;
}
.ranking ol{
	float:left;
	width:100%;
	padding:0;
	margin: 0;
}
.ranking ol>li{
	position:relative;
}
.ranking li>span.rankNum{
	display:block;
	font-weight:bold;
	text-align:left;
	padding:0 0 0 10px;
	color:#888;
}
.rankNo1	{ background:url(../../images/oukan15.gif) no-repeat!important; background-size:26px 20px!important; padding:0 0 0 32px!important; background-position:3px -2px!important; color:#333!important; }
.rankNo2	{ background:url(../../images/oukan17.gif) no-repeat!important; background-size:26px 20px!important; padding:0 0 0 32px!important; background-position:3px -2px!important; color:#333!important; }
.rankNo3	{ background:url(../../images/oukan16.gif) no-repeat!important; background-size:26px 20px!important; padding:0 0 0 32px!important; background-position:3px -2px!important; color:#333!important; }
.ranking ol>li.w1_4{
 	height:100px;
}
.newlist{
	min-height:148px!important;
}
/*BUTTON CHANNEL*/
.btnBlock{
	float:right;
	display:inline-block;
	width:18%;
	height:185px;
	text-align:center;
	text-decoration:none;
	border-radius:10px;
}
.btnBlock:hover{
	opacity:.8;
	color:#fff;
	-moz-transition: background .4s ease-out .1s, opacity .2s ease-out .1s;
	-webkit-transition: background .4s ease-out .1s, opacity .2s ease-out .1s;
}
.btnBlock span{
	display:block;
	vertical-align:middle;
	font-weight:bold;
	font-size:.8em;
	color:#fff;
}
.btnBlock i.arrBig{
	font-size:3em;
	font-weight:bold;
	font-style:normal;
	color:#fff;
	opacity:.7;
}

/*------------- PAGE:DETAIL -------------*/
.detailPrg{
	position:relative;
}
.qrCode{
	margin:-180px 0 0 185px;
}
.watchOutNow{
	height:0;
	padding-top:134px;
	overflow:hidden;
	background:url(http://mfplus.jp/images/bn-watchOutNow.png) no-repeat;
}
.bnSide{
	clear:both;
	height:0;
	padding-top:270px;
	overflow:hidden;
	background:url(http://mfplus.jp/images/bn-315.png) no-repeat;
}
.prgImg li{
	border:1px solid #ddd!important;
}
#image-box{
	height:490px;
	display:block!important;
}
#topImg{
	display:block!important;
}
/*------------- PAGE:LIST -------------*/

ol.kanaOrder{
	clear:both;
	margin:10px auto;
	text-align:center;
	line-height:1em;
}
ol.kanaOrder li{
	display:inline-block;
	/display:inline;
	/zoom:1;
	margin:0;
	border:1px solid #ddd;
	padding:.5em;
	font-size:.85em;
	border-radius:3px;
}
ol.kanaOrder li a{
	display:block;
	width:2em;
	text-decoration:none;
}
ol.kanaOrder li:hover{
	border-color:#999;
	-moz-transition: border-color .2s ease-out .1s;
	-webkit-transition: border-color .2s ease-out .1s;
}

@media only screen and (min-width: 35em) {
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}







.listTxT{
	line-height: 130% !important;
}
.btxt {
	margin: 0px;
	padding: 5px 10px 15px;
	color: #525252;
}
.clear{
	clear: both;
}

/* コンテンツPR */
div.imagebox1 {
	text-align: center; /* 3.中央寄せ */
	border: 0px
	background-color: #ffffff;  /* 2.背景色 */
	width: 97%;
	margin-left:auto;
	margin-right:auto;
}

div.imagebox1 a {
	text-decoration: none;
}

div.imagebox2, div.imagebox2_comic {
	border: 0px
	background-color: #ffffff;  /* 2.背景色 */
	width: 50%;
	float: left;
	margin: 0px 0px 3px 0px;
}

div.imagebox2 a, div.imagebox2_comic a {
	text-decoration: none;
}

div.imagebox3, div.imagebox3_comic {
	border: 0px
	background-color: #ffffff;  /* 2.背景色 */
	width: 33%;
	float: left;
	margin: 0px 0px 3px 0px;
}

div.imagebox3 a, div.imagebox3_comic a {
	text-decoration: none;
}

div.imagebox4, div.imagebox4_comic {
	border: 0px
	background-color: #ffffff;
	width: 25%;
	float: left;
	margin: 0px 0px 3px 0px;
}

div.imagebox4 a, div.imagebox4_comic a {
	text-decoration: none;
}

div.imagebox5, div.imagebox5_comic {
	border: 0px
	width: 20%;
	float: left;
	margin: 0px 0px 3px 0px;
}

div.imagebox5 a, div.imagebox5_comic a {
	text-decoration: none;
}

p.image, p.caption {
	text-align: center; /* 3.中央寄せ */
	margin: 5px 0px 3px 0px;
}
p.caption {
	font-size: 100%;  /* 5.文字サイズ */
	color: #525252;
}

div.imagebox2nospace {
	border: 0px;
	width: 50%;
	float: left;
	margin: 0px 0px;
}

footer nav.block{
	clear:both;
	float:left;
	border:1px solid #ccc;
	padding:15px;
	background:#fff;
	box-shadow:0 2px 7px #ddd;
	width:97%;
	font-size:0.95em;
}
footer nav.block ul{
	width:20%;
	float:left;
}
footer nav.block ul li:first-child{
	font-weight:bold;
}
footer nav.block ul li ul{
	margin:0 0 8px 8px;
	width:100%;
	font-weight:normal;
}
footer nav.block ul ul li:first-child{
	font-weight:normal;
}

footer p{
	text-align:center;
}
.product1{
	width:39%;
	float:left;
	list-style-type:none;
	padding-left:10px;
	margin-bottom:5px;
	font-size:14px;
}
.product2{
	width:59%;
	float:left;
	list-style-type:none;
	margin-bottom:5px;
	font-size:14px;
}
.img{	float: left; }
.text{
	overflow:auto;
	zoom:1;
	padding:0;s
	margin:4px 0 0 0;
}
.text p{
	margin:0 0 8px 0;
	padding:0;
	font-size:0.8rem!important;
}

.sign_up{
	float:right;
	width:200px;
}
.h2txt {
	line-height:200%;
	font-size:18px;
	text-align:center;
	width: auto;
	margin: 50px 0 10px 0px;
}
.ctxt{
	text-align:left;
	margin:20px auto;
	width:250px;
	float:none;
}
.headline3 {
    background: none repeat scroll 0 0 #202f55!important;
    color: #fff;
    font-weight: bold;
    margin: 0 0 0.5em!important;
    padding: 0.5em 0.8em;
    position: relative;
}
.points > div {
	display: inline-block;
	width: 200px;
	margin-right: 15px;
	vertical-align: top;
}
.points p {
	margin: 1em 0;
}
.points .image {
	position: relative;
}
.point-triangle {
	position: relative;
}
.point-triangle:after {
	position: absolute;
	content: " ";
	height: 0;
	width: 0;
}
.point-triangle span {
	position: absolute;
	content: " ";
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	z-index:100;
}
/* Newアイコン */
.point-triangle-lt:after {
	top: 0;
	left: 10px;
	border-bottom:3em solid transparent;
	border-left:3em solid #ea5549;
}
.point-triangle-lt span {
	top: .5em;
	left: 10px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
/* Freeアイコン */
.point-triangle-lt2:after {
	top: 0;
	left: 10px;
	border-bottom:3em solid transparent;
	border-left:3em solid #288c66;
}
.point-triangle-lt2 span {
	top: .5em;
	left: 10px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.atxt{
	background:#ddd;
	overflow:hidden;
	padding:20px 0;
	margin:0 0 10px;
}
.srch{
	width:570px;
	margin-left:20px;
	float:left;
}
.srch .srch_form, .srch_form{width:560px!important;}
.srch_btn{
	float:right;
	margin-right:20px ;
	padding:0 30px;
	border: 1px solid #bbb;
	border-radius: 5px;
	box-shadow: 1px 1px 7px #ccc;
	display: inline-block;
	font-size: 0.9em;
	font-weight: bold;
	height: 2.5em;
	line-height: 2.5em;
}
/*------------------------------------------------------
						h2 装飾
------------------------------------------------------*/
h2.anime	{	background:#ffa300;overflow:hidden;	}
h2.cinema	{	background:#8742fd;overflow:hidden;color:#fff;	}
h2.music	{	background:#2a68cb;overflow:hidden;color:#fff;	}
h2.pachi	{	background:#f14826;overflow:hidden;color:#fff;	}
h2.grav		{	background:#e22658;overflow:hidden;color:#fff;	}
h2.comic1	{	background:#c3ed78;overflow:hidden;	}
h2.comic2	{	background:#7bf9f9;overflow:hidden;	}
h2.red		{	background:#ffb8b8;overflow:hidden;	}
h2.pink		{	background:#ffb8ce;overflow:hidden;	}
h2.violet	{	background:#886bff;overflow:hidden;	}
h2.blue		{	background:#bfb8ff;overflow:hidden;	}
h2.green	{	background:#6bffa7;overflow:hidden;	}
h2.yellow	{	background:#ffe43d;overflow:hidden;	}
h2.orange	{	background:#ff8a3d;overflow:hidden;	}
h2.normal	{	background:#e9b300;overflow:hidden;	}
h2.no1		{	color: #ab7001;text-shadow: 1px 2px 2px #fff, 0 0 0.2em #fff;background:#fffac1;overflow:hidden;	}
h2.no2		{	color: #393939;text-shadow: 1px 2px 2px #fff, 0 0 0.2em #fff;background:#e8e8e8;overflow:hidden;	}
h2.no3		{	color: #ab1901;text-shadow: 1px 2px 2px #fff, 0 0 0.2em #fff;background:#ffd4a8;overflow:hidden;	}
h2.norank	{	color: #46670d;text-shadow: 1px 2px 2px #fff, 0 0 0.2em #fff;background:#c6f01d;overflow:hidden;	}

/* 文字装飾。↑のh2と同時に使用。divで括る。 */
.h2txt {
	float: left;
	font-weight: bold;
	background: url(/images/ico_title.png) left center no-repeat;
	padding: 10px 0px 10px 25px;
	width: auto;
	margin: 0px 0px 0px 10px;
}
/* chバー 右にあるボタン */
.h2nav2 {
	float: right;
	background-color: #f3f3f3;
	border-radius: 3px;
	-webkit-border-radius: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(224, 224, 224)),color-stop(0.1, rgb(252, 252, 252)),color-stop(1, rgb(240, 240, 240)));
	font-size: 80%;
	width: 120px;
	margin: 8px;
}
.h2nav2 li {
	text-align: center;
	font-weight: bold;
	border-left: 1px solid #e5e5e5;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
	list-style-type: none;
}
.h2nav2 li a {
	display: block;
	padding: 8px 0;
}
.h2nav2 li:first-child {
	border: none;
}
.h2nav2 a {
	color: #525252;
	text-decoration: none;
}
.titleYlw_chTop{
	color:#333333;
	line-height:35px;
	height: auto;
	margin:0!important;
	padding:8px 0 8px 30px;
	text-shadow:none;
	text-align:left;
	font-weight:bold;
	font-size:1.2em;
	border:0;
	background:#fff!important;
	border-bottom:1px solid #ddd;
	position:relative;
}
.titleYlw_chTop:before{
	content: "";
    position: absolute;
    left: 8px;
    top:8px;
    width:8px;
    height:35px;
    background: #ffcc00;
}
.subtitle_chTop{
	color:#333333;
	line-height:28px;
	height: auto;
	margin:0!important;
	padding:8px 0 8px 30px;
	text-shadow:none;
	text-align:left;
	font-weight:bold;
	font-size:1.1em;
	border:0;
	background:#fff;
	border-bottom:1px solid #ddd;
	position:relative;
	background:#fff!important;
}
.subtitle_chTop:before{
	content: "";
    position: absolute;
    left: 8px;
    top:8px;
    width:8px;
    height:28px;
    background: #ffcc33;
}
.titleYlw_chTopmini{
	color:#333333;
	line-height:30px;
	height: auto;
	margin:0!important;
	padding:8px 0 8px 30px;
	text-shadow:none;
	text-align:left;
	font-weight:bold;
	font-size:1em;
	border:0;
	background:#fff!important;
	border-bottom:1px solid #ddd;
	position:relative;
}
.titleYlw_chTopmini:before{
	content: "";
    position: absolute;
    left: 8px;
    top:8px;
    width:8px;
    height:30px;
    background: #ffcc00;
}

.h2titleAnime:before	{	background:#f39919!important;	}
.h2titleDorama:before	{	background:#83cddd!important;	}
.h2titleCinema:before	{	background:#6d22a7!important;	}
.h2titlePachi:before	{	background:#ebd842!important;	}
.h2titleGravia:before	{	background:#ee5ea2!important;	}
.h2titleVariety:before	{	background:#ff6633!important;	}
.h2titleMusic:before	{	background:#33a6ff!important;	}
.subchannelh2{
	margin:0!important;
	background:#fff!important;
}
/*------------------------------------------------------
			リスト
------------------------------------------------------*/
.ylwList{
	overflow:hidden;
	text-align:center;
	background:#fff;
	margin: 5px 0 0;
}
.ylwList li{
	background: #aaa;
	box-shadow: 2px 2px 0px 0px #fff inset;
	list-style-type: none;
	border-left:0;
	float:left;
	font-size:0.95rem;
	font-weight:bold;
}
.ylwList li a{
	display: block;
	text-decoration:none;
	color:#fff;
}
.chTopList{
	width:92%;
	overflow:hidden;
	text-align:center;
	margin:4%;
}
.chTopList li{
	background: #F39919 ;
	list-style-type: none;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	float:left;
	font-size:0.9rem;
	font-weight:bold;
}
.chTopList li a{
	display: block;
	width:100%;
	text-decoration:none;
	color:#fff;
}
.column2	{	width:50%;	line-height:45px;	}
.column3	{	width:33%;	line-height:40px;	}
.column3_2	{	width:33%;	padding:15px 0;	}
.column3Last{	width:34%!important;	}
.column4	{	width:25%;	line-height:55px!important;	}
.column4_2	{	width:25%;	padding:15px 0;	}
.column5	{	width:50%;	line-height:30px;	}
.column5:nth-child(2n){	width:49%; border-right:none;	}

/*------------------------------------------------------
					ライン
------------------------------------------------------*/
.sline {
	margin: 10px 0px;
	border-top: 1px solid #ffd50a;
}
.dline {
	margin: 10px 0px;
	border-top: 1px dashed #ffd50a;
}
.sline2 {
	margin: 10px 0px;
	border-top: 2px solid #ffd50a;
}
.dline2 {
	margin: 10px 0px;
	border-top: 2px dashed #ffd50a;
}
/*------------------------------------------------------
						ほっとワード
------------------------------------------------------*/
.hotword{
	margin:10px 0 20px;
	overflow:hidden;
}
.hotword .hotwordbtn{
	background:#3f4754;
	color:#fff;
	border-radius:3px;
	padding:8px 10px 8px 20px;
	font-size:0.9rem;
	margin:0 5px 5px 0;
	position:relative;
	box-shadow:1px 1px 1px #ddd;
	display: block;
    float: left;
    text-align: center;
    text-decoration: none;
}
.hotword .hotwordbtn:before{
	content: "";
    position: absolute;
    left: 8px;
    top:11px;
	height: 7px;
	width: 7px;
	border-radius:7px;
	background: #fff;
}

/* リスト全体 */
.listIPhone {
	background-color: #fff;
}
.listIPhone li {
	position: relative;
	border-bottom: solid 1px #ffe1b9;
	padding:10px;
}
.listIPhone li a{ text-decoration:none;}
/* 左寄せサムネイル */
.img_left{
	float: left;
	margin-right: 8px;
}
/* タイトル */
.listTitle {
	font-size: 100%;
	color: #525252;
	margin-bottom: 5px;
}
/* 詳細 */
.listTxT {
	font-size: 90%;
	color: #898989;
	margin-bottom: 5px;
}

/*------------------------------------------------------
			一覧系ページ　アコーディオン
------------------------------------------------------*/
#list_chLink{
    background: none repeat scroll 0 0 #666;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    line-height: 50px;
    margin: 10px 0 0;
    padding-left: 2%;
    position: relative;
    width: 98%;
}
#list_chLink:before, #list_chLink:after{
    background: none repeat scroll 0 0 #fff;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    right: 10px;
    top: 22px;
    width: 30px;
}
#list_chLink:after{
    height: 30px;
    right: 22px;
    top: 10px;
    width: 5px;
}
#overlay{
	background:#474747;
	width:713px;
	overflow:hidden;
	padding:0;
	display: none;
	z-index: 100;
	position:absolute;
	opacity:0.95;
}
#overlay li{
	text-align:left;
	width:50%;
	list-style-type: none;
	float:left;
	line-height:45px;
	color:#fff;
	font-weight:bold;
	box-shadow: -1px -1px 0px 0px #9b988c inset;
}
#overlay li a{
	color:#fff;
	text-decoration:none;
	padding-left:5%;
	line-height:45px;
	width:100%;
	display:block;
}
.ylwBar{
	background:#ffcc00;
	width:98%;
	line-height:40px;
	color:#fff;
	padding-left:2%;
	font-weight:bold;
}
/* ラベルカラー */
.labelDefault	{	background:#ffcc33!important;	}
.labelAnime		{	background:#f39919!important;	}
.labelDorama	{	background:#83cddd!important;	}
.labelCinema	{	background:#6d22a7!important;	}
.labelPachi		{	background:#ebd842!important;	}
.labelGravia	{	background:#ee5ea2!important;	}
.labelVariety	{	background:#ff6633!important;	}
.labelMusic		{	background:#33a6ff!important;	}
/*------------------------------------------------------
			トップ一覧
------------------------------------------------------*/
/* 一列案 */
.topList{
	width:100%;
}
.topList li{
	border-top:1px solid #ddd;
	position:relative;
	padding:10px ;
	overflow:hidden;
	list-style-type: none;
	min-height:50px;
}
.topList li:before{
	content: "";
    position: absolute;
    right: 1px;
    top:45%;
    border: 7px solid transparent;
    border-left: 7px solid #aaa;
}
.topList li:last-child{
	border-bottom:1px solid #ddd;
}
.topList li a{
	text-decoration:none;
	display:block;
	overflow: hidden;
}
.topList li .listTitle{
	color: #333!important;
	font-size:0.9rem!important;
	line-height:1.1;
}
.topList li .listTitle{
	margin-bottom: 5px;
	font-weight:bold;
}
.topList li .listTxT{
	margin: 0 10px 0 0;
	color: #696969!important;
	font-size:0.9rem!important;
	line-height:1.1;
}
.topList li .listLink{
	position:absolute;
	bottom:5px;
	right:10px!important;
	text-align:right;
	color: #777!important;
	font-size:0.9rem!important;
}
.topList li .listLeft{
	float:left;
	overflow:hidden;
	width:100px;
	min-height:100px;
	margin-right:10px;
}
.topList li .red, .topList li .blue, .topList li .black{
	display:block;
	width:65px;
	position:absolute;
	right:20px;
	bottom:6px;
	text-align:center;
	padding:7px 0;
	font-size:0.75rem;
}
.topList li .red	{	color:#F95214; border:1px solid #F95214;	}
.topList li .blue	{	color:#14A6F9; border:1px solid #14A6F9;	}
.topList li .black	{	color:#696969; border:1px solid #696969;	}
/* ページング背景 */
.kensaku {
	background-color: #fff;
	padding: 10px;
	font-size: 12px;
	text-align: center;
	color: #525252;
	line-height:1.5em;
	letter-spacing: 0.4em;
}
.kensaku a {
	margin: 0px;
	padding: 10px 0px;
	text-decoration: none;
	color: #d16439;
}
.subchList		{	margin:20px 0!important; overflow: hidden;	}
.subchList dt	{	font-weight:bold;	}
.rank_total{
	background:url(../../images/mfp_ranking.png) 2% 50% no-repeat,#ffcc00 ;
	background-size: auto 18px!important;
	width:93%;
	line-height:35px;
	color:#fff;
	padding-left:7%;
	font-weight:bold;
}
.rank_anime{	background:url(../../images/mfp_ranking.png) 2% 50% no-repeat,#f39919 ; }
.rank_dorama{	background:url(../../images/mfp_ranking.png) 2% 50% no-repeat,#83cddd ; }
.rank_cinema{	background:url(../../images/mfp_ranking.png) 2% 50% no-repeat,#6d22a7 ; }
.rank_pachi{	background:url(../../images/mfp_ranking.png) 2% 50% no-repeat,#ebd842 ; }
.rank_gravia{	background:url(../../images/mfp_ranking.png) 2% 50% no-repeat,#ee5ea2 ; }
.rank_variety{	background:url(../../images/mfp_ranking.png) 2% 50% no-repeat,#ff6633 ; }
.rank_music{	background:url(../../images/mfp_ranking.png) 2% 50% no-repeat,#33a6ff ; }
.rank_gray{	background:url(../../images/mfp_ranking.png) 2% 50% no-repeat,#ccc ; }

/* border-bottom color*/
.bottomAnime	{	border-bottom:6px solid #f39919!important;	}
.bottomCinema	{	border-bottom:6px solid #6d22a7!important;	}
.bottomDorama	{	border-bottom:6px solid #83cddd!important;	}
.bottomPachi	{	border-bottom:6px solid #ebd842!important;	}
.bottomGravia	{	border-bottom:6px solid #ee5ea2!important;	}
.bottomVariety	{	border-bottom:6px solid #ff6633!important;	}
.bottomMusic	{	border-bottom:6px solid #33a6ff!important;	}

/* 三列案 */
.topList3{
	width:99%;
	margin:0 0 0 1%;
	list-style-type: none;
	overflow:hidden;
	border-bottom:1px solid #ddd;
}
.topList3 li{
	padding:0 ;
	text-align:center;
	position:relative;
	height:auto;
	margin-bottom:5px;
	width:32.8%;
	float:left;
}
.topList3 li img{
	width:93%;
}
.topList3 li a{
	text-decoration:none;
}
.topList3 li .listTitle{
	width:94%;
	margin:0 2%;
	color: #696969!important;
	font-size:0.8rem!important;
	font-weight:normal;
	text-align:center;
	min-height:40px;
}
.label3{
	background: #D16439;
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 2.5em;
    text-align: center;
    width: 93%;
}
.moreBtn{
	width:80%;
	margin:15px 10%;
	background:#ffcc33;
	color:#fff;
	font-weight:bold;
	font-size:0.9rem;
	border:1px solid #ccc;
	display:block;
	text-decoration:none;
	text-align:center;
	padding:5px 0;
}
.payTitle{
	background:#eee!important;
	padding:10px;
	font-size: 1em;
	margin: 0 0 5px;
	border-bottom: 1px dashed #aaa;
}
.payIcon{
	background:#ccc;
	width:50px;
	height:50px;
	border-radius: 5px;
	float:left;
	margin-right:10px;
}
.payIcon2{
	font-size: 3rem;
	width:50px;
	height:50px;
	text-align: center;
}
.career{margin-left:60px;}
.career li{
	padding:1px 5px ;
	display:inline-block;
	width:100px;
	text-align:center;
	color:#fff;
	font-size: 0.8rem;
}
.master{
	background: #ec1c2c; /* Old browsers */
	background: -moz-linear-gradient(left); /* FF3.6+ */
	background: -webkit-gradient(linear, left, right, color-stop(0%,#ec1c2c), color-stop(50%,#ec1c2c), color-stop(50%,#fbb031), color-stop(100%,#fbb031)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ec1c2c 0%,#ec1c2c 50%,#fbb031 50%,#fbb031 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ec1c2c 0%,#ec1c2c 50%,#fbb031 50%,#fbb031 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #ec1c2c 0%,#ec1c2c 50%,#fbb031 50%,#fbb031 100%); /* IE10+ */
	background: linear-gradient(to right, #ec1c2c 0%,#ec1c2c 50%,#fbb031 50%,#fbb031 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec1c2c', endColorstr='#fbb031',GradientType=0 ); /* IE6-9 */
}
.careerBtn	{ margin: 10px 20px; overflow: hidden;}
.careerBtn li input{
	border:1px solid #aaa;
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#eeeeee));
	background: -webkit-linear-gradient(#fafafa, #eeeeee);
	background: -moz-linear-gradient(#fafafa, #eeeeee);
	border-radius: 5px;
	box-shadow: 1px 1px 2px #ccc;
	color: #555;
	float: left;
	font-size: 0.85rem;
	font-weight:bold;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	height: 60px;
	width: 213px;
	text-align: center;
	margin: 0 15px 10px 0;
}
.careerBtn li input:last-child{
	margin: 0 0 10px 0;
}
.registBtn{
	border:1px solid #f55c00;
	background: linear-gradient(to bottom, #ff904d 0%, #f55c00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f55c00), color-stop(0.00, #ff904d));
	background: -webkit-linear-gradient(top, #ff904d 0%, #f55c00 100%);
	border-radius: 5px;
	box-shadow: 1px 1px 7px #ccc;
	color: #333;
	float: left;
	font-size: 1.1rem;
	font-weight:bold;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	height: 50px;
	line-height: 50px!important;
	width: 670px;
	text-align: center;
	margin: 10px 20px 20px;
	text-shadow: 1px 1px 1px #888;
	text-decoration:none;
	color: #ffffff!important;
	display: block;
	position: relative;
}
.registBtn:after, .careerBtn li input:after {
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    content: "";
    display: block;
    height: 10px;
    margin-top: -4px;
    position: absolute;
    right: 10px;
    top: 40%;
    transform: rotate(45deg);
    width: 10px;
}
.registBtn:hover{
	border:1px solid #f55c00;
	background: linear-gradient(to bottom, #ffa873 0%, #f57629 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffa873), to(#f57629));
	background: -webkit-linear-gradient(#ffa873, #f57629);
	background: -moz-linear-gradient(#ffa873, #f57629);
	-moz-transition:border 0.2s ease-in 0.1s;
	-webkit-transition:border 0.2s ease-in 0.1s;
	transition: all 0.2s;
}
.careerBtn li input:hover{
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
	background: -webkit-linear-gradient(#ffffff, #f5f5f5);
	background: -moz-linear-gradient(#ffffff, #f5f5f5);
	-moz-transition:border 0.2s ease-in 0.1s;
	-webkit-transition:border 0.2s ease-in 0.1s;
	transition: all 0.2s;
}
.registBtn:visited	{ color:#fff;}
.courseTable	{ border:1px solid #ccc; width: 673px; margin: 20px 20px 50px; font-size: 0.9rem; }
.courseTable th	{ border:1px solid #ccc; background:#eae1cf; padding:5px 0; }
.courseTable td	{ border:1px solid #ccc; padding:5px 0; text-align: center; }
.subRegistBtn{
    background: linear-gradient(to bottom, #ff904d 0%, #f55c00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f55c00), color-stop(0.00, #ff904d));
    background: -webkit-linear-gradient(top, #ff904d 0%, #f55c00 100%);
    color: #ffffff!important;
    border:1px solid #f55c00;
    position: relative;
}
.subRegistBtn:after{
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    content: "";
    display: block;
    height: 10px;
    margin-top: -4px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: rotate(45deg);
    width: 10px;
}

/*------------------------------------------------------
			Q&A　アコーディオン
------------------------------------------------------*/
#ac_menu{
	width:100%;
	margin:0;
	color:#333;
}
#ac_menu dt{
	background:#ffffff;
	padding:0 10px;
	line-height:45px;
    margin:0;
    border-top:1px solid #ddd;
    display:block;
    position:relative;
	font-size:0.9rem;
	font-weight:bold;
}
#ac_menu dt:before, #ac_menu dt:after{
	content:'';
	height:3px;
	width:18px;
	display:block;
	background:#ffcc00;
	position:absolute;
	top:21px;
	right:10px;
}
#ac_menu dt:after{
	height:19px;
	width:3px;
	top:13px;
	right:17px;
}
#ac_menu dt:first-child{
    border-top:0;
}
#ac_menu dt:last-of-type{
    border-radius:0 0 5px 5px;
}
#ac_menu dt.active:before, #ac_menu dt.active:after{
	content:'';
	height:3px;
	width:18px;
	display:block;
	background:#ffcc00;
	position:absolute;
	top:21px;
	right:10px;
}
#ac_menu dd{
    display:none;
    padding:10px;
    margin:0;
    border-top:1px solid #ddd;
	font-size:0.85rem;
}
#ac_menu dt:nth-of-type(even), #ac_menu dd:nth-of-type(even), .qaCap{
	background:#f5f5f5!important;
}
.qaTxt{
	margin-bottom:8px;
}
.pad10		{	padding:10px;}
.mar20		{	margin:20px;}
.mar10		{	margin:10px;}
.marB15		{	margin-bottom:15px;}
.socialBtn li	{
	width:20%;
	display:inline-block;
	vertical-align:top;
}
.socialBtn li:first-child	{	width:25%;	}
.socialBtn li:nth-child(2)	{	width:23%;	}
.socialBtn li:nth-child(3)	{	width:17%;	}

.howmf{
	width:670px;
	overflow:hidden;
	font-size:0.9rem;
	margin:15px 20px 0;
	padding-bottom: 5px;
}
.howmf li{
	width:32%;
	margin-right:2%;
	float:left;
}
.howmf li:last-child{
	margin-right:0;
	width:31.5%;
}
.howmf dt{
	background:#4496d3;
	padding:5px 10px;
	box-shadow: 1px 0px 4px 1px #ccc;
    color: #fff;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
}
.howmf dd{
	background:#ecf4fa;
	padding:5px 10px;
	box-shadow: 1px 1px 4px 1px #ccc;
	height: 160px;
}
.barGray{
	border-bottom: 1px dotted #aaa;
	padding: 5px 10px;
	background: #eaeaea!important;
	margin: 25px 0 0;
}
.payment{
	margin: 20px;
	overflow:hidden;
}
.payment li{
	width:32%;
	float:left;
	margin: 0 2% 0 0;
}
.payment li:last-child{
	margin-right:0;
}
.payment .payMethod{
	color: #4682b4;
    font-weight: bold;
    height: 60px;
    font-size:0.95em;
}
.payment .payDetail{
	margin:0;
	font-size:0.9rem;
}
.career{
	margin-left: 0px;
	overflow: hidden;
}
.career li{
	margin-right: 1.5%;
	width: 32%;
	font-size: 0.75rem;
	padding: 2px 0;
}
.courseTable{
	margin: 20px 20px 0;
}
.userNewTxt{
	margin-left:20px;
}
.creditFlow{
    background: none repeat scroll 0 0 #aaa;
    border-radius: 5px;
    margin: 10px 8px;
    overflow: hidden;
}
.creditFlow li:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #fff;
    border-image: none;
    border-style: solid;
    border-width: 0.3em;
    content: " ";
    height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 35%;
    width: 0;
}
.creditFlow li {
    color: #fff;
    float: left;
    font-weight: bold;
    line-height: 2.3!important;
    list-style-type: none;
    position: relative;
    text-align: center;
    width: 33%;
}.pointRadio{ padding:0;}
.coinAdd {
    margin: 10px 0 20px;
    overflow: hidden;
    padding: 0 3%;
}
.coinAdd li{ text-align: center; line-height: 18px; padding: 7px 0 7px 3%; }
.txtImportant {
    color: #cc0101 !important;
    font-weight: bold;
}
.listForm {
    margin: 0 8px 20px;
    overflow: hidden;
}
.listForm dt, .listForm dd {
    font-size: 1em;
    padding: 2px 6px;
}
.subtitle {
    background: none repeat scroll 0 0 #e5e5e5;
    line-height: 200%;
    margin: 8px 0 10px;
    padding-left: 10px;
}
.listForm dd {
    margin: 5px 5px 15px;
    padding: 0;
}
.listForm dt, .listForm dd {
    font-size: 1em;
    padding: 2px 6px;
}
.listForm input[type="email"], .listForm input[type="text"], .listForm input[type="radio"], .listForm input[type="password"], .listForm input[type="date"], .listForm input[type="number"] {
    border: 1px solid #aaa;
    border-radius: 5px;
    height: 35px;
    padding: 0 0 0 5px;
}
.listForm input {
    font-size: 1em;
    margin: 0 auto;
    text-align: left;
    width: 100%;
}
.course{
	width:90%;
	margin:10px 5% 20px 5%;
}
.course li{
	padding:0;
	position:relative;
	list-style-type:none;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}
.course li:first-child{
	border-radius:8px 8px 0 0 ;
	border-top:1px solid #ddd;
}
.course li:last-child{
	border-radius:0 0 8px 8px ;
	border-bottom:1px solid #ddd;
}
.course label {
	display:block;
	text-align:center;
	background:#eee;
	background:url(/images/radio_off.png) no-repeat 8px center, -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d1d1d1), color-stop(0.37, #eee), color-stop(0.00, #ffffff));
	background:url(/images/radio_off.png) no-repeat 8px center, -webkit-linear-gradient(top, #ffffff 0%, #eee 37%, #d1d1d1 100%);
	background:url(/images/radio_off.png) no-repeat 8px center, -moz-linear-gradient(top, #ffffff 0%, #eee 37%, #d1d1d1 100%);
	background:url(/images/radio_off.png) no-repeat 8px center, -o-linear-gradient(top, #ffffff 0%, #eee 37%, #d1d1d1 100%);
	background:url(/images/radio_off.png) no-repeat 8px center, -ms-linear-gradient(top, #ffffff 0%, #eee 37%, #d1d1d1 100%);
	background:url(/images/radio_off.png) no-repeat 8px center, linear-gradient(top, #ffffff 0%, #eee 37%, #d1d1d1 100%);
	padding:8px;
	line-height:120%;
	color:#555;
	font-size: 0.9em;
}
.course li:first-child label{
	border-radius:8px 8px 0 0 ;
}
.course li:last-child label{
	border-radius:0 0 8px 8px ;
}
.course input[type=radio]:checked + label {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
	background:#2878f0;
	background:url(/images/radio_on.png) no-repeat 8px center, -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #2879f0), color-stop(0.00, #99c9f5));
	background:url(/images/radio_on.png) no-repeat 8px center, -webkit-linear-gradient(top, #99c9f5 0%, #2879f0 100%);
	background:url(/images/radio_on.png) no-repeat 8px center, -moz-linear-gradient(top, #99c9f5 0%, #2879f0 100%);
	background:url(/images/radio_on.png) no-repeat 8px center, -o-linear-gradient(top, #99c9f5 0%, #2879f0 100%);
	background:url(/images/radio_on.png) no-repeat 8px center, -ms-linear-gradient(top, #99c9f5 0%, #2879f0 100%);
	background:url(/images/radio_on.png) no-repeat 8px center, linear-gradient(top, #99c9f5 0%, #2879f0 100%);
}
.course input[type=radio] {
	position:absolute;
	opacity:0;
	top: -3px;
	left: -3px;
	width:100%;
	height:100%;
	margin:0;
}

.selectTxt{
	padding-left:3%;
	margin-bottom: 3px;
}
.coinAdd{
	margin:10px 0 20px;
	overflow:hidden;
	padding:0 3%
}
.coinAdd li{
	border:1px solid #ccc;
	border-bottom:0;
    float: left;
    line-height: 38px;
    list-style: outside none none;
    padding: 5px 0 5px 3%;
    width: 46%;
    background:#fafafa;
}
.coinAdd li:nth-child(even){
	border-left:none;
}
.coinAdd li:nth-last-child(2), .coinAdd li:last-of-type{
    border-bottom: 1px solid #ccc;
}
.coinAdd li.w1{
	width:96%;
}
.coinAdd li.w1:nth-child(even){
    border-left: 1px solid #ccc;
}
.coinAdd li.w1:nth-last-child(2){
	border-bottom:none;
}
.coinAdd input[type=radio] { display: none; }
.coinAdd input[type=radio]:checked + .pointRadio:before { opacity: 1; }
.pointRadio { width:100%; box-sizing: border-box; position: relative; display: inline-block; margin: 0; padding: 0 0 0 25px; vertical-align: middle; cursor: pointer; }
.pointRadio:after { position: absolute; top: 50%; left: 0; display: block; margin-top: -11px; width: 14px; height: 14px; border: 2px solid #bbb; border-radius: 50%; content: ''; }
.pointRadio:before { position: absolute; top: 50%; left: 5px; display: block; margin-top: -6px; width: 8px; height: 8px; border-radius: 50%; background-color: #FFCC33; content: ''; opacity: 0; }
.subtitle{
  line-height:200%;
  background:#e5e5e5;
  padding-left:10px;
  margin:8px 0 10px;
}
.w10{ width:18%!important; }
.w90{ width:90%!important; }
.font08{ font-size:0.8rem; }
.grayDiv{
	background:#777;
	padding:10px;
	color:#fff;
	font-size:0.8rem;
}
.cardInfo{
	background:#fafafa;
	padding:5px;
	margin:25px 10px 10px;
	border:1px solid #ddd;
}
.kiyakuDiv{
	line-height:160%;
	margin:20px 0;
	text-align:center;
	font-size:0.9em;
}
.gradGry{
	border:1px solid #ccc;
	border-radius:4px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d1d1d1), color-stop(0.37, #eee), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #eee 37%, #d1d1d1 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #eee 37%, #d1d1d1 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #eee 37%, #d1d1d1 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #eee 37%, #d1d1d1 100%);
	background: linear-gradient(top, #ffffff 0%, #eee 37%, #d1d1d1 100%);
	box-shadow: inset -1px -1px 1px rgba(000,000,000,0.2),inset 2px 2px 1px rgba(255,255,255,1);
	moz-box-shadow: inset -1px -1px 1px rgba(000,000,000,0.2),inset 2px 2px 1px rgba(255,255,255,1);
	-webkit-box-shadow: inset -1px -1px 1px rgba(000,000,000,0.2),inset 2px 2px 1px rgba(255,255,255,1);
}

.gdpr-container { display: none; position: fixed; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.8); color: #fff; width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 20px 100px; -webkit-box-sizing: border-box; box-sizing: border-box; opacity: 0; -webkit-transition: all .2s; transition: all .2s; }
.gdpr-container.is-show { display: -webkit-box; display: -webkit-box; display: -ms-flexbox; display: flex; opacity: 1; z-index: 9999999999; }
.gdpr-wording { color: #fff; margin: 0; font-size: 14px; }
.gdpr-wording a { color: #fff; text-decoration: underline; }
.gdpr-wording a:hover { text-decoration: none; }
.gdpr-btn { margin-left: 20px; background-color: transparent; color: #fff; border-radius: 50px; padding: 10px 30px; border: 2px solid #fff; }
@media screen and (max-width: 1029px) { .gdpr-container { padding: 10px; } .gdpr-btn { padding: 5px 10px; margin-left: 10px; } }