@charset "UTF-8";
/*
Author : Kazuhiro Ikeda
*/
/*//////////////////////////////////////////

	clearfix
//////////////////////////////////////////*/
.cl:before, .cl:after {
	content: " ";
	display: table;
}
.cl:after {
	clear: both;
}
.cl {
 *zoom: 1;
	display: block;
}
/*//////////////////////////////////////////

	アンカー

//////////////////////////////////////////*/
a {
	color: #0B93D3;
	text-decoration: none;
}
a:hover {
	color: #47BAF0;
}
/*//////////////////////////////////////////

	Android 4.x 系　バグフィックス

//////////////////////////////////////////*/
p {
	background-image:url(/_include/images/android_bg.png);
}
h2 , h3 , h4 , h5 , h6 {
	background-image:url(/_include/images/android_bg.png);
}
/*//////////////////////////////////////////

	タグ

//////////////////////////////////////////*/
h1, h2, h3, h4, h5, h6 {
	line-height: 125%;
}
p {
	margin-bottom: 30px;
}
/*//////////////////////////////////////////

	レイアウト

//////////////////////////////////////////*/
.screen {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.relative {
	position: relative;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* ボックス */
.w1 {
	width: 240px;
}
.w2 {
	width: 480px;
}
/*//////////////////////////////////////////

	共通セクション

//////////////////////////////////////////*/
body {
	font-family: "ヒラギノ角ゴ Pro N", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/* font-size: 18px; */
	font-size: 16px;
	color: #484848;
	line-height: 175%;
}

@media (max-width:640px){
    body {
	    width: 960px;
	    margin:0 15px;
    }
}

/* ヘッダー */
header {
	margin-bottom: 15px;
}
header nav {
	background-color: #F2F2F2;
}
header nav ul {
}
header nav ul li a {
	display: inline-block;
	width: 240px;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/_include/images/bg-nav.png);
	height: 24px;
	padding-top: 8px;
	padding-bottom: 12px;
}
header nav ul li a:hover {
	background-image: url(/_include/images/bg-nav-hover.png);
	color: #FFFFFF;
}
header nav ul li.active a {
	background-image: url(/_include/images/bg-nav-hover.png);
}
#site-id h1 {
	float: left;
	font-weight: bold;
}
#site-id .w2 {
	float: right;
	text-align: right;
	border-right: 3px solid #0089CA;
	width: 457px;
	margin-top: 30px;
}
#site-id aside {
	font-size: 15px;
}
#site-id ul {
}
#site-id ul li {
	display: inline;
}
#about-us {
	font-size: 20px;
}
#others {
	padding-right: 21px;
}
#others form {
	display: inline;
	position: relative;
	top: -2px;
}
#others .sns-btn {
	margin-left: 17px;
}
#others .sns-btn img {
	position: relative;
	top: 5px;
	margin-right: 5px;
}
#others ul.lang-selector {
	display: inline;
	margin-left: 5px;
}
#others ul.lang-selector li:first-child:after {
/*	content: " / "; */
}
#others ul.lang-selector li a {
	color: #9E9E9E;
}
#others ul.lang-selector li.active a {
	color: #0B93D3;
}
/* フッター */
footer {
	background-color: #F2F2F2;
}
#sitemap {
	background-color: #FFFFFF;
	border-top: 2px solid #0B93D3;
	font-size: 13px;
}
#sitemap h1 {
	color: #0B93D3;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
#sitemap h2 {
	margin-bottom: 8px;
	margin-top: 8px;
	font-weight: bold;
}
#sitemap h3 {
	margin-bottom: 7px;
	margin-top: 7px;
}
#sitemap hr {
	margin-left: 20px;
	margin-right: 20px;
}
#sitemap .w1 {
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	float: left;
	width: 210px;
}
#sitemap .w1 hr {
	margin-right: 0;
	margin-left: 0;
}
#sitemap ul {
	line-height: 175%;
	margin-left: 26px;
}
#sitemap ul li {
}
#copyright {
	font-size: 13px;
	background-image: url(/_include/images/bg-copyright.png);
	color: #FFFFFF;
}
#copyright p {
	margin-left: 20px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*//////////////////////////////////////////

	ロールオーバー

//////////////////////////////////////////*/
.rollover {
}
/*//////////////////////////////////////////

	ページのトップへ戻る

//////////////////////////////////////////*/
.page-top {
	display: block;
	text-align: right;
	margin-top: 40px;
	/* margin-top: 10px; */
}
/*//////////////////////////////////////////

	検索窓

//////////////////////////////////////////*/
#others input {
	height: 20px;
	width: 190px;
	border: 2px solid #e8e8e8;
	border-radius: 5px;
}
#others input.search-image {
	background-image: url(/_include/images/header-search-form.png);
	background-repeat: no-repeat;
	background-position: 167px center;
}
/*//////////////////////////////////////////

	メイソンリー

//////////////////////////////////////////*/
.js-masonry img {
	display: block;
}
.w1h1 {
	width: 240px;
	height: 240px;
}
.w2h1 {
	width: 480px;
	height: 240px;
}
.w2h2 {
	width: 480px;
	height: 480px;
}
.w3h2 {
	width: 720px;
	height: 480px;
}
.w4h1 {
	width: 960px;
	height: 240px;
}
.w4h2 {
	width: 960px;
	height: 480px;
}
.w1h4 {
	width:240px;
	height: 960px;
}

.item {
	background-color: #0B93D3;
}
.item img {
	background-color: #FFFFFF;
}
.layer {
	position: absolute;
	/* top: 0px; */
	bottom: 0;
	left: 0px;
}
.layer h2 {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: bold;
	color: #FFFEBB;
	font-size: 20px;
}
.layer p {
	color: #FFFFFF;
	/*
	position: absolute;
	bottom: 0px;
	*/
	padding-left: 20px;
	padding-right: 20px;
	line-height: 150%;
	font-size: 18px;
	margin-bottom: 20px;
}
.w2h1 > .layer {
	width: 480px;
	height: 240px;
}
.w1h1 > .layer {
	width: 240px;
	height: 240px;
}
.w2h2 > .layer {
	width: 480px;
	height: 480px;
}
.w3h2 > .layer {
	width: 720px;
	height: 480px;
}
.w4h1 > .layer {
	width: 960px;
	height: 240px;
}
.w4h2 > .layer {
	width: 960px;
	height: 480px;
}
.w1h4 > .layer {
	width: 240px;
	height: 960px;
}
.w3h2 > .layer h2,
.w4h1 > .layer h2,
.w4h2 > .layer h2 {
	font-size: 24px;
}
.w3h2 > .layer p,
.w4h1 > .layer p,
.w4h2 > .layer p {
	font-size: 20px;
}
/*//////////////////////////////////////////

	トップページ

//////////////////////////////////////////*/
#home-header h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

#home-header h2 .tagline {
	font-size: 16px;
	vertical-align: 3px;
}
#home-information {
	margin-top: 40px;
	margin-bottom: 40px;
}
/*//////////////////////////////////////////

	アーティクル

//////////////////////////////////////////*/
.main {
	width: 660px;
	float: left;
}
.main article h2 {
	/* font-size: 28px; */
	font-size: 26px;
	margin-bottom: 20px;
}
.main article h3.tagline {
	font-size: 18px;
	/* margin-bottom: 20px; */
	margin-bottom: 10px;
}
.main article h3 {
	/* font-size: 14px; */
	font-size: 18px;
	margin-bottom: 20px;
}
/*
.main article figure {
	margin-bottom: 30px;
}
*/
.main article .data {
	margin-top: 40px;
}
.main article .data h3 {
	margin-bottom: 10px;
}
.main article .data p {
	font-size: 12px;
	/* font-size: 90%; */
	line-height: 150%;
}
/* 関連情報 */
.main aside article {
	width: 210px;
/*	float: left;
	margin-right: 15px;
	*/
}
.main aside article:last-child {
	margin-right: 0px;
}
.main aside article.last-child {
	margin-right: 0px;
}
.main aside article figure {
	margin-bottom: 10px;
}
.main aside h1 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.main aside article h2 {
	font-size: 19px;
	margin-bottom: 10px;
	color: #0B93D3;
/*	min-height: 50px; */
}
.main aside article h3 {
	color: #0B93D3;
}
/* サイドバー*/ 
.side-bar {
	/* width: 300px; */
	width: 280px;
	/* float: left; */
	float: right;
	border-top: 12px solid #0B93D3;
}
