@charset "utf-8";
/* CSS Document */

body {
	min-width: 320px;
	line-height: 1.5;
	color: #333;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body ul,body li{
	list-style:none;
}
ul{
	padding:0;
	margin:0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align:baseline;
}
.ie8 img{
  width: auto;
}
a:link {
	outline: 0;
	color:#3399CC;
	text-decoration: none;
}
a:visited {
	color:#3399CC;
	text-decoration: none;
}
a:hover {
	color: #ff9600;
	text-decoration: underline;
}
a:active {
	color: #ff9600;
	text-decoration: underline;
}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.fontZm{ font-size:0.875em; padding-top:0px;margin-top:-5px;}
.fontZs{ font-size:0.675em;}
.fontZL{ font-size:1em;}
.fontZLL{font-size:1.2em;}
img.imgcenter{
	margin:10px auto;
}
.flimgres20{
	float:left;
	width:30%;
	max-width:285px;

	margin-right:20px;
	margin-bottom:15px;
}
/*clearfix*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
header{
	margin-bottom:2em;
	position:relative;
}
header h1{
	width:60%;
	margin-left:10px;
	float:left;
	margin:5px;
	padding:0;

}
header div#searchS{
	position:absolute;
	top:16px;
	right:5%;
	width:50px;
	height:50px;
	border-radius:25px;
	background:#000 url(../img/bgs.png) 0 0;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
}
header div#searchIn{
	position:absolute;
	z-index:8888;
	top:0;
	left:0;
	background:#000;
	background:rgba(1,1,1,0.7);
	height:210px;
	width:100%;
}
header div#searchIn div#searchCloseBtn{
	position:absolute;
	background:#F36;
	color:#fff;
	left:0;
	bottom:0;
	font-size:16px;
	z-index:8889;
	width:100%;
	padding:5px 0;
	line-height:2em;
	height:2em;
	cursor:pointer;
}
header div#searchIn div#searchCloseBtn i{
	font-style:normal;
	font-weight:bold;
	width:310px;
	margin:0 auto;
	padding:0;
	display:block;
	line-height:2em;
	text-align:center;
	position:relative;
}
header div#searchIn div#searchCloseBtn i:before{
	position:absolute;
	content:"";
	width:40px;
	height:40px;
	display:block;
	background:#09C;
	background:url(../img/bgs.png) -300px 0;
	top:-1px;
	left:25%;
}
header div#searchIn div{
	width:310px;
	margin:0 auto;
	padding-top:50px;
}
#search_txt{
	float:left;
	border:none;
	background:#FFF;
	height:32px;
	line-height:32px;
	padding:0 16px;
	width:210px;
	border-radius:16px 0 0 16px;
	margin:0;
}
#search_submit{
	float:left;
	background:#F36 url(../img/bgs.png) no-repeat 0px -10px;
	border:none;
	text-indent:-9999px;
	overflow:hidden;
	width:60px;
	height:32px;
	margin-top:-32px;
	cursor:pointer;
	padding:0px;
	margin-left:243px;
	border-radius:0 16px 16px 0;
	font-size: 1px;
	line-height: 1%;
	min-width: 62px;
}
#search_submit:hover{
	background:#3C0 url(../img/bgs.png) no-repeat 0px -10px;
}
#search_submit:active{
	opacity:0.8;
}
	
header p,#txtTop,#searchIn,#shareLinks,#pageTop{
	display:none;
}
header div#navWrap{
	clear:both;
	border-top:4px solid #993300;
	background:url(../img/bg_visual.jpg);
	padding-top:0;
}
nav#global{
	background:#FF3366;
	background:rgba(255,51,102,0.6);
	padding:0px;
}
nav#global ul{

	padding:0;
	margin:0;
}
nav#global ul li{
	float:left;
	width:50%;
	border-bottom:1px solid #fff;
	border-bottom:1px solid rgba(255,255,255,0.4);
	list-style:none;
	position:relative;
}
nav#global ul li:nth-child(odd):after{
	content:"";
	position:absolute;
	width:1px;
	top:0;
	right:0;
	border-right:1px solid #FFF;
	border-right:1px solid rgba(255,255,255,0.4);
	height:100%;
}
nav#global ul li a{
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:1.8em;
	text-align:center;
}
nav#global ul li a:hover{
		background:#333;
}
div#catBtn{
	width:100%;
	cursor:pointer;
	color:#fff;
	height:3em;
	background:#99CC00;
	line-height:3em;
	text-indent:60px;
	position:relative;
}
div#catBtn:hover{
	opacity:0.8;
}
div#catBtn:after{
	position:absolute;
	width:50px;
	height:50px;
	top:10px;
	left:10px;
	background:url(../img/bgs.png) -100px -10px;
	content:"";
}
div#catBtn:after.over{
	position:absolute;
	width:50px;
	height:50px;
	top:10px;
	left:10px;
	background:url(../img/bgs.png) -200px -10px;
	content:"";
}
div#catBtn.over{
	width:100%;
	display:block;
}
div#catIconBtns{
	bottom:0;
	display:none;
	background:#5CAF41;
}
div#catIconBtns ul{
	padding:0;
	margin:0;
	background:#5CAF41;
}
div#catIconBtns ul li{
	float:left;
	width:60px;
	max-width:60px;
	background:#5CAF41;
	background:rgba(92,175,65,1);
}
div#catIconBtns ul li a{
	display:block;
	width:100%;
	height:60px;
	padding:5px 0 0 0;
	background:url(../img/catIcons.png);
	text-indent:-9999px;
}
div#catIconBtns ul li:hover{
	background:#F36;
}
div#catIconBtns ul li:nth-child(1) a{
	background-position:0 0;
}
div#catIconBtns ul li:nth-child(2) a{
	background-position:-60px 0;
}
div#catIconBtns ul li:nth-child(3) a{
	background-position:-120px 0;
}
div#catIconBtns ul li:nth-child(4) a{
	background-position:-180px 0;
}
div#catIconBtns ul li:nth-child(5) a{
	background-position:-240px 0;
}
div#catIconBtns ul li:nth-child(6) a{
	background-position:-300px 0;
}
div#catIconBtns ul li:nth-child(7) a{
	background-position:-360px 0;
}
div#catIconBtns ul li:nth-child(8) a{
	background-position:-420px 0;
}
div#catIconBtns ul li:nth-child(9) a{
	background-position:-480px 0;
}
div#catIconBtns ul li:nth-child(10) a{
	background-position:-540px 0;
}
div#catIconBtns ul li:nth-child(11) a{
	background-position:-600px 0;
}
div#catIconBtns ul li:nth-child(12) a{
	background-position:-660px 0;
}

/* content */
ul#sozai{
	padding:0;
	margin:0;
	margin-bottom:1.5em;

}
ul#sozai li{
	float:left;
	width:29.8%;
	padding:15px 1%;

}
ul#sozai li a{
	text-decoration:none;
	text-align:center;
	font-size:0.675em;
	display:block;
	color:#333;
}
/* pageNav */
nav.pageNav ul{
	margin-bottom:1em;
}
nav.pageNav ul li{
	float:left;
	width:34px;
	height:34px;
	padding:6px 5px;
}
nav.pageNav ul li a{
	display:block;
	line-height:34px;
	width:100%;
	height:100%;
	background:#000;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border-radius:50%;
}
nav.pageNav ul li.active_page a{
	background:#F36;
}
nav.pageNav ul li a:hover{
	background:#5CAF41;
}

/* footer */
footer{
	background:#5CAF41 url(../img/bg_footer.jpg) repeat-x;
	padding:25px 10px;
}
footer nav.footNav ul li{
	float:left;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid rgba(255,255,255,0.5);
}
footer nav.footNav ul li:last-child{
	padding-right:0;
	margin-right:0;
	border-right:none;
}

footer nav.footNav ul li a{
	text-decoration:none;
	color:#fff;
	font-size:0.675em;
}
footer h2{
	border-left:4px solid #FFF;
	padding-left:8px;
	color:#fff;
	line-height:1.2;
	margin-bottom:6px;
	font-weight:normal;
	font-size:0.675em;
}
footer nav.topeconNav ul{
	margin-bottom:1em;
	
}
footer nav.topeconNav ul li{
	float:left;
	width:36px;
	height:36px;
	margin-left:5px;
}
footer nav.topeconNav ul li a{
	background:url(../img/linksIcons.png);
	width:36px;
	height:36px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}

footer nav.topeconNav ul li:nth-child(1) a {
	background-position:0 0;
}

footer nav.topeconNav ul li:nth-child(2) a {
	background-position:-36px 0;
}
footer nav.topeconNav ul li:nth-child(3) a {
	background-position:-72px 0;
}
footer nav.topeconNav ul li:nth-child(4) a {
	background-position:-108px 0;
}
footer nav.topeconNav ul li:nth-child(5) a {
	background-position:-144px 0;
}
footer nav.topeconNav ul li:nth-child(6) a {
	background-position:-180px 0;
}
footer nav.topeconNav ul li:nth-child(7) a {
	background-position:-216px 0;
}
footer nav.topeconNav ul li:nth-child(8) a {
	background-position:-242px 0;
}
footer nav.topeconNav ul li:nth-child(9) a {
	background-position:-278px 0;
}
footer nav.topeconNav ul li:nth-child(10) a {
	background-position:-314px 0;
}

footer div#footerLogo ul li{
	float:left;
	width:96px;
	height:60px;
	padding:10px 5px;
}
footer div#footerLogo ul li:nth-child(1) a{
	display:block;
	background:url(../img/bgs.png) no-repeat;
	background-position:0 -110px;
	text-indent:-9999px;
	width:96px;
	height:60px;
	overflow:hidden;
}
footer div#footerLogo ul li:nth-child(2) a{
	display:block;
	background:url(../img/bgs.png) no-repeat;
	background-position:-100px -110px;
	text-indent:-9999px;
	width:96px;
	height:60px;
	overflow:hidden;
}
footer div#footerLogo ul li:nth-child(3){
	display:block;
	background:url(../img/bgs.png) no-repeat;
	background-position:-200px -110px;
	text-indent:-9999px;
	width:96px;
	height:60px;	
}
footer small{
	color:#fff;
}
div#content aside#navAd{
	display:none;
}

/* single */
.single #content,.page #content{
	padding:0 10px;
	margin-bottom:40px;
}
ul.panlinks{
	margin-top:-20px;
}
ul.panlinks li{
	display:inline;
	font-size:0.875em;
}
ul.panlinks li a{
	text-decoration:none;
	color:#666;
}
ul.panlinks li a:hover{
	text-decoration:underline;
}
article h1{
	padding-left:10px;
	font-size:1.4em;
	border-left:4px solid #FF3366;
	color:#666;
}
div#singleCont{
	margin-bottom:25px;
}

div#singleInfo{
	font-size:0.875em;
}
article h2{
	padding:0px 0 0px 10px;
	font-size:1.2em;
	line-height:1.2em;
	border-left:4px solid #FF3366;
	color:#666;
}
ul.tags{
	margin-bottom:25px;
}
ul.tags li{
	display:inline;
	padding:0 10px 0 0 ;
}
ul#fileDownload{
	margin-bottom:25px;
}
ul#fileDownload li{
	float:left;
	width:22%;
	margin-right:4%;
	text-align:center;
	line-height:3em;
	font-size:0.75em;
	color:#fff;
	background:#000;
	border-radius:5px;
	cursor:pointer;
}
ul#fileDownload li:hover{
	background:#F36;
}
.ie8 ul#fileDownload li,
.ie7 ul#fileDownload li{
	width:20%;
	margin:10px 1.9%;	
}
ul#fileDownload li:last-child{
	margin-right:0;
}

ul#variList{
	margin-bottom:25px;
}
ul#variList li{
	float:left;
	border:3px solid #fff;
	width:75px;
	height:75px;
	margin:8px;
	display:block;
	cursor:pointer;
	/*background:url(..//0105flode/f/f_tree1/tn_f_tree1.png);*/
	text-indent:-9999px;
	overflow:hidden;
}
ul#variList li.variSelected,
ul#variList li:hover{
	border:3px solid #ff0000;
}

/* single popUP */
div#popUpCover{
	display:none;
	width:100%;
	height:100%;
	opacity:0.8;
	background:#000;
	position:fixed;
	top:0;
	left:0;
	z-index:9000;
}
div#popUp{
	display:none;
	position:absolute;
	top:20px;
	left:50%;
	width:92%;
	margin-left:-46%;
	background:#fff;
	background:rgba(255,255,255,0.95);
	z-index:9999;
	padding-bottom:100px;
}
ul#popUpHeader{
	margin-bottom:4px;
}
div#popUpInner{
	padding:0 10px;
}
li#imgCat{
	line-height:45px;
	color:#fff;
	background:#FF3366;
	padding-left:15px;
	font-size:1.2em;
}
li#imgCat.jpgVar{
	background:#0099CC;
}
li#imgTxt{
	background:#339966;
	color:#fff;	
	padding:10px;
	font-size:0.875em;

}
div#cangeFormat{
	position:absolute;
	top:0;
	right:0px;
	width:90px;
	height:45px;
	background:#FC0 url(../img/bgs.png) -398px 4px;
	display:block;
	text-indent:45px;
	line-height:45px;
	cursor:pointer;
	color:#fff;
	font-size:0.875em;
}
div#cangeFormat:hover{
	background:#000 url(../img/bgs.png) -398px 4px;
}
div#pupClose{
	position:absolute;
	bottom:0;
	right:0;
	width:45px;
	height:45px;
	background:#0C9 url(../img/bgs.png) -295px 5px;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
}
div#pupClose:hover{
	background:#000 url(../img/bgs.png) -295px 5px;
}
div#ad_pop{
	position:absolute;
	left:10px;
	bottom:15px;
}
div#popUp h3{
	font-size:1em;
	padding-left:10px;
	border-left:4px solid #FF3366;
}
ul#popVariList li{
	float:left;
	width:75px;
	height:75px;
	display:block;
	text-indent:-9999px;
	margin-right:6px;
	margin-bottom:10px;
	border-bottom:7px solid #fff;
}
ul#popVariList li.variSelected,
ul#popVariList li:hover{
	border-bottom:7px solid #F36;
}

div#adPopUp{
	position:absolute;
	bottom:15px;
	left:10px;
	width:470px;
	height:60px;
	background:#096;
	display:block;
}
/* LMS btn */
ul#LMS{
	margin:2px auto 5px 0;
	width:102px;
	height:36px;
}
ul#LMS li{
	float:left;
	text-align:center;
	line-height:30px;
	width:30px;
	height:30px;
	color:#fff;
	background:#999;
	display:block;
	cursor:pointer;
}
ul#LMS li.LMSselected{
	background:#093;
}
ul#LMS li:hover{
	background:#FC0;
}
div#btnBACK{
	display:block;
	position:absolute;
	top:50%;
	left:-100px;
	margin-top:-78px;
	width:50px;
	height:150px;
	background:#093;
}
div#btnNext{
	display:block;
	position:absolute;
	top:50%;
	right:-100px;
	margin-top:-78px;
	width:50px;
	height:150px;
	background:#093;
}
div#btnBACK i{
	position:absolute;
	width:50px;
	height:50px;
	display:block;
	top:50%;
	margin-top:-25px;
	left:0;
	background:url(../img/bgs.png) -600px 0px;
}
div#btnNext i{
	position:absolute;
	width:50px;
	height:50px;
	display:block;
	top:50%;
	margin-top:-25px;
	left:0;
	background:url(../img/bgs.png) -700px 0px;
}
div#btnBACK:hover,div#btnNext:hover{
	background:#999999;
}
/* download popup */
div#fileDownCover{
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:#000;
	opacity:0.8;
	z-index:9000;
}
div#fileDown{
		display:none;
		position:absolute;
		top:50%;
		left:50%;
		max-width:470px;
		margin-top:20px;
		width:88%;
		border:5px solid #CCC;
		padding:0 10px 10px 10px;
		z-index:9500;
		background:#fff;
	}
div#fileDown p.dl_lead{
	margin:0;
	margin-left:-10px;
	padding:0;
	line-height:40px;
	text-indent:50px;
	background:#CCC url(../img/bgs.png) -397px -95px;

}
div#fileDownClose{
	width:45px;
	height:45px;
	background:#063 url(../img/bgs.png) -295px 5px;
	cursor:pointer;
	text-indent:-9999px;
	position:absolute;
	top:-5px;
	right:-5px;
}
div#dlBtnbox p{
	text-align:center;
	letter-spacing:1.1;
}
div#dlBtnbox p span{
	font-size:1.8em;
	font-weight:bold;
}
div#ADdown{
	margin-top:12px;
}
div#dlBtnboxBtn{
	display:none;
	width:50%;
	height:2.5em;
	line-height:2.5em;
	text-align:center;
	margin:0 auto;
	color:#fff;
	background:#4ABA00;
	border-bottom:4px solid #093;
	border-radius:5px;
	cursor:pointer;
}
div#dlBtnboxBtn:hover{
	background:#FC0;
	border-bottom:4px solid #F90;
}
div#dlBtnboxBtn a{
	text-decoration:none;
	color:#fff;
	display:block;
}

/* page link */

.topelink{
	padding-top:40px;
}
.topelinkbox{
	float:left;
	width:202px;
	margin:5px 14px 20px 14px;
	height:230px;
}
.topelinkbox h3{
	font-size:0.875em;
	margin:0;
	padding:0;
	padding-bottom:4px;
	
}
.topelinkbox p{
	font-size:0.875em;
	margin:0;
	padding:0;
	padding-bottom:10px;
}
.topelinkbox a{
	text-decoration:none;
	color:#299D29;
}

/* page about */

div#pageBox p{
	font-size:0.875em;
	margin-bottom:40px;
}
.flimg{
	margin-right:15px;
	margin-bottom:15px;
	float:left;
}
.frimg{
	margin-left:15px;
	margin-bottom:15px;
	float:right;
}
.fontZ6L{
	color:red;
	font-size:4em;
	font-weight:bold;
	letter-spacing:0.8;


}
.fontZ4L{
	color:#F00;
	font-size:3em;
}

div#adresponsive{
	margin-bottom:45px;
}

/* page howto */
ul#fileCat{
	margin-bottom:30px;
}
ul#fileCat li{
	float:left;
	width:49.5%;
}
ul#fileCat li{
	font-size:13px;
	text-align:center;
	color:#fff;
}
ul.flieCatin li p{
	background:#0D8A40;
	padding:8px 4px;
	height:4em;
	width:90%;
	margin:0 auto;
}
ul.flieCatin2 li p{
	float:left;
	background:#2F91B5;
	padding:8px 4px;
	height:4em;
	width:90%;
	margin:0 auto;
}
/* page cat*/
div.tbBox{
	margin-bottom:40px;
}
table,tr,td{
	border-collapse:collapse;
	border:1px solid #fff;

}
table.cattable1 { margin-bottom:15px;}

table.cattable1 td{
	width:43%;
	background:#0C9;
	color:#fff;
	font-size:0.875em;
	height:50px;
	line-height:50px;
	text-indent:5%;
}
table.cattable1 td a{
	text-decoration:none;
	color:#fff;
	display:block;
}
table.cattable1 td:hover,table.cattable1 td.tdFirst:hover{
	background:#F33;
	
}
table.cattable1 td.tdFirst{
	background:#090;
	width:12%;
	text-align:center;
}

	
i.catico1{
	display:block;
	width:60px;
	height:60px;
	margin:15px auto 0 auto;
	background:url(../img/catIcons.png) 0 0;
}
i.catico2{
	display:block;
	width:60px;
	height:60px;
	margin:15px auto 0 auto;
	background:url(../img/catIcons.png) -60px 0;
}
i.catico3{
	display:block;
	width:60px;
	height:60px;
	margin:15px auto 0 auto;
	background:url(../img/catIcons.png) -120px 0;
}
i.catico4{
	display:block;
	width:60px;
	height:60px;
	margin:15px auto 0 auto;
	background:url(../img/catIcons.png) -180px 0;
}
i.catico5{
	display:block;
	width:60px;
	height:60px;
	margin:15px auto 0 auto;
	background:url(../img/catIcons.png) -240px 0;
}
i.catico6{
	display:block;
	width:60px;
	height:60px;
	margin:15px auto 0 auto;
	background:url(../img/catIcons.png) -300px 0;
}
i.catico7{
	display:block;
	width:60px;
	height:60px;
	margin:15px auto 0 auto;
	background:url(../img/catIcons.png) -360px 0;
}
i.catico8{
	display:block;
	width:60px;
	height:60px;
	margin:15px auto 0 auto;
	background:url(../img/catIcons.png) -420px 0;
}
i.catico9{
	display:block;
	width:60px;
	height:60px;
	margin:15px auto 0 auto;
	background:url(../img/catIcons.png) -480px 0;
}
i.catico10{
	display:block;
	width:60px;
	height:60px;
	margin:15px auto 0 auto;
	background:url(../img/catIcons.png) -540px 0;
}
i.catico11{
	display:block;
	width:60px;
	height:60px;
	margin:15px auto 0 auto;
	background:url(../img/catIcons.png) -600px 0;
}
i.catico12{
	display:block;
	width:60px;
	height:60px;
	margin:15px auto 0 auto;
	background:url(../img/catIcons.png) -660px 0;
}

ul.catlist{
	margin-bottom:40px;
	width:100%;
}
ul.catlist li{
	border:2px solid #FFFFFF;
	float:left;
	box-sizing:border-box;
	width:33.3333%;
	height:120px;
	background:#0C9;
	text-align:center;
	color:#fff;
}
ul.catlist li:hover{
	background:#F33;
}
ul.catlist li a{
	color:#fff;
	text-decoration:none;
	display:block;
}
.ie7 ul.catlist li,.ie8 ul.catlist li{
	width:31%;
}

ul.useCond{
	margin-bottom:50px;
}
ul.useCond li{
	font-size:0.875em;
	margin-bottom:10px;
}
ul.useCond li span{
	color:#393;
}
ul.qalist{
	padding-bottom:35px;
	margin-bottom:45px;
	border-bottom:1px solid #DDD;
}
ul.qalist li{
	position:relative;
	padding-left:40px;
	margin-bottom:15px;
	line-height:2em;
	font-size:0.875em;

}
ul.qalist li:nth-child(2){
	color:#099;
}

i.qaQ{
	font-weight:bold;
	position:absolute;
	top:0;
	left:0;
	width:30px;
	height:30px;
	background:#666;
	color:#fff;
	font-size:1.2em;
	text-align:center;
}
i.qaA{
	font-weight:bold;
	position:absolute;
	top:0;
	left:0;
	width:30px;
	height:30px;
	background:#099;
	color:#fff;
	font-size:1.2em;
	text-align:center;
}
div#mycomment p{
	font-size:0.875em;
}
div#mycomment .wpcf7-text{
	border-radius:5px;
	border:3px #CCCCCC solid;
	width:85%;
	margin:3px auto 15px auto;
	padding:8px 8px;
}
div#mycomment .wpcf7-submit{
	border:none;
	border-radius:4px;
	border-bottom:4px solid #009933;
	background:#0C0;
	color:#fff;
	line-height:3em;
	width:200px;
	letter-spacing:1em;
}
div#mycomment .wpcf7-submit:hover{
	opacity:0.7;
}
div#mycomment textarea{
	border-radius:5px;
	border:3px #CCCCCC solid;
	width:85%;
	padding:8px 8px;
	height:10em;
}
/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}
input#author,input#email,input#url,textarea#comment,input#captcha_code{
	padding:4px;
	border:4px solid #ccc;
	border-radius:5px;
	width:88%;

}

@media only screen and (min-width:320px){
	/* content */
	ul#sozai{
		padding:0;
		margin:0;
		margin-bottom:1.5em;
	
	}
	ul#sozai li{
		float:left;
		width:29.8%;
		padding:15px 1%;
	
	}
	ul#sozai li a{
		text-decoration:none;
		text-align:center;
		font-size:0.675em;
		display:block;
		color:#333;
	}
	ul#sozai li a:nth-child(2){
		height:3.2em;
	}
	div#pageBox{
	margin-bottom:50px;
	padding:0 6px;
	}

}
@media only screen and (min-width:768px){
	header div#searchS{
		top:19px;
	}
	/* content */
	ul#sozai{
		padding:0;
		margin:0;
		margin-bottom:1.5em;
	
	}
	ul#sozai li{
		float:left;
		width:20.8%;
		padding:15px 2.1%;
		margin:0;

	
	}
	ul#sozai li a{
		text-decoration:none;
		text-align:center;
		font-size:0.675em;
		display:block;
		color:#333;
	}
	div#imgL{
		position:relative;
		max-width:500px;
		margin:0 auto;
	}
	div#pageBox{
		margin-bottom:50px;
		padding:0 25px;
	}
	
}
@media only screen and (min-width:1000px){
	div#headerInner p{
		display:block;
		font-size:0.875em;
		margin:2px 0;
		padding:0;
	}

	header div#searchS{
		display:none;
	}
	header div#searchIn{
		float:right;
		display:block;
		position:relative;
		z-index:8888;
		background:none;
		width:360px;
		margin:0 auto;
		height:60px;

	}
	header div#searchIn div#searchCloseBtn{
		display:none;
		cursor:pointer;
	}
	header div#searchIn div{
		width:320px;
		margin:0 0 0 auto;
		padding-top:30px;
	}
	
	#search_txt{
		float:left;
		border:none;
		background:#FFF;
		height:36px;
		line-height:36px;
		padding:0 16px;
		width:210px;
		border:4px solid #DDD;
		border-right:none;
		border-radius:5px 0 0 5px;
		margin:0;
	}
	#search_submit{
		float:left;
		background:#F36 url(../img/bgs.png) no-repeat 0px -8px;
		border:4px solid #DDD;
		border-left:none;
		text-indent:-9999px;
		overflow:hidden;
		width:55px;
		height:44px;
		margin-top:-44px;
		cursor:pointer;
		padding:0px;
		margin-left:243px;
		border-radius:0 5px 5px 0;
		font-size: 1px;
		line-height: 1%;
		min-width: 55px;
	}
	#search_submit:hover{
		background:#3C0 url(../img/bgs.png) no-repeat 0px -8px;
	}
	div#headerInner{
		width:1000px;
		margin:0 auto;
	}
	header div#headerCont{
		margin-top:145px;
		background:#FF3366;
		background:rgba(255,51,102,0.4);
	}
	.single header div#headerCont,.page header div#headerCont,.search header div#headerCont,.category header div#headerCont,.tag header div#headerCont{
		margin-top:0px;
		background:#00CCCC;
		background:rgba(255,51,102,0.4);
	}
	header div#headerContInner{
		max-width:1000px;
		margin:0 auto;
		background:#000;
		background:rgba(1,1,1,0.45);

	}
	nav#global{
		background:rgba(255,51,102,0.6);
	}
	nav#global ul{
		padding:0;
		width:1000px;
		margin:0 auto;
		height:3em;
	}
	nav#global ul li{
		float:left;
		width:22%;
		border-bottom:1px solid #fff;
		border-bottom:none;
		list-style:none;
		position:relative;
		height:3em;
		line-height:3em;

	}
	nav#global ul li a{
		line-height:3em;
		font-weight:bold;
	}

	nav#global ul li:nth-child(odd):after{
		content:"";
		position:absolute;
		width:1px;
		top:0;
		right:0;
		border-right:none;
		height:100%;
	}
	div#txtTop{
		float:left;
		width:81.5%;
		display:block;
	}
	div#txtTop p{
		display:block;
		color:#fff;
		padding:0px 8px;
		font-size:0.875em;
	}
	div#txtTop p a{
		color:#FF0;
	}
	div#catBtn{
		float:right;
		width:18%;
		cursor:pointer;
		color:#fff;
		height:6em;
		background:#99CC00;
		line-height:6em;
		text-indent:60px;
		position:relative;
		font-weight:bold;
	}
	div#catBtn:hover{
		opacity:0.8;
	}
	div#catBtn:after{
		position:absolute;
		width:50px;
		height:50px;
		top:2em;
		left:10px;
		background:url(../img/bgs.png) -100px -10px;
		content:"";
	}
	div#catBtn:after.over{
		position:absolute;
		width:50px;
		height:50px;
		top:10px;
		left:10px;
		background:url(../img/bgs.png) -200px -10px;
		content:"";
	}
	
	div#catIconBtns ul{
		width:1000px;
		margin:0 auto;

	}
	
	/* content */
	div#content{
		width:1000px;
		margin:0 auto;
	}
	.page div#content article{
		padding:0 10px 20px 10px;

	}
	ul#sozai{
		padding:0;
		margin:0;
		margin-bottom:1.5em;
	
	}
	ul#sozai li{
		float:left;
		width:13.4%;
		padding:15px 1.6%;
	
	}
	ul#sozai li a{
		text-decoration:none;
		text-align:center;
		font-size:0.675em;
		display:block;
		color:#333;
	}
	
	/* footer */
	footer{
		height:150px;
	}

	footer div#footerInner{
		width:1000px;
		margin:0 auto;
		position:relative;

	}
	footer div#footerLogo{
		position:absolute;
		top:75px;
		right:0px;
	}
	
	div#shareLinks{
		display:block;
		position:absolute;
		top:0px;
		right:0px;
	}
	div#shareLinks ul.shareLink1{
		width:500px;
		height:100px;


	}
	div#shareLinks ul.shareLink1 li{
		float:right;
		margin-right:5px;
		width:80px;
		height:80px;
	}
	div#ad470s{
		width:960px;
		margin:0 auto;

	}
	div#ad470s ul li{
		width:470px;
		height:60px;
		float:left;
		margin:16px 5px;
		background:#099;

	}
	div#ad470box{
		width:470px;
		height:60px;
		background:#099;
	}
	div#pageTop{
		display:block;
		width:46px;
		height:82px;
		background:url(../img/bgs.png) 0 -200px;
		
		cursor:pointer;
		text-indent:-9999px;
		position:fixed;
		right:0;
		bottom:200px;
	}
	
	/* single */
	div#singleMimg{
		float:left;
		width:300px;
		margin-right:60px;
	}
	div#singleMimg img{
		cursor:pointer;
	}
	div#singleInfo{
		float:left;
		width:550px;
	}
	
	/* popup 1000px */
	div#popUp{
	position:absolute;
	top:20px;
	left:50%;
	width:840px;
	margin-left:-400px;
	z-index:9999;
	padding-bottom:100px;
	}
	div#imgL{
		width:500px;
		margin:0 auto;
	}
	li#imgCat{
	line-height:80px;
	color:#fff;
	background:#FF3366;
	padding-left:15px;
	font-size:1.2em;
	margin-bottom:35px;
	}
	li#imgTxt{
		background:#339966;
		color:#fff;	
		padding:10px;
		font-size:0.875em;
		width:86%;
		position:absolute;
		top:0;
		right:0;
		height:60px;
	}
	div#cangeFormat{
		position:absolute;
		top:0px;
		right:0px;
		width:90px;
		height:80px;
		background:#FC0 url(../img/bgs.png) -398px 18px;
		display:block;
		text-indent:45px;
		line-height:80px;
		cursor:pointer;
		color:#fff;
		font-size:0.875em;
	}
	div#cangeFormat:hover{
		background:#000 url(../img/bgs.png) -398px 18px;
	}
	div#pupClose{
		position:static;
		position:absolute;
		bottom:0;
		right:0;
		width:100px;
		height:100px;
		background:#0C9 url(../img/bgs.png) -500px 0px;
		display:block;
		text-indent:-9999px;
		cursor:pointer;
		overflow:hidden;
	}
	div#pupClose:hover{
		background:#000 url(../img/bgs.png) -500px 0px;
	}
	
	
	/* page cat */
	.flTab48{
		float:left;
		width:48%;
	}
	.frTab48{
		float:right;
		width:48%;
	}
}

@media only screen and (min-width:1200px){
	div#headerInner{
		width:1200px;
	}
	header div#headerContInner{
		max-width:1200px;
	}
	div#content{
		width:1200px;
	}
	
	div#content article{
		float:left;
		width:1000px;
	}
	.page div#content article{
		float:left;
		width:980px;
		padding:0 10px 20px 10px;
	}
	div#content aside#navAd{
		float:right;
	 	display:block;
		background:#F1F0EF;
		background:#000;
		padding:5px;
		width:160px;
	}
	
	nav#asideNav{
		margin-bottom:15px;
	}
	nav#asideNav ul li{
		float:left;
		width:80px;
		line-height:2em;
		border-bottom:1px solid #000;
	
	}
	nav#asideNav ul li:nth-child(odd){
		float:left;
		width:79px;
		line-height:2em;
		border-right:1px solid #000;
	
	}
	nav#asideNav ul li a{
		width:80px;
		text-align:center;
		text-decoration:none;
		background:#000;
		background:rgba(1,1,1,0.4);
		display:block;
		font-weight:bold;
		color:#fff;
	}
	nav#asideNav ul li a:hover{
		background:#F36;
	}
	
	footer div#footerInner{
		width:1180px;
	}
}