/* reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
.clearfix, ul { zoom:1; }
.clearfix:after, ul:after { content:""; display: block; clear: both; }
small { font-size: 80%; }
.txtl { text-align: left; }
.txtc { text-align: center; }
.txtr { text-align: right; }
.caution { color: #C00; }
.fin { color: #ccc; }

/* body */
body {
	font-size: 16px;
	background-color: #ffffff;
	color: #333;
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif;
	margin: 0 auto;
	padding: 0;
	min-width: 1060px;
	letter-spacing:
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
.clearText {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#inbox {
	width: 100%;
	margin: 0 auto;
	min-width: 980px;
	min-height: 100%;
	_height: 100%; /* IE6 */
}
.header-container {
	background: #fff;
	border-top: 3px solid #DC143C;
}

.body-container .inner,
.footer-container .inner {
	/*max-width: 1060px;*/
	width: 980px;
	margin: 0 auto;
}

.menu-container .inner {
	/*max-width: 1060px;*/
	width: 981px;
	margin: 0 auto;
}
.header-container .inner {
	/*max-width: 1060px;*/
	width: 981px;
	margin: 0 auto;
}
.logo{
	padding: 17px 10px 10px 0;
	position: relative;
	height:73px;
}
h1.head {
	position: absolute;
	top: 22px;
	left: 10px;
}	
h2 {
	position: absolute;
	top: 33px;
	left: 335px;
	color: #333;
	font-size: 120%;
	font-weight: normal;
}
.name {
	float:right;
	padding:5px 20px 0px 20px;
	margin-top:15px;
	font-weight:bold;
	letter-spacing:1px;
}	
.logout {
	height:32px;
	width:152px;
	margin-top:10px;
	float:right;
}

.menu-container {
	height:52px;
	background-image:url(../img/menu/menu_back.jpg);
	background-repeat:repeat-x;
}
.menu-container .inner li {
	height:52px;
	width:196px;
	float: left;
	list-style-type: none;
}

.menu-container .inner li.li_end {
	width:1px;
}

.menu-container2 {
	height:1px;
	background-color: #ccc;
}

.body-container {
	background-color: #FFFCF5;
}

/* login */
.menu-container .txt-login { color: #eee; }
.main .box-login {
	width: 600px;
	border: 1px solid #ddd;
	background: #FFF;
	box-shadow: 0 0 4px #ccc;
	border-radius: 5px;
	padding: 20px;
	margin: 20px auto;
}
.main .box-login .inner {
	width: 450px;
}
.main .box-login dl { margin: 30px auto 25px; }
.main .box-login dl dt {
	float: left;
	clear: left;
	width: 120px;
	padding: 8px 0 0;
	font-weight: bold;
}
.main .box-login dl dd {
	margin-bottom: 6px;
	padding: 0 5px 0 110px;
}
.main .box-login .text-input {
	width: 270px;
}
.main .btn-login {
	margin: 0 auto;
}
.main input.btn-login {
	background: url(../img/btn_revise_bg.jpg) repeat-x 0 0 #757575;
	border: medium none;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 100%;
	font-weight: bold;
	line-height: 20px;
	padding: 10px 40px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
}
.main .err {
	color: #CC0000;
	font-size: 95%;
	margin-top: 6px;
}
.main .required {
	color: #CC0000;
	font-size: 95%;
	margin-top: 6px;
}


/* main */
h3 {
	border-left: 6px solid #DC143C;
	border-bottom: 2px dotted #DC143C;
	/*color: #1B99D2;*/
	padding: 4px 8px;
	margin: 0 0 20px;
	clear: both;
	font-size:110%;
}
.main {
	background-color: #ffffff;
	padding: 30px 0px;
}
.main p {
	margin-bottom: 20px;
}
.main .btn-list {
	float: right;
	margin-bottom: 0;
}
.main .btn-list li {
	float: left;
	list-style-type: none;
	padding-left: 10px;
}
.main .btn-list li a {
	display: block;
	color: #333333;
	font-size: 95%;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
	text-decoration: none;
	line-height: 36px;
	max-height: 36px;
	/*letter-spacing: 0.05em;*/
	width: 180px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	box-shadow: inset 0px 1px 2px 1px #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FFFFFF), color-stop(0.30, #FFFFFF), color-stop(0.80, #dddddd));
	background: -webkit-linear-gradient(top, #FFFFFF 0%, top, #FFFFFF 30%, #dddddd 80%);
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 30%, #dddddd 80%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #FFFFFF 30%, #dddddd 80%);
	background: -ms-linear-gradient(top, #FFFFFF 0%, #FFFFFF 30%, #dddddd 80%);
	background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 30%, #dddddd 80%);
	/background: #ddd; /* IE6,7 */
	background: #ddd\9; /* IE8 */
}
.main .btn-list li a:hover {
	box-shadow: inset 0px 1px 1px 1px #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FFFFFF), color-stop(0.30, #FFFFFF), color-stop(1.00, #cccccc));
	background: -webkit-linear-gradient(top, #FFFFFF 0%, top, #FFFFFF 30%, #cccccc 100%);
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 30%, #cccccc 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #FFFFFF 30%, #cccccc 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%, #FFFFFF 30%, #cccccc 100%);
	background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 30%, #cccccc 100%);
	/background: #ccc; /* IE6,7 */
	background: #ccc\9; /* IE8 */
}
.main .btn-edit a {
	color: #333333;
	font-size: 13px;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
	text-decoration: none;
	line-height: 26px;
	max-height: 26px;
	display: block;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	box-shadow: inset 0px 1px 2px 1px #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FFFFFF), color-stop(0.30, #FFFFFF), color-stop(0.80, #dddddd));
	background: -webkit-linear-gradient(top, #FFFFFF 0%, top, #FFFFFF 30%, #dddddd 80%);
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 30%, #dddddd 80%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #FFFFFF 30%, #dddddd 80%);
	background: -ms-linear-gradient(top, #FFFFFF 0%, #FFFFFF 30%, #dddddd 80%);
	background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 30%, #dddddd 80%);
	/background: #eee; /* IE6,7 */
	background: #eee\9; /* IE8 */
}
.main .btn-edit a:hover{
	box-shadow: inset 0px 1px 1px 1px #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FFFFFF), color-stop(0.20, #FFFFFF), color-stop(0.80, #cccccc));
	background: -webkit-linear-gradient(top, #FFFFFF 0%, top, #FFFFFF 20%, #cccccc 80%);
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 20%, #cccccc 80%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #FFFFFF 20%, #cccccc 80%);
	background: -ms-linear-gradient(top, #FFFFFF 0%, #FFFFFF 20%, #cccccc 80%);
	background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 20%, #cccccc 80%);
	/background: #ddd; /* IE6,7 */
	background: #ddd\9; /* IE8 */
}
.main .btn-set a {
	color: #fff;
	font-size: 13px;
	text-shadow: 0 1px 0 #F2790B;
	text-align: center;
	text-decoration: none;
	line-height: 26px;
	max-height: 26px;
	display: block;
	border-radius: 5px;
	border: 1px solid #F2790B;
	background: #F58A08;
}
.main .btn-set a:hover {
	text-shadow: 1px 1px 1px #F2790B;
	background: #F2790B;
}
.main .btn-del a {
	color: #fff;
	font-size: 13px;
	text-shadow: 0 1px 0 #333;
	text-align: center;
	text-decoration: none;
	line-height: 26px;
	max-height: 26px;
	display: block;
	border-radius: 5px;
	border: 1px solid #333;
	background: #666;
}
.main .btn-del a:hover {
	text-shadow: 1px 1px 1px #333;
	background: #333;
}
.main .step {
	width:500px;
	border: 1px solid #ccc;
	background: #FFFFE6;
	border-radius: 4px;
	padding: 5px;
	margin-bottom: 20px;
	margin-left:240px;
}
.main .step p {
	margin-bottom: 0;
	text-align: center;
}

.main .pagelink { text-align: right; margin-bottom: 0; }

/* table */
.main table {
	width: 100%;
	clear: both;
	margin-bottom: 20px;
	border: 4px solid #ccc;
	border-collapse: collapse;
}
.main table a { text-decoration: underline; }
.main table.wide th,
.main table.wide td {
	padding: 10px;
	text-align: left;
	line-height: 1.4;
}
.main table.wide th {
	width: 130px;
	background: #eeeeee;
	border-bottom: 1px solid #ffffff;
	vertical-align: top;
}
.main table.wide td {
	text-align: left;
	line-height: 1.4;
	vertical-align: middle;
	border-bottom: 1px dotted #cccccc;
}
.main table.wide td.num {
	width: 300px;
}
.main table.wide td.text {
	width: 600px;
}
.main table.wide td span {
	padding: 0 5px;
	vertical-align: middle;
}
.main table.base th,
.main table.base td {
	padding: 10px;
	text-align: left;
	line-height: 1.4;
}
.main table.base th {
	background: #eeeeee;
	border-right: 1px dotted #ccc;
	/*border-bottom: 1px dotted #cccccc;*/
	vertical-align: top;
	text-align: center;
}
.main table.base td {
	text-align: left;
	line-height: 1.4;
	vertical-align: middle;
	border-bottom: 1px dotted #cccccc;
	border-right: 1px solid #ccc;
}
/* 未使用 後ほど削除
.main table.base th.date,
.main table.base td.date {
	width: 160px;
}
.main table.base th.mail,
.main table.base td.mail {
	width: 220px;
}
.main table.base th.id,
.main table.base td.id {
	text-align: center;
}
.main table.base th.ip,
.main table.base td.ip {
	text-align: center;
}
.main table.base th.kind,
.main table.base td.kind {
	text-align: center;
}
.main table.base th.name,
.main table.base td.name {
	width: 380px;
}
.main table.base th.occur,
.main table.base td.occur {
	text-align: center;
}
.main table.base th.user,
.main table.base td.user {
	text-align: center;
}
.main table.base th.url,
.main table.base td.url {
	word-break: break-all;
}
.main table.base th.click-num,
.main table.base td.click-num {
	text-align: center;
	width: 100px;
}
.main table.base th.page-num,
.main table.base td.page-num {
	text-align: center;
}
.main table.base th.setup,
.main table.base td.setup {
	width: 85px;
	padding: 10px 8px 10px 4px;
	text-align: center;
	border-right: none;
}
.main table.base th.click,
.main table.base td.click {
	width: 90px;
	padding: 10px 4px 10px 8px;
	text-align: center;
	border-right: none;
}
.main table.base th.csv,
.main table.base td.csv {
	width: 60px;
	padding: 10px 4px;
	text-align: center;
	border-right: none;
}
*/


.main table.base th.contents_name,
.main table.base td.contents_name {
	width: 430px;
	/*padding: 10px 4px;*/
}
.main table.base th.contents_term,
.main table.base td.contents_term {
	width: 230px;
	text-align: center;
}
.main table.base th.movie_time,
.main table.base td.movie_time {
	width: 60px;
	text-align: center;
}
.main table.base th.jyuko_state,
.main table.base td.jyuko_state {
	width: 100px;
	text-align: center;
}
.main table.base th.jyuko_progress,
.main table.base td.jyuko_progress {
	width: 120px;
	text-align: center;
}
.main table.base th.jyuko_date,
.main table.base td.jyuko_date {
	width: 120px;
	text-align: center;
}

.main table.base th.user_name,
.main table.base td.user_name {
	width: 200px;
}
.main table.base th.user_email,
.main table.base td.user_email {
	width: 280px;
}
.main table.base th.user_login,
.main table.base td.user_login {
	width: 180px;
}
.main table.base th.user_date,
.main table.base td.user_date {
	width: 120px;
	text-align: center;
}

.main table.base th.jyuko_num,
.main table.base td.jyuko_num {
	text-align:right;
	width: 60px;
}

.main table.base th.jyuko_er_num,
.main table.base td.jyuko_er_num {
	text-align:center;
	width: 150px;
}

.main table.base th.info_idate,
.main table.base td.info_idate {
	width: 200px;
	text-align: center;
}
.main table.base th.info_subject,
.main table.base td.info_subject {
	width: 330px;
}
.main table.base th.info_term,
.main table.base td.info_term {
	width: 250px;
	text-align: center;
}

.main table.base th.inquiry_date,
.main table.base td.inquiry_date {
	width: 120px;
	text-align: center;
}
.main table.base th.inquiry_name,
.main table.base td.inquiry_name {
	width: 300px;
}
.main table.base th.inquiry_subject,
.main table.base td.inquiry_subject {
	width: 300px;
}
.main table.base th.inquiry_state,
.main table.base td.inquiry_state {
	width: 120px;
	text-align: center;
}

.main table.base th.entry_date,
.main table.base td.entry_date {
	width: 120px;
	text-align: center;
}
.main table.base th.entry_name,
.main table.base td.entry_name {
	width: 200px;
}
.main table.base th.entry_email,
.main table.base td.entry_email {
	width: 280px;
}

.main table.base th.edit,
.main table.base td.edit {
	width: 90px;
	padding: 10px 4px 10px 8px;
	text-align: center;
	border-right: none;
}
.main table.base th.set,
.main table.base td.set {
	width: 90px;
	padding: 10px 4px 10px 8px;
	text-align: center;
	border-right: none;
	
}
.main table.base th.del,
.main table.base td.del {
	width: 60px;
	padding: 10px 8px 10px 4px;
	text-align: center;
	border-right: none;
}
/*　未使用 後ほど削除
.main table.base th.det,
.main table.base td.det {
	width: 60px;
	padding: 10px;
	text-align: center;
	border-right: none;
}
*/
.main table.base td p {
	margin-bottom: 0;
}
.main table.reserve {
	border: 4px solid #DD9696;
}

/* form */
.main form input.text-input {
	border: 1px solid #b2b2b2;
	width: 600px;
	font-size: 100%;
	padding: 8px;
	vertical-align: middle;
	border-radius: 5px;
	background-clip: padding-box;
}
.main form input.text-input2 {
	border: 1px solid #b2b2b2;
	width: 250px;
	font-size: 100%;
	padding: 8px;
	vertical-align: middle;
	border-radius: 5px;
	background-clip: padding-box;
}
.main form input.text-input3 {
	border: 1px solid #b2b2b2;
	width: 150px;
	font-size: 100%;
	padding: 8px;
	vertical-align: middle;
	border-radius: 5px;
	background-clip: padding-box;
}
.main form input.text-input4 {
	border: 1px solid #b2b2b2;
	width: 50px;
	font-size: 100%;
	padding: 8px;
	vertical-align: middle;
	border-radius: 5px;
	background-clip: padding-box;
}
.main form input.text-input5 {
	border: 1px solid #b2b2b2;
	width: 30px;
	font-size: 100%;
	padding: 8px;
	vertical-align: middle;
	border-radius: 5px;
	background-clip: padding-box;
	text-align:center;
}
.main form textarea {
	border: 1px solid #b2b2b2;
	font-size: 100%;
	width: 650px;
	padding: 10px;
	vertical-align: middle;
	border-radius: 5px;
	background-clip: padding-box;
}
.main form input.active { ime-mode: active; }
.main form input.inactive { ime-mode: inactive; }
.main form select {
	padding: 6px;
	border: 1px solid #b2b2b2;
	border-radius: 5px;
}
.main .btn {
	text-align: center;
	margin: 30px 0 0;
}
.main input.btn-entry {
	background: url(../img/btn_entry_bg.jpg) repeat-x 0 0 #F38907;
	border: medium none;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	color: #fff;
	letter-spacing: 1px;
	cursor: pointer;
	font-size: 100%;
	font-weight: bold;
	line-height: 20px;
	padding: 10px 50px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
}
.main input.btn-revise {
	background: url(../img/btn_revise_bg.jpg) repeat-x 0 0 #757575;
	border: medium none;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	color: #FFFFFF;
	cursor: pointer;
	font-size: 100%;
	font-weight: bold;
	line-height: 20px;
	padding: 10px 40px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
}
.main input.btn-register {
	background: url(../img/btn_register_bg.jpg) repeat-x 0 0 #C13E3E;
	border: medium none;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	color: #fff;
	letter-spacing: 1px;
	cursor: pointer;
	font-size: 100%;
	font-weight: bold;
	line-height: 20px;
	padding: 10px 50px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
}
.main input.btn-search {
	background: url(../img/btn_search_bg.jpg) repeat-x 0 0 #f3f3f3;
	border: medium none;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	color: #666;
	letter-spacing: 1px;
	cursor: pointer;
	font-size: 100%;
	font-weight: bold;
	line-height: 20px;
	padding: 10px 50px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);	
}

.main .mr { margin-right: 5px; }
.main .mr2 { margin-right: 10px; }

/* footer */
.footer-container {
	background: #fff;
	border-top: 3px solid #DC143C;
}
.footer-container p {
	padding: 20px 0;
	text-align: center;
	color: #999;
}

/* ヘッダー（ボタン「ログアウト」） */

.logout_in {
	width:152px;
	height:37px;
	background-image:url(../img/button/button_logout_on.jpg);
}

.logout_in a {
	display:block;
}

.logout_in img {
	border:none;
}

/* ヘッダー（ボタン「ログアウト」）ホバー */

.logout_in a:hover {
	background:none;
}

.logout_in a:hover img {
	visibility:hidden;
}







