@charset "utf-8";
/*
Theme Name: yuduhouse
Theme URI: http://candy.luelue.com/
Description: ユヅハウスオリジナルスキンです
Author: yudu
Author URI:  http://luelue.com/
Tags: cute
*/


/* ===MENU================================== *
--------------------------------------------
import.css
--------------------------------------------

============================================ */

@import url("css/default.css");
@import url("css/common.css");
@import url("css/contents.css");


/* ----------------------------------

wp-pagenavi

------------------------------------- */
div.wp-pagenavi {
clear:both;
padding:10px 0;
text-align:center;
}

span.pages {
padding:5px 10px;
margin:5px;
font-size:77%;
color:#888;
}

span.current {
color:#000;
line-height:100%;
padding:15px 0 0 0;
width:20px;
height:20px;
text-align:center;
display:inline-block;
margin:5px;
}

a.page {
color:#fff;
line-height:100%;
padding:15px 0 0 0;
width:20px;
height:20px;
text-align:center;
display:inline-block;
margin:5px;
}


a:hover.page {
border:0px;
}




/* ---------------------

ContactForm7

----------------------- */

dl.contactform {
width:450px;
}

/* clearfix set */
dl.contactform:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

/*IE*/
dl.contactform {
  zoom:1;
}
	
/* hides from IE-mac \*/
* html dl.contactform {height:1%;}
dl.contactform {display:block;}
/* end of hides from IE-mac */
/* end of clearfix set */


dl.contactform dt {
clear:left;
float:left;
width:100px;
padding:3px;
}

dl.contactform dd {
float:left;
width:330px;
padding:3px;
}

dd span.your-message textarea {
height:70px;
}



/* ----------------------------------

mootools MediaBox

------------------------------------- */

/* mediaboxAdvanced - white theme */

#mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	cursor: pointer;
}

#mbOverlay.mbOverlayFF {
	background: transparent url(img/mediabox/80.png) repeat;
}

#mbOverlay.mbOverlayIE {
	position: absolute;
}

#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fefae8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.40);
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.40);
}

#mbCenter.mbLoading {
	background: #fefae8 url(img/mediabox/WhiteLoading.gif) no-repeat center;

/*	This style is applied only during animation.	*/
/*	For example, the following turns off shadows,	*/
/*	helping browser performance on slow systems.	*/
/*	To leave shadows on, just remove these lines:	*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#mbImage {
	position: relative;
	left: 0;
	top: 0;

/*	Begin styles for inline content, if no style is given	*/
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px;
}

#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #333;
}

#mbImage a:hover, #mbImage a:active {
	color: #000;
}

/*	End inline content styles	*/

#mbBottom {
	min-height: 20px;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	text-align: left;
	padding: 0 10px 10px;
}

#mbTitle {
	display: inline;
	color: #3f0000;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
}

#mbNumber {
	display: inline;
	color: #333;
	line-height: 14px;
	font-size: 10px;
	margin: auto 10px;
}

#mbCaption {
	display: block;
	color: #333;
	line-height: 14px;
	font-size: 10px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 20px;
	margin: 0;
	outline: none;
}

#mbPrevLink {
	width: 83px;
	background: transparent url(img/mediabox/whiteprevious.gif) no-repeat center;
}

#mbNextLink {
	width: 54px;
	background: transparent url(img/mediabox/whitenext.gif) no-repeat center;
}

#mbCloseLink {
	width: 65px;
	background: transparent url(img/mediabox/whiteclose.gif) no-repeat center;
}


/*	Styles for flash version alert	*/

#mbError {
	position: relative;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 10px;
	margin: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
	color: #700;
	font-weight: bold;
	text-decoration: underline;
}
