@charset "utf-8";

/* ===================================================================
CSS information
file name  :  common.css
=================================================================== */

/* General Styles
------------------------------------------------------------------*/

body {
	font-size: 11px;
	-webkit-text-size-adjust: 100%;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.wrapper {
	overflow: hidden;
}

.wrapper img {
	height: auto;
	width: 100%;
}

/* Header
------------------------------------------------------------------*/
#header-outer {
	width: 100%;
	height: 6.5%;
	background-color: #000;
}

header {
	margin: 0 auto;
}

header h1 {
	float: left;
	margin-top: 3.6em;
	margin-left: 1.5em;
}

.sns-btn-box {
	float: right;
	width: 151px;
	margin-top: 1em;
	margin-bottom: 1em;
}

.top-catch {
	float: right;
	width: 151px;
	margin-right: 0.5em;
}

.sns-btn {
	float: right;
}

.sns-btn li {
	float: left;
	width: 33px;
	margin-top: 1em;
	margin-right: 1em;
}

.sns-btn li img {
	width: 33px;
}

.top-catch img {
	width: 151px;
}

.blank-icn img.icon {
	position: absolute;
	top: 7px;
	right: 7px;
	z-index: 10;
	width: 11px;
}

/* Main
------------------------------------------------------------------*/

#top {
	margin: 0 auto;
	background-color: #E4E4E4;
}

.pc-switch-img {
	display: none;
}

.eye-catch-img {
	position: relative;
}

.eye-catch-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background/*\**/: #fff\9; /* For IE7 IE8 */
	filter: alpha(opacity=0); /*transparent by filter*/	
}

.mod-text-box {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	background: url(../img/semitransparent.png);
}

.mod-text-box h1 a,
.mod-text-box h2 a {
	text-decoration: none;
	color: #000;
}

.mod-text-box p a {
	text-decoration: none;
	color: #000;	
}

.mod-text-box h1,
.mod-text-box h2 {
	display: block;
	width: 100%;
	padding-top: 0.7em;
	padding-bottom: 0.5em;
	padding-left: 0.7em;
	font-size: 1.4em;
	font-weight: bold;
}

.mod-text-box h2 {
	padding-top: 1em;
}

.mod-text-box p {
	padding-left: 1.1em;	
	padding-bottom: 0.7em;
	font-size: 1em;
	font-weight: bold;
}

.block-switch {
	display: inline;
}

.requid-box {
	position: relative;
}

a.mod-link {
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background/*\**/: #fff\9; /* For IE7 IE8 */
	filter: alpha(opacity=0); /*transparent by filter*/
}

/* Tag Styles With jQuery -------*/

.new-tag>span,
.up-tag>span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 51px;
}

.tag-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.qx-tag>span,
.xperia-tag>span {
	float: right;
	width: 62px;
	line-height: 14px;
}

.qx-tag>span img,
.xperia-tag>span img {
	width: 62px;
}

/* Banner Area Styles -------*/

.bnr-area {
	overflow: hidden;
}

.bnr-area-right,
.bnr-area-left {
	max-width: 92%;
	margin: 4% auto 0;
}

.bnr-area-right li,
.bnr-area-left li {
	list-style: none;
	position: relative;
}

.bnr-area-left li.bottom {
	margin-top: 4.347%;
}
.bnr-area-right li.bottom {
	margin: 4.347% auto 4.347%;
}

.bnr-area li img {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bnr-blank-icn img.icon {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 11px;
	z-index: 10;
}

img.link {
	background-color: #fff;
}

/* Footer
------------------------------------------------------------------*/

#footer-out {
	width: 100%;
	background-color: #343434;
}

footer {
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}

.footer-nav ul {
	display: table;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3em;
	padding-bottom: 2em;
	font-size: 0.8em;
	text-align: center;
}

.footer-nav ul li {
	display: inline-block;
	padding-right: 0.5em;
	padding-left: 0.5em;
	border-right: 1px solid #8c8c8c;
	color: #8c8c8c;
}

.footer-nav ul li.no-border {
	padding-right: 0;
	border-right: none;
}

.footer-nav ul li a {
	color: #8c8c8c;
	text-decoration: none;
}

.footer-nav ul li a:hover {
	color: #f9f9f9;
	text-decoration: none;
}

small {
	display: block;
	padding-bottom: 1em;
	font-size: 0.6em;
	color: #fff;
	text-align: center;
}

.sp-block {
	display: block;
}

/* Module
------------------------------------------------------------------*/

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

/* WinIE7 only */
*:first-child+html .clearfix {
	height:1%;
}

/* WinIE6 and below */
/*\*/
* html .clearfix {
	height:1%;
}
/**/

/* MacIE only */
/*\*//*/
.clearfix {
	display:inline-table;
}
/**/


/*  PC Style Overwriting 
------------------------------------------------------------------*/

@media screen and (min-width: 768px) {

	body {
		font-size: 12px;
		background: url(../img/bg.jpg) repeat;
	}

/* Header ---------------------*/

	header {
		max-width: 970px;
	}

	header h1 {
		margin: 2.5% 0 0 2.5%;
	}

	.sns-btn-box {
		width: auto;
		margin: 1.6% 0;
	}

	.sns-btn li {
		margin: 0 0.7em 0 0;
	}

	.top-catch {
		margin: 0 1.5em 0 0.7em;
	}

/* Main ---------------------*/

	#top {
		max-width: 970px;
		background-color: #f5f5f5;
	}

	.eye-catch-area {
		overflow: hidden;
		max-height: 410px;
	}

	.eye-catch-area h1 {
		float: left;
		max-width: 33.40206%;
	}

	.sp-switch-img {
		display: none;
	}

	.pc-switch-img {
		display: block;
	}

	.eye-catch-img {
		position: relative;
		float: left;
		max-width: 66.59893%;
	}

	.mod-text-box h1,
	.mod-text-box h2 {
		font-size: 1.5em;
	}

	.block-switch {
		display: block;
	}

	.requid-box {
		float: left;
		width: 50%;
	}

/* Banner Area -----------------*/

	.bnr-area {
		clear:both;
	}

	.bnr-area-left,
	.bnr-area-right {
		max-width: 43.50515%;	
	}

	.bnr-area-right {
		float: right;
		margin: 4.32% 4.32% 4.32% 0;		
	}
	
	.bnr-area-left {
		float: left;
		margin: 4.32% 0 4.32% 4.32%;		
	}

	.bnr-area-left li,
	.bnr-area-right li {
		margin: 0;
	}

	.bnr-area-left li.bottom,
	.bnr-area-right li.bottom {
		margin: 9.3% 0 0 0;
	}

/* Footer ---------------------*/

	footer {
		max-width: 970px;
	}

	.footer-nav ul {
		font-size: 1em;
	}

	small {
		font-size: 0.8em;
	}

	.sp-block {
		display: inline;
	}
}
