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: url(../images/back.gif) repeat;
	-webkit-text-size-adjust: 100%;
}
.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:#009;}
a:hover{ color:#c00;}
/* headings */
h1, h2, h3, h4, h5, h6{
	font-weight:bold;
}
h1,h2{line-height:24px;}
h1{
	font-size: 24px;
	margin:0 0 .2em 0;
}
h2.none{
	background:none;
	width:100%;
	padding:0;}
h2.title01{
	padding-bottom:35px;
	padding-top:30px;
	margin-bottom:.5em;
	background-image: url(../images/h2-bg01.png);}
h2.title03{
	line-height:1.3;
	padding-bottom:20px;
	padding-top:20px;
	margin-bottom:.5em;}
h2{
	font-size: 110%;
	font-weight:bold;
	margin:0 0 .7em 0;
	background-image: url(../images/h2-bg.png);
	background-size: 100%;
	background-repeat:no-repeat;
	background-position: center;
	line-height:1.6;
	padding-bottom:25px;
	padding-left:3px;
	padding-right:3px;
	text-align:center;
	padding-top:25px;
	color:#222;
}
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:#c00;
	font-weight:bold;}
.red02{ color:#f00;}
.backP{
	background:#fcf;
	font-size:105%;}
.bold{ font-weight:bold;}
.btext{ color:#009;}
.gtext{ color:#090;}
.yB{
	background:#ff3;}
.pB{
	background:#fcf;}
.uline{text-decoration:underline;}
.fSS{
	font-size:90%;}
.fM{
	font-size:110%;}
.fL{ font-size:120%;}
.fLL{ font-size:130%;}
.fLLL{ font-size:160%;}
/* 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"]{
	margin:0 auto;
	width:10%;
	display:block;
}
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]{
	width:100%;
}
form input[type=submit]{
	width:90%;
	font-size:115%;
	font-weight:bold;
	background:#d25d72;
	color:#fff;
	text-align:center;
	margin-top:5px;
	margin-bottom:10px;
	padding:15px 0;
	-webkit-border-radius: 10px;
   	-webkit-appearance: none;
}
form input[type=reset]{
	width:50%;
	font-size:100%;
	font-weight:bold;
	background:#ccc;
	color:#222;
	text-align:center;
	margin-top:5px;
	padding:5px 0;
	-webkit-border-radius: 10px;
   	-webkit-appearance: none;}
form input.required{
	width:80%;}

header{
	position: fixed ;
	top:0;
	width:100%;
	z-index: 999;
}
header .top{
	width:100%;
	height:75px;
	background: 			#fff /*{a-bar-background-color}*/;
	font-weight: normal;
	text-shadow: none;
	border-bottom:2px solid #f39c92;}
footer{
	border-top:1px solid #ddd;
	padding:10px 20px 10px 20px;
	color:#777;
	text-align:center;
	background:#fff;
	font-size:12px;
}
footer p{
	margin:0;
}
.logo{
	float:left;
	padding:10px 0 10px 5px;
}
.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:15px;
}
.options li:last-child{
	padding-top:15px;
}

.content{
	padding: 75px 15px 0 15px;
}

article h2 a{ font-weight:bold; color:#2d2d2d;}
article h2 a:hover{color:#ff3b1a;}

/* 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: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%;
	}
}


/* TOPΪΧέθ */
.footNavi{
	background:#FFF3EA;}
.footNavi ul{
	padding-left:0;}
.footNavi li{
	border-bottom:1px solid #FFCCCC;
	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;}
#pageTop{
	background:#349eb8;
	border-radius:5px;
	color:#FFF;
	padding:10px 15px;
	position:fixed;
	bottom:10px;
	left:20px;
	}

.content .titleBg{
	margin: 20px -15px 15px;
	padding: 15px 30px 15px 20px;
	background: 			#1788ce /*{a-bar-background-color}*/;
	color: 					#ffffff /*{a-bar-color}*/;
	text-shadow: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #1788ce /*{a-bar-background-start}*/), to( #1478b4 /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -moz-linear-gradient( #1788ce /*{a-bar-background-start}*/, #1478b4 /*{a-bar-background-end}*/);
	background-image: linear-gradient( #1788ce /*{a-bar-background-start}*/, #1478b4 /*{a-bar-background-end}*/);
	border-bottom: 5px solid #6dc6f1;
	position: relative;
	font-size: 21px;
	min-height:50px;
	font-weight:bold;
}
.content .titleBg h2{
	background:url(../images/top/h2-bg.png) no-repeat right bottom;
	display:block;
	color:#fff;
	width:95%;
	min-height:50px;
	padding-right:20px;
	font-size:95%;
	line-height:1.7em;
	padding-right:40px;}
.content .titleBg h2 span{
	padding-right:35px;
	font-weight:bold;}
.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;
}
.content .imgN{ margin-bottom:0;}
.photoR{
	float:right;
	margin-left:15px;
	margin-bottom:10px;}
.photoL{
	float:left;
	margin-right:15px;}	
.boderP{
	border:1px solid #ccc;}
.boderB{
	border-bottom:3px solid #ccc;
	padding-bottom:10px;}
.boderY{ border:1px solid #222;}
.backG{ background:#eaeaea; padding:10px;}
.wrap .nos{
	margin-bottom:0;}
	
.content .gallery {
	margin: 0 -15px 5px -15px;
	text-align: center;
}
.mb15{ margin-bottom:15px !important;}
.mb25{ margin-bottom:25px !important;}
.mt25{ padding-top:25px !important;}
.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;}
.content .gallery img {
	vertical-align: top;
}
.textC{
	text-align:center;}
.textL{
	text-align:left;}
.textR{
	text-align:right;}
.clBg{
	overflow:hidden;
	clear:both;}

.LinkList{
	overflow:hidden;
	width:100%;
	margin:0 auto;}
.btnLink{
	background: url(../images/top-btn01.gif) no-repeat;
	font-size:80%;
	margin-bottom:0 !important;
	width:70%;
	float: right;
	font-weight:bold;
	padding-top:13px;
	min-height:44px;
	padding-left:15px;
	margin-bottom:0px;}
.btnLink a{ color:#fff;}
.btnLink a;hover{ color:#fff;}
.wrap .voiceAtt{
	text-align:right;
	font-size:80%;
	color:#666666;
	margin-bottom:0;}
.voiceBg{
	border:1px dotted #333;
	padding:15px 15px 0 15px;
	background: #fff;
	margin-bottom:25px;}
.voiceBg h2 span{
	display:block;
	font-weight:bold;
	line-height:1.5;
	font-size:100%;
	margin-bottom:15px;
	color:#f00;}
.wrap .voiceM{
	background:#ff6;
	color:#f00;
	font-size:120%;
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;}
.amazonBook{
	overflow:hidden;
	width:100%;
	margin:0 auto;}
.amazonBook p{
	float:left;}
.wrap .listArea{
	padding-left:5px;}
.subText{
	background:#CCFF99;
	width:90%;
	margin:0 auto;
	padding:10px 10px 5px 10px;
	font-weight:bold;}
.checkTitle{
	padding: 9px 0 3px 33px;
	margin: 5px 0 10px 0;
    position: relative;
	border-bottom:none;
}
 
.checkTitle:after, .checkTitle:before {
	content:''; 
	height:18px; 
	width:4px; 
	display:block; 
	background:#CC0404; 
	position:absolute; 
	top:8px; 
	left:15px; 
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px; 
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}
 
.checkTitle:before{
	height:10px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 
	top:16px; 
	left:7px
}

.checkTitle02{
	padding: 9px 0 3px 33px;
	margin: 5px 0 10px 0;
    position: relative;
	border-bottom:none;
}
 
.checkTitle02:after, .checkTitle02:before {
	content:''; 
	height:18px; 
	width:4px; 
	display:block; 
	background:#2043C1; 
	position:absolute; 
	top:8px; 
	left:15px; 
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px; 
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}
 
.checkTitle02:before{
	height:10px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 
	top:16px; 
	left:7px
}
.goodsBg{
	border:1px solid #f00;
	padding:10px;
	text-align:center;}
.tokuBg{
	border:2px solid #FFFF00;
	padding:10px 10px 5px 10px;
	margin-bottom:15px;}
.tokuBg h4{
	background:#fcf;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
	font-size:110%;}
.hosyou{
	border:2px dotted #000066;
	padding:10px;
	margin-bottom:25px;}
.hosyouText{
	border:2px solid #ff3;
	padding:10px;
	margin:0 auto 20px auto;
	width:90%;
	padding-top:15px;}
.qaBg dt{
	border-bottom:3px solid #349eb8;
	background:#e9f7ff;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:15px;
	padding-left:5px;}
,preMail{
	border:1px solid #333;
	padding:10px;}
.mailBg table{
	background:#fff;}
.mailBg td{
	border:1px solid #333;
	padding:10px 5px;}
.wrap .mailBg .fmTitle{
	margin-bottom:0;
	color:#fff;
	font-weight:bold;
	font-size:105%;}
.wrap .content .box .preMail .mailBg p.fmBtn{
	margin-bottom:5px;}
	
.wrap .content .box .nob{
	font-weight:normal;}
.sslIcon{
	margin:0 auto 15px auto;
	width:30%;}
	
	
.explainBg{
	border:1px solid #006600;
	padding:10px;
	margin-bottom:25px;}
.wrap .content .explainBg h3{
	background:#006600;
	color:#fff;
	font-size:120%;
	text-align:center;
	font-weight:bold;
	padding:10px;
	margin-bottom:15px;}
	
.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 20px;
color: #000;
vertical-align: middle;
text-decoration: none;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

.linkBtn{ font-size:105%;
text-decoration:underline;
color:#009;
font-weight:bold;
margin-bottom:5px;}	
.linkBtn::before{
width: 12px;
height: 12px;
background: #006600;
}
.linkBtn::after{
left: 5px;
box-sizing: border-box;
width: 3px;
height: 3px;
border: 3px solid transparent;
border-left: 3px solid #fff;
}
.mome p{
	display:none;}
.open{
	text-align:right;}
.close{
	text-align:right;}
.backW{
	background:#fff;
	border:1px dotted #333;
	padding:5px;
	margin-bottom:15px;}
	
	
	
	
@media(min-width: 375px) { 
.btnLink{ width:60%; }
.amazonBook p{ margin-left:10px;}
h2 { font-size:130%;}


}
@media(min-width: 414px) { 
.btnLink{ width:55%; }
.amazonBook p{ margin-left:10px;}
h2 { font-size:140%;}

}

