@charset "UTF-8";

/*[css.varidate URL]
_______________________________________________________

http://jigsaw.w3.org/css-validator/validator.html.ja
_______________________________________________________*/




/*--------------------------------00.reset,import*/

@import "reset.css";


/*--------------------------------01.HTML,Body,Anchor*/

body{
	font-family: Arial,sans-serif;
	font-size:16px;	
	background:#161616;
}

a,a:hover,a:active{
	text-decoration:none;
}

/*black BG anchor*/

a{
	color:#fff;
}

/*--------------------------------02.Heading,Paragraph*/





/*--------------------------------03.Common*/


/*header*/

#headWrap{
	background:#161616;
}

header#global{
	background:#161616;
	width:1000px;
	margin:0px auto;
	padding:30px 0 0;
	position:relative;
}

#logo{
	margin-bottom:35px;
}

#logo a{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background:url(../img/logo.png) no-repeat 0 0 #161616;
	display:block;
	width:180px;
	height:45px;
}

#gnav{
	font-size:11px;
	overflow:hidden;
	height:48px;
	margin:0 auto;
	width:1000px;
}

#gnav li{
	float:left;
}

#gnav li a{
	text-decoration:none;
	display:block;
	padding:18px;
	height: 12px;
}

#gnav li a:hover{
	background:#2984BE;
	overflow: hidden;
}

.drop ul{
	display:none;
	position:absolute;
	opacity:0.95;
	z-index:1;
	background:#2984BE;
	float:none !important;
}

.drop ul li a{
	display:block;
	padding:10px 3px 14px 27px !important;
	background: url(../img/geo.png) no-repeat 11px center;
	color: white !important;
	font-weight: bold;
}

.drop ul li a:hover{
	display:block;
	padding:10px 3px 14px 27px !important;
	background: url(../img/geo.png) no-repeat 11px center #66A3CA !important;
	color: #eee !important;
}

.socialMenu{
	float:right;
}

.socialMenu li a{
	padding:0 !important;
	margin:14px 7px;
}

.socialMenu li a:hover{
	background:none !important;
}

#gadHeader{
	position:absolute;
	top:10px;
	right: 0;
}


#gadLinkUnit{
	padding:10px 0;
	background-color: #232323;
	border-bottom: 1px solid #161616;
	height:30px;
}

#customSearch{
	margin: 0 auto;
	width: 985px;
	overflow:hidden;
	padding-left:15px;
}

#cse-search-box input{
	font-size: 16px;
	padding: 3px;
	float: left;
}

#cse-search-box input[type="text"]{
	width:400px;
	height:22px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	#cse-search-box input[type="text"]{
		height:19px !important;
	}
}

#cse-search-box input[type="submit"]{
	background:url(../img/submit.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	border:none;
	padding:0;
	margin:0 0 0 7px;
	width:62px;
	height:30px;
	cursor:pointer;
}

#gadLink{
	width: 468px;
	float: right;
	line-height:30px;
}

#gadLink ul li{
	display: inline-block;
	font-size: 14px;
	color: white;
	margin-right: 10px; 
	float:left;
}

#gadLink ul li a:link{
	color: white;
	text-decoration: underline;
}

#gadLink ul li a:hover{
	color: white;
	text-decoration: none;
}

/*main*/
.contents{
	padding-top:30px;
}
#main{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
header.postHead{
	margin-bottom:20px;
}
.topAuthor{
	
}
.topAuthor img{
	float:left;
	margin-right:10px;
	padding:1px;
	border:1px solid #ccc;
}
.single .topAuthor span{
	line-height:28px !important;
	margin-right: 20px;
	float: left;
	display:block;
	font-size:13px;
}
.postAuthorName{
	font-size:13px !important;
	line-height:28px !important;
	text-transform:uppercase;
}
ul.socialBtn{
	padding:3px 0 0 0 !important;
	margin:0 !important;
}
ul.socialBottom{
	padding:0 0 10px 15px !important;
	margin:0 !important;
}
ul.socialBtn li{
	float: left;
	list-style:none !important;
	margin:0 6px 0 0 !important;
	padding:0 !important;
}
li.hatena{
	width:60px;
}
li.tweet{
	width:105px;
}
li.fbLike{
	width:105px;
}
li.gPlus{
	width:75px;
}
.viewStyle{
	font: 12px;
	font-weight: bold;
	color: #9B9B9B;
	margin-left: 5px;
	text-transform:lowercase !important;
}
.viewStyleText{
	font-size: 11px;
	font-weight: normal;
	color: #9B9B9B;
	text-transform:lowercase !important;
}
#viewCount{
	font-size: 25px;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 70%;
	margin-top: 10px;
	text-transform:lowercase !important;
}
#searchform{
	position:absolute;
	top:38px;
	right:0;
}
#searchform div{
	position:relative
}
#searchform label {
	position:absolute;
	top:0px;
	left:7px;
	color:#aaa;
	height:30px;
	line-height:30px;
	font-size:14px;
}
#searchform input[type=text]{
	border:none;
}
.typeText{
	width:516px;
	height:20px;
	padding:5px;
	color:#666;
	font-size:14px;
}
.typeText:focus{
	outline:#ccc 1px ;
}
.typeSubmit{
	cursor:pointer;
	height:30px;
}


/*index,category,search*/
#black{
	background:#212121;
	color:#fff;
}
article.post{
	width:300px;
	height:270px; /*とりあえず*/
	background:#161616;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	padding:10px;
	position:relative;
}
article.post img{
	margin-bottom:5px;
}
article.post h1{
	font-size:12px;
	line-height:150%;
	margin:10px 0;
}
h2 span.child{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro' !important;
	font-size:37px;
	line-height:37px;
}
#grid{
	width:1020px;
}
.indexAuthor{
	position:absolute;
	bottom:10px;
	width:300px;
	overflow:hidden;
	font-size:11px;
}
.indexAuthor img{
	margin:0 10px 0 0 !important;
	background:#fff;
}
.indexAuthor .postPageView{
	float:right !important;
	margin-right: 0!important;
	font-size: 11px !important;
	line-height:28px;
}
.postPageView{
	float:right !important;
	margin-right: 0!important;
	font-size: 11px !important;
}
article.post span{
	font-size:10px;
	color:#ccc;
}
.catDate{
	overflow:hidden;
	margin:7px 0 0;
}
.catDate span{
	display:block;
}
span.category{
	text-transform:uppercase;
	float:left;
}
span.date{
	float:right;
}
.result{
	margin:-20px 0 20px;
	color:#aaa;
	font-size:13px;
}


/*single*/
#white{
	background:#fff;
	color:#666;
}
#white a{
	color:#0070C5;
	text-decoration:none;
}
#white a:hover{
	color:#ccc;
}
#post{
	width:640px;
	float:left;
}
#post h1{
	font-size:20px;
	padding-bottom:15px;
	border-bottom:1px solid #eee;
	margin-bottom:10px;
}
#post h2{
	font-size: 18px;
	padding-bottom: 5px;
	margin-top: 30px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}
#post h3{
	font-size: 15px;
	margin-top: 30px;
	margin-bottom: 15px;
}
#post p{
	margin-bottom:20px;
	line-height:180%;
}
#post ul{
	margin:0 20px 0 20px;
}
#post ul li{
	list-style: disc outside;
	margin-bottom:5px;
	font-size:14px;
}
#post table,
#post table th,
#post table td{
	border:1px solid #ccc;
}
#post table{
border-top:3px solid #161616;
width:100%;
margin-bottom: 20px;
}
#post th,
#post td{
	padding:10px;
}
#post table th{
	background:#eee;
}
.wp-caption{
	font-style:italic;
	text-align:center;
	font-size:10px;
	font-family:Georgia, serif;
	color:#ccc;
	margin:0 auto !important;
	padding:5px 0;
}
#contentBottomAd{
	clear: left;
	margin: 30px 0;
}
#relatedTag{
	padding: 15px;
	border-top: 1px solid #eee;
	overflow: hidden;
	font-size: 12px;
}
#relatedTag h2{
	font-size: 12px;
	font-weight: bold;
	margin:0;
	padding: 0;
	display: inline;
	border: 0;
}
#relatedTag ul li{
	display: inline;
}
#relatedTag .tag{
	margin: 0 5px;
}
.fb-comments{
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
#relative-post{
	padding: 14px;
	border-top: 1px solid #eee;
	overflow: hidden;
}
#relative-post h2{
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	border: 0;
	margin-bottom: 10px;
}
.relative-post{
	width: 190px;
	height: 200px;
	float: left;
	margin-right: 18px;
	font-size: 12px;
	text-align: center;
}
.relative-post p{
	text-align: left;
}
.end{
	margin: 0;
}
#amazonProducts{
	padding: 14px;
	border-top: 1px solid #eee;
	overflow: hidden;
}
#amazonProducts h2{
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	border: 0;
	margin-bottom: 10px;
}
#amazonProducts p{
	font-size: 11px;
}
#amazonProducts .product{
	float: left;
	width: 100px;
	padding: 0 10px;
}
#amazonProducts .product img{
	border: 1px solid #eee;
}

/*side*/
#sidebar{
	width:340px;
	float:right;
	margin-top:-114px;
}
.sideWidget{
	padding:20px;
	border-bottom:1px solid #f2f2f2;
	font-size:12px;
	background:#fff;
}
.sideWidget h2{
	margin-bottom: 10px;
}
ul.newPostList li img{
	float: left;
	margin-right: 10px;
}
ul.newPostList li{
	overflow: hidden;
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
}
#authorName{
	overflow:hidden;
	margin-bottom:10px;
}
#authorName img{
	float:left;
	padding:4px;
	border:1px solid #ccc;
	margin:0 15px 0 0;
}
#authorName span{
	float:left;
	margin-bottom:10px;
	display:block;
}
.authorName{
	margin-top:5px;
}
.popular_posts_img{
	padding: 5px 0;
}
.popular_posts_img img{
	float: left;
	margin-right: 10px;
	border: 1px solid #eee;
}
.popular_posts_img{
	overflow: hidden;
}
.popular_posts_img p{
	font-size: 12px;
	font-weight: bold;
}


/*footer*/
#pagenavi{
	text-align: center;
	margin: 30px;
	padding: 10px;
	clear: both;
}
#footerWrap{
	width: 1000px;
	margin: 0 auto;
	padding:30px 0 100px;
}
footer ul{
	border-bottom: 1px solid #212121;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
footer ul li{
	float: left;
	font-size: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
}
footer a:link{
	text-decoration: none;	
}
footer a:hover{
	color: #ccc;
}

footer p{
	font-size: 10px;
}
#gaFootBanner{
	text-align: center;
	margin: 20px;
}

#footerSpot{
	overflow:hidden;
}
#footerSpot p{
	float:left;
	margin-right: 20px;
	color: white;
	font-size: 13px;
}
#footerSpot ul{
	float:left;
	width:880px;
}
#footerSpot ul li{
	margin-bottom:10px !important;
	margin-right:10px !important;
}


/*--------------------------------04.page,single*/

ins{
	background:none !important;
	color:#000;
	text-decoration:none;
	width:100%;
}
.insTop{
	width:468px;
	margin:0 auto 20px;
}
p.prText{
	font-size: 10px;
	color: #ccc;
	text-align: right;
	margin: 0;
	padding: 0;
}
#skyscanner #map{
	margin:0 auto 40px;
	width: 980px;
	height: 500px;
	text-align: center;
	line-height: 500px;
	font-size: 10px;
	color: #ccc;
	background: black;
	border:10px solid #161616 !important;
}
blockquote {
    font-family: Cambria, Georgia, "Times New Roman", Times, serif;
    color: #666;
    font-style: italic;
    border-left: 5px solid #eee;
    margin-left: 15px;
    padding: 0 0 0 20px;
    font-size: 13px;
}
.aligncenter{
	margin:0 auto;
	display:block;
}


/**page.php*/
.page #categoryH2{
	text-transform:uppercase;
}
.page article#post{
	padding-top:20px;
	border-top:1px solid #eee;
}


/* contact */
.contactform{
	margin:0 !important;
	padding:0 !important;
}
.contactform li{
	margin-bottom:20px;
	list-style:none !important;
}
.contactform label{
width: 60px;
margin-right: 20px;
padding: 2px 0px 0px;
margin-bottom:-10px;
display: block;
}
.contactform input[type=text]{
	margin-right: 10px;
	padding: 7px;
	border: 1px solid #DDD;
	border-image: initial;
	width: 180px;
}
.contactform textarea{
	width: 97%;
	height: 150px;
	padding: 7px;
	border: 1px solid #DDD;
}
.wpcf7-radio{
	overflow: hidden;
	display: block;
	height: 30px;
}
.wpcf7-radio .wpcf7-list-item{
	float:left;
}


/*--------------------------------05.category*/
#categoryH2{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 40px;
	font-weight: 100;
	margin:10px 0 30px;
	letter-spacing: 2px;
}
.page #categoryH2{
	margin-bottom:20px !important;
}
#white #categoryH2{
	color:#000;
}
#white #categoryH2,
#white #categoryH2 a{
	color:#161616;
}
#white #categoryH2 .child,
#white #categoryH2 .child a{
	color:#555;
}
#white #categoryH2 a:hover{
	color:#ccc;
}
.amazonProduct{
	text-align: center;
}


/*arhive laboratory*/


/*debug*/
.debug{
padding:10px;
margin:20px 0;
border:1px solid #ccc;
color:#ccc;
}

#scrollDebug{
	position:fixed;
	bottom:7px;
	right:7px;
	border:1px solid #CCC;
	padding:10px;
	color:#ccc;
	text-align:right;
 	display:none;
}

.fixed{
	position:fixed;
	top:0;
	z-index:9999;
	
}

.sideFix{
	width:300px;
	margin-top:51px;
}

.footerFix{
	position:absolute !important;
	bottom:207px !important;
}

.twitter-timeline{
	width: 640px;
}
#gaLinkunit{
	margin: 10px 0;
}
#s2email{
	width: 320px;
	padding: 5px;
	margin: 0;
}

.kaerebalink-box{
	border:1px solid #eee;
	padding: 10px;
	padding-bottom: 0px!important;
	margin: 10px 0;
}
.kaerebalink-name{
	margin-top: 20px;
}

#articleBody{
	clear: left;
	margin-top: 20px;
	padding-top: 15px;
}

.twitter-timeline{
	margin-bottom: 20px;
}
.sideWidget table{
	border: 1px #eee solid !important;
	margin-bottom: 5px;
}
.sideWidget td{
	border: 1px #eee solid !important;
	padding: 5px 10px !important;
	font-size: 11px !important;
}

.head-navigation{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
#headNavPrev a{
	margin: 10px 10px;
	background: #333;
	color: white;
	font-weight: bold;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
    margin-left: 100px;
}
#headNavNext a{
	margin: 10px 10px;
	background: #333;
	color: white;
	font-weight: bold;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
#headNavHome a{
	margin: 10px 50px;
	background: #333;
	color: white;
	display: inline-block;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
#kindleAd{
	height: 300px;
	width: 300px;
	background: black;
}
.authormeta{
	font-size: 10px;
}