@charset "utf-8";

/*------------------------------chonamaru---------------------------*/

.taCenter {
	text-align:center;
}

#chona_main {
	width: 735px;
	float: left;
}
.chonamarutop {
	width: 735px;
	height: 341px;
	background-image: url(img/chonamaru_top.gif);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}
.chonamarutop_text {
	position: absolute;
	font-size: 16px;
	font-weight: bold;
	color: #2c2c2c;
	width: 400px;
	left: 277px;
	top: 176px;
	line-height: 1.8;
}
.chonamaru_contents {
	border: 5px solid #f2f3f3;
	padding: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: 20px;
	overflow: hidden;
}
.chonamaru_l {
	float: left;
	width: 220px;
}
.chonamaru_r {
	float: right;
	width: 450px;
}
.chonamaru_contents h3 {
	margin: 0;
	font-size: 122%;
	padding: 10px;
	border: 2px solid #6bbc64;
	margin-bottom: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.chonamaru_contents p {
	line-height: 1.5;
	margin-bottom: 10px;
}
.chonamaru_contents .more {
	float: right;
	width: 80px;
	font-size: 14px;
	color: #fff;
	border: 3px solid #6bbc64;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 6px 8px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	padding: 5px 5px 5px 30px;
}
.chonamaru_contents .more a {
	text-decoration: none;
}
.chonamaru_contents .day {
	font-size: 13px;
	margin: 10px 0;
	font-weight: bold;
}
.chonamaru_contents img {
	width: 190px;
	padding: 5px;
	background: #fff;
	margin-right: 40px;
	border: 2px solid #6bbc64;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.chona_post h2 {
	width: 685px;
	height: 103px;
	padding-left: 50px;
	line-height: 103px;
	background-image: url(img/chonamaru_title_bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 152%;
}
.chona_post p {
	margin: 10px;
	line-height: 2;
}

/*------------------------------ Movies ---------------------------*/

#single .box_2_wrap {
	padding: 0;
    margin-bottom: 0px;
}

#single .box_2_wrap .left_box, 
#single .box_3_wrap .left_box, 
#single .box_3_wrap .center_box, 
#single .box_2_wrap .right_box, 
#single .box_3_wrap .right_box {
	float: left;
	width: 49.5%;
}

#single .box_3_wrap .left_box, 
#single .box_3_wrap .center_box, 
#single .box_3_wrap .right_box {
	width: 32%;
}

#single .box_2_wrap .right_box, 
#single .box_3_wrap .right_box {
	float: right;
}

#single .box_3_wrap .center_box {
	margin-left: 2%;
}

#single .box_2_wrap img, 
#single .box_3_wrap img {
	width: 100%;
}

.postid-6325 #single .box_2_wrap .left_box {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.postid-6325 #single .box_2_wrap .left_box img, 
.postid-6325 #single .box_3_wrap .left_box img {
	max-width: 373px;
}

.postid-6325 #single h3 small {
	color: #109822;
}

.postid-6325 #single h3 {
    font-size: 18px;
}

.postid-12063 .box_2_wrap img {
	max-width: 373px;
	height: auto;
}

.postid-12063 .box_2_wrap div {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/*------------------------------ Movie Detail ---------------------------*/

.youtube-container, .wp-block-embed-vimeo {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	margin-left: auto;
	margin-bottom: auto;
}


@media all and (max-width: 767px) {

	/*------------------------------chonamaru---------------------------*/
	#chona_main {
		width: 100%;
	}
	.chonamarutop {
		width: 100%;
		height: auto;
		background: none;
		padding-bottom: 3vw;
	}
	.chonamarutop_text {
		font-size: 14px;
	    width: 100%;
	    left: 0;
	    top: 0;
	    line-height: 1.7;
	    position: static;
	    padding-top: 2vw;
	}
	.chonamaru_contents {
		border: none;
	    padding: 5px 0 0;
	    margin-top: 2%;
	    clear: both;
	}
	.chonamaru_l {
		width: 100%;
		text-align: center;
	}
	.chonamaru_r {
		width: 100%;
	    margin-top: 2%;
	}
	.chonamaru_contents h3 {
	}
	.chonamaru_contents p {
	}
	.chonamaru_contents .more {
		width: 8em;
		padding: 5px 5px 5px 7%;
		box-sizing: border-box;
	}
	.chonamaru_contents .more a {
	}
	.chonamaru_contents .day {
	}
	.chonamaru_contents img {
		width: 40%;
		max-width: 190px;
		margin-right: auto;
	}
	.chona_post h2 {
		width: 100%;
		height: auto;
		padding: 3px;
		line-height: 1.4;
		border-radius: 3px;
		background-color: #58bf65;
		background-image: none;
		color: white;
		box-sizing: border-box;
	}
	.chona_post p {
	}
	
	#sidebar {
	    width: 100%;
	    float: none;
	    clear: both;
	    margin-top: 10px;
	}
	
	#sidebar .a_list p {
	    font-size: 16px;
	    padding: 7px 5px 7px 10px;
	    background-image: none;
		border-radius: 3px 3px 0 0px;
		background-color: #58bf65;
	}

	#sidebar .a_list img {
	    display: none;
	}

	/*------------------------------ Movies ---------------------------*/

	#single h2.heading-bgcolor {
	    text-align: left;
	}

	#single .box_3_wrap .left_box, 
	#single .box_3_wrap .center_box, 
	#single .box_3_wrap .right_box, 
	#single .box_2_wrap .left_box, 
	#single .box_2_wrap .right_box {
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.postid-6325 #single h3 {
	    font-size: 16px;
	}

	.postid-6325 #single .box_2_wrap .right_box {
		text-align: left;
		padding: 5px;
		box-sizing: border-box;
	}

	/*------------------------------ Movie Detail ---------------------------*/

	.youtube-container, .wp-block-embed-vimeo {
		width: 100%;
		padding-top: 56.25%;
	}
	.youtube-container iframe, .wp-block-embed-vimeo iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}

}

/*------------------------------photo---------------------------*/

#contentsbox ul.photo li a {
	display: inline-block;
}

#contentsbox ul.photo li a span {
	text-decoration: none;
	color: #000000;
	margin-left: 15px;
}

#contentsbox .photo_text {
	line-height: 2;
	margin-top: 15px;
}

#contentsbox .photo_topbox h3 {
	background-image: none !important;
	color: #000000;
	font-size: 15px !important;
	font-weight: bold;
	background-color: #C8EACC !important;
	padding: 10px 20px 10px 30px !important;
	margin: 25px 0 10px 0 !important;
	border-top: none !important;
}

#contentsbox .photo_h2 {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	background-image: url(img/h1_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	box-shadow: 0px 0px 1px gray;
	padding: 20px 20px 20px 30px;
	margin-bottom: 25px;
	margin-top: 15px;
}

#contentsbox .photo_h3 {
	background-image: none !important;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	background-color: #C8EACC;
	padding: 10px 20px 10px 30px;
	margin: 25px 0 10px 0;
}

@media all and (max-width: 767px) {
	#contentsbox {
	}
	
	#contentsbox .photo_h3 {
	    background: linear-gradient(to bottom, #62C26C, #62C26C 41%, #48B855) !important;
	    color: #fff;
	    font-size: 15px;
	}
}

