@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	font: 14px/150% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0px;
	margin: 0px;
	height: 100%;
	color: #666666;
}

a:link {
	color: #3675C5;
	text-decoration: none;
	}

a:visited {
	color: #3675C5;
	text-decoration: none;
	}
	
a:hover {
	color: #FF9900;
	text-decoration: none;
	}

a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-align: right;
}

a:hover img.hoverImg{
opacity:1;
filter:alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
}



/*---- スマホ対応 ----*/



/*---- head ----*/

#header
	{
	padding-top: 45px;
	padding-bottom: 45px;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}


/*---- contents ----*/

#contents
	{
	padding: 0px;
	margin: 0px auto 45px;
	width: 1000px;
	overflow: hidden;
}


/*---- menu ----*/

#menu
	{
	float: left;
	width: 170px;
	}

#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 0;
}

#menu li {
	padding: 0px; 	
    margin: 0px;
}

/*---- main ----*/

#main
	{
	float: right;
	width: 800px;
	}

#main ul {
	padding: 0px;
	margin: 0px;
	display:table;
	list-style: none;
	line-height: 0;
}

#main li {
	padding: 0px; 	
    margin: 0px;
	float: left;
	display: inline;
}


#main .main_img {
	background-color: #F2F2F1;
	margin: 0px;
	padding: 0px;
}


/*---- footer ----*/


#footer
	{
	padding: 0px;
	margin: 40px auto;
	width: 1000px;
	}

hr {
border: 1px #999999 solid;
background-color: #999999;
height: 1px;
}

/*----h ----*/

h1 {
	width: 100%;
	margin-bottom: 0px;
	margin-top: 15px;
	color: #666;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

h2 {
	border-left: 7px solid #D90000;
	border-bottom: 1px dotted #ccc;
	padding: .3em .4em;
	font-weight: normal;
	font-size: 18px;
}


h3 {
	font-size: 16px;
	font-weight: normal;
	border: 1px solid #999999;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 10px;
}

/*---- font ----*/

.big{
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

.gray
	{
	color: #666;
	}


/*---- form ----*/

.form
	{
	width:850px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 35px;
	height: 300px;
	padding-top: 50px;
	background-image: url(img-common/form.gif);
	background-repeat: no-repeat;
	padding-left: 55px;
	padding-bottom: 15px;
	}
	
	.form2
	{
	width:750px;
	height: 210px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-top: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}

/*---- table ----*/

table.table01 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	margin-bottom: 40px;
}
table.table01 th {
	width: 400px;
	padding: 10px;
	font-weight: normal;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #efefef;
}
table.table01 td {
	width: 355px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}



table.table02 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	margin-bottom: 40px;
}
table.table02 th {
	width: 200px;
	padding: 10px;
	font-weight: normal;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #efefef;
}
table.table02 td {
	width: 555px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}


/*---- works ----*/

.left {
	float: left;
	margin-right: 10px;
	border: 1px solid #B2B2B2;
}
.clear {
    clear: both;
}
 
 
 .box {
	margin: 20px 0;
	float: left;
	width: 100%;
	font: 13px/150% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

 .box_episode {
	margin: 10px 0;
	float: left;
	width: 100%;
	font: 13px/150% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-top: 1px dotted #B9B9B9;
	border-bottom: 1px dotted #B9B9B9;
}


.box img {
  float: left;
  border: 1px solid #B2B2B2;
  max-width: 530px;
}
.box p {
  margin: 0;
  padding: 10px;
}

.right {
	width: 255px;
	float: left;
} 


dt { width: 530px; height: 350px}
dd { padding: 0 0 0 100px; margin: -350px 0 0 0; min-height: 100px;}
