/*
Theme Name:Wendy
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 23px;
	/* background-color: #ffffff;*/	
/*	background: url(../tps_images/bg.jpg) top center no-repeat ;
	opacity: 0.8; */
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
	vertical-align: bottom;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* clearfix
----------------------------------------------------*/
/* For modern browsers */
.cf:before,
.cf:after {
content:"";
display:table;
}

.cf:after {
clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
zoom:1;
}


/* =Fonts
-------------------------------------------------------------- */

input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
/* link Set
----------------------------------------------------*/

a {
	color: #444444;
	/*color: #FF6594;*/
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* =Structure
---------------, #footer----------------------------------------------- */

#wrapper{
   margin: 0 auto;
	width: 970px;
	text-align: left;
	word-wrap: break-word;
    /*background: url(images/background/bg_header.jpg) no-repeat ;*/
	position: relative;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */


input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */

ul {
	list-style: none;
}
ol {
	list-style: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header, #header_tops{
	width: 970px;
	height: 180px;
	position: relative;
}
#header, #header_top{
	margin: 0 auto;
	width: 910px;
	position: absolute;
	top: 0;
	padding: 0 30px;
}
#header_top, #header{
	height: 218px;
}
.globalnav{
	width: 910px;
	margin: 0 auto;
}
#header .header_left, #header_top .header_left,
#header .header_left_login, #header_top .header_left_login{
	float: left;
}
#header .logo, #header_top .logo{
	float: left;
	width: 150px;
}
#header .header_left h1, #header_top .header_left h1,
#header .header_left_login h1, #header_top .header_left_login h1{
	float: left;	
	padding:5px;
	margin-left:10px;
	background: url(images/background/bg_h1.png) repeat;	
}
#header .header_left h1, #header_top .header_left h1{	
	width: 515px;
	font-size: 10px;
}
#header .header_left_login h1, #header_top .header_left_login h1{
	width: 380px;
	font-size: 9px;
}
#header .header_right, #header_top .header_right{
	float:right;
	background: url(images/background/bg_h1.png) repeat;
	padding: 5px;	
}

#header_tops .header_right img:hover{
	opacity: 0.8;
}
ul.login_btn .last-icon, ul.login_btn .center-line{
	margin-right: 0 !important;
}
ul.login_btn{
	height: 23px;
}
ul.login_btn li {
	display:inline;
}
ul.login_btn .center-line img{
	border-right:1px solid #222;
	padding-right:4px;
}

#topimg{
	position: absolute;
	top: 0px;
	overflow: hidden;
	width: 970px;
	z-index: -1;
}

/* #navigation
------------------------------------------------------------- */

#nav{
	width: 960px;
	margin: auto;
	z-index: 2;
	height: 47px;
}
#nav ul{height: 47px;}
#nav ul li{
	/*background: url(../tps_images/background/topnav_05.png);*/
	float: left;
	list-style: none outside none;
	display: block;	
}
#nav ul li a{
	display: inline-block;
	height: 47px;
}
#nav ul li.defalt{
	width: 106px;
}
#nav ul li.first{ 
	width: 111px
}
#nav ul li.secound{ 
	width: 105px
}

/* container
------------------------------------------------------------- */
#container {
    background: url(images/background/bg.png) top center repeat;
	background-color: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    padding: 15px 0 40px;
    width: 950px;
	
}	
#container:after{
	box-shadow: 0px 0px 5px #ddd;
	-moz-box-shadow: 0px 0px 5px #ddd;
	-webkit-box-shadow: 0px 0px 5px #ddd; 
}

/* bredcrumb
------------------------------------------------------------- */
#breadcrumb{
	margin: 13px 20px 18px 20px;
	padding:5px 5px 5px 27px;
	background: url(images/icon/icon_bc_home.jpg) 10px 7px no-repeat #fff;
	height:15px;
	line-height:15px;
	font-size: 10px;	
	border: 1px solid #ededed;
}

#breadcrumb ul li{
	float: left;
	margin-right: 10px;
}
/* content
------------------------------------------------------------- */
#content {
    float: left;
    margin: 0 20px 40px;
    width: 620px;
	background: #f7f7f7;
	padding: 10px;
	border: 1px solid #ededed;
}

#inner{
	background: #fff;
	padding: 10px;
	margin: 5px 0 0 0;
	border: 1px solid #ededed;
}

h2{
    height: 38px;
    left: -15px;
    overflow: hidden;
    position: relative;
    width: 635px;
}
.post{
	padding: 10px 10px 5px 10px;
}

.post h3, .post_date {
	padding: 0 0 3px 22px;
	background: url(images/icon/icon_blog_title.png) 0 8px no-repeat ;
	border-bottom: 1px solid #ccc;
}

.post h3 a{
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.post_date a{
	font-weight: bold;
	color: #000;
}
.sosial{
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.sosial .inn p{
	float: left;
	background: url(images/icon/icon_footer_subTitle.png) no-repeat 8px 10px, #eaeaea;
	padding: 0 15px 0;
	margin: 10px 15px 10px 0;
}
.ss_share{
	float: right;
	margin: 10px 0 0;
}
.getcat{
	clear: both;
}
.single_thai{
	border-bottom: 2px dotted #ccc;
}
.gettime{
	font-weight: normal;
	margin-right: 5px;
	font-size: 12px;
}

.getcontent{
	clear: both;
	padding: 10px 0 20px;
	border-bottom: 1px dotted #ccc;
}
.post_single .getcontent img{
	display: block;
	max-width: 75%;
	height: 75%;
	margin: 15px auto;
}

.getimg{
	float: left;
	width: 250px;
	height: 170px;
	margin-right: 20px;
	overflow:hidden;
}

.gettext{
	float:left;
	width: 308px;
	line-height:16px;
}
.excerpt{
	height: 140px;
}
.getmore{
	height: 30px;
	text-align: right;
}
.post_single{
	padding-bottom: 50px;
	/*border-bottom: 1px solid #222;*/
}

#comments{
	padding: 10px;
	/*border-bottom: 1px solid #222;*/
	background: #fff;
}

#comments h3{
	font-weight: bold;
	font-size: 15px;
	padding: 5px 10px;
	background: #f0f0f0;
}

#comments form label,#comments form input {
	display:inline;
}

#comments form table th,#comments form table td {
	vertical-align: top;
	padding: 5px 20px;
	font-weight: normal;
	float: left;
}

.comments_box{
	padding: 0 0 20px; 
}
#submit{
	margin: 0 0 0 200px;
}

#next{
	padding: 30px 0;
	width: 46%;
	margin: 0 auto;
}

#next div a{
	/*display: block;
	width: 163px;
	height: 33px;
	text-indent: -9999px;*/
	color: #222;
	text-decoration: none;
	/*padding: 10px 50px;*/
	background: #f2f2f2;
	width: 163px;
	height: 33px;
}
.floatL{
	float: left;
}
.floatR{
	float: right;
}


/* sidebar
------------------------------------------------------------- */
#sidebar {
    float: left;
    width: 250px;
}
#sidebar  h3{
	width: 250px;
	height: 27px;
}
.sidebox{
	background: #F7F7F7;
	padding-bottom: 10px;
	border: 1px solid #ededed;
	margin-bottom: 20px;
}
.search_02 {
	background: #F7F7F7;
	border: 1px solid #EDEDED;
	margin-bottom: 20px;
}
.search_02 .inner{
	padding: 10px;
}
#searchform .in_s2{
	float: left;
	border: 1px solid #999;
	padding: 0 0 0 5px;
	width: 193px;
	height: 22px;
	border-radius: 3px;
	font-size: 11px;
}
.submitS2{
	position: relative;
	width: 27px;
	height: 24px;
	right: 2px;
}
#sidebar .banner_main {
	background: #F7F7F7;
	padding-bottom:10px;
	border: 1px solid #ededed;
}
#sidebar .banner {
	padding: 10px 10px 0 10px;
}
#sidebar .banner p img {
	width: 100% !important;
}


.sidebox .inner{
	padding: 10px;
}

.last_entry{
	margin-bottom: 5px;
	 padding-bottom: 5px;
	 border-bottom: 1px dotted #333;
}
.last_entry .date{
	font-weight: bold;
}
.last_row{
	border: none !important;
}
#catlist li,
#archive li{
	background: url(images/icon/icon_list.png) 0 8px no-repeat;
	padding-left: 10px;
	list-style: none;
}
.last_entry a,
#catlist li a,
#archive li a{
	color: #E45F1A;
}
.last{
	margin-right: 0 !important;
}
/* #footer
------------------------------------------------------------- */
#footer{
	/*font-family: sans-serif,Osaka;*/
}

.footer_wrap01{
	background: #E45F1A;
}
.footer_wrap02{
	background: #000;
}

.footer_wrap01 .inner,
.footer_wrap02 .inner{
	width: 910px;
	margin: 0 auto;
}

#pagetop{
	background: #000;
	width: 250px;
	float: right;
}
#pagetop img:hover{
	opacity:0.7;
}
#footer ul.common-menu {
	width: 660px;
}
#footer ul.common-menu li{
	float:left;
	padding: 0 5px;
	color: #fff;
	line-height: 30px;
	font-size: 12px;
}
#footer ul.common-menu li a{
	color: #fff;
	margin: auto;
}

#footer .area-menu .title {
	background: url(images/icon/icon_footer_title.png) no-repeat 4px 7px;
	border-bottom: 2px solid #333;
	padding: 0 0 0 15px;
	font-size: 11px;
	font-weight: bold;
}
#footer .area-menu ul{
	float: left;
	width: 166px;
	margin-right:20px;
	padding: 10px 0;
	min-height: 185px;
}

#footer .area-menu ul.last{
	border-right: none !important;
}
#footer .area-menu ul li{
	background: url(images/icon/icon_footer_subTitle.png) no-repeat 8px 10px;
	padding: 0 0 0 15px;
	font-size: 10px;
	text-align: left;
	
}
#footer .area-menu ul li a{
	font-size: 10px;
}	

#footer a {
	color: white;
}
#footer .copyright{
	height: 120px;
	background: #232323;
}
#footer .copyright p{
	background: url(images/background/bg_copyright.png) no-repeat 0 0;
	font-size: 11px;
	width: 800px;
	margin: 0 auto;
	color: #fff;
	padding: 35px 0 35px 150px;
}

/*----------------------------------slideshow----------------------------------------*/

#topslide_top,#topslide {
	height: 220px !important;
} 


#topslide_top .bjqs-markers, #topslide .bjqs-markers{
	top: 233px;
}
#topslide .bjqs-markers,
#topslide_top .bjqs-markers{
	left: -31px !important;
	z-index: 1;
	height: 0;
}

#topslide,
#topslide_top{
	z-index: -2;
	position: relative;
	top: 0;

}
/*----------------------------------slideshow----------------------------------------*/

.alignR {
	text-align: right!important
}


