@charset "UTF-8";

body,html {
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 12pt/1.7 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka,メイリオ,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;	/*75%が文字サイズ。/2.4が行間。*/
	color: #666;
	background-color: #fff;
}
h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
.fr {
	float: right;
}
.color1 {
	color: #63ba00;
}
.center{
	text-align: center;
}
span.bold-pink{
	font-weight: bold;
	color: #e66;
}
#contents ul.listmark {
	padding: 0.5em 20px 0em 30px;
	list-style: square;
}
.counter{
	display: none;
}

#topImg{
	margin: auto;
	min-width: 1000px;
	width: 100%;
}
#topImg img{
	vertical-align: bottom;
	width: 100%;
}

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 100%;
	height: 100%;
	/*background: url(https://www.tandess.com/music/files/bg.gif) repeat-x top;	/*背景壁紙（ヘッダーとヘッダー下の点線）*/
}



/*全般のリンク設定
---------------------------------------------------------------------------*/
#contents a {
	color: #2288ee;
	text-decoration: none;
}
#contents a:hover {
	color: #da7777;	/*カーソルオーバー時の文字色*/
}


#main h2 a{
	color: #777;
}


/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	min-width: 1000px;
	width: 100%;
}

/*ヘッダーのロゴ位置設定*/
#header #logo {
	position: relative;
	width: 1000px;
	margin: auto;
	padding-top: 20px;
}

/*ヘッダーのh1タグの設定*/
#header h1 {
	position: absolute;
	top: 0px;
	right: 0px;
	
	font-size: 10px;	/*文字サイズ*/
	font-weight: normal;
	color: #FFFFFF;		/*文字色*/
}



/*右上メニュー
---------------------------------------------------------------------------*/
div#menu{
	width: 100%;
	height: 71px;
	margin: 0 auto;
	text-align: center;
}

ul#menu {
	width: 1000px;
	height: 71px;
	margin: 0 auto;
	text-align: center;
}
ul#menu li#logo {
	float: left;
	width: 272px;
}
ul#menu li#logo img{
	width: 100%;
	margin-top: 10px;
}

ul#menu li.menu {
	float: left;
	padding-top: 36px;
	width: 128.5px;
	vertical-align: bottom;
	border-left: 1px solid #abc;
}

ul#menu li.menu img{
	width: 100%;
}

ul#menu li.sp{
	float: left;
	width: 50px;
}
ul#menu img {
	vertical-align: bottom;
}



/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	min-width: 1000px;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}





/*メイン
---------------------------------------------------------------------------*/
#main {
	text-align: left;
	width: 100%;
	margin-top: 20px;
}

#main p{
	margin: 10px 60px 100px 60px;
}


/*h2タグの装飾設定
---------------------------------------------------------------------------*/
#main h2 {
	margin: 20px;
	font-size:25pt;
}


/*フッター（最下部コピーライト部分）
---------------------------------------------------------------------------*/
#footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 9pt;	/*文字サイズ*/
	text-align: center;
	padding: 10px 0px;
	margin-top: 40px;
	color: #ddd;
	background-color: #222;
}

#footer a{
	color: #bbb;
	text-decoration: none;
}

.shade{
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}


/*ソーシャルボタン*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.socialbuttons{
	margin: auto;
	width: 1000px;
	z-index: 2;
	position: absolute;
}
.socialbuttons div{
	margin-right: 15px;	
	height: 20px;
	float: right;
}


/* ページトップに戻るボタン
---------------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}


table#spec {
	width: 80%;
	margin: 0 auto 200px auto;
}

table#spec td.headline{
	width: 20%;
	text-align: center;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #888;
	padding: 4px 8px;
	font-weight: bold;
}
table#spec td.menu{
	width: 40%;
	text-align: center;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #888;
	padding: 4px 8px;
}




#buy{
	width: 80%;
	background-color: #fff;
	margin: 0 auto;
}
#buy td{
	width: 50%;
	text-align: center;
	padding: 0 5%;
}
#buy td #pack{
	width:100%;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	box-shadow:0px 0px 10px -3px #777;
	-moz-box-shadow:0px 0px 10px -3px #777;
	-webkit-box-shadow:0px 0px 10px -3px #777;
}


#staff{
	width: 60%;
	margin: 0 auto;
}

#staff .left{
	width: 40%;
	text-align: center;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #888;
	padding: 4px 8px;
	font-weight: bold;
}
#staff .right{
	width: 60%;
	text-align: center;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #888;
	padding: 4px 8px;
}

.notice{
	font-size: 9pt;
	line-height: 10pt;
	color: #999;
}
