@import "reset.css";
@import "font.css";
@import url(https://fonts.googleapis.com/css?family=Carme);

/*common*/
body{
	background:url(../images/body_bg.gif) repeat-x;
	-webkit-text-size-adjust:none;
	word-wrap:break-word;
}
header,#contents,footer .inner{
	clear:both;
	width:950px;
	margin:0 auto;
}
h2{
	font-size:131%;
	font-family: 'Carme', sans-serif;	
}
h2 span{
	font-size:60%;
	padding:0 0 0 1em;
	font-weight:normal;
}
img{
	vertical-align:bottom;
}
a img:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
a{
	color:#e42600;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.time{
	color:#666;
}
.more{
	position:absolute;
	top:15px;
	right:0;
	font-weight:bold;
}
.more a{
	color:#333;
	border:1px solid #ccc;
	padding:2px 4px 2px 4px;
}
.more a img{
	width:14px;
	height:auto;
	margin:0 0 0 4px;
}
.inner{
	clear:both;
	width:100%;
	overflow:hidden;
}
#pagetop{
	text-align:right;
	margin:10px 10px 0 0;
}
#pagetop img{
	width:30px;
	height:auto;
}
. a{
	width:40%;
	padding:20px 10px;
	font-size:123.1%;
	text-align:center;
	display:block;
	background:#e42600;
	background:-moz-linear-gradient(top,#ec6c00 0%,#e42600);
	background:-webkit-gradient(linear, left top, left bottom, from(#ec6c00),to(#e42600));
	color:#fff;
	border-radius:5px;
	moz-border-radius:5px;
	webkit-border-radius:5px;
	margin:30px auto 10px auto;
	-moz-box-shadow:0px 1px 3px rgba(000,000,000,0.3),inset 0px 0px 1px rgba(255,255,255,0.3);
	-webkit-box-shadow:0px 1px 3px rgba(000,000,000,0.3),inset 0px 0px 1px rgba(255,255,255,0.3);
	box-shadow:0px 1px 3px rgba(000,000,000,0.3),inset 0px 0px 1px rgba(255,255,255,0.3);
	border:1px solid #ec6c00;
}
. a:hover{
	text-decoration:none;
	background:-moz-linear-gradient(top,#d30000 0%,#d60000);
	background:-webkit-gradient(linear, left top, left bottom, from(#d30000),to(#d60000));
}

.link_contact a{
	width:130px;
	padding:10px 5px;
	text-align:center;
	display:block;
	background:#e42600;
	background:-moz-linear-gradient(top,#ec6c00 0%,#e42600);
	background:-webkit-gradient(linear, left top, left bottom, from(#ec6c00),to(#e42600));
	color:#fff;
	border-radius:5px;
	moz-border-radius:5px;
	webkit-border-radius:5px;
	margin:10px 0px 0px 0px;
	-moz-box-shadow:0px 1px 3px rgba(000,000,000,0.3),inset 0px 0px 1px rgba(255,255,255,0.3);
	-webkit-box-shadow:0px 1px 3px rgba(000,000,000,0.3),inset 0px 0px 1px rgba(255,255,255,0.3);
	box-shadow:0px 1px 3px rgba(000,000,000,0.3),inset 0px 0px 1px rgba(255,255,255,0.3);
	border:1px solid #ec6c00;
}
.link_contact a:hover{
	text-decoration:none;
	background:-moz-linear-gradient(top,#d30000 0%,#d60000);
	background:-webkit-gradient(linear, left top, left bottom, from(#d30000),to(#d60000));
}

/*headernavi*/
#headernavi{
	background:url(../images/hnavi_bg.gif) no-repeat right top;
}
#headernavi ul{
	text-align:right;
	padding:3px 0;
}
#headernavi li{
	display:inline-block;
	/display: inline;
	/zoom: 1;
	font-family: 'Carme', sans-serif;	
	font-weight:bold;
	width:2em;
	text-align:center;
	margin:0 15px 0 0;
}
#headernavi li a{
	color:#000;
	display:inline-block;
	/display: inline;
	/zoom: 1;
}
#headernavi .off{
	border-top:2px solid #000;
	color:#000;
}
#headernavi .on{
	border-top:2px solid #ddd;
	color:#ddd;
}
/*/hearnavi*/

/*header*/
header h1{
	width:200px;
	float:left;
	padding:0 0 20px 0;
}
header h1 img{
	width:187px;
	height:auto;
}
header nav{
	float:right;
	font-size:108%;
	font-family: 'Carme', sans-serif;
	font-weight:bold;
	padding:15px 0 0 0;
}
header nav li{
	display:inline-block;
	/display: inline;
	/zoom: 1;
	margin:0 0 10px 0;
}
header nav li img{
	width:20px;
	height:auto;
}
header nav ul{
	text-align:right;
}
header nav a{
	color:#424242;
	margin:0 0 0 30px;
}
header nav a img{
	background:#505050;
	margin:0 6px 0 0;
	
}
header nav a:hover,header nav a.on{
	color:#ec6c00;
}
header nav a:hover img,header nav a.on img{
	background:#ec6c00;
	margin:0 6px 0 0;
}
/*/header*/

/*title*/
.title h2,#topicpath{
	width:960px;
	margin:0 auto;
}
.title{
	clear:both;
	width:100%;
	overflow:hidden;
	background:url(../images/h2_bg.gif);
	border-bottom:1px solid #ccc;
	margin:0 0 20px 0;
	padding:5px 0;
}
#topicpath{
	font-size:77%;
}
#mainimage{
	clear:both;
	width:950px;
	margin:0 auto 20px;
	overflow:hidden;
}
/*/title*/

/*footer*/
footer{
	clear:both;
	color:#999;
	background:#2f2f2f;
	min-height:120px;
}
footer .inner{
	overflow:visible;
}
footer nav{
	background:#212121;
	padding:5px 0;
	color:#fff;
	margin:0 0 20px 0;
}
footer #com{
	width:600px;
	float:left;
	font-size:85%;
	background: url(../images/footer_bg.gif) no-repeat;
}
footer #com p{
	padding:0 0 0 128px;
}
footer #com .policy{
	padding-top:0.5em;
}
footer #com .policy a{
	color:#fff;
}
footer .social{
	width:220px;
	float:right;
	/*en:::200px;*/
}
footer .social li{
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: middle;
	padding:0 5px 0 0;
}
footer .social li.tw{
	padding-top:2px;	
}
footer nav a{
	color:#fff;
}
footer nav ul{
	text-align:center;
}
footer nav li{
	display:inline;
}
footer #com a{
	color:#999;
}
/*/footer*/

/*top-page*/
/*top-info_news*/
#info,#news{
	margin:0 0 25px;
	padding:12px 0 0 0;
	background:url(../images/line.gif) repeat-x -10px 0;
}
#info{
	width:505px;
	float:left;
}
#news{
	width:420px;
	float:right;
	position:relative;
}
#info .inner,#news .inner{
	padding-top:10px;
}
#info h2,#news h2{
	border-top:2px solid #000;
	display:inline;
	padding:10px 0 0 0;
}
#info h2 img,#news h2 img{
	width:14px;
	margin:0 4px 0 0;
	vertical-align:middle;
}
#info h2,#news h2{
	padding-bottom:20px;
}
#info .time,#news .time{
	width:70px;
	float:left;
	color:#666;
	padding:0 0 5px 0;
}
#info .text,#news .text{
	margin-left:75px;
	padding:0 0 5px 0;
}

/*top-eshop*/
#eshop{
	margin:10px 0 ;
	text-align:center;
}
#eshop div{
	background:#ffe100 url(../images/eshop_bg.gif);
	border:1px dotted #2d2d2d;
	padding:5px 10px;
	margin:0 0 2px 0;
}
/*/top-eshop*/

/*top-campaign*/
#campaign{
	border:1px dotted #000;
	background:url(../images/campaign_bg.gif) no-repeat right center;
	margin:10px 0;
}
#campaign div{
	display:inline;
	text-align:center;
	padding:4px 0 4px 8px;
}
#campaign div img{
	vertical-align:middle;
}
#campaign a{
	display:block;
	width:100%;
	text-decoration:none;
}
#campaign a:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
#campaign img:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

/*/top-campaign*/


/*top-banner*/
#banner ul{
	text-align:center;
	padding:14px 0 0 7px;
	background:url(../images/banner_bg.gif);
}
#banner li{
	display:inline-block;
	/display: inline;
	/zoom: 1;
	margin:0 -0.5em 0 0;
	padding:0 14px 14px 0;
}
/*/top-banner*/

/*top-link*/
.link li img{
	width:220px;
}
.link ul{
	text-align:center;
	margin:25px 14px 0 0;
	font-size:0;
}
.link li{
	display:inline-block;
	/display: inline;
	/zoom: 1;
	margin:0 -0.5em 10px 14px;
}
.link li img{
	width:220px;
}
/*/top-link*/
/*/top-page*/


/*products-page*/
#products{
	margin:0 -22px 0 0;
}
#products .box{
	margin:0 0 22px 0;
	padding:0 0 22px 0;
	float:left;
	color:#666;
}
h4{
	font-size:123.1%;
	margin:0.5em 0;
	color:#000;
}
#products h4{
	border-bottom:1px dotted #333;
	padding:0 0 0.5em 0;
}
h5{
	font-size:108%;
	margin:0.5em 0;
	color:#000;
}
#products .col1{
	width:221px;
	height:auto;
}
#products .col2{
	width:464px;
	height:auto;
}

/*products-category*/
#products h3:before{
	content:"■";
	font-size:77%;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin:0 5px 0 0;
	padding:0 0 0 0.75em;
}
#products h3{
	font-weight:normal;
	margin:5px 0 0 0;
	font-size:85%;
}
#products .dsi:before{
	background:#1bb3df;
	color:#1bb3df;
}
#products .dsi{
	color:#1bb3df;
}
#products .psh:before{
	background:#e73411;
	color:#e73411;
}
#products .psh{
	color:#e73411;
}
#products .wii:before{
	background:#1b73df;
	color:#1b73df;
}
#products .wii{
	color:#1b73df;
}
#products .app:before{
	background:#ec860d;
	color:#ec860d;
}
#products .app{
	color:#ec860d;
}
#products .tds:before{
	background:#ce181e;
	color:#ce181e;
}
#products .tds{
	color:#ce181e;
}

/*/products-category*/
/*/products-page*/


/*press-page*/
#press .time{
	width:70px;
	float:left;
	color:#666;
	padding:10px;
	border-top:1px solid #999;
}
#press .text{
	margin-left:80px;
	padding:10px;
	border-top:1px dotted #999;
}

/*press-detail*/
#articletitle{
	text-align:center;
	border-top:solid 1px #333;
	border-bottom:solid 1px #333;
	padding:1em 0;
}
#summary{
	margin:1em 0 2em;
}
#press_detail h3{
	font-size:153.9%;
}

#press_detail .articleblock{
	width:90%;
	margin:0 auto;
}
#press_detail .articleblock span{
	color:#ff0000;
}
#press_detail .articleblock dl{
	margin:10px 0 0 0;
}
#press_detail .photos{
	clear:both;
	min-height: 1px;
	margin:2em 0;
	text-align:center;
}
#press_detail .photos2{
	clear:both;
	min-height: 1px;
	margin:2em 0 0 0;
	text-align:center;
}
#press_detail .photos li{
	display:inline;
}
#press_detail .photos img{
	width:300px;
	height:auto;
	border:solid 1px #666;
	margin:0 0 5px 0;
}
#press_detail .photos img a:hover{
	border:solid 1px #333;
}
#press_detail h4:first-child{
	padding:0 0 5px 0;
}
#press_detail h4{
	padding:20px 0 5px 0;
	border-bottom:solid 2px #ccc;
}
#press_detail .link a{
	display:block;
	border:solid 1px #e73411;
	margin:10px auto 0;
	padding:5px;
	width:50%;
}
#press_detail table{
	margin:1em 0;
	border-collapse:collapse;
}
#press_detail caption{
	font-size:123.1%;
	text-align:left;
	font-weight:bold;
	border-bottom:solid 1px #999;
	padding:5px;
}
#press_detail th{
	vertical-align:top;
	text-align:right;
	border-right:dotted 1px #999;
	padding:2px 20px 2px 2px;
}
#press_detail td{
	vertical-align:top;
	padding:2px 2px 2px 20px;
}
#press_detail dt:before{
	content:"■";
	font-size:77%;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin:0 5px 0 0;
	padding:0 0 0 0.75em;
	background:#e73411;
	color:#e73411;
}
#press_detail dt{
	margin-top:1em;
}
#press_detail dd{
	margin-left:2em;
}
#press_detail .com{
	text-align:center;
}
#press_detail .relatedurl{
	border:dotted 2px #ccc;
	padding:0 10px 10px 10px;
	margin:10px 0 20px 0;
}
#press_detail .contact{
	padding:0em;
	margin-top:2em;
}
#press_detail .contact h3{
	border-bottom:solid 1px #aaa;
	margin:0;
	padding:0;
}
#press_detail .contact table{
	margin-top:1em;
}
#press_detail .contact .ta_title{
	padding:5px 0;
}
#press_detail #qr{
	float:right;
	width:140px;
}
#qr_area{
	text-align:center;
	margin:5px 0px 0px 0px;
	padding:10px;
	border:solid 2px #cccccc;
	font-size:0.8em;
}
#qr_area img{
	margin:0px 0px 5px 0px;
}
#back{
	text-align:center;
	background:#eee;
	border:1px solid #ddd;
	margin:30px 0 10px 0;
	;
	display:block;
}
#back a{
	color:#999;
	padding: 5px;
	display:block;
}

/*press-detail*/
/*press-page*/



/*mq*/
@media screen and (max-width: 950px) {
	header,#contents,footer .inner{
		width:95%;
	}
	header h1{
		width:auto;
		float:none;
		padding:0 0 10px 0 ;
	}
	header nav{
		padding:0;
	}
	.title h2,#topicpath{
		width:95%;
	}
	#mainimage{
		width:95%;
		margin:0 auto;
	}
	img{
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
	}
	#info,#news{
		margin:20px 0 0;
	}
	#info{
		width:auto;
		float:none;
	}
	#news{
		width:auto;
		float:none;
	}
	
	/*campaign*/
	#campaign .cam{
		display:block;
		text-align:center;
		padding-right:20px;
	}
	#campaign .card{
		display:none;
	}
	/*campaign*/
	
	#info dt,#info dd,#news dt,#news dd{
		padding:10px 0;
	}
	#press_detail .relatedurl a{
		display:block;
	}
	#banner ul{
		background:#fff;
	}
}
@media screen and (max-width: 768px) {
	footer #com{
		width:auto;
		background:none;
	}
	footer #com p{
		padding:0;
		float:none;
	}
	footer .social{
		width:auto;
		float:none;
	}
	header nav a{
		display:block;
		margin:0 5px;
	}
	#info dl,#news dl{
		padding:0 0 0 0;
	}
	footer #com{
		width:95%;
		float:none;
	}
	footer .social{
		width:auto;
		float:none;
		text-align:center;
	}
	footer .social li{
		padding:10px 10px 0 0;
	}
	footer .social li.tw{
		padding-top:12px;	
	}
	#qr{
		float:none !important;
		padding:25px 0px;
		width:140px;
		margin:0px auto;
	}
}
@media screen and (max-width: 480px) {
	header h1 img{
		width:150px;
		height:auto;
	}
	header nav{
		float:none;
	}
	header nav ul{
		text-align:left;
	}
	header nav li{
		width:100%;
	}
	header nav li a{
		border-bottom:1px dotted #999;
		padding:0 0 5px;
	}
	#info .time,#news .time{
		width:auto;
		float:none;
		padding:0;
		border:none;
	}
	#info .text,#news .text{
		margin-left:0;
		padding:0 0 10px;
		border-bottom:1px dotted #333;
	}
	#banner ul img{
		width:100%;
	}
	#products .col1{
		width:94%;
	}
	#products .col1 div{
		text-align:center;
	}
	#products .col2{
		width:94%;
	}
	#press .time{
		width:auto;
		float:none;
		border-top:1px dotted #333;
		padding:10px 10px 0 10px;
	}
	#press .text{
		width:auto;
		float:none;
		margin:0;
		border:none;
		padding:0 10px 10px 10px;
	}
	#qr{
		float:none !important;
		padding:25px 0px;
		width:140px;
		margin:0px auto;
	}
}

@media screen and (max-width: 320px) {
	#info,#news{
		margin:20px 0 0 0;
	}
	.link li{
		padding:0 0 10px 0;
	}
	#topicpath{
		display:none;
	}
}
