@charset "utf-8";
@import url('normalize.css');

/* ==========================================================================

	 Sublimestore 基本

	 ========================================================================== */

*, *:before, *:after {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
					box-sizing: border-box;
}

body {
	background: #444;
	color: #222;
	font-size: 15px;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
}

a {
	color: #2679CC;
	text-decoration: none;
	-webkit-transition: .2s;
		 -moz-transition: .2s;
					transition: .2s;
}

a:hover {
	color: #2679CC;
	text-decoration: underline;
}

a:visited {
}

a:focus {
}

p {
	margin-top: 0;
}

@media(max-width: 840px) {
	html,body{
		width: 100%;
		-webkit-text-size-adjust: 100%;
				-ms-text-size-adjust: 100%;
	}
	img {
		height: auto;
		max-width: 100%;
	}
	textarea,input{
		max-width: 95%;
	}
}

/* ==========================================================================
	 Universal class
	 ========================================================================== */

/* Clear
	 ========================================================================== */

.cl { clear: both; }

/* Clear fix
	 ========================================================================== */

.cf:before,.cf:after { content: ""; display: table }
.cf:after { clear: both }
.cf { *zoom: 1 }

/* Columns
	 ========================================================================== */

.column-1-2 { width: 48% }
.column-1-3 { width: 30.66% }
.column-2-3 { width: 65.33% }
.column-1-4 { width: 22% }
.column-3-4 { width: 74% }
.column-1-5 { width: 16.8% }
.column-2-5 { width: 37.6% }
.column-3-5 { width: 58.4% }
.column-4-5 { width: 67.2% }
.column-1-6 { width: 13.33% }
.column-5-6 { width: 82.67% }

.column-1-2,
.column-1-3,
.column-2-3,
.column-3-4,
.column-1-4,
.column-1-5,
.column-2-5,
.column-3-5,
.column-4-5,
.column-1-6,
.column-5-6 {
	position: relative;
	margin-right: 4%;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.column-last {
	margin-right: 0!important;
	clear: right;
}

.column-last:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

@media only screen and (max-width: 640px) { 
	.column-1-2,
	.column-1-3,
	.column-2-3,
	.column-3-4,
	.column-1-4,
	.column-1-5,
	.column-2-5,
	.column-3-5,
	.column-4-5,
	.column-1-6,
	.column-5-6 {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.button {
	padding: .5em 1.5em;
	border: 0;
	border-radius: 4px;
	background: #2679CC;
	background: -webkit-linear-gradient       (top, #2679CC, #2B5D92);
	background:         linear-gradient( to bottom, #2679CC, #2B5D92);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	color: #fff;
}

.button:hover {
	background: #417CB9;
	background: -webkit-linear-gradient       (top, #3F87D0, #4371A3);
	background:         linear-gradient( to bottom, #3F87D0, #4371A3);
	box-shadow: none;
}

.button:active {
	position: relative;
	top: 1px;
	box-shadow: 0 1px 3px rgba(0,0,0,.5) inset;
}

/*size*/

.button--medium {
	font-size: 15px;
}

/*color*/

.button--gray {
	background: #878787;
	background: -webkit-linear-gradient       (top, #999, #666);
	background:         linear-gradient( to bottom, #999, #666);
}

	.button--gray:hover {
		background: #8E8E8E;
		background: -webkit-linear-gradient       (top, #A5A5A5, #7A7A7A);
		background:         linear-gradient( to bottom, #A5A5A5, #7A7A7A);
	}


/* ==========================================================================
	 Layout control
	 ========================================================================== */

/* 3 column
	 ========================================================================== */

.c3 .header-inner, .c3 .container-inner, .c3 .footer-inner {
	margin: 0 auto;
	max-width: 980px;
}

.c3 .main_sidebar1 {
	display: inline;
	float: left;
	width: 80%;
}

.c3 .main {
	display: inline;
	float: right;
	margin-right: 2.5%;
	width: 70%;
}

.c3 .sidebar1 {
	display: inline;
	float: left;
	margin-bottom: 1.5%;
	width: 25%;
}

.c3 .sidebar2 {
	display: inline;
	float: right;
	margin-bottom: 2%;
	width: 20%;
}

@media(max-width: 640px) {
	.c3 .container-inner,
	.c3 .main_sidebar1,
	.c3 .main, .c3 .sidebar1, .c3 .sidebar2 {
		display: block;
		margin-right: 0;
		width: 100% !important;
	}
}

/* 2 column
	 ========================================================================== */

.c2 {
	
}

/* 1 column
	 ========================================================================== */

.c1 .header-inner, .c1 .container-inner, .c1 .footer-inner {
	margin: 0 auto;
	max-width: 720px;
}


/* ==========================================================================
	 Header
	 ========================================================================== */

.header {
	padding: 0 1em;
	background: #2679CC;
	border-bottom: 1px solid #eee;
}

	/* digital-contents */
	.digital-contents .header { border-bottom: 5px solid #78CB30 }

	/* adult-gamble */
	.adult-gamble .header { border-bottom: 5px solid #FF6565 }

	/* product-sales */
	.product-sales .header { border-bottom: 5px solid #F9C700 }

.header-inner {
	overflow: hidden;
	padding: 33px 0;
}

@media(max-width: 640px) {
	.header-inner {
		padding: 1em 0;
	}
}

/* header-logo
	 ========================================================================== */

.header-logo {
	float: left;
	/*width: 50%;*/
}

.header-logo h1 {
	margin: 0;
}

.header-logo img:first-child {
	margin-right: 15px;
}

.header-logo a:hover img {
	opacity: 0.8;
}

@media(max-width: 640px) {
	.header-logo {
		float: none;
		width: 100%;
	}
	.header-logo img {
		display: block;
		margin: 10px auto;
	}
	.header-logo img:first-child {
		margin-right: auto;
	}
}

/* header-menu
	 ========================================================================== */

.header-menu {
	float: right;
	/*width: 50%;*/
}

.header-menu ul {
	overflow: hidden;
	margin: 10px 0 0;
}

.header-menu ul li {
	float: right;
	margin-left: 1em;
	list-style-type: none;
	font-size: 15px;
	line-height: 18px;
}

.header-menu ul li a {
	color: #fff;
}

.header-menu ul li a:hover {
	text-decoration: none;
	opacity: 0.8;
}

/* ad */

.header-menu__ad {
	font-weight: bold;
}

.header-menu__ad:before {
	display: inline-block;
	margin-right: 10px;
	content: url("../image/header-menu__ad-icon.png");
	vertical-align: middle;
}

@media(max-width: 640px) {
	.header-menu {
		display: none;
	}
}

/* ==========================================================================
	 Container
	 ========================================================================== */

.container {
	padding: 0 1em;
	background: #F6F4ED;
}

.container-inner:before,.container-inner:after { content: ""; display: table }
.container-inner:after { clear: both }
.container-inner {
	*zoom: 1
}
.container-inner {
	padding: 33px 0 13px;
}

@media(max-width: 840px) {
	.container-inner{
		padding: 1em 0;
	}
}

/* ==========================================================================
	 Main
	 ========================================================================== */

.main p,
.main li {
	font-size: 14px;
	line-height: 1.618;
}

.main li {
	margin-bottom: .333em;
}

/* Heading
	 ========================================================================== */

.h1 {
	margin: 2em 0 1em;
	font-weight: normal;
	font-size: 27px;
	line-height: 1.333;
}

.h2 {
	margin: 2em 0 1em;
	font-weight: normal;
	font-size: 24px;
	line-height: 1.333;
}

.h3 {
	margin: 1.618em 0 .5em;
	padding-top: .5em;
	border-top: 1px solid #ccc;
	color: #333;
	font-weight: bold;
	font-size: 21px;
	line-height: 1.618;
}

.h4 {
	margin: 1.618em 0 1em;
	padding: .9em;
	background-color: #eee;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.618;
}

.h5 {
	margin: 1.618em 0 .333em;
	color: #333;
	font-size: 18px;
	line-height: 1.618;
}

/* Table
	 ========================================================================== */

/* large */

.table--large {
	margin: 0 auto;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #fff;
	text-align: left;
}

.table--large th,
.table--large td {
	padding: 1em 1.3em;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}

	.sub .table--large th,
	.sub .table--large td {
		padding: .75em 1em;
	}

.table--large th {
	border-right: 1px solid #ddd;
	background-color: #F4F8FC;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAA8CAQAAAD1GOOGAAAAKklEQVR4AWP8H8KAAVgY/mMT/EdYJWHt9FdJf+2jQUdYJZ1tH42j0XwEAMxrPO/eXfFGAAAAAElFTkSuQmCC);
	background-position: center top;
	background-repeat: repeat-x;
}

.table--large,
.table--large p {
	font-size: 14px;
}

.nowrap {
	white-space: nowrap;
}

@media(max-width: 640px) {
	.table--large { white-space: nowrap; }
	.table--large th,
	.table--large td { padding: .5em .75em; }
}

/* main-box
	 ========================================================================== */

.main-box {
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #ddd;
	border-top: 2px solid #2679CC;
	background: #fff;
}

.main-box h3+p,
.main-box h3+ul {
	margin-top: 0;
}
.main-box *:last-child {
	margin-bottom: 0;
}

	.main-box--large {
		padding: 30px;
		min-height: 445px;
		border-top-width: 4px;
	}

/* header */

.main-box__header {
	margin: 0 0 15px;
	color: #333;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.333;
}

	.main-box--large .main-box__header {
		font-size: 27px;
		margin-bottom: 30px;
	}


/* ==========================================================================
	 Sidebar
	 ========================================================================== */

.sidebar {
	
}

.sidebar-inner {
	
}

.sidebar p {
	font-size: 12px;
	color: #666;
}

/* sidebar-box
	 ========================================================================== */

.sidebar-box {
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #ddd;
	border-top: 2px solid #2679CC;
	background: #fff;
}

.sidebar-box h3+p,
.sidebar-box h3+ul {
	margin-top: 0;
}
.sidebar-box *:last-child {
	margin-bottom: 0;
}

/* header */

.sidebar-box__header {
	margin: 0 0 6px;
	padding: 0;
	color: #333;
	font-size: 13px;
	line-height: 1.333;
}


/* ==========================================================================
	 Footer
	 ========================================================================== */

.footer {
	clear: both;
	padding: 0 1em;
	background: #444;
}

.footer-inner {
	overflow: hidden;
	padding: 33px 0;
}

@media(max-width: 640px) {
	.footer-inner {
		padding: 1em 0;
	}
}


/* footer-menu
	 ========================================================================== */

.footer-menu a {
	color: #eee;
}

.footer-menu a:hover img {
	opacity: 0.8;
}

.footer-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer-menu li {
	font-size: 14px;
}

@media(max-width: 640px) {
	.footer-menu li {
		font-size: 12px;
	}
}

/* footer-menu1
	 ========================================================================== */

.footer-menu1 {
	float: left;
	width: 50%;
}

.footer-menu1 ul {
	overflow: hidden;
}

.footer-menu1 li {
	float: left;
	width: 163.333px;
	margin-bottom: 10px;
}

@media(max-width: 840px) {
	.footer-menu1 ul {
		overflow: auto;
		-webkit-columns: 2 1em;
		   -moz-columns: 2 1em;
		        columns: 2 1em;
	}
	.footer-menu1 li {
		float: none;
		margin-bottom: .5em;
		width: auto;
	}
}
@media(max-width: 640px) {
	.footer-menu1 {
		float: none;
		width: auto;
		margin-bottom: 1em;
	}
}

/* footer-link（バナー）
	 ========================================================================== */

.footer-link ul {
	float: right;
	clear: right;
	overflow: hidden;
	width: 50%;
}

.footer-link li {
	float: left;
	margin: 0 10px 10px 0;
}

.footer-link li:last-child {
	margin-right: 0;
}

@media(max-width: 640px) {
	.footer-link ul {
		float: none;
		width: auto;
	}
	.footer-link li {
		float: none;
		margin-bottom: .5em;
		width: auto;
	}
}

/* footer-menu2
	 ========================================================================== */

.footer-menu2 {
	margin-top: 20px;
	float: right;
	text-align: right;
}

.footer-menu2 li {
	float: left;
	font-size: 11px;
}

.footer-menu2 li a {
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #ccc;
}

.footer-menu2 li:last-child a {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

/* C1 */

.c1 .footer-menu2 {
	margin-top: 0;
	float: none;
}

@media(max-width: 840px) {
	.footer-menu2 {
		margin-top: 1em;
		float: none;
	}
}

/* footer-copyright
	 ========================================================================== */

.footer-copyright {
	margin-top: 20px;
	display: inline-block;
	color: #eee;
	font-style: normal;
	font-size: 11px;
}

/* C1 */

.c1 .footer-copyright { margin-top: 10px; }

@media(max-width: 840px) {
	.footer-copyright {
		margin-top: 1em;
		float: none;
	}
}



:placeholder-shown {
    color: #999;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #999;
}
/* Firefox 18- */
:-moz-placeholder {
    color: #999; opacity: 1;
}
/* Firefox 19+ */
::-moz-placeholder {
    color: #999; opacity: 1;
}
/* IE 10+ */
:-ms-input-placeholder {
    color: #999;
}

