@charset "UTF-8";
#page_content {
	padding-top:0px;
}
.mydream main{
	max-width:980px;
	margin:0 auto;
	line-height:1.7;
	padding:28px 0 0 0;
}
.mydream header{
	padding:50px 0 20px 0 ;
	background:url(../img/ttl_bg.png)  no-repeat center top;
	text-align:center;
}
.mydream header p{
	max-width:560px;
	margin:0 auto;
	padding:15px 0 0 0;
}
.mydream section{
	margin-bottom:10px;
	color:#FFFFFF;
}

.mydream section.flower{
	color:#333333;
}
.mydream section.flower a{
	border:1px solid #333333;
	color:#333333;
}
.mydream section.flower a:before{
	background:url(../img/arrow_r2.png) no-repeat;
}
.mydream section h2{
	font-size:26px;
	line-height:1.4;
	font-weight:bold;
	font-family: '游明朝', 'Yu Mincho', 'YuMincho', '游明朝体', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;

}
.mydream section .copy{
	padding:15px 0 10px 0;
	font-size:110%;
	font-weight:bold;
}
.mydream section a{
	display:block;
	border:1px solid #FFF;
	color:#FFFFFF;
	padding:5px 0;
	text-align:center;
	margin-top:15px;
}
.mydream section a:before{
	content:"";
	background:url(../img/arrow_r.png) no-repeat;
	width:8px;
	height:11px;
	display:inline-block;
	margin-right:5px;
}
.photo_box{
	width:710px;
}
.txt_box{
	width:210px;
	padding:0 30px;
}
.txt_inner{
	height:470px;
	display:table-cell;
	vertical-align:middle;
}
.colL{
	float:left;
}
.colR{
	float:right;
}

.piano{background:#e8b4bc;}
.flower{background:#ead5cc;}
.bred{background:#6e4555;}
.nail{background:#98b4d0;}
.accessory{background:#b185a7;}
.tea{background:#88ad89;}

@media screen and (max-width: 834px) {
.photo_box{
	width:auto;
}
.mydream header{
	background:none;
	padding:10px 15px 30px 15px;
}
.mydream h1{
	padding:0 50px;
	
}
.mydream section{
	margin-bottom:0px;
}
.txt_box{
	width:auto;
	padding:15px;
}
.txt_box br{
	display:none;
}
.txt_inner{
	height:auto;
	display:block;
}

@media screen and (max-width: 440px) {

}