@charset 'utf-8';
/* ELMER CSS 2014/04/01 */
/* ***********************************************
google fonts
************************************************ */
@import url("http://fonts.googleapis.com/css?family=Cantata+One");
/* ***********************************************
icon fonts
************************************************ */
@font-face {
	font-family: 'FontAwesome';
	src: url('/user_data/packages/streamtrail/fonts/fontawesome-webfont.eot?v=4.3.0');
	src: url('/user_data/packages/streamtrail/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/user_data/packages/streamtrail/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('/user_data/packages/streamtrail/onts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('/user_data/packages/streamtrail/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/************************************************
COMMON
************************************************ */
html {
	overflow: auto;
}
body {
	overflow: hidden;
}

/* FONTS
----------------------------------------------- */
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino kaku Gothic Pro', 'メイリオ', Meiryo, 'Verdana', 'Arial', 'Helvetica', serif;
	color: rgb(0, 0, 0);
	line-height: 1.75;
	font-size: 15px;
}
.font-serif {
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐ明朝','MS PMincho',Meiryo,osaka,'MS PGothic',serif;
}
.font-size-xs {
	font-size: 8px !important;
}
.font-size-sm {
	font-size: 11px !important;
}
.font-size-smd {
	font-size: 17px !important;
}
.font-size-md {
	font-size: 19px !important;
}
.font-size-lg {
	font-size: 24px !important;
}
.font-size-xl {
	font-size: 28px !important;
}
.txt-alert {
	color: rgb(230, 10, 10);
}
/* LINK
----------------------------------------------- */
a,
a:visited {
	text-decoration: underline;
	color: rgb(0, 0, 100);
}
a:hover,
a:focus {
	text-decoration: underline;
	color: rgb(50, 50, 150);
}
a.in {
	background-image: url(../img/ic_blet_in.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
	margin-left: 5px;
	margin-right: 5px;
}
a.out {
	background-image: url(../img/ic_blet_out.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
	margin-left: 5px;
	margin-right: 5px;
}
a.up {
	background-image: url(../img/ic_blet_up.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
	margin-left: 5px;
	margin-right: 5px;
}
a.down {
	background-image: url(../img/ic_blet_down.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
	margin-left: 5px;
	margin-right: 5px;
}
/* HEADLINE */
h1 {
	font-family: 'Cantata One', serif;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: 0;
	text-shadow: 1px 1px 1px rgb(245, 245, 245);
	float: left;
}
h1 span {
	display: inline-block;
	padding: 15px;
}
h1 img {
	float: left;
}
h2,h3,h4,h5,h6 {
	line-height: 1.1;
	letter-spacing: 0;
	margin: .2em 0;
}
h2,h3 {
	font-family: 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', serif;
}
h2.font-size-md,h3.font-size-md {
	margin: .2em 0 15px;
}
h2.column {
	font-size: 24px;
	border-bottom: 1px solid rgb(200, 200, 200);
	margin: 0 0 40px;
}
h2.column:before {
	display: inline-block;
	font: normal normal normal 16px/1 FontAwesome;
	font-size: 34px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f0d7";
	padding: 0 5px 0 0;
}
h2.column span {
	float: right;
	font-size: 22px;
	padding-top: 10px;
}
#movie h2.column {
	border: none;
	margin: 0 0 20px;
}
h4 {
	font-size: 16px;
}
a h4 {
	text-decoration: none !important;
}
.box h4 {
	font-size: 14px;
}
.box h4:before {
	display: inline-block;
	font: normal normal normal 16px/1 FontAwesome;
	font-size: 14px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f0c8";
	padding: 0 5px 0 0;
}
.text-center {
	text-align: center;
}

blockquote {
	line-height: 1.75;
	font-size: 15px;
}

table {
	font-size: 11px;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	background-color: rgb(245, 245, 245);
	border-top: rgb(180, 180, 180) 1px solid;
	border-bottom: rgb(180, 180, 180) 1px solid;
	border-right: rgb(180, 180, 180) 1px solid;
}
table th {
	border-left: rgb(180, 180, 180) 1px solid;
	background-color: rgb(150, 150, 150);
	color: rgb(255, 255, 255);
	padding: 3px 5px;
	text-align: center;
}
table td {
	border-top: rgb(180, 180, 180) 1px solid;
	border-left: rgb(180, 180, 180) 1px solid;
	padding: 3px 10px;
}
table.wikitable th:nth-child(1) {
	width: 16%;
}
table.wikitable th:nth-child(2) {
	width: 40%;
}
table.wikitable td:nth-child(1),
table.wikitable td:nth-child(2) {
	text-align: left;
}

table.recordtable th:nth-child(1) {
	width: 10%;
}
table.recordtable th:nth-child(2) {
	width: 20%;
}
table.recordtable td:nth-child(2),
table.recordtable td:nth-child(3) {
	text-align: left;
}
ul {
	list-style-type: none;
	padding: 0 !important;
}
dl {
	margin: 20px 0;
}
dl dt {
	font-weight: bold;
}
dl dd {
	margin: 0 0 5px;
}
ol {
	padding: 0 0 0 1.5em;
}
ol li {
	float: left;
	padding: 0 2.5em 0 0;
	font-size: 13px;
}
ol li:after {
	content: "/";
	padding: 0 0 0 1em;
	color: rgb(180, 180, 180);
}
ol li:last-child:after {
	content: "";
}

ul.normal {
	margin: 20px 0;
}
ul.normal li:before {
	content: none !important;
}

dl.history {
	margin: 20px 0;
}
dl.history dt {
	font-weight: bold;
	float: left;
	width: 9em;
}
dl.history dt:before {
	content: none !important;
}
dl.history dd {
	margin: 0 0 10px 9em;
	clear: right;
}
dl.history dd:before {
	content: none !important;
}
.bg-info {
	padding: 20px !important;
	border: 1px solid rgb(200, 200, 200);
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	background-color: rgb(240, 240, 240);
}
.bg-warning {
	background-color: rgb(0, 0, 0);
}

.margin-bottom-none {
	margin-bottom: 0 !important;
}
.margin-bottom-xs {
	margin-bottom: 5px !important;
}
.margin-bottom-md {
	margin-bottom: 15px !important;
}
.margin-bottom-lg {
	margin-bottom: 30px !important;
}
.margin-bottom-xl {
	margin-bottom: 40px !important;
}

.fa:before {
	display: inline-block;
	font: normal normal normal 22px/1 FontAwesome;
	font-size: 22px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	height: 40px;
	width: 40px;
	margin: -5px 15px 0 0;
	color: rgb(255, 255, 255);
}
.fa.circle:before {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

/* CONTAINER */
.container {
	max-width: 980px;
	margin: 0 auto 70px;
}
#header .st {
	float: right;
	margin: 40px 0 0;
}
#extra {
	margin: -70px -500% 50px -500%;
	padding: 7px 500%;
	text-align: center;
	letter-spacing: .07em;
	color: rgb(255, 255, 255);
	background-color: rgb(0, 150, 150);
	text-shadow: 1px 1px 3px rgb(130, 0, 0);
}
#extra h2 {
	line-height: 1.5;
	font-size: 15px !important;
}
#extra a {
	color: rgb(255, 200, 0);
	text-decoration: none;
}
#extra a:after {
	font: normal normal normal 17px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: " \f101";
}
#intro {
	text-align: center;
}
#intro h2 {
	margin: 0 0 40px;
	line-height: 1.3;
}
#self {
	margin: 0 auto;
}
#movie .bg-warning {
	width: 100%;
	max-height: 360px;
	text-align: center;
}
#movie .bg-warning img {
	vertical-align: middle;
	display: inline-block;
}
#movie a {
	position: relative;
	display: inline-block;
}
#movie a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	font: normal normal normal 70px/1 FontAwesome;
	font-size: 70px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f16a";
	color: rgb(200, 0, 0);
	margin: -35px 0 0 -35px;
}
#movie a:hover:after {
	color: rgba(200, 0, 0, .5);
}
#profile ul li:before {
	content: "・";
}
#profile dl dt {
	margin: 0 0 5px;
}
#profile dl dt:before {
	display: inline-block;
	font: normal normal normal 16px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f10c";
	padding: 0 2px 0 0;
}
#profile dl dd:before {
	content: "・";
}
#profile dl dd.continue:before {
	margin-bottom: 0;
	content: none !important;
}
#links,#news {
	margin: 0 auto 30px;
}
#news li {
	margin: 0 0 5px;
}
#news a {
	margin: 0 0 0 15px;
}
#sns h4 {
	margin: 0;
}
#sns .fa:before {
	float: left;
}
#sns .facebook:before {
	content: "\f09a";
	background-color: rgb(50, 100, 170);
	padding: 10px 0 0 16px;
}
#sns .twitter:before {
	content: "\f099";
	background-color: rgb(85, 200, 255);
	padding: 10px 0 0 10px;
}
#bnr .text-center {
	display: block;
}
#bnr .text-center img {
	display: inline;
}
#bnr .text-center a {
	text-decoration: none;
}
#fortop {
	text-align: center;
}
#fortop a,
#fortop a:visited {
	text-decoration: none;
	color: rgb(0, 0, 0);
	font-weight: bold;
}
#fortop a:hover,
#fortop a:focus {
	color: rgb(50, 50, 150);
}
#fortop .fa:before {
	display: inline-block;
	font: normal normal normal 35px/1 FontAwesome;
	font-size: 35px;
	margin: 0 auto;
	background-color: rgb(0, 0, 0);
	content: "\f0d8";
}
#fortop a:hover:before {
	background-color: rgb(50, 50, 150);
}
#fortop a span {
	display: block;
}
#contact {
	text-align: center;
	background-color: rgb(240, 240, 240);
	min-width: 100%;
	padding: 45px 0;
}
#contact  h4 {
	margin: 50px 0 10px;
}
#contact a,
#contact a:visited {
	color: rgb(0, 0, 0);
	font-weight: bold;
}
#contact a:hover,
#contact a:focus {
	color: rgb(50, 50, 150);
}
#contact .fa:before {
	display: block;
	margin: 0 auto 20px;
	background-color: rgb(100, 100, 100);
	content: "\f0e0";
	padding: 9px 0 0;
}
#footer {
	text-align: center;
}

@media (max-width: 767px) {
	/* HEADLINE */
	h1 {
		font-size: 18px;
	}
	h1 span {
		padding: 20px 0;
	}
	/* CONTAINER */
	.container {
		max-width: 980px;
		margin: 0 auto 50px;
	}
	#intro {
		text-align: left;
	}
	#intro h2 {
		font-size: 24px !important;
	}
	#self .row div:first-child {
/*		text-align: center;	*/

	}
	#self .row div:first-child img {
		display: inline;
	}
}