@charset "utf-8";
/* CSS Document */


/* Theme Information
--------------------------------------------------------------------------------
Name: Mundus
Description: Business & Portfolio Theme
Version: 1.0
Author: Alina Rusu
Author URI: http://www.ixtendo.com
-------------------------------------------------------------------------------- */


/* Imported Stylesheets (Their order is important.)
-------------------------------------------------------------------------------- */

@import url('font-face-kit/stylesheet.css');
@import url(http://fonts.googleapis.com/css?family=Terminal+Dosis:400,500,600,700);

@import url('css/html5-reset.css');
@import url('css/960_12_col.css');

@import url('css/shortcodes.css');
@import url('css/colors/red.css');

@import url('css/polyglot-language-switcher-1.0.css');
@import url('css/nivo-slider.css');
@import url('css/prettyPhoto.css');


/* Mundus Styles
--------------------------------------------------------------------------------
TABLE OF CONTENTS

1 Generic
2 Headings
3 Links
4 Text & Content Blocks
5 Header
	5.1 Logo & Tagline
	5.2 Social Bookmarks
6 Homepage
7 Navigation
8 Forms
9 Containers
10 Icon Boxes
11 Portfolio
12 Blog
13 Testimonial
14 Carousel
15 Thumbnail Overlay
16 Footer
17 Widgets
18 Page Title & Breadcrumbs
19 404 Error Page
20 Pagination
-------------------------------------------------------------------------------- */

/* 1 Generic 
-------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font: 18px/25px 'supermarketregular','THSarabunNew', Tahoma, sans-serif;
	color: #6f6e74;
	background-color: #666;
	background-repeat: repeat;
	background-position: left top;
	/* possible background patterns */
	background-image: url(images/background-patterns/body-backgrounds/body-diagonal.png);
	/*
	background-image: url(images/background-patterns/body-backgrounds/body-circle.png);
	background-image: url(images/background-patterns/body-backgrounds/body-cross.png);
	background-image: url(images/background-patterns/body-backgrounds/body-diamond.png);
	background-image: url(images/background-patterns/body-backgrounds/body-square.png);
	*/
}

iframe {
	display: block;	
}

img {
	max-width: none; /* fixes a display problem caused by html5-reset.css */	
}

/* 2 Headings
-------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
}

h1 {
	font-size: 26px;
	font-weight: 400;
	line-height: 32px;
}

h2 {
	font-size: 22px;
	font-weight: 500;	
	line-height: 28px;
}

h2 {
	margin-bottom: 20px;	
}

.post-entry h2.entry-title {
	margin-bottom: 5px;	
}

.iconbox h2, .side-content h2, h3.entry-title, .homepage h2 {
	margin-bottom: 10px;	
}

h3 {
	margin-bottom: 15px;	
}

h3, .iconbox h2, .side-content h2, .homepage h2, #footer h2, #sidebar h2 {
	font-size: 18px;
	font-weight: 500;	
	line-height: 24px;	
}

h3.entry-title {
	font: bold 25px/25px "supermarketregular", Helvetica, Arial, sans-serif;
	text-shadow: 0 2px #F2F807;
}

h4 {
	font-size: 16px;
	font-weight: 500;	
	line-height: 22px;	
}

h5 {
	font-size: 14px;
	font-weight: 600;	
	line-height: 20px;	
}

h6 {
	font-size: 12px;
	font-weight: 700;	
	line-height: 18px;	
}

.headings h1, .headings h2, .headings h3, .headings h4, .headings h5, .headings h6 {
	margin-bottom: 10px;	
}

/* 3 Links
-------------------------------------------------------------------------------- */
a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

/* 4 Text & Content Blocks
-------------------------------------------------------------------------------- */
p {
	margin-bottom: 20px;
}

em.colored {
	font-style: normal;	
}

section {
	margin-bottom: 40px;	
}

#content section {
	margin-bottom: 20px;	
}

.float-left {
	float: left;	
}

.float-right {
	float: right;	
}

.asterisk {
	font-family: 'supermarketregular',Tahoma, Geneva, sans-serif;	
	font-style: normal;
}

.note {
	color: #e44036;	
}

.tip,
caption, .caption {
	color: #888;
	font-size: 11px;
	font-style: italic;	
}

/* 5 Header
-------------------------------------------------------------------------------- */
#topwrapper{width:100%;overflow:hidden;height:40px;background-color:none;}
/* NAVIGATION TOP */
#topnav{font-weight:bold;margin:0;float:right;width:480px;overflow:hidden;height:40px;line-height:40px;list-style-type:none;padding:0 0 0 0;}#topnav li{display:block;float:right;margin:0 0 0 5px;}#topnav li a{padding:0 10px;font-size:12px;color:#ff00fe;display:block;text-decoration:none;box-shadow:inset 0px -2px 0px #ff00fe;}#topnav li a:hover{color:#000;box-shadow:inset 0px -3px 0px rgba(0,0,0,0.3);background:#ffff00;}#topnav li:nth-child(1) a:hover{box-shadow:inset 0px -2px 0px #E50700;}#topnav li:nth-child(2) a:hover{box-shadow:inset 0px -2px 0px #0084C5;}#topnav li:nth-child(3) a:hover{box-shadow:inset 0px -2px 0px #6CAC00;}#topnav li:nth-child(4) a:hover{box-shadow:inset 0px -2px 0px #00C3B7;}#topnav li:nth-child(5) a:hover{box-shadow:inset 0px -2px 0px #FF8168;}#topnav li:nth-child(6) a:hover{box-shadow:inset 0px -2px 0px #FFBA0F;}

.ttlType {
	height: 45px;
	padding:0px 0 0 5px;
	margin-bottom:20px;
	font-family: "supermarketregular", Helvetica, Arial, sans-serif;
	color: #ff00fe;
	font-weight: bold;
	font-size:2.0em;
	line-height:1.2;
	background: url(images/content-dotted-divider2.png) repeat-x left bottom;
	text-shadow: 0 2px #F2F807;
}
.ttlType2 {
	padding:0;
	margin-top:30px;
	margin-bottom:20px;
	font-family: 'supermarketregular';
	color: #037cc4;
	font-weight: bold;
	font-size:2em;
	line-height:1.2;
	text-shadow: 0 1px #39434A;
	text-align:center;
}
.subttl{padding:0; margin:0; text-align:center;}

#header {
	width:1004px;
	padding:0;
	margin:0 auto;
	position: relative;	
	color: #8c8c8c;	
	text-shadow: 0 1px rgba(0,0,0,0.5);
	border-bottom: 2px solid #F2F807;	
	background-color: #383838;
	background-repeat: repeat;
	background-position: left top;
	/* possible background patterns */
	background-image: url(images/background-patterns/header-footer-backgrounds/header.jpg);
	-webkit-background-size:100%;
	background-size:100%;
	/*/*
	
	background-image: url(images/background-patterns/header-footer-backgrounds/hf-circle.png);
	background-image: url(images/background-patterns/header-footer-backgrounds/hf-cross.png);
	background-image: url(images/background-patterns/header-footer-backgrounds/hf-diagonal.png);
	background-image: url(images/background-patterns/header-footer-backgrounds/hf-square.png);
	*/
}

#header .border-top {
	width: 100%;
	height: 1px;
	background-color: #fff;	
	position: absolute;
	top: -1px;
	left: 0;
}
#header .border-bottom {
	width: 100%;
	height: 6px;
	position: absolute;
	left: 0;
	bottom: -9px;
}

#header-top {
	margin-bottom: 30px;
}

/* 5.1 Logo & Tagline
-------------------------------------------------------------------------------- */
h1#logo {
	float: left;
	margin-top: 20px;
	margin-bottom: 0;
	background-attachment:fixed;
}

h1#logo a {
	display: block;
	color: #FFF;
	text-decoration: none;
	background:none;
}

.call {
	float: right;
	margin-top: 30px;
	margin-bottom: 0;
	display: block;
}


/* 5.2 Social Bookmarks
-------------------------------------------------------------------------------- */
ul.social-bookmarks {
	margin-top: 45px;
	float: right;
}

ul.social-bookmarks li {
	float: left;
	margin-left: 6px;
}

ul.social-bookmarks a:link, ul.social-bookmarks a:visited {
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -10000px;
	color: #8c8c8c;
	background-repeat: no-repeat;
	background-position: left top;
}

ul.social-bookmarks a:hover, ul.social-bookmarks a:active {
	color: #FFF;
	background-position: left -25px;	
}

ul.social-bookmarks li.twitter a:link, ul.social-bookmarks li.twitter a:visited {
	background-image: url(images/social-media/twitter.png);	
}

ul.social-bookmarks li.facebook a:link, ul.social-bookmarks li.facebook a:visited {
	background-image: url(images/social-media/facebook.png);
}

ul.social-bookmarks li.linkedin a:link, ul.social-bookmarks li.linkedin a:visited {
	background-image: url(images/social-media/linkedin.png);
}

ul.social-bookmarks li.flickr a:link, ul.social-bookmarks li.flickr a:visited {
	background-image: url(images/social-media/flickr.png);
}

ul.social-bookmarks li.rss a:link, ul.social-bookmarks li.rss a:visited {
	background-image: url(images/social-media/rss.png);
}

/* 6 Homepage
-------------------------------------------------------------------------------- */
.homepage #header {
	height: 372px;	
	/*border-top:5px solid #ff00fe; */
}

#home-intro {
	font-size: 22px;
	line-height: 1;
}
#home-intro h1{
	font: 33px supermarketregular, sans-serif;
	line-height: 1.2;
}

/* language*/
-------------------------------------------------------------------------------- */
ul.language-bookmarks {
	width:auto;
	margin:0;
	padding:0;
}
ul.language-bookmarks li {
	 float: right;
	 text-align:left;
	margin-top:15px;
	margin-bottom:15px;
}
ul.language-bookmarks li.last { background: none; padding: 0; margin-right: 15px; }
ul.language-bookmarks a:link, ul.language-bookmarks a:visited {
	display: block;
	width: 33px;
	height: 23px;
	text-indent: -10000px;
	background-repeat: no-repeat;
	background-position: left top;
}
ul.language-bookmarks a:hover, ul.language-bookmarks a:active {
	background-position: left -23px;	
}
ul.language-bookmarks .active a{background-image: url(../images/img-lang.png);	}
ul.language-bookmarks li.th a:link, ul.language-bookmarks li.th a:visited {
	background-image: url(images/img-thlang.png);	
	
}
ul.language-bookmarks li.en a:link, ul.language-bookmarks li.en a:visited {
	background-image: url(images/img-enlang.png) ;
}


/* 7 Navigation Bar
-------------------------------------------------------------------------------- */

#nav {
	background: url(images/bg-menu.png) center top no-repeat;
	width:700px;
	height: 45px;
	margin:10px 0 0 0; 
	padding:0; 
	list-style:none;
	float:right;
}	
#nav li {
	display: block;
	float: left;
	padding:10px 18px 10px 18px; 
	position: relative;
}
#nav li a {
	font-family: 'supermarketregular';
	display: block;
	height: 24px;
	padding: 0 14px 0 0;
	font-size:22px;
	font-weight:200;
	text-shadow: 1px 1px 3px #0f5274;
	color: #000;
	text-decoration: none;
}
#nav li a span{
	display: block;
	padding: 3px 3px 0 17px;
	height: 24px;
}


#nav li a:hover, #nav li.current a {
	background: url(images/nav-right.png) right top no-repeat;
	color: #fff;
}

#nav li a:hover span, #nav li.current a span{
	background: url(images/nav-left.png) left top no-repeat;
}

#nav li a span img{
	margin: 4px 0 0 0;

}






.sideContent {
  	width:100%;
	border-radius: 5px;
	padding:2px 2px;
	margin:0;
	display: inline;
	background: #ff00fe; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff00fe 0%, #F2F807 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff00fe), color-stop(100%,#F2F807)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff00fe 0%,#F2F807 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff00fe 0%,#F2F807 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff00fe 0%,#F2F807 100%); /* IE10+ */
	background: linear-gradient(top,  #ff00fe 0%,#F2F807 100%); /* W3C */
	margin-bottom:20px;
}
.sideContent h2{
  	background: #ff00fe; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff00fe 0%, #a80d81 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff00fe), color-stop(100%,#a80d81)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff00fe 0%,#a80d81 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff00fe 0%,#a80d81 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff00fe 0%,#a80d81 100%); /* IE10+ */
	background: linear-gradient(top,  #ff00fe 0%,#a80d81 100%); /* W3C */
	padding:5px 10px;
	margin-bottom:2px;
	font-size:28px;
	font-weight:bold;
	color: #fff;
	text-align:center;
	border-bottom: 2px solid #F2F807;
	text-shadow: 1px 1px #666;
}
/* navLeft */
.navLeft ul {
	list-style:none;
	padding:0;
	margin:0;
}
.navLeft ul li {
	width:100%;
	display:block;
	position:relative;
	overflow: hidden;
	margin-bottom:1px;
	float:left;
}
.navLeft ul li a{
	display:block;
	color:#000;
	font-size:22px;
	font-weight:bold;
	background:#e89ff8;
	padding:4px 8px 0px 8px;
	margin:0;
	border:1px solid #c775d9;
	text-decoration:none;
	line-height:1.0;
}
/*.navLeft ul li a span{
	border-bottom:1px solid #0000ee;
	display:inline-block;
	line-height:1;
	padding-right:2px;
}*/
.navLeft ul li a:hover {
	background:#c5c5c5;
	border:1px solid #F2F807;
	color:#fff;
	text-decoration:none;
	padding:4px 8px 0px 15px;
}
.navLeft ul li.last{
	margin-bottom:0px;	
}



/* 8 Forms
-------------------------------------------------------------------------------- */
input, textarea, button {
	font: inherit;
	color: inherit;	
	text-shadow: inherit;
}

input, button {
	line-height: normal;	
}

textarea {
	overflow: auto; /* removes scrollbar in IE */	
}

button {
	border: none;	
	background: none;
}

::-moz-focus-inner { /* removes the extra padding and dotted border on buttons in Firefox */	      
	padding: 0;         
	border: none;
}

input[type="submit"] {
	overflow: visible;	/* removes extra horizontal padding in IE7 */
}

::-webkit-input-placeholder {
	color: #999;
}

:-moz-placeholder {
   color: #999;
}

/* Search Form */

#search-form {
	float: right;	
	margin-top: 5px;
	position: relative;
	width: 200px;
	height: 28px;
	margin-right: 15px;
}

#s {
	color: #000;
	background-color: #fff;
	border: 1px solid #616161;
	border-radius: 3px;	
	padding: 5px 36px 4px 6px;
	width: 156px;
	height: 17px;
	box-shadow: 0 5px 6px rgba(0,0,0,0.08) inset;
	-webkit-box-shadow: 0 5px 6px rgba(0,0,0,0.08) inset;
	position: absolute;
	left: 0;
	top: 0;
}

#s::-webkit-input-placeholder {
	color: #bfbfbf;
}

#s:-moz-placeholder {
   color: #bfbfbf;
}

#search-submit {
	position: absolute;
	top: 0;	
	right: 0;
	background: url(images/search.png) no-repeat center 6px;
	width: 37px;
	height: 28px;
	text-indent: -10000px;
	border: none;
	cursor: pointer;
}

/* Content Form */

.content-form li {
    margin-bottom: 10px;
	margin-left:15px;
}

.content-form input, .content-form textarea {
	padding: 2px 6px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 5px 6px rgba(0,0,0,0.08) inset, 0 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 5px 6px rgba(0,0,0,0.08) inset, 0 1px 3px rgba(0,0,0,0.1);
}

.content-form input {
	width: 340px;	
}

.content-form label, .content-form input, .content-form textarea {
    margin-bottom: 5px;
}

.content-form label {
	display: block;
}

.content-form .error {
	color: #E44036;
}

.content-form textarea {
	width: 420px;
	height: 160px;
}

/* Newsletter Form */

#newsletter-form {
	margin-bottom: 15px;	
}

input#newsletter {
	float: left;
	width: 348px;
	margin-right: 10px;
}

button#subscribe {
	float: left;
	margin: 0 0 5px;	
}

/* 9 Containers
-------------------------------------------------------------------------------- */
#content {
	width:1004px;
	padding:0;
	margin:0 auto;
	background-color:#fff;
	/*text-shadow: 0 1px #ccc;*/
}

/* 10 Icon Boxes
-------------------------------------------------------------------------------- */
.iconbox, .iconbox-content {
    overflow: hidden;
}

.iconbox-icon {
	float: left;
	margin-right: 10px;	
}

.iconbox a.generic-button {
	margin: 3px 4px 20px;	
}

/* 11 Portfolio
-------------------------------------------------------------------------------- */
.entry-thumb {
	margin-bottom: 15px;	
}

.entry-thumb a, .entry-thumb img {
	display: block;
}

.entry-thumb a {
	position: relative; /* sets the initial position for the thumbnail overlay */
}

.entry-thumb img {
	border: 5px solid #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.entry-title a {
	font-size:22px;
	color:#ff00fe;
	text-decoration: none;
}
.entry-title a:hover {
	color:#F2F807;
	text-decoration: none;
}

/* Gallery */

ul#gallery li {
	margin-bottom: 20px;	
}

/* Filter */

#filter {
	margin-bottom: 40px;	
}

#filter > span {
	margin-right: 20px;
}

#filter ul, #filter li {
	display: inline-block;
}

#filter li {
	margin-right: 10px;	
}

#filter li, #filter > span {
	vertical-align: middle;	
}

#filter a:link, #filter a:visited {
	display: block;
	line-height: normal;
	color: #7a7a7a;
	text-decoration: none;
	border-radius: 3px;
	overflow: hidden; /* for rounded corners in IE9 */
}

#filter a:hover, #filter a:active, #filter li.active a {
		
	color: #474747;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

#filter a span {
	display: block;	
	padding: 1px 10px;
	border-radius: 3px;
}

#filter a:hover span, #filter a:active span, #filter li.active a span {
	box-shadow: 0 1px rgba(255,255,255,0.75) inset, 1px 0 rgba(255,255,255,0.75) inset, 0 -1px rgba(255,255,255,0.75) inset, -1px 0 rgba(255,255,255,0.75) inset;
	-webkit-box-shadow: 0 1px rgba(255,255,255,0.75) inset, 1px 0 rgba(255,255,255,0.75) inset, 0 -1px rgba(255,255,255,0.75) inset, -1px 0 rgba(255,255,255,0.75) inset;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */	
}

/* Project Details */

#project-detail-wrap {
	margin-bottom: 20px;	
	position: relative;
}

#project-detail-wrap img {
	display: block;	
	width: 700px;
	height: 380px;
}

/* Project Detail Pager */

#project-detail-wrap ul.pager li {
	position: absolute;
	top: 45%;
}

#project-detail-wrap ul.pager li.prev {
	left: 10px;
}

#project-detail-wrap ul.pager li.next {
	right: 10px;
}

#project-detail-wrap ul.pager a {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(images/slider/arrows.png);
	background-repeat: no-repeat;
	text-indent: -10000px;
}

#project-detail-wrap ul.pager li.prev a {
	background-position: left top;	
}

#project-detail-wrap ul.pager li.next a {
	background-position: -31px top;	
}

/* 12 Blog
-------------------------------------------------------------------------------- */
.entry-meta {
	font-size: 20px;
	margin-bottom: 10px;	
}

.entry-meta, .entry-meta a {
	color: #000;
}

.entry-meta a {
	color:#2760E3;
	font-size: 20px;
	font-weight:bold;
	text-decoration: none;	
}

.entry-meta > span {
	padding: 1px 0;	
}

.entry-meta .date {
	margin:20px 0px;
	font-size: 18px;
	background: url(images/blog-icons/calendar.png) no-repeat left center;
	padding-left: 20px;	 
}
.entry-meta .comment-count {
	background: url(images/blog-icons/comment.png) no-repeat left center;
	padding-left: 21px;	
}

.entry-meta .author {
	color:000;
	font-size:20px;
	background: url(images/blog-icons/user.png) no-repeat left center;
	padding-left: 21px;	
}

.entry-meta .category {
	background: url(images/blog-icons/folder.png) no-repeat left center;
	padding-left: 23px;	
}

/* Blog Post */

.post-entry {
	margin-bottom: 20px;	
}

.post-entry .entry-meta {
	margin-bottom: 15px;
}

/* Author Info */

.entry-author-info {
    overflow: hidden;
	background-color: #fff;
    padding: 10px;
	margin-bottom: 40px;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.author-avatar {
    float: left;
	padding: 5px;
    margin: 0 15px 15px 0;
	background-color: #f7f7f7;
	border: 1px solid #d4d4d4;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.author-avatar img {
    display: block;
}

.author-description h3 {
    margin-bottom: 5px;
}

.author-description p {
    margin-bottom: 0;
	margin-top: 20px;
}

.author-description > div > p:first-child {
	margin-top: 0;
}

/* Tags */

.entry-tags {
	margin-bottom: 40px;	
}

.entry-tags {
	background: url(images/blog-icons/tags.png) no-repeat left 2px;
	padding-left: 23px;
}

/* Share */

.entry-social {
	margin-bottom: 40px;	
	overflow: hidden;
}

.entry-social > strong:first-child, .entry-social li {
	float: left;
	margin-right: 10px;
}

.entry-social {
	background: url(images/blog-icons/share.png) no-repeat left 1px;
	padding-left: 22px;
}

.entry-social ul {
	overflow: hidden;	
}

.entry-social li {
	width: 80px;
	height: 21px;
}

/* Related Posts */

.related-posts {
	margin-bottom: 40px;	
}

/* Comments */

#comments {
	margin-bottom: 20px;
}

/* Comments Header */

#comments > header {
    overflow: hidden;
	margin-bottom: 20px;
}

#comments > header h3 {
	float: left;
	margin: 0;
}

#comments > header a {
	float: right;	
	margin-left: 20px;
}

/* Comment List */

ol.comment-list {
	margin-bottom: 20px;
}

ol.comment-list, ol.children {
	list-style: none;
}

li.comment .comment-wrap {
	padding: 20px 0;
	border-top: 1px dotted #bfbfbf;	
}

li.comment ol.children {
	margin-left: 66px;	
}

/* Comment List Content */

ol.comment-list .avatar {
	float: left;
	margin-right: 15px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

ol.comment-list .avatar img {
	display: block;
}

ol.comment-list .comment-details {
	overflow: hidden;
}

ol.comment-list .comment-author {
	font-weight: bold;	
}

ol.comment-list .comment-author a {
	color: #474747;
	text-decoration: none;
}

ol.comment-list .post-author {
	color: #E44036;	
}

ol.comment-list .comment-meta {
	margin-bottom: 15px;	
}


/* Leave Comment */

#leave-comment {
	margin-bottom: 40px;	
}

/* 13 Testimonial
-------------------------------------------------------------------------------- */
.testimonial {
	margin-bottom: 20px;	
}

.testimonial-content .top {
	background: url(images/testimonial-left-top.png) no-repeat left top;
	padding-left: 18px;	
}

.testimonial-content .top div {
	background: url(images/testimonial-right-top.png) no-repeat right top;
	padding-right: 18px;
	padding-top: 17px;
}

.testimonial-content .bottom {
	background: url(images/testimonial-left-bottom.png) no-repeat left bottom;
	padding-left: 18px;	
}

.testimonial-content .bottom div {
	background: url(images/testimonial-right-bottom.png) no-repeat right bottom;
	padding-right: 18px;
	padding-bottom: 31px;
}

.testimonial-meta {
	padding: 0 18px;
	text-align: right;	
	margin-top: 5px;
}

.testimonial-meta .company {
	color: #888;
}

/* 14 Carousel
-------------------------------------------------------------------------------- */
.carousel > header {
	overflow: hidden;
	margin-bottom: 10px;
}

.carousel > header h2 {
	float: left;
	margin-bottom: 0;
}

.carousel > header ul.pager {
	float: right;
	margin-left: 15px;	
	overflow: hidden;
}

.carousel > header ul.pager li {
	float: left;
	margin-left: 5px;
}

.carousel > header ul.pager a {
	display: block;
	width: 15px;
	height: 16px;
	background-image: url(images/carousel-arrows.png);
	background-repeat: no-repeat;	
	text-indent: -10000px;
}

.carousel > header ul.pager li.prev a {
	background-position: left top;
}

.carousel > header ul.pager li.next a {
	background-position: -16px top;
}

/* 15 Thumbnail Overlay
-------------------------------------------------------------------------------- */
.entry-thumb span.overlay {
  	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;	
	filter: Alpha(opacity=0); /* IE */
	background: #FFF no-repeat center center; 
}

.entry-thumb span.overlay.image {
	background-image: url(images/zoom-image.png);
}

.entry-thumb span.overlay.video {
	background-image: url(images/zoom-video.png);
}

.entry-thumb span.overlay.link {
	background-image: url(images/link.png);
}

/* 16 Footer
-------------------------------------------------------------------------------- */
#footer {
	width:1004px;
	padding:0;
	margin:0 auto;
	position:relative;
}
#footer-top {
	background: #007ac3 url(images/background-patterns/header-footer-backgrounds/bg-footer.jpg) repeat left top;
	border-top: 5px solid #F2F807;
	position: relative;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.4);
}

#footer .border-top {
    position: absolute;
    width: 100%;
    height: 6px;
    left: 0;
    top: -8px;
}

#footer-top > .inner {
	padding: 31px 0 0 20px;	
}

#footer h2 {
	font-size:25px;
	font-weight:bold;
	color: #fff;	
	margin-top: 3px;
	margin-bottom: 10px;
}

#footer .text-widget h2 {
	font: 33px MarketingScriptRegular, sans-serif;
	margin-top: 0;
	margin-bottom: 10px;
}

#footer-bottom {
	background: #bebdc2 url(images/background-patterns/header-footer-backgrounds/bg-footer02.jpg) repeat left top;	
	color: #000;
	text-shadow: 0 1px rgba(0,0,0,0.5);
	font-size: 16px;
	position: relative;
}

#footer-bottom > .inner {
	padding: 20px 0;
}

#footer-bottom p {
	margin: 0;
}

#footer-bottom a:link, #footer-bottom a:visited {
	color: #333;
	text-decoration: none;	
}

#footer-bottom a:hover, #footer-bottom a:active {
	color: #007ac3;
}

#footer-nav {
	float: right;
	margin-right:20px;
}

#footer-nav ul li {
	font-size:18px;
	display: inline;
}

#footer-bottom a.back-top {
	background: url(images/footer/back-top.png) no-repeat left top;
	width: 30px;
	height: 30px;
	text-indent: -10000px;
	position: absolute;
	top: 19px;
	right: 15px;
}

/* 17 Widgets
-------------------------------------------------------------------------------- */
.widget {
	margin-bottom: 20px;	
}

#sidebar .widget {
	margin-bottom: 30px;	
}

/* Twitter */

.twitter-widget ul li {
	background: url(images/large-btn-arrow-rights.png) no-repeat left 4px;
	padding-left: 15px;	
	margin-bottom: 5px;
}

.twitter-widget ul li > span, .twitter-widget ul li > a {
	display: block;
}

.twitter-widget ul li > a:link, .twitter-widget ul li > a:visited {
	font-size: 22px;
	color: #fff !important;	
	text-decoration: none;
}

.twitter-widget ul li > a:hover, .twitter-widget ul li > a:active {
	color: #000 !important;	
}

/* Contact Details */

.contact-details p {
	background-repeat: no-repeat;
	padding-left: 45px;
}

.contact-details .marker {
	height:30px;
	background-image: url(images/icon-marker.png);	
	background-position: left 1px;
}
.contact-details .address {
	background-image: url(images/icon-addrass.png);	
	background-position: left 1px;
}
.contact-details .phone {
	height:30px;
	background-image: url(images/icon-phone.png);	
	background-position: left 0;
}
.contact-details .mobile {
	height:30px;
	background-image: url(images/icon-mobile.png);	
	background-position: left 0;
}
.contact-details .fax {
	background-image: url(images/icon-fax.png);	
	background-position: left 2px;
}
.contact-details .email {
	background-image: url(images/icon-mail.png);	
	background-position: left 3px;
}

#footer .contact-details .address {
	background-image: url(images/footer/contact/marker.png);	
}

#footer .contact-details .phone {
	background-image: url(images/footer/contact/phone.png);	
}

#footer .contact-details .fax {
	background-image: url(images/footer/contact/fax.png);
}

#footer .contact-details .email {
	background-image: url(images/footer/contact/mail.png);	
}

/* Flickr Photostream */

.flickr-widget ul {
	width: 228px;
	overflow: hidden;	
}

.flickr-widget ul li {
	float: left;
	margin-right: 8px;	
	margin-bottom: 8px;
}

.flickr-widget ul a, .flickr-widget ul img {
	display: block;	
}

.flickr-widget ul a {
	background-color: #525252;
	padding: 3px;
	border: 1px solid #303030;	
}

/* Video */

.widget .video {
	margin-bottom: 20px;	
}

/* Simple Menu */

ul.simple-menu {
	margin-bottom: 20px;	
}

ul.simple-menu li {
	margin-bottom: 5px;
}

ul.group span {
	color: #888;	
}

/* Thumbnail List */

ul.thumb-list {
	margin-bottom: 20px;	
}

ul.thumb-list .entry-thumb {
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
}

ul.thumb-list li {
	padding: 10px 0;
}

ul.thumb-list .entry-details {
	overflow: hidden;
}

ul.thumb-list .entry-title, ul.thumb-list .entry-excerpt p {
	margin: 0;
}
 ul.thumb-list .entry-excerpt h2 {
	 width:100%;
	 display:block;
	 font-size:22px;
	 font-weight:bold;
	 line-height:1.2;
	margin: 0;
}
ul.thumb-list .entry-thumb a:link, ul.thumb-list .entry-thumb a:visited {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

ul.thumb-list .entry-thumb a:hover, ul.thumb-list .entry-thumb a:active {
	border-color: #bdbdbd;
	background-color: #f7f7f7;
}

ul.thumb-list .entry-thumb img {
    border: none;
    box-shadow: none;
	-webkit-box-shadow: none;
}

ul.thumb-list .entry-meta {
	margin: 0;
}

ul.thumb-list .entry-meta span {
	background: none;
	padding: 0;
}

ul.thumb-list .comment a {
	color: #474747;
	text-decoration: none;
}
ul.thumb-list p.comment a {
	font-size:22px;
	font-weight:bold;
	color: #474747;
	text-decoration: none;
	line-height:1.5;
}
ul.thumb-list span.date {
	border-radius: 5px;
	background-color: #F50EE6;
	padding:0 10px;
	font-size:18px;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
}

/* Menu with Separators */

ul.sep-menu {
	/*border-bottom: 1px dotted #bfbfbf;*/
	margin-bottom: 20px;
}

ul.sep-menu li {
	border-bottom: 1px dotted #bfbfbf;
}

ul.sep-menu li > a:link, ul.sep-menu li > a:visited {
	display: block;
	padding: 5px;
	text-decoration: none;

}

ul.sep-menu li > a:hover, ul.sep-menu li > a:active, ul.sep-menu li.current > a {
	color: #474747;
	background-color: rgba(0,0,0,0.05);
	
}

/* Menu with Separators in Tabs */

.tabs ul.sep-menu {
	border-bottom: none;
	margin-bottom: 0;	
}

.tabs ul.sep-menu li:first-child {
	border-top: none;
	padding-top: 0;
}

.tabs ul.tags {
	margin: 0;	
}

/* Tags */

ul.tags {
	margin-bottom: 20px;
}

ul.tags li {
    float: left;
    margin: 0 5px 5px 0;
}

ul.tags a {
    display: block;
	text-decoration: none;
    padding: 3px 5px;
	color: #474747;
    background-color: #F7F7F7;
    border: 1px solid #ccc;
    border-radius: 3px;
	box-shadow: 0 1px rgba(255, 255, 255, 0.75) inset;
	-webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.75) inset;
}

/* 18 Page Title & Breadcrumbs
-------------------------------------------------------------------------------- */
#page-title {
	background: url(images/content-dotted-divider.png) repeat-x left bottom;
	padding-bottom: 20px;	
	margin-bottom: 40px;
}
#page-title h1{
	font-size:30px;
	font-weight:bold;
}

#breadcrumbs span, #breadcrumbs ul, #breadcrumbs ul li {
	display: inline;	
}

#breadcrumbs span {
	color: #888;	
}

/* 19 404 Error Page
-------------------------------------------------------------------------------- */
.error-page #page-title h1 {

	background: url(images/warning-48.png) no-repeat left center;
	padding: 8px 0 8px 58px;	
}

/* 20 Pagination
-------------------------------------------------------------------------------- */
.page-nav {	
	margin-bottom: 40px;
}

.page-nav > span {
	margin-right: 20px;
}

.page-nav ul, .page-nav li {
	display: inline-block;
}

.page-nav li, .page-nav > span {
	vertical-align: middle;
}

.page-nav li {
	margin-right: 5px;
}

.page-nav a, .page-nav a span {
	display: block;	
}

.page-nav a {
	line-height: normal;
	color: #fff !important;
	text-decoration: none !important;
	text-shadow: 0 1px rgba(0,0,0,0.4);
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	overflow: hidden; /* for rounded corners in IE9 */
}

.page-nav a span.inner {
	padding: 1px;
	border-radius: 3px;
	background: #434343; /* Old browsers */
	background: -moz-linear-gradient(top,  #434343 0%, #111111 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#434343), color-stop(100%,#111111)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #434343 0%,#111111 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #434343 0%,#111111 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #434343 0%,#111111 100%); /* IE10+ */
	background: linear-gradient(top,  #434343 0%,#111111 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#111111',GradientType=0 ); /* IE6-9 */	
}

.page-nav a span.text {
	border-radius: 3px;
	padding: 6px 10px;
	box-shadow: 0 1px #848484 inset;
	-webkit-box-shadow: 0 1px #848484 inset;
	background: #5e5e5e; /* Old browsers */
	background: -moz-linear-gradient(top,  #5e5e5e 0%, #2f2f2f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e5e5e), color-stop(100%,#2f2f2f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5e5e5e 0%,#2f2f2f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5e5e5e 0%,#2f2f2f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5e5e5e 0%,#2f2f2f 100%); /* IE10+ */
	background: linear-gradient(top,  #5e5e5e 0%,#2f2f2f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#2f2f2f',GradientType=0 ); /* IE6-9 */
}

.page-nav a:hover span.text {
	background: #2f2f2f; /* Old browsers */
	background: -moz-linear-gradient(top,  #2f2f2f 0%, #5e5e5e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f2f2f), color-stop(100%,#5e5e5e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2f2f2f 0%,#5e5e5e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2f2f2f 0%,#5e5e5e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2f2f2f 0%,#5e5e5e 100%); /* IE10+ */
	background: linear-gradient(top,  #2f2f2f 0%,#5e5e5e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f2f', endColorstr='#5e5e5e',GradientType=0 ); /* IE6-9 */
}

.page-nav li.current a {
	color: #474747 !important;
	text-shadow: 0 1px rgba(255,255,255,0.4);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	cursor: default;
}

.page-nav li.current a span.inner {
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #dddddd 0%, #939393 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#939393)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dddddd 0%,#939393 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dddddd 0%,#939393 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dddddd 0%,#939393 100%); /* IE10+ */
	background: linear-gradient(top,  #dddddd 0%,#939393 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#939393',GradientType=0 ); /* IE6-9 */	
}

.page-nav li.current a span.text {
	box-shadow: 0 1px #eaeaea inset;
	-webkit-box-shadow: 0 1px #eaeaea inset;
	background: #dcdcdc; /* Old browsers */
	background: -moz-linear-gradient(top,  #dcdcdc 0%, #bbbbbb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdcdc), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dcdcdc 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dcdcdc 0%,#bbbbbb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dcdcdc 0%,#bbbbbb 100%); /* IE10+ */
	background: linear-gradient(top,  #dcdcdc 0%,#bbbbbb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-9 */
}

.useronline{
	font-size:21px;
	margin-left:15px;
	font-weight:bold;
}


/* abouts */
.abouts {
	width:auto;
	margin-left:15px;
	margin-bottom:35px;
}
.abouts h2.oren{
	color:#F3940A;
	font-size:25px;
	font-weight:bold;
	background: url(images/icon/circle.gif) no-repeat left top 6px;
	padding-left: 15px;	
}
.abouts h2.bule{
	color:#2f6f93;
	font-size:25px;
	font-weight:bold;
	background: url(images/icon/icon_howtopay.gif) no-repeat left top 6px;
	padding-left: 15px;	
}
.abouts h2.green{
	color:#388115;
	font-size:25px;
	font-weight:bold;
	background: url(images/icon/green.gif) no-repeat left top 6px;
	padding-left: 15px;	
}
.abouts ul.oren li {
	background: url(images/icon/bullet-6.png) no-repeat left top 8px;
	padding-left: 15px;	
	margin-bottom: 5px;
	margin-left:20px;
}
.abouts ul.bule li {
	background: url(images/icon/bullets.png) no-repeat left top 8px;
	padding-left: 15px;	
	margin-bottom: 5px;
	margin-left:20px;
}
.abouts ul.green li {
	background: url(images/icon/bullet-5.png) no-repeat left top 8px;
	padding-left: 15px;	
	margin-bottom: 5px;
	margin-left:20px;
}

.abouts ul li > a {
	display: block;
}

.abouts ul li > a:visited {
	font-size: 22px;
	color: #000 !important;	
	text-decoration: none;
}

.abouts ul li > a:active {
	color: #2f6f93 !important;	
}
.abouts p{
	margin-left:25px;
}
.abouts img{
	margin-top:30px;
	margin-right:25px;
}


.news {
	margin-left:15px;
	margin-bottom:35px;
	padding:0;
	overflow:hidden;
}
.news img {
	width:98%;
	text-align:center;
	padding:0;
	overflow:hidden;
}
.news h2{ font-size:24px;
line-height:1.5;
font-weight:bold;
color:#000;
}
.news span.date {
	border-radius: 5px;
	background-color: #F50EE6;
	padding:0 10px;
	font-size:18px;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
}



/** .mainContent **/
.mainContent {
	float: right;
	width: 690px;
}
/** .sideBar **/
.sideBar {
	float: left;
	width: 240px;
	margin-right: 30px;
}
/** .sideArea **/
.sideArea {
	margin-bottom: 12px;
	border: 3px solid #ebebeb;
}
.sideArea.blue {
	margin-bottom: 20px;
	border: 3px solid #037cc4;
}
.sideArea .ttlBlock {
	padding: 10px;
	background-color: #ebebeb;
}
.sideArea.blue .ttlBlock {
	background-color: #037cc4;
}
.sideArea .ttlBlock .ttl {
	margin: 0;
	font-size: 1.067em;
	color: #38324c;
}
.sideArea.blue .ttlBlock .ttl {
	color: #fff;
}
.sideArea .ttlBlock .ttl.balloon {
	font-size:22px;
	font-weight:200;
	padding-left: 25px;
	background: url(images/icon/categor-ico.png) no-repeat 0 .25em;
}
.sideArea .ttlBlock .ttl.price {
	padding-left: 25px;
	background: url(/common/images/bg-icon-price-01.png) no-repeat 0 .15em;
}
.sideArea .ttlBlock .ttl.heart {
	padding-left: 20px;
	background: url(/common/images/bg-icon-heart-01.png) no-repeat 0 .25em;
}
.sideArea .ttlBlock .ttl.relevance {
	padding-left: 25px;
	background: url(/common/images/bg-icon-relevance-01.png) no-repeat 0 .25em;
}
.sideArea .ttlBlock .ttl.mail {
	padding-left: 20px;
	background: url(/common/images/bg-icon-mail-01.png) no-repeat 0 .4em;
}
.sideArea .bodyBlock {
	padding: 8px;
}
.sideArea .bodyBlock .listBox {
	padding: 10px 7px;
	background-color: #f4f3f3;
}
.sideArea .bodyBlock .listBox + .listBox {
	margin-top: 10px;
}
.sideArea .bodyBlock .listBox .btn {
	margin: -10px -7px;
}
.sideArea .bodyBlock .listBox .btn a {
	display: block;
	padding: 10px;
	background-color: #38324c;
	text-decoration: none;
	color: #fff;
	font-size:1.089em;
}
.sideArea .bodyBlock .listBox .btn a:hover {
	background-color: #4cbfa5;
}
.sideArea .bodyBlock .listBox .btn a:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 5px;
	background: url(images/icon/bg-icon-arrow-01.png) no-repeat -42px -7px;
	vertical-align: middle;
}
.sideArea .bodyBlock .listBox .btn + .list{
	margin-top: 20px;
}
.sideArea .bodyBlock .listBox .list {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: 1.022em;
}
.sideArea .bodyBlock .listBox .list {
	margin: 0;
	padding-left: 10px;
	list-style-type: none;
}
.sideArea .bodyBlock .listBox .list > li {
	margin-bottom: 10px;
}
.sideArea .bodyBlock .listBox .list > li:last-child {
	margin-bottom: 0;
}
.sideArea .bodyBlock .listBox .list > li a:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 7px;
	margin-right: 5px;
	background: url(images/icon/bg-icon-arrow-01.png) no-repeat 0 0;
}
.sideArea .bodyBlock .listBox .list > li.anchor a:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 5px;
	margin-right: 5px;
	background: url(images/icon/bg-icon-arrow-01.png) no-repeat -5px 0;
	
}
.sideArea .bodyBlock .listBox .list > li .list {
	margin-top: 10px;
	font-size: 1em;
}
.sideArea .bodyBlock .btnType1 {
	margin-bottom: 0;
}
.sideArea .bodyBlock .btnType1 li {
	display: inline-table;
	margin: 0 0 10px 0;
	vertical-align: top;
}
.sideArea .bodyBlock .btnType1 li:last-child {
	margin-bottom: 0;
}
.sideArea .bodyBlock .btnType1 li a.mail{
	padding-left: 30px;
}
.sideArea .bodyBlock .btnType1 li a.data{
	padding-left: 34px;
}
.sideArea .bodyBlock .btnType1 li a.data:before {
	margin-right: 13px;
}
.sideArea .bodyBlock .btnType1 li a.free{
	padding-left: 27px;
}
.sideArea .bodyBlock .btnType1 li a.free:before {
	margin-right: 6px;
}
.sideArea .bodyBlock .btnType1 li a {
	height: 44px;
	text-align: left;
	font-size: 14px;
}


/** clearfix **/
.row:after,
.cf:after {
	content: "";
	display: block;
	clear: both;
}
.row,
.cf { display: inline-table; }
* html .row,
* html .cf { height: 1%; }
.row,
.cf {
	zoom: 1;
	display: block;
}

/** 定義モジュール **/
dl.items {
	margin: 0 0 1em 0;
	padding-bottom: 10px;
	/*background: url(images/bg-img-item-01.png) repeat-x 0 100%;*/
}
dl.items dt {
	margin-bottom: 2px;
	font-weight: bold;
}
dl.items dd {
	margin: 0;
}
dl.itemDates {
	margin: 0 0 1em 0;
	padding-bottom: 10px;
	background: url(../images/bg-img-item-01.png) repeat-x 0 100%;
}
dl.itemDates dt {
	float: left;
}
dl.itemDates dd {
	margin-left: 10em;
}
/** リストモジュール **/
ul.items {
	margin: 0 0 1em 0;
	padding-left: 0;
	list-style-type: disc;
}
ul.items > li {
	margin: 10px 0 10px 1.5em;
	text-indent: 0;
	font-size: 1.2em;
}
ul.items > li:last-child {
	margin-bottom: 0;
}
ul.items ul,
ul.items ol {
	margin: 10px 0 0 0;
	font-size: 1em;
}
ol.items {
	margin: 0 0 1em 0;
	padding-left: 0;
	list-style-type: decimal;
}
ol.items > li {
	margin: 0 0 10px 2em;
	text-indent: 0;
}
ol.items > li:nth-child(n+10) {
	margin-left: 2.5em;
	text-indent: 0;
}
ol.items > li:last-child {
	margin-bottom: 0;
}
ol.items ul,
ol.items ol{
	margin: 10px 0 0 0;
	font-size: 1em;
}
ul.itemNotes {
	margin: 0 0 1em 0;
	padding-left: 0;
	list-style-type: none;
	font-size: .867em;
}
ul.itemNotes > li {
	margin-bottom: 20px;
	padding-left: 1.5em;
	text-indent: -1.5em;
	color: #6f6d6d;
}
ul.itemNotes > li:last-child {
	margin-bottom: 0;
}
ul.itemNotes > li:before {
	margin: 0 .25em;
	content: "※";
}
ul.itemNotes > li > span:first-child {
	margin: 0 .25em;
}
ul.itemNotes ul,
ul.itemNotes ol {
	margin: 0;
	font-size: 1em;
}
ol.itemNotes {
	margin: 0 0 1em 0;
	padding-left: 0;
	list-style-type: none;
	font-size: .867em;
}
ol.itemNotes > li {
	margin-bottom: 20px;
	padding-left: 2.1em;
	text-indent: -2.1em;
	counter-increment: num;
	color: #6f6d6d;
}
ol.itemNotes > li:last-child {
	margin-bottom: 0;
}
ol.itemNotes > li:before {
	margin: 0 .25em;
	content: "※" counter(num);
}
ol.itemNotes > li:nth-child(n+10) {
	padding-left: 2.75em;
	text-indent: -2.75em;
}
ol.itemNotes ul,
ol.itemNotes ol {
	margin: 0;
	font-size: 1em;
}

/** テキストモジュール **/
p.normal {
	margin: 0 0 1em 0;
}
p.addrassfooter {
	margin: 0 0 0.2em 0;
}
p.lead {
	margin: 0 0 1em 0;
	font-weight: bold;
}
p.itemNotes {
	margin: 0 0 1em 0;
	font-size: .8em;
	color: #6f6d6d;
}
span.higher {
	font-weight: bold;
	color: #000;
}
p.detailpro {
	margin: 0 0 0.5em 0;
	font-size:16px;
}

h2.ttlType3 {
	margin: 0 0 10px 0;
	font-size: 1.7em;
	color:#037cc4;
	border-bottom:2px solid #037cc4;
}
h2.ttlType3:before {
	content: "";
	display: inline-block;
	width: 29px;
	height: 26px;
	margin-right: 5px;
	background: url(images/icon-home01.png) no-repeat 0 0;
}
h2.ttlType4 {
	margin: 0 0 10px 0;
	font-size: 1.7em;
	color:#037cc4;
	border-bottom:2px solid #037cc4;
}
h2.ttlType4:before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 29px;
	margin-right: 5px;
	background: url(images/icon-home02.png) no-repeat 0 0;
}
h2.ttlType5 {
	margin: 0 0 10px 0;
	font-size: 1.7em;
	color:#037cc4;
	border-bottom:2px solid #037cc4;
	background: url(images/bg-ttheader.jpg) no-repeat top right;
	height:45px;
}
h2.ttlType5:before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 29px;
	margin-right: 5px;
	background: url(images/icon-home01.png) no-repeat 0 0;
}
h2.ttlType6 {
	margin: 0 0 10px 0;
	font-size: 1.7em;
	color:#037cc4;
	border-bottom:2px solid #037cc4;
}
h2.ttlType6:before {
	content: "";
	display: inline-block;
	width: 62px;
	height: 49px;
	margin-right: 5px;
	background: url(images/icon-map.png) no-repeat 0 0;
}
h2.ttlType7 {
	margin: 0 0 10px 0;
	font-size: 1.7em;
	color:#037cc4;
	border-bottom:2px solid #037cc4;
}
h2.ttlType7:before {
	content: "";
	display: inline-block;
	width: 45px;
	height: 45px;
	margin-right: 5px;
	background: url(images/icon-services.png) no-repeat 0 0;
}
h2.ttlType8 {
	margin: 0 0 10px 0;
	font-size: 1.7em;
	color:#037cc4;
	border-bottom:2px solid #037cc4;
}
h2.ttlType8:before {
	content: "";
	display: inline-block;
	width: 44px;
	height: 45px;
	margin-right: 5px;
	background: url(images/icon-contact01.png) no-repeat 0 0;
}
h2.ttlType9 {
	margin: 0 0 10px 0;
	font-size: 1.7em;
	color:#037cc4;
	border-bottom:2px solid #037cc4;
}
h2.ttlType9:before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-right: 5px;
	background: url(images/icon-products.png) no-repeat 0 0;
}
h2.ttlType10 {
	margin: 0 0 10px 0;
	font-size: 1.7em;
	color:#037cc4;
	border-bottom:2px solid #037cc4;
}
h2.ttlType10:before {
	content: "";
	display: inline-block;
	width: 38px;
	height: 39px;
	margin-right: 5px;
	background: url(images/icon-product.png) no-repeat 0 0;
}

.ttlTypepro {
	margin: 0 0 10px 0;
	font-size: 1.267em;
}
.ttlTypepro:before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 5px;
	background: url(images/icon/bg-icon-title-01.png) no-repeat 0 0;
}




/** ボタンモジュール **/
.btnType1 {
	margin: 0 0 1em 0;
	padding-left: 0;
}
.btnType1 li {
	display: inline-table;
	margin: 0 30px 20px 0;
	vertical-align: top;
}
.btnType1 li.max {
	width: 100%;
}
.btnType1 li a {
	display: table-cell;
	width: 220px;
	height: 34px;
	padding: 5px 10px;
	background-color: #38324c;
	box-shadow: 2px 2px 2px 0 rgba(0,0,0, .15);
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
.btnType1 li a.higher {
	background-color: #40b1df;
}
.btnType1 li a:before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 10px;
	background: url(images/icon/bg-icon-button-01.png) no-repeat 0 0;
	vertical-align: middle;
}
.btnType1 li a.higher.mail:before {
	width: 19px;
	height: 12px;
	background: url(images/icon/bg-icon-button-01.png) no-repeat -13px 0;
}
.btnType1 li a.higher.data:before {
	width: 14px;
	height: 17px;
	background: url(images/icon/bg-icon-button-01.png) no-repeat -32px 0;
}
.btnType1 li a.higher.free:before {
	width: 30px;
	height: 30px;
	background: url(images/icon/bg-icon-button-01.png) no-repeat -46px 0;
}
.btnType1 li a:hover {
	opacity: .6;
	-ms-filter: "alpha(opacity=60)";
}
.btnType1 li a > span {
	display: inline-block;
	vertical-align: middle;
}


div.row {
	clear: both;
	width: 103.91%;
	width: -webkit-calc(100% + 30px);
	width: calc(100% + 30px);
	margin: 0 0 30px -30px;
}
div.row .colIn {
	margin-left:50px;
	margin-right:20px;
}
.col1of3 {
	width: 32.80%;
}
.col2of3 {
	width: 66.66%;
}
.col1of4 {
	width: 24%;
}
.col2of4 {
	width: 50%;
}
.col3of4 {
	width: 75%;
}
.col3of3 {
	width: 44.44%;
}
.col4of4 {
	width: 55.55%;
}
.col1of3pro {
	width:33.33%;
}
.col1of3,
.col2of3,
.col1of4,
.col2of4,
.col3of4,
.col3of3,
.col4of4,
.col1of3pro  {
	float: left;
	zoom: 1;
}
img.imgL {
	float: left;
	margin: 0 30px 20px 0;
}
img.imgR {
	float: right;
	margin: 0 0 20px 30px;
}
img.imgLH {
	float: left;
	margin: 0 10px 10px 0;
	border:1px solid #F75806;
}
img.imgRH {
	float: right;
	margin: 0 0 10px 10px;
	border:1px solid #F75806;
}






/** margin **/
.mT0 { margin-top: 0 !important; }
.mT3 { margin-top: 3px !important; }
.mT5 { margin-top: 5px !important; }
.mT10 { margin-top: 10px !important; }
.mT20 { margin-top: 20px !important; }
.mT30 { margin-top: 30px !important; }
.mT40 { margin-top: 40px !important; }
.mT50 { margin-top: 50px !important; }
.mT1E { margin-top: 1em !important; }
.mL0 { margin-left: 0 !important; }
.mL3 { margin-left: 3px !important; }
.mL5 { margin-left: 5px !important; }
.mL10 { margin-left: 10px !important; }
.mL20 { margin-left: 20px !important; }
.mL30 { margin-left: 30px !important; }
.mL40 { margin-left: 40px !important; }
.mL50 { margin-left: 50px !important; }
.mL1E { margin-left: 1em !important; }
.mB0 { margin-bottom: 0 !important; }
.mB3 { margin-bottom: 3px !important; }
.mB5 { margin-bottom: 5px !important; }
.mB10 { margin-bottom: 10px !important; }
.mB20 { margin-bottom: 20px !important; }
.mB30 { margin-bottom: 30px !important; }
.mB40 { margin-bottom: 40px !important; }
.mB50 { margin-bottom: 50px !important; }
.mB1E { margin-bottom: 1em !important; }
.mR0 { margin-right: 0 !important; }
.mR3 { margin-right: 3px !important; }
.mR5 { margin-right: 5px !important; }
.mR10 { margin-right: 10px !important; }
.mR20 { margin-right: 20px !important; }
.mR30 { margin-right: 30px !important; }
.mR40 { margin-right: 40px !important; }
.mR50 { margin-right: 50px !important; }
.mR1E { margin-right: 1em !important;  }
/** font-size **/
.fz10 { font-size:10px !important; }
.fz11 { font-size:11px !important; }
.fz12 { font-size:12px !important; }
.fz13 { font-size:13px !important; }
.fz14 { font-size:14px !important; }
.fz15 { font-size:15px !important; }
.fz16 { font-size:16px !important; }
.fz17 { font-size:17px !important; }
.fz18 { font-size:18px !important; }
.fz19 { font-size:19px !important; }
.fz20 { font-size:20px !important; }
.fz21 { font-size:21px !important; }
.fz22 { font-size:22px !important; }
.fz23 { font-size:23px !important; }
.fz24 { font-size:24px !important; }
.fz25 { font-size:25px !important; }
.fz26 { font-size:26px !important; }
.fz27 { font-size:27px !important; }
.fz28 { font-size:28px !important; }
.fz29 { font-size:29px !important; }
.fz30 { font-size:30px !important; }
.fz31 { font-size:31px !important; }
.fz32 { font-size:32px !important; }
.fz33 { font-size:33px !important; }
.fz34 { font-size:34px !important; }
.fz35 { font-size:35px !important; }
.fz36 { font-size:36px !important; }
.fz37 { font-size:37px !important; }
.fz38 { font-size:38px !important; }
.fz39 { font-size:39px !important; }
.fz40 { font-size:40px !important; }
.fz41 { font-size:41px !important; }
.fz42 { font-size:42px !important; }
.fz43 { font-size:43px !important; }
.fz44 { font-size:44px !important; }
.fz45 { font-size:45px !important; }
.fz46 { font-size:46px !important; }
.fz47 { font-size:47px !important; }
.fz48 { font-size:48px !important; }
.fz49 { font-size:49px !important; }
.fz50 { font-size:50px !important; }
.fwB {font-weight: bold !important;}
.fwN {font-weight: normal !important;}
.tdU {text-decoration: underline !important;}
/** text-align **/
.txtAL { text-align: left !important; }
.txtAC { text-align: center !important; }
.txtAR { text-align: right !important; }
.vAT { vertical-align: top !important; }
/** vertical-align **/
.vAM { vertical-align: middle !important; }
.vAB { vertical-align: bottom !important; }
.ih {line-height:2em !important;}

.bgOrange{background-color:#fe9835 !important;color:#fff !important;}
.bgYellow{background-color:#E1F703 !important;color:#fff !important;}
.bgPurple{background-color:#8C0FD4 !important;color:#fff !important;}
.bgBlue{background-color:#05AAEF !important;color:#fff !important;}
.bgGreen{background-color:#05BF2C !important;color:#fff !important;}
.bgPink{background-color:#E913EF !important;color:#fff !important;}
.bgRed{background-color:#FD070B !important;color:#fff !important;}
.bgBrow{background-color:#4B3E3F !important;color:#fe9835 !important;}

.textblue{color:#007ac3 !important;}
.borderpro{border:1px solid #9C9999;}

