@charset "UTF-8";
/* HOME CSS Document */


.start_home #mainContents {
	margin-top: 0px;
	margin: 25px auto 0px;
	width: 1026px;
	float: none;
}
.mov_blc .link_skip {
	text-align: right;
	margin-top: 10px;
}
.mov_blc .link_skip a {
	text-decoration: none;
}



#titleArea .bx-wrapper {
	background-image: url(/mitsuhamayaki/images/home_slide_bg01.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 340px;
	padding-top: 45px;
	margin-top: 15px !important;
}
#titleArea .slider {
	margin-left: -110px;
}

#cts {
	margin: 10px auto auto;
	width: 1026px;
}
#mainContents {
	margin-top: 0px;
	width: 776px;
	float: left;
}
#mainContents .inform_blc {
	border: 2px solid #A62126;
}
#mainContents .inform_blc h2 {
	background-color: #A62126;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 10px;
	position: relative;
}
#mainContents .inform_blc h2 a {
	position: absolute;
	top: 5px;
	right: 5px;
}
#mainContents .inform_blc #topics {
	background-color: #FFF6E9;
	height: 380px;
	padding: 10px;
	padding-top: 0px;
	overflow: scroll;
	overflow-x: hidden;
}
#mainContents .inform_blc ul {
	display: table;
	width: 100%;
}
#mainContents .inform_blc ul li {
	display: table-row;
}
#mainContents .inform_blc ul li p {
	vertical-align: top;
	display: table-cell;
	border-bottom: 1px dashed #333;
	padding-top: 10px;
	padding-bottom: 10px;
}
#mainContents .inform_blc ul li p:nth-of-type(1) {
	width: 7em;
}
#mainContents .inform_blc ul li a {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333;
	text-decoration: none;
}
#mainContents .inform_blc ul li a:hover {
	text-decoration: underline;
}

#subContents {
	width: 230px;
	float: right;
}
#subContents .link_group {
	border: 2px solid #000;
}
#subContents .link_group h3 {
}
#subContents .link_group ul {
	padding: 4px 0px 7px 7px;
}
#subContents .link_group ul li {
	margin-top: 3px;
	margin-right: 7px;
	float: left;
}
#subContents .link_group ul li:nth-of-type(2n) {
	margin-right: 0px;
}

#subContents .link_group.fb_blc {
	margin-top: 10px;
	border: 2px solid #0068b6;
}
#subContents .link_group.fb_blc ul {
	padding-top: 1px;
}
#subContents .link_group.fb_blc ul li {
	margin-top: 7px;
}
#subContents .btn_contact {
	margin-top: 10px;
}


#cts .movie_area {
	width:1026px;
	margin:40px 0;
}
#cts .movie_area h2 {
	font-size:24px;
	margin-bottom:20px;
	text-align:center;
}
#cts .movie_area .movie_list {
	overflow:hidden;
}
#cts .movie_area .movie_list.spOnly {
	display:none;
}
#cts .movie_area .movie_list .ttl {
	margin-bottom:10px;
}
#cts .movie_area .movie_list .img_thumb img {
	width:100%;
}
#cts .movie_area .movie_list .btn_movie_main {
	float:left;
	width:50%;
}
#cts .movie_area .movie_list .btn_movie_sub {
	float:right;
	width:45%;
}
#cts .movie_area .movie_list .btn_movie_sub li {
	float:left;
	width:45%;
}
#cts .movie_area .movie_list .btn_movie_sub li:nth-child(2n) {
	float:right;
}
#cts .movie_area .movie_list .btn_movie_sub li:nth-child(n+3) {
	margin-top:16px;
}


/* ======== cleafix ======== */
#cts:after,
#subContents .link_group ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}