/*
Theme Name:         1211pwhp
Theme URI:          http://planningwork.com/
Description:        Reverie をカスタマイズ
Version:            3.0.0
Author:             Palla, Reverie/Zhen Huang
Author URI:         http://themefortress.com/

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Customized Adjustments of Foundation for WordPress
:: Styling Basic WordPress Outputs
:: Customize Foundation Style Pagination for WP-Pagenavi
:: Customize for BuddyPress
:: Your Customized Style
*/

@import url(http://fonts.googleapis.com/css?family=Maven+Pro:400,700,900,500);


/* -----------------------------------------
   Styling Basic WordPress Outputs
----------------------------------------- */
	
	/* Global */
	/* Add Divider for Listed Posts */
.divider {top; height:60px; margin:60px 0; padding: 0px 0; text-align: center; }
.divider li{list-style: none;display: inline-block;}
.divider img {
	width: 60px;
	height: 60px;
	margin: 0px 5px;
	filter: alpha(opacity=25);
 	-moz-opacity:0.25;
	opacity:0.25;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.divider img:hover {
	filter: alpha(opacity=100);
 	-moz-opacity:1;
	opacity:1;
}
	
	/* Add Class for Images */
	img.alignright { float: right; margin: 0 0 18px 18px; }
	img.alignleft { float: left; margin: 0 18px 18px 0; }
	img.aligncenter { display: block; margin: 18px auto; }
	
	
	/* Add HTML5 Caption Class for Images */
	figure.figure {	margin: 0 auto;	-webkit-border-radius: 3px;	-moz-border-radius: 3px; display: inline-block; }
	figure.figure figcaption { padding: 8px 10px; font-size: 13px; font-size: 1.3rem; line-height: 18px; color: #555; }
	figure.alignright.figure { float: right; margin: 0 0 18px 18px; }
	figure.alignleft.figure { float: left; margin: 0 18px 18px 0; }
	
	/* Sidebar Adjustment */
	.sidebar-section { padding-bottom: 10px; padding-top: 50px;	font-size: 13px; font-size: 1.3rem; font-weight: normal; }
	
	/* Footer Nav */
	.footer-section { padding-bottom: 10px; padding-top: 20px; font-size: 13px; font-size: 1.3rem; font-weight: normal; }
	.footer-nav li { display: block; float: right; padding-left: 3%; margin-bottom: 0; }
	
	/* Breadcrumb Adjustment */
	ul.breadcrumbs li span { padding-left: 3px; }
	ul.breadcrumbs li a { padding-left: 0; }
	
	/* Comment Textarea Adjustment */
	#respond textarea { height: 100px; }	

/*  -------------------------------------------------------
    Adjust Foundation 3 Pagination Style for WordPress
    ---------------------------------------------------- */ 
    .reverie-pagination {position: relative;text-align: center;}
    ul.page-numbers { display: inline-block; height: 24px; margin-left: -5px; }
    ul.page-numbers li {float: left; display: block; height: 24px; color: #999; font-size: 14px; margin-left: 5px; }
    ul.page-numbers li a { display: block; padding: 1px 9px 1px; color: #555; 
    	-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;}
    ul.page-numbers li:hover a, ul.page-numbers li a:focus { background: #e6e6e6; }
    ul.page-numbers li.unavailable a { cursor: default; color: #999; }
    ul.page-numbers li.unavailable:hover a,ul.page-numbers li.unavailable a:focus { background: transparent; }
    ul.page-numbers li span.current { 
    	background: #6AA400; 
    	color: #fff; 
    	font-weight: bold; 
    	cursor: default; 
    	display: block; 
    	padding: 1px 9px 1px; 
    	-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}    
    
/*  ---------------------------
    :: Customize for BuddyPress
    --------------------------- */

	.padder label + textarea { margin-top: 0; }
	.padder #item-body #message-threads .thread-avatar img { max-width: 50px; }
	ul.item-list.activity-list li.new_blog_post { padding-bottom: 15px; }
    .padder select { display: inline-block; }
    .padder div.item-list-tabs { margin: 25px 0; }
    .padder form#whats-new-form textarea { height: 30px; }
    .padder .button { display: inline; }
    
	
/*  --------------------------
    Your Customized Style
    ----------------------- */

h1 { font-size: 16px; }

h2 { font-size: 16px; }

h3 { font-size: 14px; }

h4 { font-size: 14px; }

h5 { font-size: 12px; }

h6 { font-size: 10px; }
h1, h2, h3, h4, h5, h6 {font-weight: 400;}
body {
font-family:'Maven Pro','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
font-size: 10px;
line-height: 1.6;
letter-spacing: 0;
background-color: #999;
}

a, a:visited { color: #360; }
a:hover { color:#6AA400; }
p {
	font-size: 12px;
	line-height: 1.8;
	margin-bottom: 1.5em;
}

/* Header */
#headerrow {
	width: 100%;
	position: relative;
	background-color: #fff;
}
.pwrow { 
	width: 620px;
	max-width: 100%;
	margin: 0 auto; 
	padding: 80px 10px 30px 10px;
	position: relative; 
}
.pwrow h1 { margin: 0; }
ul.pwsubheader { float:right; margin:0 1% 0 0; position:relative; top:-31px;}
ul.pwsubheader li{ font-size:12px; float:left; list-style-type:none; margin-left: 10px; color:#666666}

@media only screen and (max-width: 601px) {
	header ul.pwsubheader { margin:0; top:0; text-align: center;float: none;}
	header ul.pwsubheader li{ margin:0 10px 0 0;float: none;}
}
@media only screen and (max-width: 479px) {
	.pwrow { padding:60px 10px 30px 10px; position: relative;}
}

/* Nav */
.pwnavicontainer { height: 0em;}
.pwnavirow{
	width: 100%;
	background-color:#eee;/*#E1704B*/
	position: relative;
	z-index: 999;
	height: 45px;
}
.pwnavirow nav{
	width: 940px;
	height: 45px;
	max-width: 100%;
	margin: 0px auto;
	position: relative;
	text-align: center;
}
.pwnavirow ul { 
	display: inline-block;
	margin-bottom: 0;
}
.pwnavirow ul li{
	font-size:12px; 
	font-weight:900; 
	float:left;
	list-style-type:none;
	padding:17px 0;
	color:#ffffff; 
	line-height:12px;
}
.pwnavirow ul li a, .pwnavirow ul li a:visited{ color:#666; font-weight:700;padding: 17px 12px;}
.pwnavirow ul li a:hover { color:#E1704B; }
.pwnavirow.fixed { position:fixed; top:0}

/* iphone slide nav */
.open {
            display: none;
			font-size:16px;margin:9px; color:#ffffff; line-height:16px;
            width: 40px;
            height: 30px;
            margin-right: 10px;
			background: url(http://planningwork.com/img/1211pwhp/header/menu.png) center center no-repeat #999;
            text-indent: -999999px;
            border: 0;
			position: absolute;
			right: 0;
        }
#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 500;
    
    /* Specify the width of your pageslide here */
    width: 260px;
    padding: 50px 0 0 0;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #333;
    color: #FFF;
    -webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,0.4);
    -moz-shadow: inset 0 0 5px 5px rgba(0,0,0,0.4);
    box-shadow: inset 0 0 5px 5px rgba(0,0,0,0.4);
}
#pageslide li {list-style: none;}
#pageslide li a{padding: 10px;}

#pw-content-container {
	margin-top: 45px;
	width: 100%;
	position: relative;
	background-color: #fff;
}

/* Mobile Landscape and Portrait */
@media only screen and (max-width: 479px) {
			#pw-content-container { margin-top: 0;}
    	    ul#pwnav { display: none; }
    	    .pwnavirow { 
    	    	position:fixed;
    	    	top:0; 
    	    	float:none; 
    	    	height:50px;
    	    	background-color: #ccc;
    	    }
    	    .open { display: inline-block; }
    	    #pageslide { width: 150px; }
    	    #pageslide #pwnav li { padding: 10px 0; }
    	    #pageslide #pwnav li a {
    	    	color: #FFF;
    	    	border: none;
    	    	display: inline-block;
    	    	padding: 10px;
    	    	width: 260px;
    	    	float: left;
    	    	font-weight: 700;
    	    	border-bottom: 1px solid #666;
    	    }
    	    #pageslide #pwnav li a:hover { background-color: #666; }
}

/* Main container */

.blogrow {
	width: 840px;
	max-width: 100%;
	min-width: 768px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
.blogrow {
	width: auto;
	min-width: 0;
	margin-left: 0;
	margin-right: 0;
}
}

/* misc */
.blog-title h1 { text-align: center ;margin-top:25px; margin-bottom: 10px;}
.blog-title h1 span { display:inline-block;}
.blog-title h1.entry-title { text-align: left; font-weight: bold;}

.post-box time, .post-box p.author {color:#6AA400; font-size: 0.8em; font-weight: 700; display: inline-block;}

.post-box header h2, .post-box header h1 { font-weight: bold; }
.entry-content .read_more { display: inline-block; font-weight: 700;}
div.entry-content p img{
	margin: 10px 10px 10px 0;
}
div.entry-content p img.nucleusimg{
	display: block;
}
.page-title {
	text-align: center;
}

/* WORKS Gallery */
#gallery-1 {
	margin: auto;
}
#gallery-1 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: left;
	width: 33%;
}
#gallery-1 img {
	width: 180px;
	height: aut;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border:0px solid #fff; 

    -webkit-box-shadow: inset 0px 0px 10px 4px rgba(0,0,0,0.4);  
    -moz-box-shadow: inset 0px 0px 10px 4px rgba(0,0,0,0.4);
    box-shadow: inset 0px 0px 10px 4px rgba(0,0,0,0.4);
}
#gallery-1 .gallery-caption {
	margin-left: 0;
}

/*ResponsiveSlides*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.slide-space {position: relative;height: 10px; width: 100%;float: left;}

/*youtube 貼り付け*/
div.video {
}
div.video iframe, div.video object, div.video embed {
}
/*280px circle images*/
div.eyecatchimg {
	  position:relative;
	  width:33.3%;
	  float:left;
	  margin:0 auto 0 auto;
	  padding: 30px 0 0 0;
	  text-align:center;
}
div.eyecatchimg a, div.eyecatchimg a:visited{
	  font-weight:700;
}
div.eyecatchimg img{
	width: 160px;
	height: 160px;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
}
div.eyecatchimg h3 div.eyecatchimg h4{
	font-size: 0.8em;
	font-weight: 700;
	margin: 10px 5px;
}
div.eyecatchimg p {
	font-size: 0.7em;
	width: 200px;
	height: 50px;
	display: inline-block;
}
div.flexsize img{
	width: auto;
	height: auto;
}

/* CONTACT FORM 7 */
div.wpcf7{ clear:both; color:#666; font-size: 12px;}
div.wpcf7 form{ padding:20px; position: relative;}
div.wpcf7 li{ display: inline-block; float: left;width: 50%;padding: 0px 20px;}
div.wpcf7 li input{ width:100%; height:22px;  background-color:#eee;}
div.wpcf7 input.wpcf7-submit{
	width:100px; 
	height:60px; 
	margin: 10px 0;
	background-color:#999; 
	color:#fff; 
	font-weight:700; 
	font-size:12px;
	border:1px solid #aaa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.wpcf7 textarea { width:100%; height:240px;  background-color:#eee;}
div.wpcf7 li.message-row { width:100%;}
div.wpcf7 li p, div.wpcf7 li p img{margin: 0;display: inline-block;}

.contact-info{width: 100%; position: relative;padding:20px 15px;text-align: center;}
.contact-info p{ display: inline-block;text-align: left;vertical-align: top;padding: 0 10px;}
div#map_canvas{ width:100%;height:300px;max-height:30%}
.map-image{display: none;}

/*category top*/
#content ul{
	position: relative;
	clear: both;
}

#content li.cat-item {
	position: relative;
	float: left;
	width: 33.3%;
	height: auto;
	margin:0 auto 35px auto;
	text-align: center;
	list-style-type: none;
}
#content li.cat-item a{
	display: inline-block;
	font-size: 14px;
	height: 180px;
	width: 180px;
	font-weight: 900;
	text-align: center;
	line-height: 90px;
	border-style: solid;
	border-width: 30px;
	border-color: #ccc;
	border-color: rgba(255,255,255,0.3);
	color: rgba(255,255,255,0.8);
	text-shadow:#000 0px 0px 10px;
	background-color:#eee;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 180px 180px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

#content li.cat-item-7 a{background-image: url("http://planningwork.com/img/1211pwhp/cat-icon/wedding_icon.jpg");}
#content li.cat-item-6 a{background-image: url("http://planningwork.com/img/1211pwhp/cat-icon/spa_icon.jpg");}
#content li.cat-item-5 a{background-image: url("http://planningwork.com/img/1211pwhp/cat-icon/mansion_icon.jpg");}
#content li.cat-item-11 a{background-image: url("http://planningwork.com/img/1211pwhp/cat-icon/restaurant_icon.jpg");}
#content li.cat-item-8 a{background-image: url("http://planningwork.com/img/1211pwhp/cat-icon/dental_icon.jpg");}
#content li.cat-item-9 a{background-image: url("http://planningwork.com/img/1211pwhp/cat-icon/relaxzation_icon.jpg");}
#content li.cat-item-12 a{background-image: url("http://planningwork.com/img/1211pwhp/cat-icon/care_icon.jpg");}
#content li.cat-item-13 a{background-image: url("http://planningwork.com/img/1211pwhp/cat-icon/house_icon.jpg");}
#content li.cat-item-3 a{background-image: url("http://planningwork.com/img/1211pwhp/cat-icon/public_icon.jpg");}
#content li.cat-item-17 a{background-image: url("http://planningwork.com/img/1211pwhp/cat-icon/renewal_icon.jpg");}
#content li.cat-item-19 a{background-image: url("http://planningwork.com/img/1211pwhp/cat-icon/golf_icon.jpg");}
@media only screen and (min-width: 480px) {
#content li.cat-item a{
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
#content li.cat-item a:hover{
	border-width: 0;
	border-color: rgba(255,255,255,0.8);
	text-shadow:#000 0px 0px 10px;
	color: rgba(255,255,255,1);
}
}
@media only screen and (max-width: 601px) {
	#content li.cat-item {width:50%;}
    div.eyecatchimg {width:50%; margin:0 auto;}
}
@media only screen and (max-width: 479px) {
	div.eyecatchimg {width:100%; margin:0 auto;}
	div#map_canvas{ display:none;}
	.map-image{display: block;}
	.map-image img{width: 100%; height: auto;}
	div.wpcf7 li{ width:100%;}
	#content li.cat-item {width:100%;}
}
/* blog icon */
.blog-icon {
	position: absolute;
}
.blog-icon img {

}
/* Side bar */
#sidebar h6 { text-align: center;color: #aaa; letter-spacing: 0.7em; text-transform: uppercase;}
#sidebar ul { position: relative;text-align: center; }
#sidebar ul li { font-size: 12px; list-style: none; display: inline-block;width: 230px;}
.button {
	background: #360;
	border: 1px solid #6AA400;
}
#sidebar ul li a, #sidebar ul li a:visited {
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	background-color:#fff;
	margin: 0;
	padding: 5px 10px;
	color: #666;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
#sidebar ul li a:hover{
	background-color:#eee;
	color: #000
}
aside p {
	font-size: 12px;
	line-height: 1.6;
	font-style: normal;
	text-align: center;
}

/* WORKS side bar */
.works #sidebar h6 { }
.works #sidebar ul { position: relative;text-align: center; }
.works #sidebar ul li { display: inline-block; margin: 2px auto;}
.works #sidebar ul li a, .works #sidebar ul li a:visited {
	width: 200px;
	height: 38px;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	line-height: 38px;
	background-color:#fff;
	margin: 0;
	padding: 0;
	color: #666;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.works #sidebar ul li a:hover{
	background-color:#eee;
	color: #000
}

/* BLOG side bar */
#sidebar .author-icon {
	text-align: center;
	width: 236px;
	background-image: url("http://planningwork.com/img/1211pwhp/blog/space2.jpg");
	margin: 0;
	moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

#sidebar .author-icon img {
	width: 160px;
	height: 160px;
	margin: 38px 0;

}


/* footer */
footer#content-info{ background-color:#999; color:#eee; text-align:center; font-weight:900; padding:20px 0}
.copyright ul { display:block; margin:3px 0; position:relative;}
.copyright ul li{ font-size:10px; display:inline-block; list-style-type:none; margin-left: 10px;}
#content-info a, #content-info a:visited{ font-weight:900;color:#fff}
#content-info a:hover{color:#eee;border-bottom: 1px solid #fff;}


/* PWee */
.pwee {	color:#280F18; }

.pwee header ul.pwsubheader { margin:0; top:0; text-align: center;float: none;}
.pwee header ul.pwsubheader li{ margin:0 10px 0 0;float: none;}

.pwee div.pwnavirow { background-color: #B6ADB0; height: 66px;
	-webkit-box-shadow: 0 33px 0px 0px rgba(0,0,0,0.4) inset;
	-moz-box-shadow: 0 33px 0px 0px rgba(0,0,0,0.4) inset;
	box-shadow: 0 33px 0px 0px rgba(0,0,0,0.4) inset; 
}
.pwee div.pwnavirow nav{ width: 800px; height: 66px; position: relative;}
.pwee div.pwnavirow ul li{ padding:0; line-height: 30px;}
.pwee div.pwnavirow ul li a, .pwee .pwnavirow ul li a:visited{ color:#fff; font-weight:700;padding: 9px 8px;}
.pwee div.pwnavirow ul li a:hover { color:#333; }

.pwee div#pw-content-container { background-color: #F1F2EC; margin-top: 66px;}

@media only screen and (max-width: 479px) {
    	    .pwee ul#pwnav { display: inline-block; }
    	    .pwee .pwnavirow { height:65px; }
    	    .pwee .open { display: none; }
    	    .pwee div#pw-content-container { margin-top: 0px;}

}

h4.pwee_item {
	text-align: center;
	font-weight: 700;
	font-size: 2em;
	color: #18A798;
	padding: 3em 0 0 0;
}
.pwee p.sub{
	text-align: center;
	font-weight: bold;
}
.pwee p img { margin: 17px 0;width: 100%; }
.pwee table { width: 100%;border: none; margin: 17px 0; background-color: #F1F2EC; }
.pwee tbody tr td { color: #280F18; }
.pwee table tbody tr:nth-child(even) { background: #fff; }
.pwee table tbody tr { background-color: #fff; }
.pwee dt{ font-size: 12px;color: #18A798; padding: 0.8em 0;}
.pwee dd{ font-size: 12px; padding-left: 2em;}

