@charset "UTF-8";

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, figure, img, fieldset,
a, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, small, strong, dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td{
	background:transport;
	margin:0;
	padding:0;
	border:none;
	outline:none;
	font-size:1em;
}

header,hgroup,nav,article,
section,aside,figure,footer{
	/*display:block;*/
}

ol, ul{
	list-style: none;  
}

html{
    font:14px/1.3 "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Arial, Helvetica, Tahoma, sans-serif;
}



/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body{
	background:#FFF;
	width:100%;
	color:#333631;

    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}




}

/*	リンクタグ	*/

a,
a:hover{
	color:#333631;
	text-decoration:none;


    
}



/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
header{
	width:100%;
	overflow:hidden;}

h1	{
	min-width: 320px;
    margin: 20px;
    margin-bottom: -4px;
    text-align: center;
}

/*---------------------
	ヘッダー画像
--------------------*/
p#h_image{
	padding:0;
	position:relative;
}

p#h_image img{
	width:99.9%;
	margin:auto;
	border:solid 1px #D7E5CF;}

/*	ヘッダー画像内 文字	*/
p#h_image span{
	padding:0 20px;
	/*display:block;*/
	color:#2b2b2b;
	font-weight:bold;
	position:absolute;
	z-index:2;
	top:40%;
}

/*	ヘッダー画像下 文字	*/
header h2{
	padding:10px;
}

header p{
	padding:0 10px;
}



/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
article{
	width:100%;
	overflow:hidden;
}

/*---------------------
	コンテンツタイトル
--------------------*/
article .title h2{
	background-image: -moz-linear-gradient(top, #dfdfdf, #c0c0c0);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#dfdfdf), to(#c0c0c0));
	background-image: -o-linear-gradient(top, #dfdfdf, #c0c0c0);
	background-image: linear-gradient(top, #dfdfdf, #c0c0c0);


	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;


	padding:1% 10px;
	margin:3% 5px 0px;
	border:solid 1px #A6959C;
	border-top:solid 1px #ccc;
	color:#1b1b1b;
}

/*---------------------
	コンテンツボディ
--------------------*/
article section{
	padding:4% 5px 4% 10px;
	margin-left:5px;
	margin-right:5px;
}

article section:nth-child(even){
	background-image: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f8f8f8), to(#f2f2f2));
	background-image: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
	background-image: linear-gradient(top, #f8f8f8, #f2f2f2);
	border:solid 1px;
	border-color:#FFF #999 #aaa;
}

article section:nth-child(odd){
	background-image: -moz-linear-gradient(top, #ececec, #d9d9d9);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ececec), to(#d9d9d9));
	background-image: -o-linear-gradient(top, #ececec, #d9d9d9);
	background-image: linear-gradient(top, #ececec, #d9d9d9);
	border:solid 1px;
	border-color:#FFF #999 #aaa;
}

article section a{
	background:url(../img/link_icon.png) no-repeat right center;
	padding-right:5%;
	/*display:block;*/
	overflow:hidden;
}


/*	コンテンツ画像　*/
article section a figure{
	width:35%;
	margin-right:10px;

	border:solid 1px #9CA695;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;

	float:left;}

article section a figure img{
	width:100%;}


/*	コンテンツ画像の説明文字　*/
article section a h2{
	width:60%;
	color:#9CA695;
	float:left;
}

article section a p{
	width:90%;
	float:right;
}

/*	トップに戻る　*/
p.go_top{
	margin-top:5%;
	text-align:right;}

p.go_top a{
	margin-right:5px;
	padding-right:15px;
	/*display:block;*/
	color:#9CA695;
}

.livenews{
    margin-top: ;
    text-align: center;
}

.twitter{
    text-align: center;
    margin-top: 10px;
}

.linktool{
    text-align: center;
}

.PV2{
    text-align: center;
    margin-top: 25px;
}

.PV3{
    text-align: center;
    margin-bottom: 20px;
}

.PV4{
    text-align: center;
}

.PV5{
    text-align: center;
    margin-bottom: 40px;
}

.CDInformation{
    margin-top: 35px;
    text-align: center;
}

.member{
    margin-top: 30px;
    text-align: center;
}

.what{
    margin: -5px auto 25px;
    text-align: center;
}

.text1{
    margin: 25px auto 0px;
    text-align: center;
    font-size: 15pt;
    font-weight: 500;
}

.text2{
    margin: 7px auto 20px;
    text-align: center;
    font-size: 13pt;
    font-weight: 500;
}

.text3{
    margin: 7px auto 50px;
    text-align: center;
    font-size: 13pt;
    font-weight: 500;
}

.name{
    margin-top: 25px;
    text-align: center;
}

.tokyo{
    margin-top: 25px;
    text-align: center;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
/*	フリースペース　*/
.free_space{
	margin-top:5%;
	padding:3% 10px;
	border:dotted #D7E5CF;
	border-width:1px 0;
}

.free_space img{
	margin:auto;
	/*display:block;*/
	border:solid 1px #333631;
}

/*	メニュー　*/
footer ul{
	padding:4% 0;
	overflow:hidden;
}

footer ul li{
	width:20%;
	margin:2% 2.5% 2% 2.5%;
	float:left;
}

footer ul li a{
	padding:1.4em 0;
	/*display:block;*/
	color:#e2e2e2;
	border:solid 1px #a0a0a0;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
	-moz-box-shadow:0px 0px 0px 1px #333333;
	-webkit-box-shadow:0px 0px 0px 1px #333333;
	box-shadow:0px 0px 0px 1px #333631;
	background-image: -moz-linear-gradient(top, #c6c6c6, #828282);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#c6c6c6), to(#828282));
	background-image: -o-linear-gradient(top, #c6c6c6, #828282);
	background-image: linear-gradient(top, #c6c6c6, #828282);
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

/*	コピーライト　*/
address{
	padding:3% 0;
	border-top:dotted 1px #333631;
}

address p{
	font-size:0.714em;
	text-align:center;}