html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:1em;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #ddd; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img {
    height: auto;
    max-width: 100%;
}

body{
	font-family: "Lucida Grande","Hiragino Kaku Gothic ProN","qMmpS ProN W3",Meiryo,CI,sans-serif;
	background:#fff;
}
.wrap{
	width:100%;
	position:relative;
}
article{
	font-size:14px;
	color:#565656;
}
article,
article.underline{
	padding:20px 0;
	margin-bottom:0;
}
.underline:last-child{border-bottom:none;}
article img{
	margin:10px 0;
	padding:5px;
	border:1px solid #eee;
	background:#fff;
}
a{ color:#b31a00;}
a:hover{ color:#2d2d2d;}
/* headings */
h1, h2, h3, h4, h5, h6{
	font-weight:bold;
	color:#767676;
}
h1,h2{line-height:24px;}
h1{
	font-size: 24px;
	margin:0 0 .2em 0;
}
h2.none{
	background:none;
	width:100%;
	padding:0;}
h2{
	font-size: 18px;
	margin:0 0 .3em 0;
}
h3 img{
	max-width:100%;
	text-align:center;}
h3{
	font-size: 16px;
	margin:0 0 .4em 0;
}
h4{
	font-size: 14px;
}
h5, h6{
	font-size: 12px;
}
h4, h5, h6{
	margin:0 0 .6em 0;	
}
/* paragraph */
p{
	line-height:26px;
	margin:0 0 16px 0;
}
.red{ color:#ce2222;
	font-weight:bold;
	font-size:110%;}
.bold{ font-weight:bold;}
.uline{text-decoration:underline;}
.fM{
	font-size:110%;}
/* TextFormatting */
strong, b {
	font-weight: bold;
}
i, cite, em, var, address, dfn {
	font-style: italic;
}
small {
	font-size: smaller;
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: underline;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
sub, sup{
	font-size: smaller;	
}
code, kbd, samp, pre, .pre-text {
font-family: monospace;
}
q{
	display:inline;
}
q:before {
content: open-quote;
}
q:after {
content: close-quote;
}
address{
	line-height: 22px;
	margin:0 0 16px 0;
}
abbr[title]{
	border-bottom:1px dotted #565656;
}
/* blcokquote */
blockquote{
	margin:16px 0 16px 40px;
}
/* pre */
pre, .pre-text{
	display: block;
	white-space: pre;
	margin: 1em 0px;
word-wrap: break-word;
}
/* HTMl lists */
dl{
	display: block;
}
ol{
	list-style-type: decimal;
}
dt, dd{
	display: block;	
	margin:0 0 0.5em 0;
}
dt{
	font-weight: bold;
}

form label{
	font-size:12px;
	margin-bottom: 0.4em;
}
form input[type=text],
form input[type=password]{
	//width:180px;
	
}
form input[type=text],
form input[type=password],textarea{
	-webkit-appearance:none;
	-moz-appearance:none;
}
form input[type="radio"]{
	position:relative;
	top:1px;
}
form div{
	margin:0 0 0.8em 0;
}
form textarea{
	height:80px;
}
.label-top label{
	display:block;
}
label.inline{
	display:inline-block;
}
form label span.red{
	color:#ff0000;
}
form input[type=submit]{
	cursor: pointer;	
}
form input[type=submit],
form input[type=text],
form input[type=password],
form textarea{
	padding:5px;
}
form input,
form textarea,
form input[type=submit]{
	background:#fff;
	border:1px solid #aaa;
	width:90%;
}
form input[type=submit]{
	width:94%;
	background:#ff7c67;
	color:#2d2d2d;
	padding:10px;
}

header{
	position: fixed ;
	top:0;
	width:100%;
	z-index: 999;
}
header .top{
	width:100%;
	height:70px;
	background:#fff /*{a-bar-background-color}*/;
	font-weight: normal;
	text-shadow: none;
	border-bottom:3px solid #ea6171;}
footer{
	border-top:1px solid #ddd;
	padding:0 20px 10px 20px;
	color:#777;
	text-align:center;
	font-size:12px;
}
footer p{
	margin:0;
}
.logo{
	float:left;
	padding:10px 0 10px 0;
}
.logo img{
	display:block;
}
.options{
	float:right;
}
.options ul{
	margin:0;
	padding:0;
}
.options li{
	float:left;
	width:60px;
	height:60px;
	display:inline-block;
	cursor:pointer;
}
.options li:first-child{
	padding-top:12px;
}
.options li:last-child{
	padding-top:12px;
}

.content{
	padding: 70px 10px 0 10px;
}

article h2 a{ font-weight:bold; color:#2d2d2d;}
article h2 a:hover{color:#ff3b1a;}
/* nav */
.menu{
	background:#ea6171;
	border-bottom:1px solid #fff;
	z-index:999;
	width:100%;
	font-size:105%;
}
.menu a{
	color:#fff;
	font-weight:bold;
	display:block;
	padding:0  20px 0 15px;
	text-shadow:none;
	width:100%;
}
.menu a:hover{
	opacity: 0.7;
	background:#fff;
	color:#ff664d;
}
.menu li{
	border-bottom:1px solid #fff;
	background:url(../images/menu-icon.gif) no-repeat center right;
	padding-top:5px;
	padding-bottom:5px;
}
.menu li:last-child{
	border:none;
}

/* article */
/* Date */
.date{
	font-size:10px;
}
.date span{
	display:inline-block;
	padding:0 5px;
	background:#ff7c67;
	color:#333;
	-webkit-border-radius:.3em;
	   -moz-border-radius:.3em;
			border-radius:.3em;
	margin:0 10px 0 0;
	line-height:18px;
}

/* post content and preview styling */
.post-preview{
	float:left;
	width:58px;
	height:58px;
	padding:0 10px 0 0;
	border-right:1px solid #eee;
}
.post-preview a,
.post-preview img{
display:block;
}
.post-preview img{
	margin:0;
	padding:5px;
	border:1px solid #333;
	background:#2d2d2d;
}
.post-content{
	float:left;
	width:72%;
	padding:0 0 0 10px;
}
.comments li{
	padding-bottom:30px;
}
.comments li p{
	margin-bottom:5px;
}
@media all and (min-width:640px) and (max-width:720px){
}
@media all and (min-width:480px) and (max-width:639px){	
	.post-content{
		width:84%;
	}
	.search-box input[type=text],
	.search-box input[type=text]:focus{
		width:90%;
	}
}
@media all and (min-width:320px) and (max-width:479px){
	.post-content{
		width:72%;
	}
}
@media all and (min-width:220px) and (max-width:319px){
	header{
		zoom:.8;
	}
	.content{
		padding:10px;
	}
	.post-content{
		width:68%;
	}
}

.paginate{

	margin:20px 0 0 0;

}

.paginate ul{
	margin:0;
	padding:0;
}
.paginate ul li{
	display:inline-block;
	margin:0 5px 0 0;
	line-height: normal;
	font-size:0;
}
.paginate ul li:first-child{
	padding:0;	
}
.paginate ul li a,
.paginate ul li span.current{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-size:10px;
	position:relative;
	padding:8px 10px;
	display: block;
	-moz-box-shadow:0 0 3px #ccc;
	-webkit-box-shadow:0 0 3px #ccc;
	box-shadow:0 0 3px #ccc;
	background: #f9fcf7; /* Old browsers */
background: -moz-linear-gradient(top,  #f9fcf7 0%, #f5f9f0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fcf7), color-stop(100%,#f5f9f0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f9fcf7 0%,#f5f9f0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f9fcf7 0%,#f5f9f0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f9fcf7 0%,#f5f9f0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f9fcf7 0%,#f5f9f0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=0 ); /* IE6-9 */

	font-size:12px;
	color:#767676;
}
.paginate ul li a:hover,
.paginate ul li span.current{
	color:#fff;
	background: #ff664d; /* Old browsers */
background: -moz-linear-gradient(top,  #ff664d 0%, #fc492d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff664d), color-stop(100%,#fc492d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff664d 0%,#fc492d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff664d 0%,#fc492d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff664d 0%,#fc492d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff664d 0%,#fc492d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff664d', endColorstr='#fc492d',GradientType=0 ); /* IE6-9 */

}



/* TOPΪΧέθ */
.footNavi{
	background:#fdeff2;}
.footNavi ul{
	padding-left:0;}
.footNavi li{
	border-bottom:1px solid #ccc;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	list-style:none;}
.footNavi li a{color:#222;
	background:url(../images/menu-icon02.gif) no-repeat center right;
	width:95%;
	margin:0 auto;
	display:block;
	padding-left:5px;
	font-size:95%;}
.footNavi li a:hover{color:#F06503;}
.textArea{
	overflow:hidden;}
.content .imageR {
	margin-left: 15px;
	float: right;
}
.box{
	margin-bottom:30px;}
.content .imageC{
	text-align:center;}
.content p {
	margin-bottom: 1em;
	line-height: 1.5;
	overflow:hidden;
}
.photoR{
	float:right;
	margin-left:15px;}
.photoL{
	float:left;
	margin-right:15px;}	
.boderP{
	border:1px solid #ccc;}
.boderY{ border:1px solid #e3b355;}
.backG{ background:#eaeaea; padding:10px;}
	
.content .gallery {
	margin: 0 -15px 15px -15px;
	text-align: center;
	background:#fff;
	border-bottom:2px solid #ea6171;
}
.pink{ color:#ea6171; font-size:110%; font-weight:bold;}
.mb15{ margin-bottom:15px;}
.mb25{ margin-bottom:25px;}
.mt25{ padding-top:25px;}
.wrap .content .box .pl10{ padding-left:10px;}
.wrap .content .box .pr10{ padding-right:10px;}
.wrap .content .box .pl05{ padding-left:5px;}
.wrap .content .box .pr05{ padding-right:5px;}
.imgArea{
	text-align:center;}
.wrap .imgAreano{
	text-align:center;
	margin-bottom:0;
	padding:0;}
.content .gallery img {
	vertical-align: top;
}

.page{
	padding-top:20px;
	clear:both;}
	
.bLine{
	border-top:5px solid #c2d9de;
	padding-top:15px;
	border-bottom:5px solid #c2d9de;}
	
.area01{
	border:2px solid #f7919d;}
.area01 .textArea{
	padding-left:10px;
	padding-right:10px;}
.area01 .point{
	padding-left:5px;
	padding-right:5px;
	margin-bottom:5px;}
.voiceBg{
	margin-bottom:20px;}
.voiceBg .imgArea{
	margin-bottom:0;}
.voiceBg .inner{
	}
.voiceBg .inner .voiceText{
	background:#fff3c2;
	padding:10px;
	margin-bottom:10px;}
.area02{
	background:#f2f2f2;}
.area02 .textArea{
	padding-left:10px;
	padding-right:10px;}
.area02 .imgArea{
	padding-left:5px;
	padding-right:5px;
	margin-bottom:5px;}
	
.area03 .inner{
	border-top:2px solid #f27583;}
.area03 .last{
	border-bottom:2px solid #f27583;
	margin-bottom:15px;}

.area03 .inner .none{
	margin-bottom:0;}
	
.qa dt{
	background:url(../images/q-bg.gif) repeat;
	border-bottom:2px solid #ea6171;
	color:#583217;
	padding:10px;}
.qa dt .qTitle{
	font-size:21px;
	color:#ea6171;}
.qa  dd{
	padding:5px;}
.qa .aTitle{
	color:#77c23f;
	font-size:21px;
	font-weight:bold;}
.contactBg{
	border:2px solid #ea6171;
	padding-top:10px;}
.contactBg .imgArea{
	margin-bottom:0;}

/* -------------------------------------------------
					tittle
---------------------------------------------------- */
.ti01{
	border-left:#960 10px solid;
	border-bottom:2px #FCEBA5 solid;
	padding:5px 0  5px 20px;
	font-size:18px;
	font-weight:bold;
}


.ti02{ margin-top:10px; }

/* -------------------------------------------------
					voice
---------------------------------------------------- */

#page .voiceBg h3.ti01{
	color:#ea6171;
	font-weight:bold; 
	font-size:18px; 
	padding-bottom:10px;
	border-bottom:3px solid #ea6171;
	margin-left:5px;}
/*----------------------------------------------------
					   privacy
----------------------------------------------------*/


.content .listdl {}

.content .listdl dt{
	font-weight:bold;		
}

.content .listdl dd{
	padding-left:20px;
	margin-bottom:15px;	
	line-height:1.5;
		
}
/* -------------------------------------------------
					shop
---------------------------------------------------- */
dl.dlshop {
	overflow:hidden;
	margin-bottom:17px;
	margin-left:10px;
	margin-right:10px;
	padding:5px;

}

dl.dlshop dt {
	float:left;
	width:100px;
	color:#FC6;
	font-weight:bold;
}


dl.dlshop dd {
	float:left;
	width:100%;
	border-bottom:solid 1px #F99;
	padding:7px 0px;
}
dl.dlshop dd.last{ border-bottom:none; }


/* -------------------------------------------------
					Tittle
---------------------------------------------------- */

.listIcon01 li{
	font-size:16px;
	margin-bottom:7px;
	color:#ea6171;
	padding-left:15px;
	background:url(../images/icon02.gif) no-repeat 0 5px;}
