@charset "utf-8";

/*
Theme Name: SMB International
Description: SMB International
Version: 1.0
Author: hijiri
*/

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	Reset CSS

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* http://meyerweb.com/eric/tools/css/reset/ 
 	v2.0 | 20110126
 	License: none (public domain)
*/

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,
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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	WordPress Native Styles

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* editor */

p {
	display: block;
	margin: 1em 0;
}
strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}

/* img */

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}

a { text-decoration: none; }

/* clearfix */

.clearfix {
	overflow: hidden;
	zoom: 1;
}
.clearfix:after {
	content: ""
	display: block;
	clear: both;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	OOCSS

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.small {
	font-size: 85%;
	line-height: 1.2em;
}

input[type=text], input[type=email], textarea {
	display: inline-block;
	padding: 2px 4px;
	margin-bottom: 10px;
	font-size: inherit;
	line-height: 20px;
	color: #555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: white;
	border: 1px solid #CCC;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea {
	width: 60%;
}
input[type=text]:focus, textarea:focus {
	border-color: #02468C;
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	Theme Styles

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Base */

html, body {
}

body {
	font: 12px/18px 'Helvetica, Helvetica Neue, Arial';
	font-size: 11px;
	color: #666;
	background-image: url(./images/footer_bg.gif);
	background-repeat: repeat;
}

a {
	color: inherit;
	cursor: pointer;
}

.wrapper {
	margin: 0 auto;
}

#loading {
	background: white;
	width: 100%;
	height: 100%;
}

#page {
	background-color: white;
}

#header {
}
	#header > #title {
		padding: 20px;
	}
#hd {
	background-image: url(./images/footer_bg.gif);
	padding: 0 20px;	
}
#footer {
	background-image: url(./images/footer_bg.gif);
}
	#footer-inner {
		padding: 30px 20px;
	}
	
.home #container {
	padding: 0px 0 50px;
	min-height: 400px;
}
	#main {
	}

article {
	margin: 0 30px;
}

section {
	margin-bottom: 50px;
}
/* parts */

.arrow-r {
	display: inline-table;
	height: 9px;
	width: 6px;
	margin-right: 10px;
	background-image: url(./images/sprites.png);
}

.home #sidebar {
	display: none;
}
#sidebar {
}
	#sidebar ul {
		margin: 0px 0px 30px 26px;
	}
	#sidebar li {
		margin-bottom: 3px;
	}
	#sidebar a {
		display: inline-block;
		font-size: 11px;
		text-decoration: none;
		font-weight: bold;
		-webkit-transition: 1s;
		-moz-transition: 1s;
		transition: 1s;
	}
	.page_item.current_page_item a {
		color: black;
	}
	.page_item a {
		color: #CCC;
	}
	.home .page_item a {
		color: #666;
	}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: bold;
	line-height: 1;
	color: inherit;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	font-family: Arial;
}
	h1 a {
		color: #222;
		text-decoration: none;
	}

h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: black;
	margin-bottom: 20px;
}
	#sidebar h2 {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 10px;
		margin-left: 10px;
	}
h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: black;
	margin-bottom: 20px;
}
	h3 span.arrow-r {
		margin-bottom: 1px;
	}


/* contact-form */

#contact-dl {
	margin-top: 30px;
}
#contact-dl dt {
	font-weight: normal;
	margin-bottom: 3px;
}

.wpcf7 .wpcf7-submit {
	background: -moz-linear-gradient(top,#FFF 0%,#EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	border: 1px solid #CCC;
	color:#111;
	width: 100px;
	padding: 6px 0;
	text-shadow: 1px 1px 1px white;
	border-radius: 5px;
}

.wpcf7 span.wpcf7-not-valid-tip-no-ajax,
.wpcf7 span.wpcf7-not-valid-tip {
	display: none;
}
.wpcf7 .wpcf7-not-valid {
	background-color: #fcedf0;
}

.wpcf7 .wpcf7-response-output {
	margin: 10px 0 0;
	padding: 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
	.wpcf7 .wpcf7-validation-errors {
		color: #B94A48;
		border: none;
	}
	.wpcf7 .wpcf7-mail-sent-ok {
		color: #3A87AD;
		border: none;
	}
	
/* footer */

.hd-ft-txt {
	color: #CCC;
	text-shadow: 1px 1px 1px black;
	font-size: 11px;
	line-height: 1.5em;
}
a.hd-ft-txt {
	display: inline-block;
	font-weight: bold;
	line-height: 3em;
	
}

/* tabs */

#tabSelector {
	margin-left: 20px;
}
#tabSelector li {
	float: left;
	width: 80px;
	text-align: center;
	line-height: 28px;
	
	background-color: #eee;
	margin-right: 5px;
	
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	
	cursor: pointer;
}
#tabSelector li.on {
	color: white;
	background: #02468C;
}

.divider {
	height: 30px;
	background-image: url(./images/bg-content.png);
	position: relative;
}
.divider-arrow {
	height: 30px;
	width: 40px;
	background-image: url(./images/bg-content-on.png);
	background-repeat: no-repeat;
	background-color: #FCFCFC;
	position: relative;
	left: 40px;
	transition: left 0.3s ease;
	-webkit-transition: left 0.3s ease;
}
.divider-inner {
	background-color: #FCFCFC;
	padding: 20px 0 30px;
	width: 100%;
}

#news-top {
	display: none;
	margin-top: 80px;
}
.content-unit {
	margin: 12px;
}
.content-unit .wrapper:nth-child(1n) {
border: none;
}

.content-unit .wrapper {
	width: 70%;
	padding: 12px 24px;
	background-color: white;
	border: 1px solid;
	border-color: #e5e5e5 #dbdbdb #d2d2d2;
	border-radius: 4px;
	-webkit-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
	box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
}
.content-list {
}


@media screen and (max-width: 768px) {
	.home #container {
		min-height: 300px;
	}
	#news-top {
		margin-top: 20px;
	}
	#copyright {
		float: left;
		margin-top: 10px;
	}
}
