@charset "utf-8";

/* ..................................................................

	style.css

.................................................................. */

/*==============================
	STYLE
===============================*/

body {
	text-align: center;
	width: 100%;
	min-width: 960px;
}
#cont2 {
	padding: 10px 330px 30px 0;
	position: relative;
}
#cont2 h1 {
	line-height: 1.3 !important;
	margin: 0 0 10px;
}
#cont2 p {
	margin: 0 0 1em;
}

#lead {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 10px 0;
margin: 0 0 1em;
}
.sec {
	padding-top: 90px;
	margin: -90px 0 50px;
}
.phL {
	float: left;
	margin: 0 10px 10px 0;
}
.phR {
	float: right;
	margin: 0 10px 0 10px;
}
.phL span,
.phR span {
	font-size: 70%;
}
#youtube p {
	margin-bottom: 30px;
}
#sec1 a {
	display: inline-block;
	width: 650px;
	text-align: center;
	margin: 0 auto;
	border-radius: 10px; 
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;
	background: #E4003A;
	padding: 15px 0;
	color: #ffffff;
	font-size: 120%;
}
#sec1 a:hover {
	background: #fe3854;
}

#subCont {
	position: absolute;
	width: 300px;
	right: 0;
}
#subCont p {
	margin: 0 0 10px;
}
.txtS {
font-size:80%;
}
.txtR {
text-align:right;
}
.mgB0 {
	margin-bottom: 0 !important;
}
.mgB30 {
	margin-bottom: 30px !important;
}
.mgB50 {
	margin-bottom: 50px !important;
}
.mgT0 {
margin-top:0;
}
.mgR10 {
	margin-right: 25px !important;
}
.flL {
	float: left;
}
.flR {
	float: right;
}
.wd300 {
	width: 300px;
} 
#snscredit {
	width: 650px;
	margin-bottom: 20px;
}
/* SNS */
.sns {
	line-height: 0;
	float: left;
	width: 220px;
	margin: 0;
}
.sns li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
.sns li.fb {
	width: 80px !important;
	margin-right: 15px;
}
.sns li.tw {
	width: 95px !important;
}
#credit {
	float: right;
	width: 20em;
	font-size: 80%;
	text-align: right;
	padding-top: 3px;
}
.sct {
	border-top: 1px solid #ccc;
	padding-top: 1em;
}
/*--------------------------
	COMMON
---------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
* html .clearfix {
    display: inline-block;
}  
*:first-child+html .clearfix {
    display: inline-block;
}
.clear { clear: both;}
.nav-pills {
	z-index: 10000;
	position: relative;
}
