﻿@charset "UTF-8";

/*BASIC PAGESTYLE*/
html, body {
	font-size: 12pt;
	line-height: 20pt;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
	color: #222;
	text-align:center;
   	margin: 0;
	background-color: #2B2320;
}

body b{
	color: #a20057;
}

p{
	padding: 0 5px;
	margin: 5px 0;
	text-align: left;
}

img{
	border: none;
}

h1 {
	font-family: 'Yanone Kaffeesatz', Verdana, Arial, Helvetica, sans-serif;
	font-size:18pt;
	line-height: 18pt;
	color: #AAA;
	font-weight:700;
	margin:20px 0 10px;
	letter-spacing: 1px;
	padding: 7px 5px;
	border-bottom: 1px solid #CCC;
	text-align: left;
}

h1 span{
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 18pt;
	font-weight: normal;
	color: #CCC;
	letter-spacing: 3px;
	float: right;
}

h1:first-child {
	margin:0 0 10px;
}

h2 {
	font-size:12pt;
	line-height: 15pt;
	font-weight:bold;
	padding: 0 0 0 18px;
	margin: 20px 0 10px;
	background: url(../img/mrk_boxarrow.gif) no-repeat 3px center;
	text-align: left;
}

h3 {
	font-size:15pt;
	line-height: 18pt;
	padding: 0;
	margin: 0 0 5px;
	text-align: left;
	letter-spacing: 3px;
	font-weight: normal;
}

hr {
	border:dashed #CCC;
	border-width:1px 0 0 0;
	height:1px;/* for IE6 */
	clear:both;/* for IE6 */
} 

.clearfix::after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix{
	min-height: 1px;
}

* html .clearfix{
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#container{
	width:100%;
	max-width: 640px;
	margin:0 auto;
	padding: 0;
	text-align:center;
	background-color: #FFF;
}

/*HEADER*/

header{
	margin:0 auto;
	padding: 140px 0 120px;
	text-align: center;
	position:relative;
}

#header_logo img{
	width: 300px;
}

.ml20{
	margin-left: 20px;
}

#header_lang{
	position:absolute;
	top: 5px;
	right: 10px;
}

.lang_each{
	border-bottom: 3px solid #FFF;
	line-height: 11px;
	height:11px;
	margin: 0 3px;
	padding: 4px;
	display: inline-block;
}

.lang_each.shown{
	border-bottom: 3px solid #a20057;
}

.flagmark{
	width:16px;
	height:11px;
	background-image:url(../img/spr_flag.png);
	background-repeat:no-repeat;
	display:inline-block;
	vertical-align:middle;
}

.flagmark.ja{background-position:0 0}
.flagmark.en{background-position:-16px 0}
.flagmark.zh{background-position:-32px 0}

#header_contact{
	margin: 15px 0 0;
}

#header_contact span.contact_each{
	display: inline;
	margin: 0 10px;
}

#header_contact span.label{
	font-family: 'Yanone Kaffeesatz', Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	line-height: 12pt;
	color: #CCC;
	font-weight:700;
	letter-spacing: 1px;
	text-align: left;
	margin-right: 5px
}

#header_contact span.value{
	font-size:12pt;
	line-height: 12pt;
	letter-spacing: 1px;
	text-align: left;
}

.section{
	padding: 15px;
}

.section.odd{
	background-color: #EEE;
}

.mt10{
	margin-top: 10px;
}

.mb10{
	margin-bottom: 10px;
}

.button{
	display:inline-block;
	color: #FFF;
	width: 100%;
	max-width: 300px;
	font-size: 10pt;
	line-height: 24pt;
	font-weight: bold;
	background-color: #AAA;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.button:hover{
	color: #FFF;
	background-color: #666;
	text-decoration: none;
}

footer{
	padding: 10px 0 5px; 
	text-align:center;
	font-size: 8pt;
	line-height:15pt;
	text-decoration: none;
}

#twitter{
	float: left;
	display: inline;
	width: 300px;
}

#weibo{
	float: right;
	display: inline;
	width: 300px;
}

.clear{
	clear:both;
	font-size: 0;
	line-height:0;
	height:0;
	padding: 0;
	margin: 0;
}

.cent{
	width:100%;
	text-align:center;
}

.imgframe{
	border:1px solid #999;
	padding: 3px;
	display: inline-block;
}

.imgframe img{
	vertical-align:bottom;
}

input[type='text'], textarea{
	padding: 5px;
	box-sizing: border-box;
	font-size: 12pt;
	line-height: 15pt;
}

.add_table {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0;
}
 
.add_table th {
	font-size: 10pt;
	line-height: 15pt;
	text-align:right;
	color: #AAA;
	padding: 6px 0 6px 0;
	border-top:1px dashed #CCC;
}

.add_table td {
	font-size: 12pt;
	line-height: 15pt;
	text-align:left;
	border-top:1px dashed #CCC;
	padding: 6px 0 6px 8px;
}

.add_table tr:first-child th, .add_table tr:first-child td{
	border-top:none;
	padding-top: 0px;
}
.info{
	margin: 5px auto 20px;
}

.info.landscape{
	width: 100%;
	max-width: 644px;
}

.info.portrait{
	width: 100%;
	max-width: 484px;
}

.info_date{
	width: 80px;
	font-size: 10pt;
	line-height: 15pt;
	float: right;
	display: inline;
	text-align: right;
}

.info_title{
	font-size: 10pt;
	line-height: 15pt;
	float: left;
	display: inline;
	width:100%;
	margin-right:-80px;
	display: inline;
}

.info_title_inner{
	position:relative;
	margin-right:90px;
	text-align: left;
}

.small {
	font-size: 10pt;
	line-height: 15pt;
}

.ralign {
	text-align: right;
}

.lalign {
	text-align: left;
}

.profile_left{
	float: left;
	width:126px;
	display: inline;
	text-align: left;
	margin-right:-126px;
}

.profile_left img{
	width:124px;
	height: 124px;
	border: 1px solid #CCC;
}

.profile_right{
	float: right;
	width:100%;
	display: inline;
}

.profile_right_inner{
	position:relative;
	margin-left:140px;
	text-align: left;
}


/* Mobile (portrait) */
@media only screen and (max-width: 480px) {
	header{
		margin:0 auto;
		padding: 90px 0 40px;
		text-align: center;
	}

	#header_logo img{
		width: 60%;
	}

	#header_contact span.contact_each{
		display: block;
		margin: 0;
	}


	.profile_left{
		width:86px;
		margin-right:-86px;
	}

	.profile_left img{
		width:84px;
		height: 84px;
	}

	.profile_right_inner{
		margin-left:100px;
	}

}

/*For Retina*/
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) {
}



@media screen and (max-width: 640px) {
	#twitter{
		float: none;
		display: block;
		width: 300px;
		margin: 0 auto;
	}
	
	#weibo{
		float: none;
		display: block;
		width: 300px;
		margin: 10px auto 0;
	}
}