@charset "UTF-8";
/* CSS Document */

BODY {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width: 1000px;
	background-image: url(../img/back.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
p {
	font-size: 13px;
	line-height: 1.8em;
	color: #333;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: justify;
}
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
header {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
hgroup {
	width: 1000px;
	margin: 11px auto 0;
	overflow: hidden;
	height: 89px;
}
header h1 {
	margin: 0;
	padding: 0;
	float: left;
	width:443px;
}
header h2 {
	margin: 0;
	padding: 9px 0 0 0;
	float: right;
	width:338px;
}


nav {
	/*width: 1000px;
	height: 60px;
	margin: 0 auto;
	padding: 0;*/
	overflow: hidden;
}
#menu {
	width: 1000px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
}
#menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -9999999px;
	background-image: none;
}
#menu li a {
	display: block;
	padding: 0 0 0 0;
	background-color: #2a83a2;
	height:35px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-bottom:1px solid #4baacb;
	text-indent:-99999999px;
}
#menu li:last-child a{
	border: none;
}
#menu li a:hover{
	background: #4baacb;
}
#toggle {
	display: none;
}
#menu li.m1 a {
	padding: 0;
	display: block;
	width: 101px;
	height: 60px;
	background: url(../img/nav_1.gif) no-repeat 0 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#menu li.m1 a:hover {
	background-position: 0 bottom;
}
#menu li.m2 a {
	display: block;
	width: 186px;
	height: 60px;
	background: url(../img/nav_2.gif) no-repeat 0 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#menu li.m2 a:hover {
	background-position: 0 bottom;
}
#menu li.m3 a {
	display: block;
	width: 192px;
	height: 60px;
	background: url(../img/nav_3.gif) no-repeat 0 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#menu li.m3 a:hover {
	background-position: 0 bottom;
}
#menu li.m4 a {
	display: block;
	width: 206px;
	height: 60px;
	background: url(../img/nav_4.gif) no-repeat 0 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#menu li.m4 a:hover {
	background-position: 0 bottom;
}
#menu li.m5 a {
	display: block;
	width: 137px;
	height: 60px;
	background: url(../img/nav_5.gif) no-repeat 0 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#menu li.m5 a:hover {
	background-position: 0 bottom;
}
#menu li.m6 a {
	display: block;
	width: 178px;
	height: 60px;
	background: url(../img/nav_6.gif) no-repeat 0 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#menu li.m6 a:hover {
	background-position: 0 bottom;
}

#contents {
	width: 1000px;
	margin: 15px auto;
	overflow: hidden;
}
article {
	width: 680px;
	margin: 0 auto;
	padding: 9px;
	float: right;
	border:#ddd 1px solid;
	background-color:#fff;
}
aside {
	width: 250px;
	float: left;
}
.post-edit-link {
	display: none;
}
aside ul {
}
aside li {
	margin: 0;
	padding: 0 0 10px 0;
	list-style:none;
}
aside li.fb {
	margin:0 0 15px 0;
	padding:0 0 10px 0;
	border:#FFBDCC 1px solid;
}
section#main {
	width: 100%;
	background-image: url(../img/main_back.png);
	background-position: center top;
	background-repeat: no-repeat;
}
section#main h1 {
	float: none;
	margin: 0 auto;
	padding: 300px 0 0 500px;
	width: 353px;
}
section#main h2 {
	margin: 0 auto;
	padding: 25px 0 0 0;
	text-align: center;
}
section#main ul {
	width: 1000px;
	margin: 15px auto;
	overflow: hidden;
}
section#main li {
	float: left;
	padding: 0 50px 0 0;
}
section#main li.last {
	float: right;
	padding: 0 0 0 0;
}
section#top1 {
	width: 700px;
	margin: 0 0 20px 0;
}
section#top1 h1 {
	margin: 0;
	padding: 0;
}
section#top2 {
	width: 680px;
	padding: 8px;
	border: #ddd 1px solid;
	margin: 0 0 20px 0;
	background-image: url(../img/happiness_back.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
section#top2 h1 {
	margin: 0 0 25px 0;
	padding: 0;
	text-align: center;
}
section#top2 p {
	text-align: left;
	padding: 0 30px 15px 30px;
}
section#top2 p.hp1 {
	text-align: center;
	padding: 0 0 15px 0;
}
p.copy {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #999;
}
footer {
	width: 100%;
	height: 400px;
	background-image: url(../img/back_footer.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
footer p {
	text-align: center;
	padding: 20px 0;
}
footer nav {
	width: 1000px;
	margin: 20px auto 0;
	padding: 15px 0;
}
footer nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
footer nav li {
	list-style: none;
	margin: 0;
	padding: 0 10px;
	color: #555;
	font-size: 11px;
	display: -moz-inline-box;
	display: inline-block;
 /display: inline;
 /zoom: 1;
}
footer nav li.l1 {
	list-style: none;
	margin: 0;
	padding: 0 10px;
}
footer menu {
	width: 1000px;
	margin: 20px auto 0;
	padding: 15px 0;
}
footer menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
footer menu li {
	list-style: none;
	margin: 0;
	padding: 0 10px;
	color: #555;
	font-size: 11px;
	border-right: #CCC 1px solid;
	display: -moz-inline-box;
	display: inline-block;
 /display: inline;
 /zoom: 1;
	float: none;
}
footer menu li.l1 {
	list-style: none;
	margin: 0;
	padding: 0 10px;
	border-right: #CCC 1px solid;
	border-left: #CCC 1px solid;
}
footer menu li a:link {
	color: #333;
	text-decoration: none;
	font-size: 11px;
}
footer menu li a:visited {
	color: #333;
	text-decoration: none;
	font-size: 11px;
}
footer menu li a:hover {
	color: #FF3B38;
	text-decoration: none;
	font-size: 11px;
}
footer menu li a:active {
	color: #333;
	text-decoration: none;
	font-size: 11px;
}
#page-top {
	position: fixed;
	bottom: 50px;
	right: 20px;
	font-size: 77%;
	z-index: 1000;
}
#page-top a {
	background: #FFBDCF;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
#page-top a:hover {
	text-decoration: none;
	background: #FF3B38;
	color: #FFF;
}
a:link {
	color: #333;
	text-decoration:underline;

}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #FF3B38;
	text-decoration: none;

}
a:active {
	color: #333;
	text-decoration: none;

}

















.meta-prep {
	display:none;
}
.meta-sep {
	display:none;
}
.entry-utility {
	display:none;
}
#comments {
	display:none;
}
.author {
	display:none;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #f39;
	text-decoration: underline;
}
a:active {
	color: #333;
	text-decoration: none;
}

#container {
	float:right;
	background-color: #FFFFFF;
    width: 700px;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    
}
#mainbox {
	background-color: #FFFFFF;
    width: 660px;
    margin: 10px auto 50px ;
    padding: 0 0 0 0;
    /*border: #EEDA99 1px solid;*/
}

aside {
	width: 230px;
	float: left;
}
aside ul {
	margin: 0 0 0 0;
	padding: 0;
}
aside li {
	margin: 0 0 0 0;
	padding: 0;
}
#nav-above {
	display:none;
}

h1.entry-title {
	font-size: 18px;
	font-weight: 600;
	padding: 5px 0 5px 5%;
	border-bottom: #eee 1px solid;
	margin: 10px 0;
	width:95%;
	background-color:#eee;
	float:none;
}
.entry-date {
	font-size: 13px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.entry-content {
	font-size: 13px;
	line-height: 1.7em;
	padding: 0 0 10px 0;
	margin: 15px 0 0 0;
}
h2.entry-title {
	font-size: 18px;
	font-weight: 600;
	padding: 0 0 5px 0;
	border-bottom: #eee 1px solid;
	margin: 0 0 10px 0;
	float:none;
	width:100%;
}
.type-post {
	margin: 0 0 50px 0;
}
h3.widget-title {
	font-weight: 800;
	padding: 5px;
	background-color: #eee;
	margin: 0 0 10px 0;
	font-size:16px;
	height:auto;
	font-weight:600;
	color:#333;
}

/*お客様の声========================================*/
#voice h1#title {
	width: 100%;
	height: 57px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	background-image: url(../img/voice_back.gif);
	background-repeat: repeat-x;
	color: #fff;
	padding: 20px 0 0 0;
	letter-spacing: 0.3em;
	line-height: 1em;
	margin: 0;
}
#voice aside li.r13 a {
	display: block;
	width: 200px;
	height: 60px;
	background: url(../img/side_8.gif) no-repeat 0 0;
	pointer-events: none;
}
h1.page-title {
	display: none;
}
#nav-below {
	display: none;
}
.entry-meta {
	display: none;
}
.voice {
	border: #eee 5px solid;
	padding: 10px;
	margin: 0 0 15px 0;
}
#voice_side h2 {
	padding: 5px 0;
	font-size: 15px;
	font-weight: 600;
	color:#fff;
	background-color:#FF85C2;
	text-align:center;
	float:none;
	width:100%;
	margin:0 0 15px 0;
}
#voice_side h3 {
	padding: 0 0 5px 0;
	font-size: 15px;
	font-weight: 600;
	color:#000;
}
#voice_side ul {
	margin: 0 0 15px 0;
	padding: 0;
	border-top: #000 1px solid;
}

#voice_side li {
	font-size: 13px;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	text-decoration: none;
	line-height: 1.8em;
}
#voice_side li a {
	color: #333;
	display: block;
	margin: 0 auto;
	padding: 10px 0 10px 5%;
	text-align: left;
	width: 95%;
	font-size: 13px;
	text-decoration: none;
	background-color: #f7f7f7;
	border-bottom: #f39 1px solid;
}
#voice_side li a:hover {
	color: #fff;
	background-color: #FF85C2;
	display: block;
	margin: 0 auto;
	padding: 10px 10% 10px 0;
	text-align: right;
	text-decoration: none;
	font-size: 15px;
	width: 90%;
}

/*h1.pagetitle {
	font-size:16px;
	font-weight:600;
	padding:5px;
	margin:0 0 10px 0;
	background-color:#EEE;
	float:none;
	width:100%;
}*/
h1.pagetitle {
	display:none;
}
.entry-summary {
	font-size: 13px;
    line-height: 1.7em;
    padding: 0 20px 10px 20px;
    margin: 15px 0 0 0;
}




#cate-icon {
	clear:both;
	float:left;
	min-width:60px;	
	margin-right:10px;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	background-color:#999;
	color:#FFF;
	padding:2px 5px;
}
/*カテゴリーをクラス名にして存在する数だけ用意します。*/
.voice01 {
	background-color: #F00;
}
.voice02 {
	background-color: #0F0;
}


#contact_pc {
	width:1000px;
	text-align: center;
	padding: 20px 0;
	margin:0 auto;
}
#contact_sp {
	display:none;
}

/* 画面サイズが480px以下の場合に適用===================================================================================== */
@media only screen and (max-width: 480px) {
	
	
	
	
	
BODY {
	background-image: url(../img/back_sp.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	min-width: 100%;
}
header {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
hgroup {
	width: 100%;
	margin: 11px auto 0;
	overflow: hidden;
	height: auto;
}
header h1 {
	margin: 0 auto ;
	padding: 0;
	float: none;
	width:90%;
}
header h2 {
	margin: 0 auto ;
	padding: 9px 0 0 0;
	float: none;
	width:80%;
}

#menu {
	display: none;
	width:100%;
}
#menu li {
	width: 50%;
	float: left;
}
#menu li a {
	text-indent: 0;
}
#menu li a {
	display: block;
	padding: 15px 0 0 0;
	background-color: #2a83a2;
	height: 35px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #4baacb;
	text-indent: 0;
}
#menu li:last-child a {
	border: none;
}
#menu li a:hover {
	background: #4baacb;
}
#toggle {
	display: block;
	position: relative;
	width: 100%;
	background: #ddd;
}
#toggle a {
	display: block;
	position: relative;
	padding: 20px 0 20px;
	border-bottom: 1px solid #fff;
	color: #333;
	text-align: center;
	text-decoration: none;
}
#toggle:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: #FFF;
}
#toggle a:before, #toggle a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 6px;
	background: #ddd;
}
#toggle a:before {
	margin-top: -9px;
}
#toggle a:after {
	margin-top: 3px;
}
#menu li.m1 a {
	background-image: none;
    width: 100%;
    display: block;
    padding: 15px 0 0 0;
    background-color: #000;
    height: 35px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    text-indent: 0;
}
#menu li.m2 a {
	background-image: none;
	width: 100%;
	display: block;
	padding: 15px 0 0 0;
	background-color: #000;
	height: 35px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	text-indent: 0;
}
#menu li.m3 a {
	background-image: none;
	width: 100%;
	display: block;
	padding: 15px 0 0 0;
	background-color: #000;
	height: 35px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	text-indent: 0;
}
#menu li.m4 a {
	background-image: none;
	width: 100%;
	display: block;
	padding: 15px 0 0 0;
	background-color: #000;
	height: 35px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	text-indent: 0;
}
#menu li.m5 a {
	background-image: none;
	width: 100%;
	display: block;
	padding: 15px 0 0 0;
	background-color: #000;
	height: 35px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	text-indent: 0;
}
#menu li.m6 a {
	background-image: none;
	width: 100%;
	display: block;
	padding: 15px 0 0 0;
	background-color: #000;
	height: 35px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	text-indent: 0;
}
#menu li a:hover {
	background: #d90000;
}	
	
	
	
	
	
	
#contents {
	width:90%;
	margin:0 auto;
}

#container {
	float:none;
	background-color: #FFFFFF;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
#mainbox {
	background-color: #FFFFFF;
    width: 100%;
    margin: 0 auto 20px ;
    padding: 0 0 0 0;
    /*border: #EEDA99 1px solid;*/
}

aside {
	width:100%;
}
#nav-below {
	width: 100%;
	margin: 20px auto;
	color: #999;
	padding: 30px 0 0 0;
	overflow: hidden;
	font-size: 13px;
}
.nav-previous {
	float: none;
	width: 90%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px;
	background-color: #efefef;
	margin:0 auto 20px;
}
.nav-next {
	float: none;
	text-align: right;
	width: 90%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px;
	background-color: #efefef;
	margin:0 auto;
}	
.type-post {
	margin: 0 0 20px 0;
}






footer {
	width: 100%;
	height: auto;
	background-image: url(../img/back_footer.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding:0 0 30px 0;
}

footer menu {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
footer menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #efefef;
}
footer menu li {
	list-style: none;
	margin: 0;
	padding: 7px 0;
	color: #555;
	font-size: 14px;
	border-bottom: #ccc 1px solid;
	border-left: none;
	border-right: none;
	display: block;
}
footer menu li.rr3 {
	list-style: none;
	margin: 0;
	padding: 7px 0;
	color: #555;
	font-size: 14px;
	border-bottom: #ccc 1px solid;
	border-left: none;
	border-right: none;
	display: block;
}
footer menu li a:link {
	color: #333;
	text-decoration: none;
	font-size: 14px;
}
footer menu li a:visited {
	color: #333;
	text-decoration: none;
}
footer menu li a:hover {
	color: #B28500;
	text-decoration: none;
}
footer menu li a:active {
	color: #333;
	text-decoration: none;
}
#contact_sp {
	width:90%;
	text-align: center;
	padding: 20px 0;
	margin:0 auto;
	display:block;
}
#contact_pc {
	display:none;
}
p.copy {
	text-align: center;
	margin: 15px 0;
	padding: 0;
	font-size: 10px;
	color: #999;
}





}