/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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, center, dl, dt, dd, ol, ul, 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;
		vertical-align: baseline;
		font: inherit;
		font-size: 100%; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul { }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table { 
		width: 100%;
		border: 1px solid;
		border-spacing: 0; }
	tr th{
		border-bottom: 1px solid;
		text-align: left;
	}
	tr th, tr td{
		padding: 9px 20px;
		border-right: 1px solid;
	}
	tr th:last-child, tr td:last-child{
		border-right: 0px;
	}
	table th{ font-weight: bold; }

/* #Basic Styles
================================================== */
	body, .no-cufon{
		font-family:'Verdana','Hiragino Kaku Gothic Pro','メイリオ','MS P Gothic',san-serif;
	}
	.no-cufon{
		font-weight: bold;
	}
	body {
		color: #666;
		font-size: 12px;
		line-height: 18.5px;
		-webkit-text-size-adjust: 100%;
 }
 	html{ min-height: 100%; }

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-weight: normal;
		font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic',Osaka,Verdana,Arial, Helvetica, sans-serif; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { margin-bottom: 15px; }
	h2 { margin-bottom: 15px; }
	h3 { margin-bottom: 15px; }
	h4 { margin-bottom: 15px; }
	h5 { margin-bottom: 15px; }
	h6 { margin-bottom: 15px; }
	.subheader { color: #777; }
h2.navy {color : #373737; }
	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { color: #777; font-size: 21px; line-height: 27px;  }

	em { font-style: normal; }
	strong { font-weight: bold; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { color: #777; font-style: normal; font-size: 17px; line-height: 24px; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; color: #555; font-size: 12px; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a{ color: #555; }

	hr { clear: both; margin: 10px 0 30px; height: 0; border: solid #ddd; border-width: 1px 0 0; }

/* #Links
================================================== */
	a{ outline: 0; color: inherit; text-decoration: none; }
	a:hover{ color: inherit; }
	p a { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { }
	ul {  }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc, ul { margin-left: 0px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */
	img.scale-with-grid {
		max-width: 100%;
		height: auto; }
	img{ display: block; }
	
	iframe{ display: block; }
/* #Buttons
================================================== */
	a.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] { display: inline-block; padding: 1px 12px 0px 12px;
		height: 29px;
		
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px; 
		background: url('images/gradient-top4-32px.png') repeat-x; font-weight: bold; line-height: 26px; cursor: pointer; }

	a.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		background-image: url('images/gradient-bottom4-32px.png'); }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		padding-right: 0 !important;
		padding-left: 0 !important;
		width: 100%;
		text-align: center; }
		
	a.gdl-button{ display: inline-block; padding: 1px 12px 0px 12px;
		height: 26px;
		
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px; 
		background: url('images/gradient-top4-32px.png') repeat-x; font-weight: bold; line-height: 26px; cursor: pointer; }
	a.gdl-button:hover{
		background-image: url('images/gradient-bottom4-32px.png'); 
	}
	
	.gdl-image-frame{ 
		display: inline-block;
		padding: 4px;
	}





/* #Forms
================================================== */

	form {
		padding-bottom: 25px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		display: block;
		margin: 0;
		margin-bottom: 20px;
		padding: 6px 4px;
		max-width: 100%;
		width: 210px;
		outline: none;
		border: 1px solid #ccc;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		background: #fff;
		color: #777;
		font: 13px 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic',Osaka,Verdana,Arial, Helvetica, sans-serif; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2);
 		color: #444; }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block; }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		color: #444;
		font-weight: normal;
		font-size: 13px; }
	
/* #Custom Tag
================================================== */
.wp-caption {
	background: #ffffff;
	line-height: 18px;
	margin-bottom: 10px;
	width:auto !important;
}
	.wp-caption, .wp-caption-text,
	.sticky, .gallery-caption,
	.bypostauthor{ }
	.alignright{ float: right !important; }
	.alignleft{ float: left; }
	.aligncenter{ margin: 0 auto 0; }
	.text-aligncenter{ text-align: center; }
	.shortcode-image-left{ margin-right: 12px; }
	.shortcode-imarg-right{ margin-left: 12px; }  

	br.clear{ display: block; clear: both; height: 0px; }
	.display-none{ display:none; } 
	.overflow-hidden{ position: relative; overflow: hidden; }
	.border-none{ border: none !important; }
	.position-relative{ position: relative; height: 100%; } 

	.m10{ margin: 10px !important; }
	.mt0{ margin-top: 0px !important;}
	.mt10{ margin-top: 10px !important; }
	.mt15{ margin-top: 15px !important; }
	.mt20{ margin-top: 20px !important; }
	.mt25{ margin-top: 25px !important; }
	.mt30{ margin-top: 30px !important; }
	.mt40{ margin-top: 40px !important; }
	.mb0{ margin-bottom: 0px !important; }
	.mb5{ margin-bottom: 5px !important; }
	.mb10{ margin-bottom: 10px !important; }
	.mb15{ margin-bottom: 15px !important; }
	.mb30{ margin-bottom: 30px !important; }
	.ml0{ margin-left: 0px !important; }
	.mr0{ margin-right: 0px !important; }
	.mr20{ margin-right: 20px !important; }
	.mr70{ margin-right: 70px !important; }
	.mr10{ margin-right: 10px !important; }
    .ml10{ margin-left: 10px !important; }
	
	.pt25{ padding-top: 25px !important; }
	.p10{ padding: 10px !important; }
	.p20{ padding: 20px !important; }
	.p0{ padding: 0px !important; }
	
	/*disable blank space*/
	cufon[alt=" "]{ 
	   display: none !important; 
	} 
	
	.gdl-info{ font-family: Droid Serif; }
	

/* #Theme Style
================================================== */
div.body-wrapper{ }
div#custom-full-background{ position: fixed; top: -50%; left: -50%; z-index: -1; width: 200%; height: 200%; }
div#custom-full-background img{ 
	position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto;
	min-width: 50%; min-height: 50%; }
	
.preloader { display: block; background:url(images/loading.gif) center center no-repeat; }
	
/*--- Header ---*/
div.header-wrapper{ position: relative; }
div.logo-wrapper img{ display: inline-block;float: left;} 
div.top-banner-wrapper img{ width: 100%; height: auto; }
div.outer-social-wrapper{ text-align: center; }
div.social-wrapper { float: right; margin-right: 10px; text-align: center; font-weight: bold; font-size: 15px;}
div.social-wrapper-text { margin-bottom: 10px; }
div.social-icon { float: right; margin-left: 11px; opacity: 0.55; filter: alpha(opacity=55); cursor: pointer; }

/*--- Top Navigation ---*/
div.top-navigation-wrapper{ 
	position: relative; z-index: 20; }
div.top-navigation-wrapper-gimmick{ padding-bottom: 3px; }
div.top-navigation.container{ background: transparent; text-align: center; font-size: 12px; line-height: 100%; }
div.top-navigation-right{ float: right; }
div.top-navigation-left{ float: left; padding: 9px 0px 9px 0px; }
div.top-navigation-left a{ color:#fff; }
div.top-navigation-left ul{ margin-left: 0px; list-style: none;}
div.top-navigation-left li{ float: left; }
div.top-navigation-left li a{ display: block; padding: 0px 8px 0px 8px; color: inherit; line-height: 100%; }
div.top-navigation-left li ul{ display: none; }
div.top-navigation-left ul li:last-child a{ border-right: 0px !important; }
div.top-navigation-left ul li:first-child a{ padding-left: 0px !important; }

div.top_navigation-header-padding{ padding-top: 15px; }
div.top-navigation-wrapper.container{ 
	padding-top: 5px; padding-bottom: 0px; background: transparent; }

/*--- Navigation ---*/
div.navigation-top-gimmick{ height: 2px; }
div.navigation-wrapper{ text-align: center; font-weight: normal;
	font-size: 16px; }

div.navigation-wrapper ul li ul li{ font-weight: normal; }
div#main-superfish-wrapper{ margin-left: 0px; }

/*--- Search Form ---*/
div.search-left-gimmick{ float: left; margin-right: 1px; width: 7px; height: 30px; }
div.search-right-gimmick{ float: left; margin-left: 1px; width: 7px; height: 30px; }
div.search-wrapper{ position: relative; float: left; width: 190px; }
div.search-wrapper form { margin: 0px; padding-bottom: 0px; }
div.search-wrapper #search-text{ float: left; }
div.search-wrapper input[type="text"]{ margin: 0px; padding: 5px 35px 5px 5px; width: 150px; height: 20px; border: 0px;
	-webkit-border-radius: 0px;
	
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 11px; 
	line-height: 15px;}
div.search-wrapper input[type="submit"]{ position: absolute; top: 0px; right: 0px; margin: 8px 10px 0px 10px;
	padding: 0px; width: 14px; height: 14px;
	border: 0px;
	-webkit-box-shadow: none;
	
	-moz-box-shadow: none;
	box-shadow: none;}

/*--- Content ---*/
div.content-wrapper{ position: relative; }

/*--- Page ---*/
div.page-header-wrapper{ margin: 10px 0px 28px 0px; }
h1.page-header-title{ float: left; margin-bottom: 0px; padding-right: 10px; font-size: 18px; }
div.gdl-page-item{ }
div.gdl-page-content{  }

div.pagination{
	position: relative; z-index: 99; 
	margin: 0px 10px 20px 10px; padding-right: 20px; border-top: 1px solid; text-align: left;}
div.pagination a, div.pagination span{ display: inline-block; padding-right: 25px; 
	padding-left: 25px; height: 50px; 
	border-color: inherit; border-bottom: 1px solid #434343; border-left: 1px solid #434343; color: inherit; 
	text-align: center; line-height: 50px; }
div.pagination a:last-child, div.pagination span:last-child{ border-color: #434343; border-right: 1px solid #434343; }
div.pagination span{ }
	
/*--- Sidebar ---*/
div.gdl-left-sidebar{ float: left; }
div.gdl-right-sidebar{ float: left; }
div.gdl-page-item{ float: right; }
div.gdl-page-float-left{ float: left; }
div.sidebar-padding{ padding-right: 15px !important;padding-bottom: 10px !important; padding-left: 15px !important;}

div.custom-sidebar { clear: both;  padding-bottom: 20px; border-color: inherit; }
div.custom-sidebar div { border-color: inherit; }
div.custom-sidebar ul{ margin-left: 0px; list-style: none; padding-bottom: 10px; border-color: inherit; display: block; }	
div.custom-sidebar ul li{ 
	padding-top: 9px; padding-bottom: 9px; border-color: inherit; border-bottom: 1px solid; }	
div.custom-sidebar ul li{ padding-left: 15px; background-position: 0px 4px; }
div.custom-sidebar ul li:last-child{ border-bottom: 0; } 
div.custom-sidebar #recentcomments a{background: none; }		
div.custom-sidebar #twitter_update_list{ font-style: normal; font-family: 'Droid Serif';}
div.custom-sidebar #twitter_update_list li{ padding-left: 0px; background: none; }
div.custom-sidebar #twitter_update_list li span{
display: inline-block;
}
div.custom-sidebar #twitter_update_list li span a {
display: inline-block;
margin-top: 0px;
margin-right: 6px;
padding-left: 2px;
}
div.custom-sidebar #twitter_update_list li a {display: table;
float: none;
clear: both;
margin-top: 10px;
}

/*--- Custom Widget ---*/
div.custom-sidebar .textwidget,
div.custom-sidebar .textwidget p{ margin: 0px; padding-top: 5px; padding-bottom: 10px; }
div.custom-sidebar .textwidget{ margin-top: 10px 5px;}

div.custom-sidebar .recent-post-widget-title a{ display: block; padding-top: 2px; }
div.custom-sidebar .gdl-recent-post-widget{ margin-top: 5px; border-color: inherit; }
div.custom-sidebar  .recent-post-widget{ 
	padding-top: 0px; padding-bottom: 15px; border-color: inherit; border-bottom: 0; }
div.custom-sidebar  .recent-post-widget-thumbnail{ float: left; padding: 3px; }
div.custom-sidebar  .recent-post-widget-context{ margin-top: 2px; margin-left: 67px; }
div.custom-sidebar  .recent-post-widget-date{
	margin-top: 4px; padding-left: 21px; height: 16px;
	background-position: 0px 0px; font-style: normal; line-height: 16px; }
div.custom-sidebar  .recent-post-widget-comment-num{
	margin-top: 4px; padding-left: 21px; height: 16px;
	background-position: 0px 0px; font-style: normal; line-height: 16px; }

div.custom-sidebar .twitter-whole{ border-color: inherit; }
div.custom-sidebar .twitter-whole ul li  a{ padding: 0px; background: none; }

div.custom-sidebar .flickr-widget{ display: block; margin-left: 19px; padding-top: 24px; padding-bottom: 18px; }
div.custom-sidebar .flickr_badge_image{ float: left;	margin: 0px 15px 15px 0px;}
div.custom-sidebar .flickr-widget img{ width: 56px; height: 56px; }

div.custom-sidebar .contact-widget-whole ol{ margin-left: 0px; list-style: none; margin-top: 15px; }
div.custom-sidebar .contact-widget-whole ol li{ margin-right: 10px; }
div.custom-sidebar .contact-widget-whole input,
div.custom-sidebar .contact-widget-whole textarea{ margin-bottom: 16px; }
div.custom-sidebar .screenReader{ display: none; }

div.custom-sidebar .gdl-recent-port-widget{ display: block; margin-left: 19px; padding-top: 24px; padding-bottom: 18px;  }
div.custom-sidebar .recent-port-widget{ float: left; margin-right: 15px; margin-bottom: 15px; }

div.custom-sidebar .contact-widget p.thanks{ margin-bottom: 0px; padding-bottom: 10px; }

div.banner-widget1-1 .bkp-frame.sidebar-padding{ padding: 0px !important; }

div.gdl-likebox div.bkp-frame{ padding-top: 15px; padding-bottom: 15px !important; }





/* Sidebar title */
div.sidebar-header-wrapper{ margin: 12px 0px 25px 0px; }
h3.sidebar-header-title{ float: left; margin-bottom: 25px; margin-bottom: 0px; padding-right: 10px; font-size: 18px; }
div.sidebar-header-gimmick{ overflow: hidden; margin-top: 10px; margin-right: 10px; height: 18px; }





/* contact form */
div.custom-sidebar label, legend { margin-bottom: 7px; font-weight: bold; }
div.custom-sidebar .error{ margin-bottom: 15px; font-style: normal; }
div.custom-sidebar #contactForm input, div.custom-sidebar #contactForm textarea { width: 100%;  }

/*--- Footer ---*/
div.footer-wrapper .container{ background: transparent; 
	-webkit-box-shadow: none; 
	
	-moz-box-shadow: none; 
	box-shadow: none; }
div.footer-widget-wrapper{ margin-top: 10px; padding-top: 35px;}
div.footer-widget-wrapper .custom-sidebar{ }
div.footer-widget-wrapper .custom-sidebar-title{ margin-bottom: 10px; font-size: 16px;}


/* Footer custom widget*/
div.footer-wrapper div.contact-form-wrapper input[type="text"], div.footer-wrapper div.contact-form-wrapper input[type="password"], div.footer-wrapper div.contact-form-wrapper textarea, div.footer-wrapper div.custom-sidebar #search-text input[type="text"], div.footer-wrapper div.custom-sidebar .contact-widget-whole input, div.footer-wrapper div.custom-sidebar .contact-widget-whole textarea { 
	 -webkit-box-shadow: none;
	 -moz-box-shadow: none; 
	 box-shadow: none; }
div.footer-wrapper a.button, div.footer-wrapper button{ border: 0 !important; background: #222 !important; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
div.footer-wrapper #wp-calendar caption{ margin-bottom: 15px; border: none; font-size:15px; }
div.footer-wrapper div.custom-sidebar .recent-post-widget-thumbnail { -webkit-box-shadow: none;  -moz-box-shadow: none; box-shadow: none; }

div.footer-wrapper div.custom-sidebar .flickr-widget { margin-left: 0px; }
div.footer-wrapper div.custom-sidebar .gdl-recent-port-widget { margin-left: 0px; }
div.footer-wrapper div.custom-sidebar .flickr-widget { padding-top: 13px; }


/*--- Copyright ---*/
div.copyright-wrapper-gimmick{ height: 2px; }
div.copyright-wrapper{ padding-top: 12px; padding-bottom: 12px; font-weight: bold; font-size: 11px; }
div.copyright-left{ float: left; text-align: left; line-height: 24px; }
div.copyright-right{ float: right; text-align: right; } 
div.back-to-top-button{ width: 24px; height: 24px; cursor: pointer; }






/* Column Service */
div.column-service-image{ 
	float:left; margin: 0px 10px 0px 10px; width: 32px; height: 32px; text-align: center; 
	line-height: 32px; }
div.column-service-image img{ vertical-align: middle; }
div.column-service-content{ margin: 0px 0px 0px 62px;  }
h2.column-service-title{ margin-bottom: 4px; font-size: 17px; }

/* Stunning Text */
div.stunning-text-wrapper{ margin-top: 10px; margin-bottom: 10px; }
h1.stunning-text-title{ padding: 0px 25px 0px 10px; font-weight: bold; font-size: 24px; line-height: 30px;}
div.stunning-text-content-wrapper{ overflow: hidden; }
div.stunning-text-caption{ margin-top: 8px; padding: 0px 25px 10px 10px; font-size: 14px; }
div.stunning-text-button-wrapper{ float: right; text-align: center; } 
a.stunning-text-button{ float: right; margin-top: 15px; margin-right:20px; 
	padding: 0px 27px 0px 27px; height: 38px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url('images/gradient-stunning.png') repeat-x; font-size: 16px; line-height: 38px;	}
	


/* Divider */
div.divider{ height: 11px; }
div.divider .scroll-top{ float: right; margin-top: -18px; font-size: 10px; cursor: pointer;  }




/* Single */
div.single-thumbnail-image,
div.single-thumbnail-slider,
div.single-thumbnail-video{ margin-bottom: 20px; }

div.single-thumbnail-title-wrapper{  position: relative; padding-right: 30px; }
h1.single-thumbnail-title{ margin-bottom: 0; padding-bottom: 7px; font-size: 21px; }
h1.single-thumbnail-title a{ color: inherit; }
div.single-thumbnail-comment{ position: absolute; top: 2px; right: 2px; padding-left: 20px;
	height: 16px; line-height: 16px; } 

div.single-thumbnail-info{ 
	margin-bottom: 10px; font-size: 11px; font-family: Droid Serif; }
div.single-thumbnail-date{ float: left; padding-left: 23px; 
	height: 16px; font-style: normal; line-height: 16px; }
div.single-thumbnail-author{ float: left; margin-left: 20px; padding-left: 23px; 
	height: 16px; line-height: 16px; }

div.single-thumbnail-tag{ float: left; margin-left: 20px; padding-left: 23px;
	height: 16px; line-height: 16px; } 
div.single-thumbnail-context{ padding-top: 20px; }
div.single-content{ margin-top: 15px; } 


div.single-port-prev-nav{ float: left; }
div.single-port-prev-nav a{ float: left; }
div.single-port-prev-nav .left-arrow{ float: left; margin-top: 6px; margin-right: 8px; width: 8px; height: 5px; }
div.single-port-next-nav{ float: left; margin-left: 30px; }
div.single-port-next-nav a{ float: left;}
div.single-port-next-nav .right-arrow{ float: left; margin-top: 6px; margin-left: 8px; width: 8px; height: 5px; }

div.single-port-thumbnail-image,
div.single-port-thumbnail-video,
div.single-port-thumbnail-slider{ padding: 4px; }
div.single-port-nav{ float: right; margin-top: 18px; margin-bottom: 18px; }
h1.single-port-title{ margin-top: 30px; margin-bottom: 0px; padding-bottom: 8px; border-bottom: 1px solid; font-size: 21px; }
h1.single-port-title a{ color: inherit; }
div.single-port-content{ margin-top: 22px; } 
div.single-port-info{ margin-top: 30px; font-style: normal; } 
div.single-port-info span.head{ margin-right: 5px; font-weight: bold; }
div.single-port-date{ margin-top: 8px; }
div.single-port-tag{ margin-top: 8px; }
div.single-port-visit-website{ margin-top: 10px; padding-left: 28px; }
div.about-author-wrapper{ margin-top: 40px; padding: 18px; }
div.about-author-avartar{ float: left; }
div.about-author-info{ margin-left: 110px; }
div.about-author-title{ margin-top: 3px; margin-bottom: 5px; font-size: 18px; }

div.social-share-title{ margin-top: 40px; font-size: 18px; }
div.social-shares ul{ margin-left: 0px; list-style: none; margin-top: 15px; }
div.social-shares ul li{ float: left; margin-right: 15px; }

/* Blog */
div.blog-header-wrapper{ margin: 15px 0px 22px 10px; }
h3.blog-header-title{ float: left; margin-bottom: 0px; padding-right: 10px; font-size: 18px; }

div.blog-thumbnail-image,
div.blog-thumbnail-slider,
div.blog-thumbnail-video{ margin-bottom: 17px; }

div.blog-thumbnail-title-wrapper{  position: relative; padding-right: 30px; }
h2.blog-thumbnail-title { margin-bottom: 0px;  padding-bottom: 14px; }
h2.blog-thumbnail-title  a{ color: inherit;font-size: 19px; }
div.blog-item-holder .blog-thumbnail-comment{ position: absolute; top: 4px; right: 2px; padding-left: 20px;
	height: 16px; line-height: 16px; } 
	
div.blog-thumbnail-info{ margin-top: 12px; padding-bottom: 4px; font-size: 11px; }
a.blog-continue-reading{ margin-left: 5px; }
div.blog-item-holder .blog-thumbnail-tag{ float: left; }
div.blog-item-holder .blog-thumbnail-date{ float: left; margin-right: 15px; }

/* blog-item-grid */
div.blog-item-holder .blog-item-grid .blog-thumbnail-slider div.flex-caption{ display: none; } 
div.blog-item-holder .blog-item-grid .blog-thumbnail-slider ul.flex-direction-nav .prev{ top: auto; bottom: 0px; left: 0px; width: 31px; 
	height: 24px; 
	background: url('images/thumbnail-nav.png');}
div.blog-item-holder .blog-item-grid .blog-thumbnail-slider ul.flex-direction-nav .next{ top:auto; bottom: 0px; left: 31px; width: 31px; height: 24px;
	background: url('images/thumbnail-nav.png');
	background-position: 31px 0px; }
	


/* code */
.gdl-code{ clear: both;
	overflow: hidden;
	margin-bottom: 20px; padding: 15px; border: 1px #eee solid; background: #f9f9f9; color: #555; font-size: 13px;
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
}



/* Bangkok Press Frame */
div.bkp-frame-wrapper{ padding: 6px; 
	border: 1px solid ;
	-webkit-border-radius: 2px; 
	
	-moz-border-radius: 2px;
	border-radius: 2px;}
div.bkp-frame{ padding: 10px; }
div.bkp-frame-wrapper.absolute{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; }
div.bkp-frame-wrapper.absolute .bkp-frame{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; }
div.bkp-frame.single-page-frame{ padding: 18px; }
div.bkp-frame img,
div.bkp-frame-wrapper img,
div.page-bkp-frame-wrapper.gallery img{ max-width: 100%; height: auto; }

div.page-bkp-frame-wrapper{ padding: 6px;
	border: 1px solid ;
	-webkit-border-radius: 2px; 
	
	-moz-border-radius: 2px;
	border-radius: 2px;}
div.page-bkp-frame{ padding: 20px 10px 0px 10px; }
div.page-bkp-frame-wrapper .page-bkp-frame-wrapper,
div.page-bkp-frame-wrapper .bkp-frame-wrapper,
div.page-bkp-frame .page-bkp-frame,
div.page-bkp-frame-wrapper .bkp-frame{ padding: 0px !important; border: 0px; background-color: transparent !important; }

/* header */
div.header-gimmick{ overflow: hidden; margin-top: 10px; margin-right: 10px; height: 24px; }
div.maisu{padding: 8px;color:#fff;font-size: 12px;}
a.white{/*リンクされた文字*/
    color:#ffffff;
    text-decoration:none;
    font-style:normal;
}
a:link.white{/*未訪問のリンク*/
    color:#ffffff;
    text-decoration:none;
    font-style:normal;
}
a:visited.white{/*訪問後のリンク*/
    color:#ffffff;
    text-decoration:none;
}
a:hover.white{/*マウスをのせたとき*/
    color:#ffffff;
    text-decoration:none;
    font-style:normal;
}
/* Tag Cloud*/
.tagcloud{ display: inline-block; margin-bottom: 13px; border-color: inherit; }
.tagcloud a{ display: block; float: left;
	margin-top: 10px; margin-right: 10px; padding: 3px 8px 3px 8px; border: 1px solid; border-color: inherit;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px !important;
}
/* Image Adjust */
img.size-full {
max-width: 100%;
width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}


nav#breadcrumbs {
 margin-bottom: 15px;
}
nav#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
}
nav#breadcrumbs ol li:before {
  content: " > ";
}
nav#breadcrumbs ol li:first-child:before {
  content:"";
}