/*******************************************************************************
** Style Sheet For EightOne Inc, Global CSS
*******************************************************************************/


/*******************************************************************************
** Global
*******************************************************************************/

.block {
	display:block;
}

.hidden {
	display:none;
}

.fleft {
	float:left;
}

.fright {
	float:right;
}

.clear:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
* html .clear {
	zoom:1;
}
*:first-child+html .clearfix {
	zoom:1;
}

a {
	color:#47787c;
}
a:active, a:hover {
	text-decoration:none;
}
a:visited {
	color:#47787c;
}

li {
	list-style-type:none;
}

.notice {
	color:#FF0000;
}


/*******************************************************************************
** Structure
*******************************************************************************/

body {
	height: 100%;
}

#container {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	color:#333;
}

header.site_header {
	padding:0;
	height:100px;
}

#contents {
}

#contents .page_key {
	padding:10px 0;
	background:#eee;
}

#contents .page_key .page_cat {
	margin:0 auto;
	width:1000px;
	height:100px;
}

#contents .page_key .page_cat .page_title {
	padding:55px 0 10px 20px;
	color:#fff;
	font-size:150%;
	font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	line-height:35px;
	text-shadow:1px 1px 2px #eee;
}

#contents .page_key .page_cat .page_subtitle {
	padding:70px 20px 10px 0;
	color:#fff;
	font-size:90%;
	line-height:20px;
	text-shadow:1px 1px 2px #eee;
}

#contents .main {
	float:left;
	margin-top:50px;
	width:670px;
}

#contents .side {
	float:right;
	margin-top:50px;
	width:300px;
}

footer.site_footer {
	padding:30px 0 50px;
	border-top:1px solid #333;
}

.wrap {
	margin:0 auto;
	width:1000px;
}


/*******************************************************************************
** Header
*******************************************************************************/

.site_header {
	background:#000;
	color:#fff;
}
.site_header .site_title {
	margin:18px auto;
	width:320px;
	height:64px;
}

.site_header .site_title .site_logo {
	width:280px;
	height:64px;
	background:url(../images/global/logo.png) 0 0 no-repeat;
	background-size: contain;
}
.site_header .site_title .legend_logo {
/*	width:200px;*/
	height:64px;
	background:url(../images/global/logo_legend.png) 0 20px no-repeat;
	    background-size: contain;
}

.site_header .main_nav {
/*	width:451px;*/
}

.site_header .main_nav ul {
/*	width:450px;
	border-left:1px solid #333;*/
}

.site_header .main_nav li {
	padding:0;
	width:120px;
/*	border-right:1px solid #333;*/
}

.site_header .main_nav li a {
	height:100px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
.site_header .main_nav li a:hover {
	color:#ccc;
}

.site_header .main_nav li a i {
	width:24px;
	line-height:100px;
	text-align:right;
}

.site_header .main_nav li a .tab {
	width:90px;
}

.site_header .main_nav li a .tab .eng {
	margin-top:30px;
	font-size:115%;
	font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	line-height:25px;
}

.site_header .main_nav li a .tab .jp {
	margin-bottom:25px;
	font-size:75%;
	line-height:20px;
}


/*******************************************************************************
** main
*******************************************************************************/

.main .content_block {
	margin-bottom:100px;
}

.main .content_block .content_head {
	margin-bottom:30px;
	padding:0;
}

.main .content_block .content_head .content_title {
	width:270px;
	font-size:150%;
	font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	line-height:35px;
	border-bottom:3px solid #47787c;
}

.main .content_block .content_head .content_subtitle {
	width:400px;
	font-size:90%;
	line-height:35px;
	text-align:right;
	border-bottom:3px solid #a2c0c4;
}

.main .fb_widget {
	padding:20px;
	box-shadow:1px 1px 3px #bbb;
}


/*******************************************************************************
** side
*******************************************************************************/

.side .adsense {
	margin-bottom:20px;
}

.side .social {
	margin-bottom:20px;
}

.side .social li {
	margin-right:8px;
}
.side .social li.last {
	margin-right:0;
}

.side .twit_widget {
	margin-bottom:30px;
	width:300px;
	height:400px;
}


/*******************************************************************************
** footer
*******************************************************************************/

footer .copyright {
	font-size:75%;
	line-height:15px;
	text-align:center;
}
