@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin:30px auto;
}
#border-radius{
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	width:1100px;
	margin:0 auto;
	text-align:center;
	border-color:#999;
	-webkit-box-shadow: #ccc 5px 5px 10px;
	-moz-box-shadow: #ccc 10px 10px 10px;
	box-shadow: #ccc 10px 10px 10px;
	padding-bottom:20px;

}
.bgcolors{
	background-color:#FFF;
	border: solid 1px #fe0000;
}

/*----- Top menu setting --*/
#header {
	width:100%;
	height:70px;
}
#header ul {
	list-style-type: none;
	width:100%;
	margin: auto;
}
#header li {
	float:left;
}
#header ul a {
	padding-right:20px;
	padding-left:20px;
	display: block;
	line-height:70px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	color:#fe0000;
}
#header ul a:hover{
	color:#FFF;
	background-color:#fe0000;
}
#spacer{
	width:20px;
}
.gohome{
	width:280px;
	float:left;
}
.motion {
	width:100%;
	height:440px;
	padding:0px;
	margin:0px;
}
.clear{
	clear:both;
}
/* -------------------- below bloack setting --------*/
/* ---- right block ---*/
.right_block{
	float:right;
	width:400px;
}
.title{
	margin:10px 20px 3px;
	text-align:left;
	color:#22ABF4;
	font-weight:600;
	font-size:20px;
}
.right_block ul{
	line-height:2em;
	margin:10px;
}
ul{
	list-style-type:none;
}
/* ---- left block ---*/
.left_block{
	float:left;
	width:700px;
}
.left_block p{
}
#news_cont{
	color:#454545;
	margin:10px 20px 5px 30px;
	line-height:1.5em;
	font-size:14px;
	text-align:left;
}
#news_date{
	color:#09C;
	font-weight:600;
	font-size:12px;
	text-align:right;
	border-bottom:1px dashed #494949;
	margin:5px 30px;
}
.ft1{
	float:left;
	margin:3px 10px 50px 0px;
}
/* ------------- footer ----*/
#footer{
	width:1100px;
	text-align:center;
	margin:0px auto;
}
#copyright{
	float: right;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	padding-right: 20px;
}
/*=========================== SUBPAGE setting starts ==================== */
.all_contents{
	width:100%;
	background-color:#000;
	padding:0px 0px 20px 0px;
	font-size:12px;
	color:#fe0000;
	text-align:left;
}
#title_banner{
	margin:10px 30px;
	text-align:left;
}
/* ---- company -----*/
#company{
	margin:30px auto;
	width:900px;
	font-size:13px;
	background-color:#000;
}
#company dt{
	float:left;
	width:300px;
	height:15px;
	text-align:right;
	background-color:#575757;
	margin:0px 10px 10px;
	padding:2px 10px;
}
#company dd{
	margin:0px 5px 10px;
}
#company ul{
	width:520px;
	float:right;
	margin:0px 10px;
	line-height:2.2em;
}
.press{
	width:90%;
	margin:30px auto;
	text-align:center;
}
.all_contents p{
	font-size:13px;
	line-height:1.8em;
	margin:10px 20px;
}
.tnks{
	text-align:center;
	margin:30px auto;
	padding:20px;
}
.tnks h1{
	font-size:23px;
	color:#CCC;
}
.tnks p{
	font-size:13px;
	line-height:1.8em;
	margin:10px 20px;
}

.float_1{
	float:left;
	margin:5px 15px 10px 20px;
}
/* ===================  contact ==================== */
.cffree {
	width:80%;
	margin:0 auto;
	margin-top:30px;
	font-family: arial;
}
.cffree_td {
	padding:4px;
	font-size:12px;
}
.cffree p {
	padding:4px;
}
.cffree label {
	padding:4px;
}
label {
 padding-right:10px
}
.required {
 font-weight:bold;
}
.required_star {
 font-weight:bold;
 color:#F00;
}
.not-required {
 font-weight:normal
}
/* ===================  2nd contact form /contact/index.html ==================== */
.2ndcontact{
	width:100%;
	background-color:#000;
	margin:0px;
	padding:50px 0px 20px 0px;
	font-size:12px;
	color:#fe0000;
	text-align:left;
}
.2ndcontact h1{
	font-size:20px;
	color:#fe0000;
}
.2table{
	text-align:center;
	width:600px;
	
}

/* ================ post share ============= */
.postshare {
	padding:3px 5px 3px 5px;
	margin-left:-51px;
	float:left;
	position:fixed; 
	top:30%;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fe0000; 
	text-align:center;
	-moz-box-shadow: -5px 0 7px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: -5px 0 7px rgba(0, 0, 0, 0.45);
	-goog-ms-box-shadow: -5px 0 7px rgba(0, 0, 0, 0.45);
	box-shadow: -5px 0 7px rgba(0, 0, 0, 0.45);
}
.postshare .social {float:left;clear:left;margin-top:8px;}