@charset "utf-8";
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, p, li, dd, dt	{
	font-style: normal;
	text-align:justify;
	text-justify:inter-ideograph;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6, p {
	font: 13px/1.231 "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	*font-size: small;
	*font: x-small;
}
img, abbr, acronym, fieldset	{
	border: 0;
	vertical-align: bottom;
}
img	{
		-ms-interpolation-mode: bicubic;
} 
strong {
	font-weight: normal;
}
li	{
	list-style-type: none;
}

/* ------------ Font Style */
body {
	font: 13px/1.231 "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	*font-size: small;
	*font: x-small;
	background-image: url(/wp-content/themes/lets-nns/image/common/bg.gif);
	background-repeat: repeat;
}
.clearfix {zoom:1;}
.clearfix:after {
    content: ""; 
    display: block; 
    clear: both;
}
.clearfix {overflow:hidden;}

.font10px	{ font-size: 77%; }
.font11px	{ font-size: 85%; }
.font12px	{ font-size: 93%; }
.font13px	{ font-size: 100%; }
.font14px	{ font-size: 108%; }
.font15px	{ font-size: 116%; }
.font16px	{ font-size: 123.1%; }
.font17px	{ font-size: 131%; }
.font18px	{ font-size: 138.5%; }
.font19px	{ font-size: 146.5%; }
.font20px	{ font-size: 153.9%; }

a:link		{ color: #060; }
a:visited	{ color: #060; }
a:active	{ color: #666; }
a:hover		{ color: #F90; }
/*ヘッダー*/
#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	height: 89px;
	position: relative;
}
#header .logo {
	padding-top: 13px;
	padding-left: 20px;
}
#header .telephone {
	position: absolute;
	left: 270px;
	top: 18px;
}
#header .provisional_menu {
	position: absolute;
	left: 750px;
	top: 30px;
}
#header .minibtn{
	background-color:#258a40;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:5px 21px;
	text-decoration:none;
}
#header .minibtn:hover {
	background-color:#5cbf2a;
}
#header .minibtn:active {
	position:relative;
	top:1px;
}
#header .menu {
	position: absolute;
	left: 663px;
	top: 7px;
}
#header .menu li {
	background-image: url(/wp-content/themes/lets-nns/image/header/mrk_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	display: inline;
	padding-right: 7px;
	padding-left: 10px;
	padding-top: 0px;
}
#header .menu li a:link {
	color: #000;
	text-decoration: none;
}
#header .menu li a:visited {
	color: #333;
	text-decoration: none;
}
#header .menu li a:active {
	color: #666;
	text-decoration: none;
}
#header .menu li a:hover {
	color: #F90;
	text-decoration: none;
}

#header .nav {
	position: absolute;
	left: 20px;
	top: 61px;
}
#header .nav li {
	float: left;
}

/*サイドバー*/
#sidebar .box .wbox .mall a:link,
#sidebar .box .wbox .info dd a:link {
	color: #000;
}
#sidebar .box .wbox .mall a:visited,
#sidebar .box .wbox .info dd a:visited {
	color: #333;
}
#sidebar .box .wbox .mall a:active,
#sidebar .box .wbox .info dd a:active {
	color: #666;
}
#sidebar .box .wbox .mall a:hover,
#sidebar .box .wbox .info dd a:hover {
	color: #F90;
}
#sidebar {
	width: 214px;
	float: left;
	margin-left: 13px;
}
#sidebar .box {
	background-image: url(/wp-content/themes/lets-nns/image/sidebar/sidebox_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 7px;
}
#sidebar .box .inner {
	background-image: url(/wp-content/themes/lets-nns/image/sidebar/sidebox_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 7px;
}
#sidebar .box .content {
	background-color: #E5E5E5;
	padding-right: 7px;
	padding-left: 7px;
}
#sidebar .box .bnr-mm {
	padding-bottom: 7px;
}
#sidebar .box .inq {
	background-image: url(/wp-content/themes/lets-nns/image/sidebar/inquiry_bg.gif);
	background-repeat: repeat-y;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #03682F;
}
#sidebar .box .inq .txt {
	font-size: 85%;
	padding: 8px;
}
#sidebar .box .inq .consult {
	text-align: center;
	padding-bottom: 5px;
}
#sidebar .box .bnr {
	padding-top: 7px;
}

#sidebar .box .inq .mail {
	text-align: center;
	padding-bottom: 10px;
}
#sidebar .box .wbox {
	background-color: #FFF;
	margin-top: 7px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 8px;
}
#sidebar .box .wbox .detail {
	background-image: url(/wp-content/themes/lets-nns/image/sidebar/bg_dot.gif);
	background-repeat: repeat;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar .box .wbox .book {
	padding-top: 10px;
	padding-bottom: 5px;
}
#sidebar .box .wbox .book .image {
	float: left;
	padding-right: 8px;
}
#sidebar .box .wbox .book dd h5 {
	font-size: 85%;
	background-image: url(/wp-content/themes/lets-nns/image/sidebar/mrk_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 5px;
	padding-bottom: 5px;
}
#sidebar .box .wbox .book dd h5 a:link {
	color: #060;
}
#sidebar .box .wbox .book dd h5 a:visited {
	color: #060;
}
#sidebar .box .wbox .book dd h5 a:active {
	color: #666;
}
#sidebar .box .wbox .book dd h5 a:hover {
	color: #F90;
}
#sidebar .box .wbox .book dd .txt {
	font-size: 85%;
}
#sidebar .box .wbox .book dd .btn-buy {
	font-size: 85%;
	text-align: center;
	padding-top: 5px;
	overflow: hidden;
	zoom: 1;
}
#sidebar .box .wbox .info {
	font-size: 93%;
	padding-top: 5px;
	padding-bottom: 0px;
	line-height: 150%;

}
#sidebar .box .wbox .info dt {
	background-image: url(/wp-content/themes/lets-nns/image/sidebar/mrk_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 5px 11px;
	padding-left: 13px;
	padding-top: 5px;
}
#sidebar .box .wbox .info dd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 11px;
}
#sidebar .box .wbox .info .end {
	border-bottom-style: none;
}

#sidebar .bnr-area {
	padding-top: 15px;
	padding-bottom: 8px;
}


#sidebar .bnr-area p {
	padding-bottom: 7px;
}
#footer {
	background-color: #FFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footer .pagetop {
	background-image: url(/wp-content/themes/lets-nns/image/common/pagetop_bg.gif);
	background-repeat: repeat-x;
	height: 25px;
	width: 940px;
	text-align: right;
	padding-right: 20px;
}
#footer .navi {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#footer .navi .box {
	background-image: url(/wp-content/themes/lets-nns/image/common/footer_sideline.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 150px;
	float: left;
	padding-top: 5px;
}
#footer .navi .box dt {
	font-size: 93%;
	background-image: url(/wp-content/themes/lets-nns/image/common/footer_arrow01.gif);
	background-repeat: no-repeat;
	background-position: 11px 1px;
	padding-left: 26px;
	font-weight: normal;
	padding-bottom: 3px;
	color: #000;
}
#footer .navi .box dd {
	font-size: 85%;
	background-image: url(/wp-content/themes/lets-nns/image/common/footer_arrow02.gif);
	background-repeat: no-repeat;
	background-position: 15px;
	padding-left: 22px;
	line-height: 180%;
}
#footer .navi .mobile-site {
	background-image: url(/wp-content/themes/lets-nns/image/common/footer_sideline.gif);
	background-repeat: repeat-y;
	background-position: left;
	float: left;
	padding-left: 20px;
	width: 150px;
	padding-bottom: 15px;
	padding-top: 5px;
}
#footer .navi .mobile-site h5 {
	font-size: 93%;
	text-align: center;
	font-weight: bold;
	padding-bottom: 5px;
}
#footer .navi .mobile-site .txt {
	font-size: 85%;
	text-align: left;
	padding-bottom: 10px;
}
#footer .navi .mobile-site .qr {
	text-align: center;
}
#footer .navi .box dt a:link, 
#footer .navi .box dd a:link {
	color: #000;
	text-decoration: none;
}
#footer .navi .box dt a:visited,
#footer .navi .box dd a:visited  {
	color: #333;
}
#footer .navi .box dt a:active,
#footer .navi .box dd a:active {
	color: #666;
}
#footer .navi .box dt a:hover,
#footer .navi .box dd a:hover {
	color: #F90;
}
#footer .copy {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDD;
	padding-right: 20px;
	padding-left: 20px;
	height: 56px;
	position: relative;
}
#footer .copy .logo {
	text-align: right;
	padding-top: 10px;
}
#footer .copy .txt {
	font-size: 77%;
	color: #AAA;
	position: absolute;
	top: 10px;
}
#footer .copy address {
	color: #AAA;
	font-size: 85%;
	padding-top: 3px;
}
#wrapper {
	background-color: #FFF;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 20px;
	padding-left: 20px;
}
#main-content {
	width: 693px;
	float: left;
}

#main-content p{ font-size:110% !important; line-height:160%; color:#333333;}

#topicPath {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	margin: 0px;
	font-size: 77%;
}
#topicPath li {
	display:inline;
	line-height:110%;
	list-style-type:none;
	padding-left: 3px;
}
#topicPath li a {
	padding-right:10px;
	background-image: url(/wp-content/themes/lets-nns/image/common/path.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #060;
	text-decoration: none;
}
#inq-bnr  {
	position: relative;
	margin-top: 0px;
}
#inq-bnr .name {
	font-size: 131%;
	font-weight: bolder;
	color: #666;
	position: absolute;
	top: 50px;
	left: 17px;
}
#inq-bnr .ad {
	font-size: 93%;
	color: #666;
	position: absolute;
	top: 78px;
	left: 28px;
}
#inq-bnr .ac {
	position: absolute;
	left: 29px;
	top: 100px;
	font-size: 93%;
}
#inq-bnr .ac .big {
	font-size: 153.9%;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
#inq-bnr .go  {
	position: absolute;
	left: 486px;
	top: 100px;
}
#inq-bnr .name2 {
	font-size: 131%;
	font-weight: bolder;
	color: #666;
	position: absolute;
	top: 130px;
	left: 17px;
}
#inq-bnr .ad2 {
	font-size: 93%;
	color: #666;
	position: absolute;
	top: 138px;
	left: 28px;
}
#inq-bnr .ac2 {
	position: absolute;
	left: 29px;
	top: 160px;
	font-size: 93%;
}
#inq-bnr .ac2 .big {
	font-size: 153.9%;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
#inq-bnr .go2  {
	position: absolute;
	left: 486px;
	top: 150px;
}
div.wp-pagenavi {
	color: #555;
	font-size: 85%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 25px;
	margin: 0em;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 0.4em 1em;
	margin: 0.25em;
	text-decoration: none;
	border: 1px solid #006600;
	color: #006600;
}
.wp-pagenavi a:visited {
	border: 1px solid #006600;
	color: #006600;
}
.wp-pagenavi a:hover {
	border: 1px solid #FF9900;
	color: #FF9900;
}
.wp-pagenavi a:active {
	border: 1px solid #FF9900;
	color: #FF9900;
}
.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
	padding: 0.4em 1em;
	margin: 0.25em;
	border: 1px solid #CCC;
}
.wp-pagenavi span.current {

    font-weight: bold;
}
#searchform {
	position: relative;
}
#s	{
	width: 160px;
	height: 16px;
	border: 1px solid #CCC;
	padding: 2px 2px 2px 26px;
	background-image: url(/wp-content/themes/lets-nns/image/common/search.png);
	background-repeat: no-repeat;
	background-position: 8px 3px;
}
#searchBtn	{
	position: absolute;
	top: 0;
	left: 195px;
}
#lecture-area h2{margin-bottom:20px;}
#lecture-area p{ margin-left:10px;}
#lecture-area .sub-ti{ font-size:18px; font-weight:bold; color:#003333; margin:10px 0;}

.iqfm-table{ width:600px; font-size:14px !Important; line-height:18px !Important;}
#inquiryform-1{ text-align:center;}
.iqfm-table tr, .iqfm-table td{ text-align:left;}
.iqfm-table .hissu {color:#FF0000;}

#inquiryform-9{
	margin-bottom: 30px;
		text-align: center;

}

#inquiryform-9 span{
	display: block;
}

#inquiryform-9 th{
	border-bottom: 1px #ccc solid;
	font-weight: normal;
}
#inquiryform-9 td{
	border-bottom: 1px #ccc solid;
}

#inquiryform-9 p{
	margin:10px auto;

}