/*
Theme Name: Yumenoka
Version: 1.0
*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Base
----------------------------------------------------*/
body {
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
}

ul, ol, dl {
  list-style-type: none;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

/* Base
----------------------------------------------------*/
body.home {
  background: url(images/bg.jpg) center top no-repeat fixed;
  min-width: 1100px;
}

body {
  background: url(images/bg.jpg) center top no-repeat fixed;
  min-width: 1100px;
}

/* Header
----------------------------------------------------*/

/*
header {
  background: #25e3ff;
  background: -moz-linear-gradient(top, #25e3ff 0%, #84efff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #25e3ff), color-stop(100%, #84efff));
  background: -webkit-linear-gradient(top, #25e3ff 0%, #84efff 100%);
  background: -o-linear-gradient(top, #25e3ff 0%, #84efff 100%);
  background: -ms-linear-gradient(top, #25e3ff 0%, #84efff 100%);
  background: linear-gradient(to bottom, #25e3ff 0%, #84efff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25e3ff', endColorstr='#84efff',GradientType=0 );
  left: 50%;
  margin: 0 0 0 -550px;
  min-width: 1100px;
  padding: 15px 0 5px;
  position: fixed;
  top: 0;
  z-index: 20;
}
*/


header {
  background: none;
 width: 1100px;
height: 130px;
  margin: 0 auto;
  min-width: 1100px;
  padding: 15px 0 5px;
  z-index: 20;
}

header h1 {
position: absolute;
top: 10px;
left: 14%;
margin-left: -90px;
width: 180px;
z-index: 100;
}
/*header nav {
  left: 0;
  position: absolute;
  top: 15px;
}
*/

header nav {
  position: absolute;
  top: 15px;
}


header nav li {
  float: left;
  width: 170px;
  text-align: center;
}


header nav li:nth-child(1) {
  margin: 0 0 0 200px;
}




header nav a:hover {
  opacity: 0.8;
}
header .fb {
  float: right;
  margin: 115px 5px 0 0;
  text-align: right;
height: 20px;
}
header .fb iframe {
  /*width: 210px;*/
  width: 170px;
}
header .fb img {
vertical-align: top;
margin-right: 5px;
}

header .youtube {
  float: right;
  margin: 115px 80px 0 0;
  text-align: right;
  height: 20px;
}
header .youtube img {
vertical-align: top;
margin-right: 5px;
width: auto;
height: 100%;
}

/* Footer
----------------------------------------------------*/
footer {
  background: #6a3906;
  bottom: 0;
  color: #fff;
  font-size: 12px;
  left: 0;
  padding: 15px 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 30;
}

#footer-logo {
position: absolute;
top: 580px;
left: 240px;
}

#footer-logo li {
width: 321px;
float: left;
}


/* Content
----------------------------------------------------*/
/*
#wrap {
  background: url(images/bg_canvas.jpg);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  margin: 170px auto 0;
  padding: 20px 20px 0;
  position: relative;
  width: 920px;
  z-index: 10;
}
*/

#wrap {
  background: url(images/bg_canvas.jpg);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  margin: 20px auto 0;
  padding: 20px 20px 0;
  position: relative;
  width: 920px;
  z-index: 10;
}

#ornament_lt, #ornament_lb, #ornament_rt, #ornament_rb {
  position: fixed;
  z-index: 40;
}

#ornament_lt {
  margin-left: -110px;
  top: 200px;
}

#ornament_lb {
  margin-left: -60px;
  top: 450px;
}

#ornament_rt {
  margin-left: 870px;
  top: 175px;
}

#ornament_rb {
  margin-left: 870px;
  top: 350px;
}

#content {
  background: url(images/bg_rule.gif);
  padding: 0 0 100px;
min-height: 650px;
}
#content > .inner {
  padding: 0 110px;
}
#content .pagettl {
  padding: 35px 0;
  text-align: center;
}
#content .ttl_yellow, #content .ttl_yellow_l, #content .ttl_yellow_r {
  background: #ffcc00 650px center no-repeat;
  border-radius: 10px;
  color: #6b1515;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 20px;
  padding: 10px 60px 10px 20px;
}
#content .ttl_yellow_l {
  background-image: url(images/arrow_brown_l.png);
}
#content .ttl_yellow_r {
  background-image: url(images/arrow_brown_r.png);
}
#content .section {
  margin: 0 0 40px;
}
#content .section:last-child {
  margin: 0;
}
#content .section .ttl {
  margin: 0 0 20px;
}

body.page-id-5 #content .section .ttl {
font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
font-weight: 100;
font-size: 30px;
}

body.page-id-5 #content h3.ttl {
  color: #865b17;
  font-family: "Libre Baskerville", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 250%;
  font-weight: normal;
  margin-bottom: 15px;
}

body.page-id-5 #content h3.ttl2 {
text-align: center;
border-bottom: dotted 3px #9e6b1b;
  color: #865b17;
  font-family: "Libre Baskerville", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 200%;
  font-weight: normal;
  height: 15px;
  margin-bottom: 35px;

}
body.page-id-5 #content h3.ttl2 span {
background: #fff;
	padding: 0 10px;
}

 
body.page-id-5 #content h3.ttl span {
background: #fff;
  display: inline-block;
  padding: 0 10px 0 0;
}


#content .section .txt {
  color: #434343;
  font-size: 14px;
  line-height: 1.5em;
}
#content .section .txt.left {
  float: left;
  width: 360px;
}
#content .section .txt.right {
  float: right;
  width: 360px;
}
#content .section img {
  height: auto;
  max-width: 700px;
}
#content .section .img.left {
  width: 300px;
}
#content .section .img.right {
  float: right;
  width: 300px;
}
#content .frame_shadow {
  border: solid 5px #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
#content .center {
  text-align: center;
}
#content p {
  margin: 1em 0;
}
#content .brown {
  color: #7d4719;
}
#content .large {
  font-size: 1.3em;
  font-weight: bold;
}
#content .bold {
  font-weight: bold;
}
#content .txt_right {
  text-align: right;
}
#content .grid_3 {
  margin: 0 -7px;
}
#content .grid {
  float: left;
  padding: 0 7px;
}
#content .dropdown dt {
  cursor: pointer;
  margin: 0 0 10px;
}
#content .dropdown dd {
  margin-bottom: 20px;
clear: both;
}
#content .ttl_list li {
  margin-bottom: 10px;
}
#content .ttl_list li:hover {
  opacity: 0.8;
}
#content .ttl_list a {
  color: #6b1515;
  display: block;
}
#content .ttl_list a:hover {
  text-decoration: none;
}
#content .btn_canvas {
  margin: 1.5em 0;
  text-align: center;
}
#content .btn_canvas a {
  background: url(images/bg_canvas.jpg);
  border: solid 5px #8fc52c;
  border-radius: 10px;
  color: #000;
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  padding: 15px 50px;
}
#content .btn_canvas a:hover {
  opacity: 0.8;
  text-decoration: none;
}



/* lightbox2 */

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Index
----------------------------------------------------*/

#container{
     width: 1100px;
	 margin: 0 auto;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
	 	position: relative;

}

#index_main {
  margin: 0 auto;
  width: 1100px;
}

#yumezukin {
  *display: inline;
  *zoom: 1;
  width: 270px;
  height: 437px;
  height: 346px;
  background: url(images/yumezukin-02.png) no-repeat 0 0;
  margin: 8% auto 0;
}

#yumezukin a {
  display: block;
  width: 270px;
  height: 346px;
background: none;
}

img#name {
position: absolute;
top: 180px;
left: 463px;
z-index: -1;
}

img#mouse_on {
position: absolute;
top: 425px;
left: 650px;
z-index: -1;
}


#yumezukin a span{
  background: url(images/room_hukidashi.png) no-repeat 0 0;
	width: 273px;
	height: 215px;
	line-height: 1.5;
	padding: 25px;
	left: 45%;
	position: absolute;
top: 100px;
	pointer-events: none;
	border-radius: 50%;
	opacity: 0;
filter: alpha(opacity=0);        /* ie 6 7 */
-ms-filter: "alpha(opacity=0)";  /* ie 8 */
	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	-o-transform: scale(0.2);
	-ms-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
behavior: url(js/PIE.htc);
}

#yumezukin a:hover span{
	opacity: 1.0;
filter: alpha(opacity=1.0);        /* ie 6 7 */
-ms-filter: "alpha(opacity=1.0)";  /* ie 8 */
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}




#contents{
     padding-bottom:50px; /*フッターの高さと同じ*/
}

#sample {
  font-family: sans-serif;
  width: 325px;
  height: 325px;
  margin: 30px;
  position: relative;
  -webkit-border-radius: 162px;/* width,heightの半分 */
  -moz-border-radius: 162px;
  border-radius: 162px;
}

.tt-wrapper{
	padding: 0;
	margin: 0 auto;
	list-style: none;
}

/*
.tt-wrapper li .tt-gplus{
	width: 274px;
	height:180px;
    background-position: 0px 0px;
	position: absolute;
	top: 130px;
	left: 150px;
	    background: transparent url(images/popup_01.png) no-repeat top left;

}
*/

#popup_01 {
width: 274px;
height: 180px;
	position: absolute;
	top: 160px;
	left: 150px;
z-index: 100;
}

#popup_01 span {
position: absolute;
	top: 20px;
	left: 200px;
}

#popup_02 {
width: 230px;
height: 155px;
	position: absolute;
	top: 310px;
	left: -30px;
z-index: 100;
}

#popup_03 {
width: 230px;
height: 158px;
	position: absolute;
	top: 410px;
	left: 120px;
z-index: 100;
}

#popup_03 span {
position: absolute;
	top: 20px;
	left: 200px;
}


#popup_04 {
width: 230px;
height: 158px;
	position: absolute;
	top: 450px;
	right: 60px;
z-index: 10;

}

#popup_04 span {
position: absolute;
	top: 10px;
	left: -100px;
}


#popup_05 {
width: 230px;
height: 158px;
	position: absolute;
	top: 330px;
	right: -60px;
z-index: 100;
}

#popup_05 span {
position: absolute;
	top: -150px;
	left: -100px;
}

#yumezukin span {
position: absolute;
	top: -20px;
	left: 150px;
z-index: 100;
}

/*
.tt-wrapper li .tt-twitter{
    background-position: -68px 0px;
	width: 230px;
	height:155px;
    background-position: 0px 0px;
	position: absolute;
	top: 280px;
	left: -30px;
z-index: 1;
	    background: transparent url(images/popup_02.png) no-repeat top left;

}
*/

/*
.tt-wrapper li .tt-dribbble{
	width: 290px;
	height: 158px;
    background-position: 0px 0px;
	position: absolute;
	top: 380px;
	left: 120px;
	    background: transparent url(images/popup_03.png) no-repeat top left;
}
*/

/*
.tt-wrapper li .tt-facebook{
width: 220px;
	height:188px;
    background-position: 0px 0px;
	position: absolute;
	top: 420px;
	right: 70px;
	    background: transparent url(images/popup_04.png) no-repeat top left;
z-index: 5;
}
*/

/*
.tt-wrapper li .fukidashi_05{
width: 219px;
	height:164px;
    background-position: 0px 0px;
	position: absolute;
	top: 300px;
	right: -50px;
	    background: transparent url(images/popup_05.png) no-repeat top left;
z-index: 5;
}
*/

.tt-wrapper li.tt-linkedin{
width: 268px;
	height:271px;
    background-position: 0px 0px;
	position: absolute;
	top: 170px;
	right: 160px;
	    background: transparent url(images/news_bg.png) no-repeat top left;

}
.tt-wrapper li .tt-forrst{
    background-position: -340px 0px;
}
.tt-wrapper li a span{
	font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 270px;
	height: 270px;
	line-height: 1.5;
	padding: 25px;
	left: 50%;
	margin-left: -250px;
	font-weight: 400;	
	font-size: 14px;
	color: #fff;
	text-align: center;
	border: 5px solid #fff;
	background: #F00;
	text-indent: 0px;
	position: absolute;
	pointer-events: none;
	border-radius: 50%;
	opacity: 0;
filter: alpha(opacity=0);        /* ie 6 7 */
-ms-filter: "alpha(opacity=0)";  /* ie 8 */
	box-shadow: 0px 3px 8px rgba(0,0,0,0.1);
	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	-o-transform: scale(0.2);
	-ms-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
behavior: url(js/PIE.htc);


}

.tt-wrapper li a span img {
	margin-top: 5px;
	margin-bottom: 5px;
	opacity: 1;
filter: alpha(opacity=1);        /* ie 6 7 */
-ms-filter: "alpha(opacity=1)";  /* ie 8 */
}

.tt-wrapper li a:hover span{
	opacity: 1.0;
filter: alpha(opacity=1.0);        /* ie 6 7 */
-ms-filter: "alpha(opacity=1.0)";  /* ie 8 */
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.tt-wrapper li .tt-gplus span {
	top: -80px;
	left: 430px;
	width: 270px;
	height: 270px;
z-index: 100;
}

.tt-wrapper li .tt-twitter span {
	top: -200px;
	left: 190px;
	width: 230px;
	height: 230px;
}

.tt-wrapper li .tt-dribbble span {
	top: -100px;
	left: 400px;
	width: 200px;
	height: 200px;
}

.tt-wrapper li .tt-facebook span {
	top: -120px;
	left: 150px;
	width: 210px;
	height: 210px;
}

.tt-wrapper li .fukidashi_05 span {
	top: -270px;
	left: 200px;
	width: 320px;
	height: 320px;
}

dl#news {
	display: block;
	width: 160px;
	height: 98px;
	overflow: auto;
	position: absolute;
	top: 90px;
	left: 60px;
}

dl#news dt {
	font-size: 11px;
	color: #ee7a72;
	margin-bottom: 5px;
}

dl#news dd {
	    background: transparent url(images/news_line.gif) no-repeat bottom left;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 10px;
	color: #6a3906;
line-height: 1.5;
}

dl#news dd a {
	color: #6a3906;
}

a#news-more {
	position: absolute;
	top: 200px;
	left: 85px;
}

strong {
font-weight: bold;
font-size: 14px;
}

p.link-detail {
	font-size: 11px;
	font-weight: bold;
text-decoration: underline;
}

.wp-pagenavi {
  margin: 30px 0;
  text-align: center;
}

p#kokuchi {
	font-size: 16px;
	font-weight: bold;
color: #311f1f;
margin: 30px 0;
}


.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
}

.popup a:hover img {
  opacity: 1.0;
}
#dpop2 {
position: absolute;

}

/* sachinoka
----------------------------------------------------*/
#sachinoka , .sachinoka_imgcont {
	margin: 0;
	padding: 0;
}

#sachinoka h3 {
	margin: 0 0 20px;
	padding: 0;
}

#sachinoka .sachinoka_imgcont .sachinoka_imgcont_L {
	width: 385px;
	float: left;
}

#sachinoka .sachinoka_imgcont .sachinoka_imgcont_R {
	width: 285px;
	float: right;
	margin: 0 0 40px;
}

#sachinoka p , #sachinoka_anthocyanin p {
	color: #434343;
	font-size: 14px;
	line-height: 1.5em;
}

#sachinoka p {
	margin: 0 0 75px 60px;
}

#sachinoka_anthocyanin {
	background: url(http://yumenoka.itigo.jp/yumenoka/wp-content/themes/yumenoka/images/bg_sachinoka.jpg);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;  
	border-radius: 10px;
	margin: 0 0 50px;
	padding: 20px 0 30px
}

#sachinoka_anthocyanin h3 {
	text-align: center;
	margin: 30px auto 12px;
}

#sachinoka_anthocyanin h4 {
	text-align: center;
	margin: 0 auto 20px;
}

#sachinoka_anthocyanin p {
	margin: 0 40px 50px;
}


/* 夢のプレゼントキャンペーン
----------------------------------------------------*/
.event2018_btn{
	width: 400px;
	margin: 75px auto 90px;
	text-align: center;
}
