@charset "UTF-8";
/* CSS Document */
/*==========================================================
												汎用class等
==========================================================*/
html,body{
	background-color:#fffde5;
}
.marginClear{
	margin:0 !important;
}
.paddingClear{
	padding:0 !important;
}
.opa:hover{
	opacity: 0.75;
    -moz-opacity: 0.75; /* Firefox */
    filter: alpha(opacity=75); /* IE6/7 */
    -ms-filter: "alpha(opacity=75)"; /* IE8 */ 
    cursor:pointer;
}
.under:hover{
	text-decoration:underline;
}
h1,h2,h3,h4,h5,h6,td,th,p,ul,li,dt,dd {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
    font-family: "Verdana", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3";
    color: #4d4d4d;
	vertical-align:middle;
}

.container{
    width: 960px;
    margin: 0 auto;
    position: relative;
}
.container .beam_s{
	position:absolute;
	top:100px;
	left:261px;
	
}
area{
	border:none;
	outline:none;
}


/* ============== header ============== */
.header{
    background-color: #6e619e;
    width:100%;
    padding:30px 0 60px; 
    margin: 0 auto;
}

/* ============== introduction ============== */
/*.introduction{
    background-color: #fffde5;
    margin: 0 auto;
}
.introduction .back_top_btn{
    text-align: right;
    margin: 30px 0 0;
}
.introduction .back_top_btn img:hover{
    filter:alpha(opacity=80);
    opacity:0.7;
}
.introduction .title{
    background-color: #fff;
    margin: 0 0 15px;
    padding: 10px 0;
    text-align: center;
    height: 25px;
}
.introduction .report{
    width: 918px;
    margin: 0 auto;
}
.introduction .report li{
    width: 213px;
    margin: 0 22px 0 0;
    float: left;
}
.introduction .report li:last-child{
    margin: 0;
}
*/
.introduction{
    background-color: #fffde5;
    margin: 0 auto 65px;
}
.introduction .member.title{
	background-color: #fff;
	text-align: center;
	margin: 0 0 15px;
	padding: 10px 0;
	height: 27px;
}
.introduction .title{
    margin: 0 0 15px;
    padding: 0 0 30px;
    text-align: center;
    height: 25px;
}
.introduction .report{
    width: 709px;
    margin: 0 auto;
}
.introduction .report li:nth-of-type(1),
.introduction .report li:nth-of-type(2),
.introduction .report li:nth-of-type(4){
    width: 213px;
    margin: 0 35px 35px 0;
    float: left;
				text-align: center;
				line-height: 2.7em;
}
.introduction .report li:nth-of-type(3),
.introduction .report li:last-child{
				width: 213px;
	   margin: 0 0 35px 0;
				float: left;
				text-align: center;
				line-height: 2.7em;
}
.introduction .report li:nth-of-type(4){
	   padding-left:125px;
}
.back_top_btn{
	   width:960px;
    text-align: right;
    margin: 50px auto 0;
}
.back_top_btn img:hover{
    filter:alpha(opacity=80);
    opacity:0.7;
}

/* series
____________________________________*/
.series{
	width: 712px;
	margin: 0 auto;
	padding-top: 65px;
	padding-bottom: 50px
}

.series_item{
	margin-bottom: 50px;
}
.series_item a:hover{
	filter:alpha(opacity=80);
	opacity:0.7;
}

.series_item:last-of-type{
	margin-bottom: 0px;
}
.series_item.series_item-mg10{
	margin-bottom: 10px;
}


/* ============== footer ============== */
.footer{
    background-color: #fffde5;
}
.f-logo{
    width: 916px;
    margin: 0 auto;
}





