@charset "utf-8";
/*======================================
	タグのスタイル
======================================*/

body {
	color: #333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 180%;
	letter-spacing: 0.1em;
}
p {
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
a {
	text-decoration: none;
	color: #003399;
}
a:hover {
	color: #3399CC;
}
h1 {
	padding: 0px;
	margin: 0px;
	font-size: 24px;
}
h2 {
	padding: 0px;
	font-size: 20px;
	margin: 0px;
}
h3 {
	font-size: 16px;
	margin: 0px 0px 10px;
	padding: 0px;
}
h4 {
	font-weight: normal;
	font-size: 16px;
	margin: 0px 0px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9ECFF;
	background-color: #F7FBFF;
	clear: both;
	padding: 10px;
}
h5 {
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 14px;
	clear: both;
}
h6 {
	padding: 0px;
	font-size: 12px;
	margin: 0px;
	font-weight: bold;
}
/*======================================
	テーブル初期化
======================================*/
table{
  border-collapse:collapse;
  border:none;
  border-spacing:0;
}
th,td{
	vertical-align:top;
	font-weight:normal;
	text-align:left;
}
caption{
  text-align:left;
} 

/*======================================
	リスト初期化
======================================*/
ul,ol,dl{
	list-style:disc url(none);
}
li{
	display:list-item;
	zoom:normal;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
ol li {
	margin-left: 25px;
	list-style-type: decimal;
	padding: 0px;
	margin-bottom: 10px;
}
/*======================================
	hr初期化
======================================*/
hr{
	height:0px;
	margin:20px 0;
	border-top:1px solid #999;
	border-right: none;
	border-bottom: none;
	border-left: none;
	clear: both;
}
* html hr{/* for -IE6 */
  margin:0;
}
*:first-child+html hr{/* for IE7 */
  margin:0;
}
/*======================================
	装飾で使用するスタイル
======================================*/
.txt10 {
	font-size: 10px;
	line-height: 150%;
}
.red-txt {
	color: #FF0000;
}
.photo-left, .attachment-medium {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.photo-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.photo-clear {
	clear: both;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.float-clear {
	clear: both;
}
.aline-left {
	text-align: left;
}
.aline-right {
	text-align: right;
}
.aline-center {
	text-align: center;
}
.pngfix {
	/*IE6でPNGを配置する時設定するクラス*/
}
.Hover {
	/*ロールオーバーを設定する時に指定するクラス*/
}
.fixHeight{
	/*高さを揃えたい時に指定するクラス*/
}
.fixHeightChildTitle{
	/*fixHeightで高さを揃え、その中の子要素も合わせる時に指定するクラス*/
}
.scroll {
	font-size: 10px;
	color: #FFF;
	cursor:pointer;
	margin-bottom: 10px;
}
.scroll:hover {
	color: #003399;
}
.new {
	color: #F00;
	font-size: 10px;
	font-weight: normal;
	margin-left: 10px;
}
#home {
	background-image: url(../basic-img/footer-level1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	color: #FFF;
	margin-bottom: 10px;
}
#home:hover {
	color: #003399;
}
footer {
	clear: both;
	width: 100%;
	background-color: #009DDE;
}
.img100 {
	height: auto;
	width: 100%;
}
address {
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
}
/*======================================
	.clrFix関係
======================================*/
.clrFix{
  overflow:hidden;
}
.clrFix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
* html .clrFix{
  zoom:1;/* for hasLayout */
  overflow:visible;
}
/*------------------------------------------------------------*/
/*プルダウンメニュー                                          */
/*------------------------------------------------------------*/

.jMenu{
	display:table;
	margin:0;
	padding:0;
	list-style:none;
	
}
.jMenu li{
	display:table-cell;
	margin:0;
	list-style:none;
	padding-top: 24px;
	padding-bottom: 17px;
	width: 150px;
	}
.jMenu li ul{
	display:none;
	position:absolute;
	z-index:9999;
	padding:0;
	margin:0;
	list-style:none;
	width:200px;
	}
.jMenu li ul li{
	background-color:#FFFFFF;
	display:block;
	padding:0;
	list-style:none;
	position:relative;
	margin:0;
	list-style:none;
	}
.jMenu li ul li a{
	padding:10px 15px;
	display:block;
	color:#666;
	text-transform:uppercase;
	cursor:pointer;
	font-size:12px;
	text-transform:none;
	display:block;
	border-bottom:1px solid #CCC;
	}
.jMenu li ul li a.isParent{
	background-color:#CCCCCC;
	}
.jMenu li ul li a:hover{
	background-color:#009DDE;
	border-bottom:1px solid #CCCCCC;
	color: #FFF;
	}

/*------------------------------------------------------------*/
/*       メディアクエリ                                       */
/*------------------------------------------------------------*/
@media only screen and (max-width:450px) and (orientation:portrait) {
#go-sp {
	text-align: left;
	padding: 10px;
	margin-bottom: 20px;
}
#go-sp a {
	padding: 10px 20px;
	background-color: #CCCCCC;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
	/*#global {
	width: 225px;
	}
	#navi-list,#sub-navi-area {
		margin: 0px auto;
		padding: 0px;
		//width: 433px;
	}
	#navi-list a {
		width: 148px;
		overflow: hidden;
		border: 1px solid #CCC;
		margin: 0px;
		padding: 5px;
	}
	#navi-list li {
		margin: 0px;
	}
	#sections-area {
		padding-right: 10px;
		padding-left: 10px;
	}
	#left-section2 {	}
	#right-section {	}
	#right-section2 {
		clear: both;
	}
	#cm-banner-area {
		display: none;			
	}
	#footer-section ul.footer-list,
	.hide-sumart {
		display: none;
	}
	#left-section2 #sub-navi li a{
		display: block;
		height: 50px;
		width: 150px;
		overflow: hidden;
	}
	#right-section2 {
		clear: both;
		padding-top: 20px;
	}
	#installation-navi {
		display: none;			
	}
	.installation-img {
		padding: 10px;
	}
	.suhedule-table td {
		margin: 0px;
		padding: 0px;
	}
	.suhedule-table th {
		margin: 0px;
		padding: 0px;
	}
	.post img{
		display: block;
		height: auto;
		width: 100%;
		max-width:450px;
	}
	//.list-level5 li {
		//width: 428px;
	//}
	.list-level5 li div.nailthumb-container {
		width: 280px;
	}
	h5 img {
		max-width:300px;
		height:auto;
		overflow:hidden;
	}
	#facebook {
		max-width:450px;
		height:300px;
	}
	#navi-list li ul {
		display:none;
	}
	.kahen {
	width:100%;
	height: auto;
	}*/
}
@media only screen and (min-width:451px)  {
	#go-sp {
		display:none;
	}
}
	#global {
		/*float: right;*/
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99;
		width: 225px;
	}
	#navi-area,hgroup {
		margin: 0px auto;
		padding: 0px;
		width: 900px;
	}
	#navi-list,#sub-navi-area {
		margin: 0px auto;
		padding: 0px;
		width: 900px;
	}
	#sections-area {
		margin-right: auto;
		margin-left: auto;
		width: 900px;
	}
	#left-section {
		width: 270px;
		float: left;
		margin-left: 15px;
	}
	#right-section {
		float: right;
		width: 600px;
	}
	#left-section2 #sub-navi {
		width: 170px;
	}
	#left-section2 {
		width: 170px;
		float: left;
	}
	#right-section2 {
		float: right;
		width: 710px;
	}
	#news-list li article {
		float: right;
		width: 470px;
	}
	#footer-section {
		width:880px
	}
	#installation-navi {
		background-image: url(../../installation/img/back-installation_navi.gif);
		background-repeat: no-repeat;
		background-position: 11px bottom;
	}
	.installation-img {
		padding: 300px 10px 10px;
		margin-bottom: 20px;
	}
	.suhedule-table td {
		margin: 0px;
		padding: 3px;
	}
	.suhedule-table th {
		margin: 0px;
		padding: 3px;
	}
	.suhedule-table th {
	white-space: normal;
	 }
	 .list-level5 li div.nailthumb-container {
		width: 688px;
	}
	#guidemap {
		float:right;
	}
	#facebook {
		width:600px;
		height:550px;
	}
	.pc-hide {
		display: none !important;
	}
/*------------------------------------------------------------*/
/*　　　　　　　　　レイアウト                                */
/*------------------------------------------------------------*/
#sections-area {
	margin-right: auto;
	margin-left: auto;
	_width:900px;
}
#navi-area {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	margin-bottom: 40px;
}
#navi-list {
	margin: 0px auto;
	padding: 0px;
	_width: 900px;
}
#navi-area #navi-list li {
	list-style-type: none;
	display: inline;
	float: left;
}
#navi-area #navi-list li a {
	display: block;
}
/*#navi-area #navi-list li a img {
	padding-top: 24px;
	padding-bottom: 17px;
}*/

#footer-section {
	_width:880px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
.footer-list {
	list-style-type:none;
	width:160px;
	float:left;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.footer-list li ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 20px;
}
.footer-list li   ul li{
	font-size: 10px;
	line-height: 120%;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;

}
.footer-list h6 a{
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 10px;
	display: block;
	text-decoration: none;
	background-image: url(../basic-img/footer-level1.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
}
.footer-list a ,#info-area a ,#info-area2 a{
	color: #FFF;
	text-decoration: underline;
	background-image: url(../basic-img/footer-level2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
.footer-list a:hover ,#info-area a:hover ,#info-area2 a:hover{
	color: #003399;
}
#info-area,#info-area2 {
	font-size: 10px;
	color: #FFF;
	line-height: 140%;
}
#info-area p a,#info-area2 p a {
	margin-right: 10px;
}
#group-list {
	margin: 0px 0px 0px -6px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
}
#group-list li {
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 6px;
	padding: 0px;
	display: inline;
	float: left;
	width: 120px;
	margin-top: 0px;
	margin-right: 0px;
}
#group-list li a {
	color: #FFF;
	display: block;
	text-align: center;
	border: 1px solid #FFF;
	padding: 3px;
}
#group-list li a:hover {
	background-color: #003399;
}
#footer-section small {
	color: #FFF;
	text-align: right;
	display: block;
	clear: both;
}
/*--------------------------------------------------*/
/*　上下入替え処理                                  */
/*--------------------------------------------------*/
/*@media only screen and (max-width:450px) and (orientation:portrait) {
	#sections-area {
		display:table;
		margin-top: 20px;
		margin-bottom: 20px;
		//width: 100%;
	}
	#left-section {display:table-row-group;}
	#right-section {display:table-header-group;}
}*/
/*----------------------------------------------------*/


.wp-pagenavi {
	text-align: center;
	padding-bottom: 20px;
}
.wp-pagenavi .pages {
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
}
.wp-pagenavi .current {
	border: 1px solid #CCC;
	padding: 3px;
	color: #FFF;
	background-color: #009DDE;
	margin-right: 5px;
}
.wp-pagenavi a {
	border: 1px solid #CCC;
	background-color: #F2F2F2;
	padding: 3px;
	margin-right: 5px;
}
