/*
Template:twentyten
Theme Name:twentyten_child
*/

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
strong {
	font-weight: 400;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color:#333;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a img
{
	background:none!important;
	border:0;
}
a:hover img
{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}
a:hover img.none_alpha
{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	background:none!important;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
textarea,
select{
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
textarea{
	width:100%;
	padding:10px 5px;
	box-sizing:border-box;
	border:1px solid #CCCCCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
}
input[type="text"].w30,
.month_a select,
.day_a select{
	width:80px;
}
select{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:10px 5px;
	box-sizing:border-box;
	border:1px solid #CCCCCC;
	width:100%;
}
input[type="submit"],
input[type="reset"]{
	padding:5px 10px;
	font-size:16px;
	margin:10px;
	text-align:center;
	font-weight:600;
}
label {
	width:100%;
}
table.form .wpcf7-form-control-wrap.zipcode input[type="text"]{
	width:100px;
}
/* =Footer
-------------------------------------------------------------- */
#footer {
	/*background-image:url(http://www.moku-arc.co.jp/wp/wp-content/uploads/2019/08/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:100% auto;*/
	font-weight:700;
}
#footer .inner_box {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	padding: 0 0 80px 0;
	color:#4C444D;
	box-sizing:border-box;
}
.home #footer .inner_box {
	padding:80px 0;
}
#footer .inner_box strong {
	font-size:33px;
	line-height:33px;
	display:block;
	text-align:center;
	margin-bottom:20px;
	font-weight: 300;
}
#footer .inner_box strong .small {
    display: inline-block;
    font-size: 0.9rem;
    line-height: 100%;
    margin-right: 6px;
}
#footer .inner_box p {
	text-align:center;
	line-height:26px;
	margin-bottom:20px;
	font-weight: 300;
}
#footer .inner_box ul li {
	margin-left:19px;
	margin-right:19px;
}
#footer #copyright {
	font-size:12px;
	line-height:26px;
	font-weight:normal;
}
/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.widget-container .wp-caption {
	max-width: 100% !important;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #FFF;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
	display: block;
	letter-spacing: -0.6em;
	list-style-type: none;
	text-align:left;
}
.gallery .gallery-item {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	*display: inline;  
	*zoom: 1;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 20%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.1%;
}
.gallery img {
	border: 2px solid #FFF;
	box-sizing:border-box;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail,
.gallery-columns-5 .attachment-thumbnail,
.gallery-columns-6 .attachment-thumbnail,
.gallery-columns-7 .attachment-thumbnail,
.gallery-columns-8 .attachment-thumbnail,
.gallery-columns-9 .attachment-thumbnail{
	max-width: 100%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 5px solid #FFF;
}
.gallery br+br {
	display: none;
}
.r_box dl.gallery-item {
	position:relative;
}
.r_box dl.gallery-item:hover {
	cursor:pointer;
}
.r_box dl.gallery-item .gallery-icon {
	position:relative;
	width:100%;
	padding-bottom:64%;
	overflow:hidden;
	margin-bottom:15px;
}
.r_box dl.gallery-item .gallery-icon img {
    position: absolute;
    top: 0;
    left: 0;
	bottom:0;
	margin:auto;
}
.r_box .gallery {
	max-width:860px;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #777;
	font-size: 15px;
	line-height: 18px;
	overflow: hidden;
	max-width:1200px;
	width:96%;
}
.navigation a:link,
.navigation a:visited {
	color: #696969;
	text-decoration: none;
	width:100%;
	display:block;
	height:100%;
	box-sizing:border-box;
    padding: 8px 0;
    text-align: center;
}
.navigation a:active,
.navigation a:hover {
	color:#808080;
}
.nav-previous {
    float: left;
    width: 100px;
}
.nav-next {
	float: right;
    width: 100px;
}
#nav-above {
	margin: 0 auto 18px auto;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 0 auto 0 auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 18px 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #333;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
.widget_text ul,
.widget_text ol {
	margin-bottom: 1.5em;
}
.widget_text ol {
	margin-left: 1.3em;
}
.widget_text ul ul,
.widget_text ol ol,
.widget_text ul ol,
.widget_text ol ul {
	margin-bottom: 0;
}
.widget_media_video video {
	max-width: 100%;
}
.tagcloud ul {
	list-style-type: none;
	margin-left: 0 !important;
}
.tagcloud ul li {
	display: inline-block;
}

/* Helps galleries in widget areas look presentable in most cases. */
.widget-area .gallery-columns-2 img,
.widget-area .gallery-columns-3 img,
.widget-area .gallery-columns-4 img,
.widget-area .gallery-columns-5 img,
.widget-area .gallery-columns-6 img,
.widget-area .gallery-columns-7 img,
.widget-area .gallery-columns-8 img,
.widget-area .gallery-columns-9 img {
	border: none;
	max-width: 90%;
	width: auto;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#container.sidplay_bl {
    width: 100%;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 0;
}
#content.display_in,
.display_in #primary{
	box-sizing:border-box;
	width:100%;
}
#content.display_in {
	max-width:900px;
	padding-right:80px;
}
.display_in #primary {
	max-width:260px;
}
.news .entry-content p{
	text-align:left;
	margin-bottom:20px;
}
@media screen and (max-width: 660px){
.gallery-columns-9 .gallery-item {
	width: 20%;
}
}
