/* 
━━━━━━━━━━━━━━━━━━━━━━━━━
全体
━━━━━━━━━━━━━━━━━━━━━━━━━  
*/

html,body{
    width: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td
{
	margin: 0;
	padding: 0;
	color: #111111;
	font-weight: normal;
	text-align: left;
	font-size: 16px;
	font-family: 'メイリオ', Meiryo, Verdana, Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
}
fieldset, img{
	border: 0;
	width: auto;
	vertical-align: bottom;
}
abbr,acronym{
  border: 0;
}
address{
  font-style: normal;
  font-weight: normal;
}
h1,h2,h3,h4,h5,h6{
  font-size: 100%;
  font-weight: normal;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #047EC8;
}
a:active {
	text-decoration: none;
	color: #047EC8;
}



/*
━━━━━━━━━━━━━━━━━━━━━━━━━
レイアウト
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

body {
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 15px;
	font-family: Verdana,Arial,Helvetica,sans-serif,"ＭＳ ゴシック","Hiragino KaKu Gothic Pro",Osaka;
	;
	color: #111111;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #ffffff;
	background-attachment: fixed;
	background-size: cover;
}
#wrapper {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: auto;
	background-position: center center;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	background-repeat: repeat-y;
	background-image: url(image/wrapper.png);
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
カウントダウンタイマー用
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

#countdown {
	width: auto;
	height: 130px;
	background-color: #111111;
}
#countdown-in {
	width: 1000px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: center center;
}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダートップ
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

#topbar {
	height: 5px;
	width: auto;
	background-color: #FF1616;
}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー本体
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

#header-b {
	height: 1222px;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(image/header_bg.png);

}
#header1 {
	height: 407px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(image/header_01.png);
}
#header2 {
	height: 407px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(image/header_02.png);
}
#header3 {
	height: 407px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(image/header_03.png);
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー下バー
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
#header-bar {
	width: auto;
	height: 250px;
	background-color: #DD2B2B;
	background-image: url(image/header-bar.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 20px;
}
#header-bar-in {
	width: 1400px;
	height: 250px;
	background-color: #DD2B2B;
	margin-left: auto;
	margin-right: auto;
}
.mail_box{
	width: 900px;
	height: 290px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	padding-top: 15px;
}
.mail_box2{
	width: 900px;
	height: 390px;
	background-color: #DD2B2B;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	padding-top: 15px;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
アスメルカスタマイズ
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.main {
	clear: both;
	padding: 15px;
	font-size: 108%;
}

table {
	margin: 0 0 0px;
	width: 900px;
	font-size: 108%;
	table-layout: fixed;
}

table th {
	width: 25%;
	padding: 5px 10px;
	background: #44507C; /* #eee; */
	text-align: center;
	vertical-align: middle;
	color:#FFF;
}

table td {
	padding: 10px;
	width: 0px;
	text-align: center;
}

.inputText {
	width: 640px;
	height: 50px;
	padding: 3px;
	font-size: 170%;
	border:solid;
	border-color: #cccccc;
	margin: auto;
}

.inputSelect {
	padding: 3px;
	font-size: 130%;
	max-width: 97%;
}

.inputText.inputTextShort {
	width: 45%;
}

.inputText.inputTextShortest {
	width: 280px;
	border:solid;
	border-color: #cccccc;
}

textarea {
	width: 70%;
	height: 150px;
	padding: 3px;
}

.formBtn {
	width: 650px;
}

.center-text {
	text-align: center;
	margin: 0;
}

.error {
	color: #FF0000;
}

span.require {
	color: #F30;
	font-weight: bold;
}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
動画掲載エリア
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

#movie-box{
	width: 854px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-right: 3px solid #fa5050;
	border-left: 3px solid #fa5050;
	border-bottom: 3px solid #FA5050;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
ボディーエリア
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

#contents_all{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.contents {
	height: auto;
	width: 1000px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	text-align: left;
	color: #111111;
	background-repeat: repeat-y;
	background-position: center top;
}


.contents-inner {
	width: 800px;
	margin-top: 10px;
	margin-right: 100px;
	margin-left: 100px;
	margin-bottom: 10px;
	padding: 0px;
	height: auto;
	color: #111111;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
リスト獲得実績表示ボックス
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/




/*
━━━━━━━━━━━━━━━━━━━━━━━━━
プロフィールボックス
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/


.profile {
	background-color: #f6f6f6;
	width: 770px;
	border: 1px solid #CCCCCC;
	background-image: url(image/prof_bg_01.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 15px;
	padding-right: 15px;
}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
ツール部分全体の背景
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/




/*
━━━━━━━━━━━━━━━━━━━━━━━━━
価格・動作環境・注意書き
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/




/*
━━━━━━━━━━━━━━━━━━━━━━━━━
Q&A
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/






/*
━━━━━━━━━━━━━━━━━━━━━━━━━
フッター
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

#footer {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	height: auto;
	width: 1000px;
}
#footer a:link {
	color: #666666;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	text-decoration: underline;
	color: #666666;
}
#footer a:active {
	text-decoration: none;
	color: #666666;
}
address {
	font-size: 12px;
	text-align: center;
	color: #666666;
}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
フッターナビ
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

div.fnavi {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
	height: auto;
	width: 1000px;
	text-align: center;
}
div.fnavi ul {
}
div.fnavi li {
	font-size: 11px;
	list-style: url(none) none;
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
}


/*end*/
