/* 

Think - CSS File

*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) */
@font-face {
	font-family: 'OpenSansLight';
	src: url('../fonts/OpenSans-Light-webfont.eot');
	src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Light-webfont.woff') format('woff'),  url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),  url('../fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansRegular';
	src: url('../fonts/OpenSans-Regular-webfont.eot');
	src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),  url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),  url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansItalic';
	src: url('../fonts/OpenSans-Italic-webfont.eot');
	src: url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Italic-webfont.woff') format('woff'),  url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'),  url('../fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansSemibold';
	src: url('../fonts/OpenSans-Semibold-webfont.eot');
	src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),  url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),  url('../fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansBold';
	src: url('../fonts/OpenSans-Bold-webfont.eot');
	src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),  url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),  url('../fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* #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, 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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
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;
}
/*============================================ GLOBAL  =================================================*/
body {
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Verdana, "MS PGothic", "ＭＳ　Ｐゴシック", sans-serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	line-height: 20px;
}
* {
	margin: 0;
	padding: 0;
}
*:focus {
	outline: none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
	display: table-row-group;
	text-align: left;
	vertical-align: middle;
	border-color: inherit;
}
form {
	margin: 0;
	padding: 0;
}
hr {
	border-width: 0;
	height: 1px;
	line-height: 0;
	margin: 30px 0px 30px 0px;
	page-break-after: always;
	text-align: center;
	width: 100%;
	clear: both;
}
/*** END OF GLOBAL  ***/


/*============================================ DEFAULT ELEMENT STYLES  =================================================*/
/* heading */
h1, h2, h3 {
	margin-bottom: 20px;
}
h4, h5, h6 {
	margin-bottom: 18px;
}
h1 {
	font-size: 32px;
	line-height: 34px
}
h2 {
	font-size: 26px;
	line-height: 28px
}
h3 {
	font-size: 18px;
	line-height: 20px
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: normal;
	font-family: 'OpenSansLight', Arial;
}
.titleRegular {
	font-family: 'OpenSansRegular', Arial;
	margin-bottom: 3em;

}
.titleSemibold {
	font-family: 'OpenSansSemibold', Arial;
}
.titleBold {
	font-family: 'OpenSansBold', Arial;
}
.titleSection {
	margin-bottom: 30px;
}
.pagetitle {
	font-family: 'OpenSansBold', Arial;
	font-stretch: normal;
	font-size: 26px;
	margin-bottom: 22px
}
/* links */
a, a:visited {
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none
}
/* float align */
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 3px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 5px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignnone, img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
}
img.alignleft, img.alignright, img.aligncenter, img.alignnone {
	margin-bottom: 12px;
}
/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	margin-bottom: 20px;
}
ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ul li {
	padding-bottom: 10px;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 2.2em;
}
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;
}
blockquote {
	background-image: url("../images/quote.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	clear: both;
	font-size: 16px;
	font-style: italic;
	line-height: 25px;
	margin: 0 0 20px 0;
	padding: 0 10px 0 50px;
	font-family: 'Cuprum', Arial;
}
blockquote.left, blockquote.right {
	float: right;
	letter-spacing: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 0px;
	padding: 0px 20px 10px 60px;
	width: 43%;
	background-position: 0px 0px;
}
blockquote.left {
	float: left;
	margin-left: 0px;
	margin-right: 20px;
}
blockquote p {
	margin-bottom: 0px;
}
/* code */
code {
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Verdana, "MS PGothic", "ＭＳ　Ｐゴシック", sans-serif;
	letter-spacing: 1px;
	margin: 25px 0 25px 0px;
	display: block;
	font-size: 0.9em;
	padding: 15px 10px;
}
/*** END OF DEFAULT ELEMENT STYLES ***/


/*============================================ CONTAINER  =================================================*/
#bodychild {
	width: 100%;
	margin: 0;
}
#outercontainer {
	width: 100%;
	margin: 0;
	padding: 0;
}
#outerheader, #outerslider, #outerbeforecontent, #outermain, #outerfootersidebar, #outerfooter {
	width: 100%;
	margin: 0 auto
}
/* CONTENT */
#outermain {
	padding: 58px 0 60px 0;
}
#outermain.inner {
	padding: 30px 0 60px 0;
}
#maincontent {
}
#content {
	float: left;
}
#content.positionright {
	float: right;
	background: url(../images/sidebar-separator2.png) no-repeat top left
}
#content.positionleft {
	float: left;
	background: url(../images/sidebar-separator.png) no-repeat top right
}
.padcontent {
	padding-right: 8.6%;
}
#content.positionright .padcontent {
	padding-left: 8.6%;
	padding-right: 0
}
/* SIDEBAR */
#sidebar {
	float: left;
}
#sidebar.positionleft {
	float: left;
}
#sidebar.positionright {
	float: right;
}
/* FOOTER SIDEBAR */
#outerfootersidebar {
}
/*** END CONTAINER ***/

/*** HEADER ***/
#top {
}
#logo {
	float: left
}
#headerright {
	float: left;
	padding: 40px 0 0 0
}
#headerright #searchform {
	float: right;
	padding: 0;
	margin: 0;
}
#headerright input {
	border: 0;
}
#headerright .search input#s {
	width: auto;
	padding: 8px 10px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-khtml-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	border: solid 1px;
	border-width: 1px 0px 1px 1px;
	margin: 0;
	line-height: 17px;
	vertical-align: middle;
}
#headerright input[type="submit"] {
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Verdana, "MS PGothic", "ＭＳ　Ｐゴシック", sans-serif;
	text-transform: capitalize;
	padding: 7px 10px 8px 10px;
	-moz-border-radius: 0 3px 3px 0px;
	-webkit-border-radius: 0 3px 3px 0px;
	-khtml-border-radius: 0 3px 3px 0px;
	border-radius: 0 3px 3px 0px;
	margin-left: -3px;
	line-height: normal;
	vertical-align: top;
}

/* firefox only */
@-moz-document url-prefix() {
 #headerright input[type="submit"] {
 padding:7px 10px 6px 10px;
}
}
/* TOP MENU */
#navigation {
	position: relative;
	z-index: 200;
	margin: 0;
	padding: 0px;
	background: url(../images/bg-navigation.png) no-repeat;
	height: 50px;
}
/* Nav Menu */
#topnav {
	margin: 0;
	list-style-type: none;
	overflow: visible;
	position: relative;
	padding: 0 0 0 1px;
	border-radius: 10px;
}
.sf-menu a {
	text-decoration: none;
	display: block;
	position: relative;
	padding: 15px 0 16px 0;
	text-transform: uppercase;
}
.sf-menu li:first-child a {
	/* style for first menu item */
	border-top-left-radius: 6px;
	border-bottom-left-radius: 5px;
}
.sf-menu li:last-child a {
	/* style for last menu item */
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
}
.sf-menu > li {
	padding-left: 1px;
	position: relative;
	z-index: 10;
	width: 155px;
	width: 154.42px\9; /* IE8 and below */
	text-align: center
}
.sf-menu > li:last-child {
	width: 152px;
}
.sf-menu > li:first-child {
	padding-left: 0;
}
.sf-menu > li:before {
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
/* Drop down menu */
.sf-menu ul a:hover {
}
.sf-menu li li {
	text-align: left;
	line-height: 20px;
	margin: 0;
}
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 18px;
}
.sf-menu {
	line-height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	float: left;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 12em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
	margin: 0;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0px;
	top: 2.9em; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 12em; /* match ul width */
	top: -1px;
	margin-left: 0px;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 12em; /* match ul width */
	top: -1px;
}
.sf-menu ul li a {
	padding: 12px 25px!important;
	font-size: 14px;
	text-transform: capitalize;
}
.sf-menu li ul {
	padding: 0px 0px;
}
.sf-menu a.sf-with-ul {
	padding-right: 0px;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 10px;
	top: 1.05em; /* IE6 only */
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
}
.sf-menu ul {
	border: 0px;
}
.sf-menu li li {
}
.sf-menu > li li:before {
	content: "";
	display: block;
}
.sf-menu > li li:first-child:before {
	border: 0;
}
/* dropdown mobile */
#menu-icon {
	display: none; /* hide menu icon initially */
}
/*============================================ SLIDER   =================================================*/
#slidercontainer {
	padding-bottom: 20px;
}
#slider {
	position: relative;
}
/*============================================ BEFORE CONTENT  =================================================*/
#outerbeforecontent {
	text-align: center;
	padding: 33px 0 40px 0
}
#beforecontent h1 {
	font-size: 28px;
	margin: 0 0 0 0
}
/*============================================ CONTENT  =================================================*/
.indentleft {
	overflow: hidden;
}
.margin_bottomoff {
	margin-bottom: 0 !important;
}
.marginsmall {
	margin-bottom: 6px;
}
.marginmiddle {
	margin-bottom: 12px;
}
.marginlarge {
	margin-bottom: 30px;
}
.center {
	text-align: center;
}
.highlight-content {
	clear: both;
	padding: 26px 0;
	text-align: center;
	margin-bottom: 20px
}
.highlight-content h1 {
	margin: 0 0 10px 0;
	font-size: 28px
}
.customtext {
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Verdana, "MS PGothic", "ＭＳ　Ｐゴシック", sans-serif,'OpenSansRegular';
}
/*=== List ===*/
.row-list {
	list-style-type: none;
	padding: 0;
	margin: 0
}
.row-list li {
	padding: 0;
	margin: 0 0 25px 0
}
.row-list .circle {
	margin-top: 3px;
}
.listSquareSmall {
	list-style-type: square;
	padding: 0;
	list-style-position: inside;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
.listSquareSmall li {
	padding: 3px 0;
	margin: 0 0 0 0;
	font-size: 8px;
}
.listSquareSmall li a {
	font-size: 10px;
}
.listColumn {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.listColumn li {
}
.listNolist {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Verdana, "MS PGothic", "ＭＳ　Ｐゴシック", sans-serif,'OpenSansRegular';
}
.listNolist li {
	font-size: 13px
}
/* list in contact area */
.noList {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.noList li {
	clear: both
}
.txtleft {
	float: left
}
.txtright {
	float: right
}
.btn {
	border: 0px outset;
	padding: 9px 20px 10px 20px;
	cursor: pointer;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Verdana, "MS PGothic", "ＭＳ　Ｐゴシック", sans-serif,'OpenSansRegular';
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background-color: #2E2A3B;
}
.btnAsk-prim:hover, .btnAsk-prim:focus {
	background-color: #2175d9;
	border-color: #2175d9;
	color: #fff;
	text-decoration: none;
}

.btnAsk:focus, input.btnAsk:focus {
	opacity: .8;
	outline: 0;
}
.btnAsk, .btnAsk:link, .btnAsk:visited, .btnAsk:active {
	height: 60px;
	line-height: 58px;
	padding: 0 30px;
}
.btnAsk, .btnAsk:link, .btnAsk:visited, .btnAsk:active {
	border: 1px solid #2175d9;
	border-radius: 3px;
	cursor: pointer;
	font-size: 18px;
	max-width: 100%;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	transition: all .2s ease-out;
	white-space: nowrap;
}
.btnAsk {
	overflow: hidden;
	display: table !important;
	max-width: 100%;
	height: 35px;
	padding: 0 30px;
	line-heig1010116700ht: 35px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}
/*=== Circle ===*/
.circle {
	display: block;
	font-size: 19px;
	line-height: 35px;
	width: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	-khtml-border-radius: 35px;
	border-radius: 35px;
	text-align: center;
	margin: 0 15px 0 0;
	font-family: 'OpenSansSemibold', Arial;
}
/*=== Images ===*/
img.scale-with-grid {
	max-width: 100%;
	height: auto;
}
.imgborder {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 6px;
	max-width: 95%;
	display: block;
}
.shadowBottom {
	background: url(../images/shadow-small.gif) no-repeat center bottom;
	padding-bottom: 5px;
}
.shadowBottom.extrasmall {
	background: url(../images/shadow-extrasmall.gif) no-repeat center bottom;
	padding-bottom: 6px;
}
/*=== Form & Button ===*/
form {
	margin: 0;
	padding: 0;
}
input[type="text"], textarea, input[type="password"], select {
	font-size: 12px;
	padding: 7px 5px;
	font-size: 11px;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Verdana, "MS PGothic", "ＭＳ　Ｐゴシック", sans-serif,'OpenSansRegular';
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
textarea {
	width: 90%;
}
textarea:focus {
	outline: 0;
}
.button, .button:visited, button {
	border: 0px;
	padding: 9px 20px 10px 20px;
	cursor: pointer;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Verdana, "MS PGothic", "ＭＳ　Ｐゴシック", sans-serif,'OpenSans', Arial;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.button:hover, button:hover {
	text-decoration: none;
}
.button.mini {
	font-size: 12px;
	padding: 6px 15px 7px 15px;
}
.button.small {
	font-size: 12px;
}
.button.large {
	font-size: 15px;
	line-height: 15px;
	padding: 9px 25px 10px 25px;
}
.formmini {
	font-size: 12px;
	padding: 6px 15px 7px 15px;
}
/*=== Separator ===*/
.separator {
	display: block;
	height: 32px;
	padding: 0 0;
	text-align: center;
	width: 100%;
	clear: both;
}
.separator.line {
	padding: 30px 0;
	margin-bottom: 20px;
	background: url(../images/separator.png) no-repeat center center
}
/*=== Dropcaps ===*/
.dropcap1 {
	display: block;
	float: left;
	font-size: 35px;
	line-height: 35px;
	margin: 2px 8px 0 0;
}
.dropcap2 {
	display: block;
	float: left;
	font-size: 35px;
	line-height: 45px;
	width: 47px;
	-moz-border-radius: 47px;
	-webkit-border-radius: 47px;
	-khtml-border-radius: 47px;
	border-radius: 47px;
	float: left;
	text-align: center;
	margin: 8px 15px 0 0;
	padding-top: 3px;
}
.dropcap3 {
	display: block;
	float: left;
	font-size: 35px;
	line-height: 40px;
	width: 47px;
	height: 40px;
	text-align: center;
	margin: 6px 8px 0 0;
	padding: 5px 0
}
/*== Highlight ==*/
.highlight1 {
	padding: 2px 5px;
}
.highlight2 {
	padding: 2px 5px;
}
/*=== Pullquotes ===*/
.pullquote-right, .pullquote-left {
	padding: 0px 10px 0px 50px;
	background-image: url(../images/quote.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	font-style: italic;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 22px;
	margin: 0px 2px 20px 20px;
	width: 50%;
	font-family: 'Cuprum', Arial;
}
.pullquote-left {
	float: left;
	margin-left: 2px;
	margin-right: 20px;
}
/*==== Tabs ====*/
.tabcontainer {
	margin: 0;
}
ul.tabs {
	margin: 0;
	margin-bottom: -1px;
	padding: 0 0 2px 0;
	list-style: none;
	height: 25px;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0 0;
	padding: 0 15px;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
}
ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 0px;
	outline: none;
	font-family: 'Cuprum', Arial;
}
.tab-content {
	padding: 20px 0;
}
ul.tabs li:hover {
}
#tab-body {
	padding: 0 20px;
}
/*==== jQuery Toggles ====*/
#toggle {
	border: 0px
}
h2.trigger {
	padding: 10px 0px;
	margin: 0 0 0 0;
	font-size: 14px;
	font-weight: normal;
}
h2.trigger span {
	text-decoration: none;
	display: block;
	height: 23px;
	background: url(../images/arrow-left.png) no-repeat 0 0px;
	padding-left: 30px;
	cursor: pointer;
	line-height: 24px;
}
h2.active span {
	background: url(../images/arrow-down.png) no-repeat 0 0px;
}
h2.active {
	background: transparent;
	border-bottom: 0;
}
.toggle_container {
	margin: 0 0 0 0;
	padding: 0px 0px;
	overflow: hidden;
	clear: both;
}
.toggle_container .block {
	padding: 0px 0px 0px 30px;
}
.toggle_container .block p {
	padding: 0px;
	margin: 0px;
}
/*============================================ SIDEBAR  =================================================*/
.widget-title {
	font-size: 16px;
	padding: 0;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Verdana, "MS PGothic", "ＭＳ　Ｐゴシック", sans-serif,'OpenSansBold', Arial;
}
#sidebar ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar .widget-container {
	margin-bottom: 40px;
	padding: 40px 0 0 0;
}
#sidebar .widget-container:first-child {
	padding: 0;
	border: 0
}
#sidebar li li {
	list-style-type: none;
	margin: 0 0 4px 0;
	padding: 0 0 3px 0;
}
#sidebar li li a {
}
#sidebar li li a:hover, #sidebar li li a.active {
	text-decoration: none;
}
#sidebar .textwidget p {
	margin-bottom: 0px;
}
/* Recent post widget */
.rp-widget li {
	padding-bottom: 10px;
	margin-bottom: 0px;
	clear: left
}
.rp-widget img {
	padding: 4px;
}
.rp-widget li h3 {
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Verdana, "MS PGothic", "ＭＳ　Ｐゴシック", sans-serif,'OpenSansRegular',arial;
	margin-bottom: 8px
}
.rp-widget li .smalldate {
	font-size: 11px;
	display: block;
	font-style: italic;
	background: url(../images/icons/cal.png) no-repeat;
	overflow: hidden;
	padding: 0 0 0 20px
}

.rp-widget li .smalltravel{
	font-size: 11px;
	display: block;
	font-style: italic;
	background: url(../images/icons/dq.png) no-repeat;
	overflow: hidden;
	padding: 0 0 0 20px
}

/*============================================ FOOTER SIDEBAR  =================================================*/
#outerfootersidebar {
	padding: 36px 0;
}
#footersidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footersidebar li.widget-container {
	list-style-type: none;
	margin: 0 0 40px 0;
	padding: 0;
	border: 0px;
}
#footersidebar .widget-title {
	font-size: 16px;
	line-height: 16px;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Verdana, "MS PGothic", "ＭＳ　Ｐゴシック", sans-serif,'OpenSansRegular';
	padding: 0 0 20px 0;
	margin-bottom: 5px;
	background: url(../images/line_foot.gif) repeat-x left bottom;
}
#footersidebar li li {
	padding: 0 0 3px 14px;
	margin: 0 0 3px 0;
	background: url(../images/list-circle.png) no-repeat 0px 7px
}
#footersidebar li a {
	padding: 0px;
	margin: 0px;
}
#footersidebar li a:hover {
	text-decoration: none;
}
/* Newsletter */
#newsletter input[type="text"] {
	vertical-align: top;
	width: 75%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 8px;
	margin-bottom: 14px
}
#newsletter input[type="submit"] {
	text-transform: capitalize;
	padding: 6px 15px 8px 15px;
	font-size: 12px;
	display: block
}
#line-sep-footer {
	background: url(../images/line_foot.gif) repeat-x;
	height: 2px;
	clear: both;
	margin-bottom: 30px
}
/* Twitter */
#tweets {
	background: url(../images/tweet.png) no-repeat left top;
	padding-left: 40px
}
.tweetList {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-style: italic;
	font-size: 13px
}
.tweetList, .tweetList li a {
	font-weight: bold;
}
.tweetList li, .tweetList p {
	padding: 0;
	margin: 0;
}
/*============================================ FOOTER  =================================================*/
#footercontainer {
	position: relative;
}
#footer {
	padding: 18px 0px 18px 0;
}
#footer {
	font-size: 12px;
}
#footer a, #footer a:visited {
}
#toTop {
	position: absolute; /* this is the magic */
	top: 18px;
	right: 0;
	cursor: pointer;
	display: none;
	font-size: 12px;
}
div.navFooterLine {
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Verdana, "MS PGothic", "ＭＳ　Ｐゴシック", sans-serif,'OpenSansRegular',arial;
	color: #767676;
	font-size: 11px;
	text-align: center;
	line-height: 18px;
	white-space: nowrap
}
.icp-button {
	display: inline-block!important;
	border: 1px solid #848688;
	border-radius: 3px;
	padding: 6px 18px 6px 8px;
	font-size: 18px;
	margin-right: 4px
}
.navLeftFooter .icp-button-globe {
	background-position: -1px -1px
}
.navLeftFooter .icp-button-globe-2 {
	background-position: -77px -24px
}
.a-popover-trigger.a-declarative i {
	margin-left: 0!important
}
.icp-nav-globe-img-2 {
	position: relative;
	top: 15px;
	left: 24px;
	background: url(../images/contury.png);
	background-position: -77px -24px;
	display: inline-block;
	width: 14px;
	height: 14px
}
.icp-button-globe-2 {
	width: 16px;
	height: 12px;
	background-position: -1px -84px;
	top: 2px;
	left: 0
}
.nav-arrow.icp-up-down-arrow {
	background: url(../images/contury.png);
	width: 12px;
	height: 12px;
	background-position: -77px -80px;
	position: relative;
	left: 12px
}
.icp-button-globe {
	width: 15px;
	height: 15px;
	background-position: -1px -28px;
	top: 2px;
	left: 0
}
.icp-flag-3 {
	width: 18px;
	position: relative;
	top: 2px;
	margin-right: .8em;
	display: inline-block;
	height: 12px;
	margin: 0 .6em;
	background-image: url(../images/contury.png)
}
.icp-container .icp-flag, .icp-container .icp-flag-2, .icp-container .icp-flag-3, .icp-container-mobile .icp-flag-2, .icp-container-mobile .icp-flag-3 {
	margin: 0 .5em;
	top: 2px
}
.icp-container-desktop .icp-flag-2, .icp-container-desktop .icp-flag-3 {
	margin: 3px 0 0;
	top: 1px
}
.icp-flag-3.icp-flag-3-jp {
	background-position: -18px -96px
}
#navFooter .icp-container :active .icp-color-base, #navFooter .icp-container :hover .icp-color-base, #navFooter .icp-container-desktop :active .icp-color-base, #navFooter .icp-container-desktop :hover .icp-color-base {
	color: #111
}
.icp-color-base {
	color: #fff
}

.fNavi li {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.fNavi li.widget_nav_menu:last-child {
	border-bottom: none;
}
.fNavi li a.current,  .fNavi ul li a.parent,  .fNavi ul li ul {
	background: #2c323c;
}
.fNavi li.widget_nav_menu:last-child {
	border-bottom: none;
}
#sidebar .widget li {
	padding-left: 1.5em;
	list-style-position: outside;
	list-style-type: disc;
}

.abouttext {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Verdana, "MS PGothic", "ＭＳ　Ｐゴシック", sans-serif;
	letter-spacing: 0.6px;
	line-height: 2em;
	margin-right: 0;
	margin-top: -3em;
	margin-left: -0.6em;
	margin-bottom: 25px;
	display: block;
	font-size: 1.3em;
	padding: 15px 10px;
}

.abouttext h1{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Verdana, "MS PGothic", "ＭＳ　Ｐゴシック", sans-serif;
	letter-spacing: 2px;
	
	margin: 25px 0 10px 0em;	
}
