@charset "utf-8";
/*
Template: weluka-theme-00
Theme Name: Weluka Theme 00 child
Theme URI: http://www.weluka.me/
Author: Weluka Team
Author URI: https://www.weluka.me/
Description: weluka plugins theme 00.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, weluka, responsive-layout, featured-images, custom-menu, bootstrap, custom-header, custom-footer, editor-style, webfont, threaded-comments
*/
@import url("../weluka-theme-00/style.css");  /* こちらで親テーマのstyleを継承 */
/*figure {margin: 20px 0 20px 0;}*/

figure  {10px 0 20px 0!important;}

.box {width:100%; padding: 10px;}
.box p {padding:10px;}
.pd10 {padding:10px;}

.photobox {
    width: 100%;
	height: 520px;
    float: left;
}

.photobox img {
	margin-bottom: 20px;
}

.photobox p{
	text-align:left;
	font-size:16px
}

.photobox2 {width:100%;}
.photobox2 img {
    width: 16.66%;
    height: 16em!important;
    float: left;
    margin-bottom: 20px;
}

@media screen and (max-device-width: 480px) {
.photobox img {width: 100%;}
.photobox2 img {
    width: 100%;
    height: auto!important;
}
	
}