@charset "utf-8";

/*基本文字スタイル*/
body {
	color:#333;
	line-height:1;
	font-size:14px;
	font-family: "メイリオ", Meiryo, Verdana, Arial, sans-serif;
	-webkit-text-size-adjust: 100%; /* フォントサイズ自動調整OFF */
}

/*基本段落スタイル*/
p {
	line-height:1.7;
	margin: 0 0  1em 0;
}

/*全体構造
---------------------------------------*/

/*ヘッダー部分
---------------------------------------*/

header {
	background:url(../img/common/h_bg.jpg) 0px 0px repeat-x;
	height:190px;
	margin-bottom:20px;
}

#hWrapper {
	width:1020px;
	margin:0 auto;
}

h1 {
	color:#fff;
	line-height:18px;
	font-size:12px;
	float:left;
}

#h_sub_menu {
	float:right;
	border:#F5AA01 1px solid;
	border-radius:0 0 5px 5px;
	background:#FFF;
}

#h_sub_menu ul li {
	background:url(../img/common/h_sub_menu_icon.jpg)0px 6px no-repeat;
	font-size:12px;
	padding-left:10px;
	float:left;
	line-height:20px;
}

	#h_sub_menu ul li.s_m01 {
		padding-right:10px;
		border-right:#F5AA01 1px solid;
		margin-left:10px;
	}

	#h_sub_menu ul li.s_m02 {
		margin-left:10px;
		margin-right:10px;
	}

#hLogo {
	float:left;
}

#hContact {
	float:right;
}

nav ul li {
	float:left;
}

/*フッター部分
---------------------------------------*/

footer {
	background:#F5AA00;
	clear:both;
	overflow:hidden;
}

#fWrapper {
	margin:0 auto 20px auto;
	width:1020px;
	overflow:hidden;
}

.fLogo_area {
	float:left;
	margin-top:20px;
}

.fLogo_area p {
	color:#fff;
}

.copy {
	clear:both;
	color:#fff;
	text-align:center;
	margin-bottom:0px !important;
}

.fMenu_area {
	float:right;
	margin-top:10px;
}

.fMenu_area ul li {
	background:url(../img/common/f_menu_icon.jpg) 0px 7px no-repeat;
	color:#fff;
	padding-left:15px;
	line-height:1.8;
}

/*フッターリンク
---------------------------------------*/
.fMenu_area ul li a:link    { color:#fff; text-decoration:none;}
.fMenu_area ul li a:visited { color:#fff; text-decoration:none;}
.fMenu_area ul li a:hover   { color:#FF9; text-decoration:none;}
.fMenu_area ul li a:active  { color:#FF9; text-decoration:none;}

#pagetop{
	position:fixed;
	right:20px;
	bottom:20px;
}
#pagetop:hover{
	bottom:25px;
	transition: bottom 0.3s ease;
}
	#pagetop a img{opacity:.5}
	#pagetop a:hover img{
		opacity:1;
		transition: opacity 0.3s ease;
	}


/*基本コンテンツ
---------------------------------------*/

#container {
	margin:0 auto 60px auto;
	width:1020px;
	overflow:hidden;
}

.columnLeft {
	float:left;
	width:760px;
	margin-right:20px;
}

.columnRight {
	float:left;
	width:240px;
}

h2 {
	margin-bottom:10px;
}

h3 {
	background:url(../img/common/content_ttl_bar.jpg) no-repeat;
	padding-left:30px;
	width:730px;
	height:32px;
	font-size:18px;
	font-weight:bold;
	padding-top:18px;
}

.punkuz {
	margin-bottom:10px;
	font-size:11px;
	padding-left:20px;
	padding-right:20px;
}

.punkuzBase {
	color:#F5AA01;
	padding:1px 2px;
}

/*トップお知らせ*/

.news {
	position:relative;
}

.h3_listBtn {
	position:absolute;
	top:12px;
	left:680px;
}

.newsFrame {
	border-right:#DEDEDE 1px solid;
	border-left:#DEDEDE 1px solid;
	border-bottom:#DEDEDE 1px solid;
	padding:20px 20px 10px 20px;
	margin-bottom:30px;
	overflow-y:scroll;
}

.newsSection {
	border-bottom:#DEDEDE 1px dotted;
	padding-bottom:10px;
	margin-bottom:10px;
}

.newsSection dt {
	font-size:12px;
	color:#333;
	background:url(../img/common/content_list_mark.jpg) 0px 2px no-repeat;
	float:left;
	padding-left:10px;
	margin-right:20px;
}

.newsSection dd {
	float:left;
}

.newsIcon {
	background:#A80050;
	color:#fff;
	font-size:10px;
	padding:1px 2px;
	margin-right:10px;
}

.useText {
	font-size:12px;
}

.useText a:link    { color:#333; text-decoration:underline;}
.useText a:visited { color:#333; text-decoration:underline;}
.useText a:hover   { color:#333; text-decoration:underline; opacity:0.7;}
.useText a:active  { color:#333; text-decoration:underline; opacity:0.7;}

/*トップ重要なお知らせ*/

.attemsion {
	position:relative;
	padding-left:140px;
}

.bigNews {
	position:absolute;
	top:13px;
	left:30px;
}

/*下層ページ*/

.section {
	margin-bottom:30px;
}

.contents {
	margin-left:10px;
	margin-right:10px;
}

/*怖い骨格のゆがみ*/

h5 {
	background:#F9CFB7;
	padding:15px 0 0px 20px;
	font-size:15px;
	font-weight:bold;
	margin-bottom:20px;
	border-radius:5px;
	height:30px;
	border-left:#F63 5px solid;
}

/*よくある質問*/
.qTtl {
	background:url(../img/second/q_icon.gif) 0px 0px no-repeat;
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
	padding-left:40px;
}

.aText {
	background:url(../img/second/a_icon.gif) 0px 0px no-repeat;
	font-size:14px;
	padding-left:40px;
}

/*バランス革命の使い方*/
.memo {
	border:#DEDEDE 1px solid;
	border-radius:5px;
	margin:0 20px 30px 20px;
	padding:10px;
	overflow:hidden;
	width:500px;
}

.memo p {
	margin-bottom:0px !important;
}

.fa {
	color:#FC3;
}

/*選ばれる理由*/

.reFrame {
	background:#FEF3DE;
	padding:20px;
	margin-bottom:20px;
}

.promise {
	margin:20px;
	border:#FEF3DE 5px solid;
	padding:10px 20px;
}

.promiseTtl {
	font-size:16px;
	font-weight:bold;
	color:#79397A;
	margin-bottom:5px;
}

.promise p {
	margin-bottom:0px;
}


/*サイトマップ*/

.sitemap li {
	margin-left:20px;
	background:url(../img/common/h_sub_menu_icon.jpg) 15px 5px no-repeat;
	font-size:15px;
	margin-bottom:20px;
	padding-left:35px;
	padding-bottom:20px;
	border-bottom:#DEDEDE 1px solid;
	margin-right:20px;
}


/*右カラム
---------------------------------------*/	

.side_contact {
	border:#DEDEDE 1px solid;
	padding:4px;
}

.side_contact p {
	font-size:11px;
	margin-left:10px;
	margin-right:10px;
	line-height:1.5;
}

h4 {
	background:url(../img/second/subNavi_base.jpg) no-repeat;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	padding-left:30px;
	height:50px;
	line-height:50px;
	margin-bottom:20px;
}

.subNavi {
	margin-bottom:20px;
}

.subNavi ul li {
	background:url(../img/common/h_sub_menu_icon.jpg) 10px 4px no-repeat;
	font-size:13px;
	padding-left:25px;
	padding-bottom:10px;
	border-bottom:#DEDEDE 1px dotted;
	margin-bottom:10px;
	line-height:1.3;
}
		

/*調整用スタイル
---------------------------------------*/

/*マージン*/
.mt5 {margin-top: 5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}
.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}
.mt50{margin-top:50px !important;}

.mb5 {margin-bottom: 5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}
.mb50{margin-bottom:50px !important;}

.ml5 {margin-left: 5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}
.ml35{margin-left:35px !important;}
.ml40{margin-left:40px !important;}
.ml45{margin-left:45px !important;}
.ml50{margin-left:50px !important;}

.mr5{margin-right: 5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr35{margin-right:35px !important;}
.mr40{margin-right:40px !important;}
.mr45{margin-right:45px !important;}
.mr50{margin-right:50px !important;}

.noMg{margin:0 !important;}

/*左右マージン*/
.inset10{padding:0 10px;}
.inset15{padding:0 15px;}
.inset20{padding:0 20px;}
.inset25{padding:0 25px;}
.inset30{padding:0 30px;}
.inset35{padding:0 35px;}
.inset40{padding:0 40px;}
.inset45{padding:0 45px;}
.inset50{padding:0 50px;}

/*フロート*/
.fltL{float:left;}
.fltR{float:right;}

/*アライン*/
.alC{text-align: center !important;}
.alL{text-align: left   !important;}
.alR{text-align: right  !important;}

/*フォント*/
.big   {
	font-size:1.2em;
	font-weight:bold;
}

.strong {
	font-weight:bold;
	color:#A80050;
	font-size:1.1em;
}

.small {font-size:0.9em;}

.learge    {font-size:1.1em}
.x_learge  {font-size:1.2em}
.small     {font-size:0.9em}
.x_small   {font-size:0.8em}

/*画像透過*/
a.imgHover:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter:"alpha( opacity=70)";
	transition: opacity 0.3s ease;
}
/*回りこみ解除禁止（簡易crearfix）*/
.ovh{overflow:hidden;}

/*boeder*/
hr.border{
	clear:both;
	padding:0;
	display:block;
	height:1px;
	border:0;   
	border-top:1px dotted #ccc;
}
