@charset "utf-8";

/* ==============================
   - Base Style
   - Component
   - Common Class
   - Page Style
   - jQuery UI
   - Media Query
============================== */

/* Base Style
============================== */
h1 {
	font-size: 16px;
}

h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	line-height: 1;
	margin: 1em 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

#NR-wrapper-in {
	font-size: 15px;
}

.pr_banner {
	margin: 10px 0 40px;
}

.spbnr {
	display: none;
}

#NR-wrapper-in h2 {
	font-size: 24px;
	text-align:center;
}

#NR-wrapper-in h3,
#NR-wrapper-in h4 {
	color: #333;
	font-size: 20px;
	line-height: 1;
	margin: 0;
	font-weight: bold;
}

*:first-child+html #NR-wrapper-in h3 {
	line-height: 1.2;
}

*:first-child+html #NR-wrapper-in h4 {
	line-height: 1.2;
}

#NR-wrapper-in p {
	font-size: 13px;
	margin: 0.5em 0;
	line-height: 1.5;
}

#NR-wrapper-in a,
#NR-wrapper-in a:visited {
	color: #36c;
}

#NR-wrapper-in a.NR-button {
	color: #000;
}

#NR-nav-main li a {
	padding: 10px 15px;
}

/* Component
============================== */
/* col-group */
.col-group {
	display: table;
	margin: 20px 0;
	/*table-layout: fixed;*/
	/*width: 100%;*/
}

*:first-child+html .col-group {
	clear: both;
}

/*feature */
#NR-wrapper-in .feature-in .setting-select {
	display: none;
}

.feature:first-child {
	margin-top: 30px;
}

.feature .feature-in {
	background: #fff;
	border: #dedede 1px solid;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	padding: 0;
	margin: 0 0.5%;
	width: 24%;
}

*:first-child+html .feature .feature-in {
	width: 23%;
}

.feature .feature-in:hover {
	background: #fff;
	color: #666;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.feature-in {
	position: relative;
	overflow: hidden;
}

.feature .feature-in:hover .f-title img {
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
	width: 100%;
}

#NR-wrapper-in .feature h3 {
	padding: 10px 0;
}

#NR-wrapper-in .feature-in:hover h3 a,
#NR-wrapper-in .feature-in:hover h4 a {
	color: #ccc;
	font-weight: bold;
}

#NR-wrapper-in .feature-in:hover h3 a:hover,
#NR-wrapper-in .feature-in:hover h4 a:hover {
	text-decoration: none;
}

#NR-wrapper-in .f-comment {
	color: #666;
	font-size: 13px;
	line-height: 1.5;
	padding: 5px 10px 20px;
	margin-top: 10px;
}

#NR-wrapper-in .f-comment h3 span {
	color: red;
	font-size: 16px;
	margin-left: 5px;
}

#NR-wrapper-in .sf-comment {
	color: #666;
}

#NR-wrapper-in .feature-in:hover .f-comment {
	color: #ccc;
}

#NR-wrapper-in .feature a {
	color: #000;
	font-weight: bold;
}

#NR-wrapper-in .f-title img {
	width: 100%;
}

/*subfeature */
.subfeature {
	margin: 0 auto 15px;
	width: 100%;
	text-align: left;
}

.subfeature-in {
	position: relative;
	overflow: hidden;
}

.subfeature .subfeature-in {
	background: #fff;
	border: #dedede 1px solid;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	padding: 0;
	margin: 0 0.5%;
	width: 19%;
}

*:first-child+html .subfeature .subfeature-in {
	margin: 0 3px;
	width: 19%;
}


.subfeature .subfeature-in:hover {
	background: #fff;
	color: #333;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#NR-wrapper-in .subfeature .sf-title img {
	width: 100%;
}

#season .sf-title {
	background: #000; /* debugging ,plz delete */
}

.subfeature .subfeature-in:hover .sf-title img {
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}

#NR-wrapper-in .subfeature .sf-comment {
	font-size: 13px;
	line-height: 1.5;
	padding: 10px;
}

#NR-wrapper-in .subfeature-in .sf-comment h3 a {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
}

#NR-wrapper-in .subfeature-in:hover .sf-comment h3 a,
#NR-wrapper-in .subfeature-in:hover .sf-comment {
	color: #ccc;
	font-weight: bold;
}

#NR-wrapper-in .feature-in h3,
#NR-wrapper-in .subfeature-in h3 {
	border-bottom: dotted 1px #ccc ;
	padding-bottom: 8px;
	margin: 5px 0 8px;
}

#NR-wrapper-in .feature-in:hover h3,
#NR-wrapper-in .subfeature-in:hover h3 {
	border-bottom: dotted 1px #efefef ;
}

/*thumbnail */

.thumbnail {
	margin: 0 auto 15px;
	width: 100%;
	text-align: left;
}

.thumbnail .thumbnail-in {
	background: #fff;
	border: #fff 5px solid;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	padding: 0;
	position: relative;
	margin: 1%;
	width: 23%;
}

*:first-child+html .thumbnail .thumbnail-in {
	margin: 0 4px;
	width: 23%;
}

.thumbnail .thumbnail-in:hover {
	border: #dedede 5px solid;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#NR-wrapper-in .thumbnail img {
	width: 100%;
}

#NR-wrapper-in .thumbnail {
	font-size: 13px;
	line-height: 1.5;
}



#NR-wrapper-in .thumbnail {
	color: #000;
}

#NR-wrapper-in .smptab-info {
	background: #fff;
	padding: 40px 20px;
	margin: 0 auto 20px;
	width: 93%;
}

#NR-wrapper-in .thumbnail-in h3 {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
	padding: 10px 10px 20px;
}

#NR-wrapper-in .thumbnail-in h3 a {
	color: #333;
}

#NR-wrapper-in .thumbnail-in:hover h3 {
	color: #ccc;
}

#NR-wrapper-in .smptab-info .right {
	float:right;
	margin: 0px 70px 0px 30px;
	padding: 0px;
}

#NR-wrapper-in .smptab-info .qr-access {
	margin-top: 20px;
}

#NR-wrapper-in .smptab-info dl {
	margin-left: 40px;
	width: 57%;
}

#NR-wrapper-in .smptab-info dt {
	color: #333;
	font-size: 20px;
	line-height: 1;
	margin: 0;
	font-weight: bold;
}

#NR-wrapper-in .smptab-info dd {
	padding: 30px 0px 0px;
}

#NR-wrapper-in .smptab-info p {
	font-size: 14px;
	line-height: 1.5;
}

#NR-wrapper-in .smptab-info li {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 10px;
}

div.thumbnail:before,
div.thumbnail:after {
	content: " ";
	display: table;
}
div.thumbnail:after {clear: both;}
div.thumbnail: {*zoom: 1;}


/* col-1 */
.col-1 {
	margin: 30px auto;
	width: 684px;
}

*:first-child+html .col-1 .column {
	width: 684px;
}

/* tabs > col-1 */
#tabs .col-1 {
	display: block;
	margin: 0;
	width: 100%;
}

#tabs .col-1 .column {
	border-right: none;
	display: block;
}

#tabs .col-1 .column:first-child {
	border-left: none;
}

#tabs .col-1 .column .section {
	margin: 0;
}

/* col-3 (tabs > col-3) */
#tabs .col-3 .column {
	width: 318px;
}

#tabs .col-1of3 {
	margin-right: 637px;
}

#tabs .col-2of3 {
	margin-right: 318px;
}

#tabs .col-3 .column:first-child {
	border-left: none;
}

#tabs .col-3 .column:first-child .section {
	margin-left: 0;
}

#tabs .col-3 .column:nth-child(3) {
	border-right: none;
}

#tabs .col-3 .column:nth-child(3) .section {
	margin-right: 0;
}

/* col-4 */
.col-4 .column {
	width: 251px;
}

.col-3of4 {
	margin-right: 251px;
}

/* column */
.column {
	display: table-cell;
}

*:first-child+html .column {
	border: none;
	float:left;
}

.column a section {
	background: #fff;
	border: 3px solid #fff;
	text-decoration: none;
	transition: color 0.5s, border-color 0.5s;
	padding: 5px;
	margin: 0 10px;
	width: 203px;
}

.column a:hover section {
	border: 3px solid #333;
}

#NR-wrapper-in .column  a,
#NR-wrapper-in .column  a:visited {
	color: #333;
	text-decoration: none;
}

/* grid-group */
.grid-group {
	border-top: 2px solid #c33;
	margin-top: 8px;
}

*:first-child+html #tabs .grid-group.grid-5 {
	width: 956px;
}

.grid-group li {
	border-bottom: 1px dotted #dedede;
	float: left;
	line-height: 1.5;
	padding: 10px 0;
}

.grid-2 li {
	width: 50%;
}

*:first-child+html .grid-2 li {
	width: 49.9%;
}

.grid-3 li {
	width: 33.3%;
}

.grid-4 li {
	width: 25%;
}

.grid-5 li {
	width: 20%;
}

/* Common Class
============================== */
.note {
	padding-left: 1em;
	text-indent: -1em;
}

.attention {
	color: #c33;
}

.emphasis {
	font-weight: bold;
	padding: 0 3px;
}

.media-list {
	padding-left: 55px;
	position: relative;
}

.media-object {
	position: absolute;
	left: 0;
	top: 0;
}

.de-copyright  {
	margin: 20px 0;
}

.de-copyright p {
	color: #ccc;
	font-size:11px;
	line-height: 1;
	padding-right: 10px;
}

.de-copyright li {
	color: #ccc;
	float: left;
	font-size:11px;
	line-height: 1.5;
	padding-right: 10px;
}

*:first-child+html .de-copyright li {
	float: none;
	display: inline;
}

.caution-text {
	color:#c33;
	text-align:center;
}

/* Page Style
============================== */
/* confirm.html */
#confirm .column {
	border: none;
}

.setting-list {
	border-top: 2px solid #c33;
}

.setting-item,
.setting-item .setting-unit dt {
	-webkit-transition: background-color 0.25s linear;
	-moz-transition: background-color 0.25s linear;
	transition: background-color 0.25s linear;
}

*:first-child+html .setting-item {
	margin-top: -7px;
}

*:first-child+html .setting-item:first-child {
	margin-top: 0;
}

.setting-item:hover,
.setting-item:hover .setting-unit dt {
	background: rgba(204, 51, 51, 0.3) !important;
}

.setting-unit,
.setting-unit .control ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.setting-unit dt,
.setting-unit dd,
.setting-unit .control li {
	display: table-cell;
}

*:first-child+html .setting-unit dt,
*:first-child+html .setting-unit dd,
*:first-child+html .setting-unit .control li {
	float:left;
}

.setting-unit dt,
.setting-unit dd {
	border-bottom: 1px dotted #dedede;
}

.setting-unit dt,
.setting-unit .status {
	padding: 10px;
}

.setting-unit dt {
	background: #eee;
	font-weight: bold;
	width: 20%;
}

*:first-child+html .setting-unit dt {
	width: 117px;
}

.setting-unit .status {
	width: 50%;
}

*:first-child+html .setting-unit .status {
	width: 322px;
}

.setting-unit .control {
	width: 30%;
}

*:first-child+html .setting-unit .control {
	width: 205px;
}

*:first-child+html .setting-unit .control ul {
	margin: 5px 0 6px;
}

.setting-unit .control li {
	width: 50%;
}

.setting-unit .control li:first-child a {
	padding: 6px 1.5em;
}

*:first-child+html .setting-unit .control li {
	float: right;
	width: 102px;
}

*:first-child+html .setting-unit .control li:first-child {
	float: left;
}

*:first-child+html .setting-unit .control li a {
	zoom: 1;
}

#confirm .setting-complete {
	font-size: 15px;
	margin-top: 30px;
	text-align: center;
}



/* jQuery UI
============================== */
#tabs {
	border: none;
	font-size: 15px;
	font-family: Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Sans-serif;
	margin-top: 30px;
	min-height: 450px;
}

#tabs .tabs-group {
	background: #fff;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

#tabs .tabs-group li {
	background: #333;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

#tabs .tabs-group li:hover {
	background: #666;
	border: none;
}

#tabs .tabs-group li a,
#tabs .tabs-group li:hover a {
	color: #fff;
}
#tabs .tabs-group li.ui-tabs-active a {
	color: #333;
}

#tabs .tabs-group li.ui-tabs-active {
	background-color: #efefef;
	border: none;
}

#tabs .ui-tabs-panel {
	background: #efefef;
	padding: 25px 20px 10px;
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: 0.7em 1.3em;
	text-decoration: none;
}


/* social-button
============================== */

/* feature-in*/
.feature-in .overlay-m,
.feature-in .overlay {
	background: #fff;
	height: 180px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	margin: -65px auto auto -95px;
	width: 190px;
	-webkit-transition: all .3s;
	transition: all .3s;
	filter: alpha(opacity=0);
}

.feature-in:hover .overlay-m,
.feature-in:hover .overlay {
	background-color: rgba(256,256,256,1);
	box-shadow: rgba(0,0,0,0.1) 0px 0px 3px 3px;
	-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 3px 3px;
	-moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 3px 3px;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	margin-top: -105px;
}

/* future季節版のみ */
.feature-in .overlay-m {
	height: 255px;
	margin-top: -85px;
}

.feature-in:hover .overlay-m {
	margin-top: -130px;
}

#NR-wrapper-in .social-button {
	padding: 0;
	margin: 0 auto;
	width: 135px;
}

#NR-wrapper-in .social-button li {
	margin: 0;
	padding: 0;
}

#NR-wrapper-in .social-button li {
	display: inline-block;
	list-style: none;
	margin-right: 7px;
}

*:first-child+html #NR-wrapper-in .social-button li {
	margin-right: 4px;
}

#NR-wrapper-in .social-button li.line {
	display: none;
}

#NR-wrapper-in .social-button li.hatena {
	padding-right: 0;
	margin-right: 0;
}

*:first-child+html #NR-wrapper-in .social-button li {
	display: inline;
}

*:first-child+html #NR-wrapper-in .social-button .line {
	display: none;
}

#NR-wrapper-in .feature-in .social-button li a,
#NR-wrapper-in .feature-in .social-button li img,
#NR-wrapper-in .subfeature-in .social-button li a,
#NR-wrapper-in .subfeature-in .social-button li img,
#NR-wrapper-in .thumbnail-in .social-button li a,
#NR-wrapper-in .thumbnail-in .social-button li img {
	display: block;
	height: 28px;
	width: 28px;
}

#NR-wrapper-in .feature-in .change,
#NR-wrapper-in .feature-in .change-fix {
	text-align: center;
}

#NR-wrapper-in .feature-in .change a,
#NR-wrapper-in .feature-in .change-fix a {
	background: #993300;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	padding: 15px 20px;
	margin: 30px auto 20px;
	width: 95px;
}

#NR-wrapper-in .feature-in .change a:hover,
#NR-wrapper-in .feature-in .change-fix a:hover {
	background: #842c00;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* future季節版のみ */
#NR-wrapper-in .feature-in .change-fix a {
	background: #1e739c;
	margin-top: -8px;
}

#NR-wrapper-in .feature-in .change-fix a:hover {
	background: #076491;
}

/* subfeature-in*/

#NR-wrapper-in .subfeature-in .social-button {
	padding: 0;
	margin: 0 auto;
	width: 120px;
}

#NR-wrapper-in .subfeature-in .social-button li {
	padding-right: 0;
	margin-right: 5px;
	margin-bottom: 10px;
}

#NR-wrapper-in .subfeature-in .social-button li a,
#NR-wrapper-in .subfeature-in .social-button li img {
	display: block;
	height: 25px;
	width: 25px;
}

.subfeature-in .overlay {
	background: #fff;
	height: 140px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	margin: -65px auto auto -80px;
	width: 160px;
	-webkit-transition: all .3s;
	transition: all .3s;
	filter: alpha(opacity=0);
}

.subfeature-in:hover .overlay {
	background-color: rgba(256,256,256,1);
	box-shadow: rgba(0,0,0,0.1) 0px 0px 3px 3px;
	-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 3px 3px;
	-moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 3px 3px;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	margin-top: -70px;
}

#NR-wrapper-in .subfeature-in .change {
	text-align: center;
}

#NR-wrapper-in .subfeature-in .change a {
	background: #993300;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	margin: 25px auto 15px;
	padding: 10px;
	width: 90px;
}

#NR-wrapper-in .subfeature-in .change a:hover {
	background: #842c00;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* thumbnail-in*/

#NR-wrapper-in .thumbnail-in .social-button {
	padding: 0;
	margin: 0 auto;
	width: 130px;
}

.thumbnail-in .overlay {
	display: none;
	background: #fff;
	height: 140px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	margin: -65px auto auto -90px;
	width: 180px;
	-webkit-transition: all .3s;
	transition: all .3s;

}

.thumbnail-in:hover .overlay {
	background-color: rgba(256,256,256,1);
	box-shadow: rgba(0,0,0,0.1) 0px 0px 3px 3px;
	-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 3px 3px;
	-moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 3px 3px;
	display: block;
	opacity: 1;
	margin-top: -70px;
}



#NR-wrapper-in .thumbnail-in .change {
	text-align: center;
}

#NR-wrapper-in .thumbnail-in .change a {
	background: #993300;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	padding: 10px 20px;
	margin: 25px auto 15px;
	width: 85px;
}

#NR-wrapper-in .thumbnail-in .change a:hover {
	background: #842c00;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#NR-wrapper-in .thumbnail-in .social-button li a,
#NR-wrapper-in .thumbnail-in .social-button li img {
	display: block;
	height: 25px;
	width: 25px;
}

#NR-wrapper-in .thumbnail-in .social-button li {
	padding-right: 0;
	margin-right: 9px;
}

#NR-wrapper-in .thumbnail-in .social-button li.hatena {
	margin-right: 0;
}

.ft-social {
	display: none;
}

p.gotop {
	display: none;
}

@media screen and (max-width: 599px) {

	/* Base Style */
	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#NR-wrapper-in h2 {
		font-size: 15px;
		text-align:center;
	}

	#NR-wrapper-in h3,
	#NR-wrapper-in h4 {
		font-size: 15px;
		margin-top: 10px;
	}

	#NR-wrapper-in .thumbnail-in h3 {
		font-size: 11px;
		font-weight: normal;
		line-height: 1.5;
		padding: 10px 10px;
	}

	#NR-wrapper-in a:hover {
		text-decoration: none;
	}

	/* season only */
	#NR-wrapper-in .feature-in .setting-select {
		display: block;
		text-align: center;
		width: 100%;
	}

	#NR-wrapper-in .feature-in .setting-select li {
		display: inline-block;
		margin: 0 5px;
		width: 45%;
	}

	#NR-wrapper-in .feature-in .setting-select .change a,
	#NR-wrapper-in .feature-in .setting-select .change-fix a {
		margin-bottom: 0;
		margin-top: 20px;
		width: auto;
	}

	.feature:first-child {
		margin-top: 0;
	}

	/* Component */
	/* container */
	.container {
		background: #efefef;
		border: 1px solid #ddd;
		margin-top: 0;
		padding: 10px;
	}

	.col-group:first-child .column:first-child,
	#NR-wrapper-in .col-group:first-child h3:first-child,
	#weather h3 {
		margin: 0;
	}


	.container-text{
		display:none;
	}

	/* renewl text */

	.caution-text {
		text-align:center;
		color:#c33;
		background: #ededed;
		padding: 10px;
		text-align: left;
		border: 1px solid #ccc;
	}

	/* col-group */
	.col-group {
		display: block;
		margin: 0 !important;
	}

	/* col-1 */
	.col-1 {
		margin: 0;
		width: 100%;
	}

	/* column */
	.column {
		border: none !important;
		display: block;
		margin-top: 20px;
		width: 100% !important;
	}

	.column .section {
		margin: 0;
	}

	/* grid-group */
	.grid-group {
		margin-top: 5px;
	}

	.grid-group li {
		float: none;
		width: 100%;
		padding: 0;
	}

	.grid-group a {
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkBAMAAACCzIhnAAAAMFBMVEWZmZn///+ZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZlGAQtiAAAAD3RSTlMAAAECOl1eaJeZmr/A1vwV3J+OAAABPklEQVR4Xu3XMUoEQRCF4WLBzndB45lwvINXMDbaIwx4ImEvIHgEL2S+CmXTgfJ4wXsVGAjd+c9HM0xTFcfy+Q/JTGYS/Twt8XO85ObjUk3OeV1KSUcyL7XknDkYOxnIYPykI4Pxk4EMxk46AoxObjsCjE4eM5HRyX0mMjo5vQIjEmbM5ACMlQQwXgKMlwDjJchYCTJegoyVIGMlyKxGwoxOmNEJMm9OgsznKhNmdMKMTJjRCTMyYUYnzHhJbMTI5PBCjEri4Zd5Litfa/ku7/IujMiEEZkwohNGdMIfRSdb5X9hRCaMqAQR/4XZSu8YITphRCeILE6CSDgJIlaCiJMgYiWIWAkgXgKIlZwAEQkjfzf13dVny+MOiJW0+pwcOyBW0uozf+wDKSWtvr/E3pFi0sQuZm98c0eeyUy+Afrkgd6GRhXuAAAAAElFTkSuQmCC) no-repeat 100%;
		background-size: 15px auto;
		display: block;
		font-size: 14px;
		padding: 12px 15px 12px 0;
	}

	/* Common Class */
	.note.attention {
		display: none;
	}

	/* Page Style */
	/* confirm.html */
	.setting-list {
		border-top: none;
	}

	.setting-item {
		border: 1px solid #ddd;
		margin-top: 20px;
		padding: 10px;
	}

	.setting-item:hover,
	.setting-item:hover .setting-unit dt {
		background: none !important;
	}

	.setting-unit,
	.setting-unit dt,
	.setting-unit dd,
	.setting-unit .control ul,
	.setting-unit .control li {
		display: block;
	}

	.setting-unit {
		overflow: hidden;
	}

	.setting-unit dt {
		background: none;
		border-bottom: 2px solid #c33;
		font-size: 13px;
		padding: 0 0 5px;
		width: 100%;
	}

	.setting-unit .status {
		font-size: 13px;
		padding: 15px 0;
		width: 100%;
	}

	.setting-unit .control {
		border-bottom: none;
		padding-top: 10px;
		width: 100%;
	}

	.setting-unit .control ul {
		overflow: hidden;
	}

	.setting-unit .control li {
		width: 48%;
	}

	.setting-unit .control li:first-child {
		float: left;
	}

	.setting-unit .control li:last-child {
		float: right;
	}

	.setting-unit .NR-button {
		display: block;
		line-height: 1.5;
	}

	.setting-complete .NR-button {
		padding: 8px 1em;
	}

	/* zipcode.html */
	#zipcode form {
		font-size: 150%;
	}

	.setting .input-zip {
		font-size: 150%;
		width: 35%;
	}

	.setting .input-zip[autofocus="autofocus"] {
		width: 30%;
	}

	.setting .NR-button {
		display: block;
		margin: 20px auto 0;
		top: 0;
	}

	.setting .icon-zip {
		width: 25px;
		height: 25px;
	}

	/* jQuery UI */

	.container {
		background: none;
		border: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}

	#tabs {
		border: none;
		min-height: 0;
		padding: 0;
		margin-top: 0;
	}

	#tabs .tabs-group {
		display: none;
	}

	#tabs .tabs-group a {
		margin-right: 0;
	}

	#tabs .ui-tabs-panel {
		background: none;
		padding: 0;
	}

	.feature,
	.subfeature,
	.thumbnail {
		margin: 0;
	}

	.feature .feature-in,
	.subfeature .subfeature-in {
		margin: 10px 0 0 0;
		width: 100%;
	}

	.thumbnail .thumbnail-in {
		margin: 10px 0 0 0;
		width: 49%;
	}



	li.tabs-smptab {
		display: none;
	}

	/* social-button */
	#NR-wrapper-in .social-button li.line {
		display: table-cell;
	}

	*:first-child+html #NR-wrapper-in .social-button .line {
		display: table-cell;
	}


	/* social-button
	============================== */

	/* feature-in*/

	#NR-wrapper-in .social-button,
	#NR-wrapper-in .subfeature-in .social-button,
	#NR-wrapper-in .thumbnail-in .social-button {
		padding: 0;
		margin: 0 auto;
		width: 90%;
	}

	#NR-wrapper-in .social-button li {
		margin: 0;
		padding: 0;
		display: table-cell;
	}

	#NR-wrapper-in .social-button li.hatena {
		padding-right: 0;
		margin-right: 0;
	}


	#NR-wrapper-in .social-button li a ,
	#NR-wrapper-in .social-button li img {
		display: table-cell;
		height: auto;
		width: 80%;
	}

	#NR-wrapper-in ul.social-button {
		display: table;
		padding-top: 20px;
		margin: 0 auto;
		width: 80%;
	}

	.feature-in:hover .overlay-m,
	.feature-in:hover .overlay,
	.subfeature-in:hover .overlay,
	.thumbnail-in:hover .overlay {
		display: none;
	}

	.ft-social {
		display: block;
	}

	.thumbnail {
		background: #fff;
		margin: 0 auto;
		width: 100%;
		text-align: left;
	}

	.thumbnail .thumbnail-in {
		background: #fff;
		border: #dedede 1px solid;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		float: left;
		padding: 0;
		position: relative;
		margin-right:2%;
	}

	.thumbnail .thumbnail-in:nth-child(even) {
		margin-right: 0;
	}
	.thumbnail .thumbnail-in:hover {
		border: #dedede 1px solid;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.feature .feature-in:hover .f-title img,
	.subfeature .subfeature-in:hover .sf-title img,
	.thumbnail .thumbnail-in:hover img {
		filter: alpha(opacity=100);
		-moz-opacity:1;
		opacity:1;
	}

	#NR-wrapper-in .thumbnail img {
		width: 100%;
	}

	#NR-wrapper-in p.gotop {
		display: block;
		text-align: right;
		margin: 30px 0;
	}

	#NR-wrapper-in .gotop a {
		background: -moz-linear-gradient(top,#FFF 0%,#EEE);
		background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
		border: solid 1px #dedede;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		color: #666;
		padding: 5px 10px;
	}


	.smptab-info,
	.lead,
	#tabs-character,
	#tabs-art,
	#tabs-csr,
	#tabs-local,
	#tabs-normal,
	#tabs-ima,
	#tabs-season {
		display: none;
	}

	.feature-in .overlay-m,
	.pcbnr {
		display: none;
	}

	.pr_banner {
		margin: 0;
	}

	.spbnr {
		display: block;
		width: 100%;
		height: auto;
	}

	#NR-wrapper-in .feature-in.feature-season:hover h3 {
		border-bottom: dotted 1px #ccc;
	}
	#NR-wrapper-in .feature-in.feature-season:hover .f-comment {
		color: #666;
	}
	#NR-wrapper-in .feature-in.feature-season:hover h3 a,
	#NR-wrapper-in .feature-in.feature-season:hover h4 a {
		color: #000;
	}
}
