@charset "utf-8";

/* *****************************************
/*+  リセット・基本セッティング  +**********
/***************************************** */

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	color: #888;
	letter-spacing:1.5px;
}
body,
input,
select,
textarea {
/*	font: 13px/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Godthic Pro W3", HiraKakuPro-W3, Osaka, Meiryo,"ＭＳ Ｐゴシック", sans-serif; 以前のもの*/
	font: 12px/1.3 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Godthic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
html {
	overflow-y: scroll;
}
body {
	line-height:1.5;
}
img {
	border: none;
	vertical-align: bottom;
}
table {
	border-collapse:collapse;
}
th {
	text-align: left;
	vertical-align: top;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 400;
	line-height:1.0;
}
ul, ol {
	list-style-type: none;/**/
}
em,
strong,
address {
	font-weight: 400;
	font-style: normal;
}

/* リンクカラー */
a {
	outline: none;
	color: #c0181b;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* チェックボックス・ラジオボタン崩れ用 */
input {
	vertical-align:middle;
}

/* P */
p {
	padding:0 0 20px 0;
	line-height:170%;
}

/* strong */
strong {
	color:#c0181b;
	font-weight:bold;
}

/* 大文字 */
.large {
	font-size:117%;
}

/* 小文字 */
.small {
	font-size:85%;
}

/* 右寄せ */
.right {
	text-align:right;
}

/* センター寄せ */
.center {
	text-align:center;
}

/* strong以外の強調 */
.pointText {
	color:#c0181b;
	font-weight:bold;
}

/* エラー文字 */
.error {
	padding:100px 0;
	text-align:center;
	font-size:200%;
	font-weight:bold;
}


/* 外部リンク
-----------------------------------------------------------*/
.iconSite {
	margin:0 0 5px 0;
}


/* CLEARFIX
-----------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix { 
	display: inline-block;/*IE7・Mac版IE向け */
}
.clearfix { 
	display: block;/*Opera、Safari向け */
}
.clear {
	clear:both;
}


/* 透過用
----------------------------------------------------------*/
* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}

/* 画像リンクのhover
----------------------------------------------------------*/
.link a:hover img{
/*モダンブラウザ用*/
opacity:0.7;
/*IE7以下用*/
filter:alpha(opacity=70);
/*IE8用*/
-ms-filter:"alpha(opacity=85)";
}


/* テキストと画像
----------------------------------------------------------*/
.imgBoxL {
	padding:0 20px 10px 0;
	float:left;
}

/* テキストと画像
----------------------------------------------------------*/
.imgBoxR {
	padding:0 0 10px 20px;
	float:right;
}



/* エラーページ
----------------------------------------------------------*/
#error .title{
	padding-bottom:5px;
	color:#3e73b1;
	font-weight:bold;
	font-size:40px;
}
#error .lead01{
	margin-bottom:20px;
}
#error .lead02{
	margin-bottom:10px;
	color:#3e73b1;
}
#error .point{
	margin-bottom:8px;
	padding:5px;
	background:#3e73b1;
	color:#fff;
	font-weight:bold;
}
#error ul{
	padding-bottom:20px;
}
#error ul.point{
	background:#efeded;
	color:#000;
	font-weight:normal;
}


/* *****************************************
/*+  共通  +********************************
/***************************************** */
/* 全体
----------------------------------------------------------*/


/* header
----------------------------------------------------------*/
#h1Box {
	padding:5px 0;
	background:#948880;
}
h1 {
	margin:0 auto;
	width:960px;
	text-align:right;
	letter-spacing:0.5px;
	color:#fff;
	font-size:11px;
}


/* header
----------------------------------------------------------*/
#header {
	border-bottom:4px solid #e5e2e1;
}

#headerBox {
	margin:0 auto;
	border-left:1px solid #e5e2e1;
	border-right:1px solid #e5e2e1;
	width:960px;
}
#headerBox:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#headerBox {
	display: inline-block;/*IE7・Mac版IE向け */
}
#headerBox {
	display: block;/*Opera、Safari向け */
}
#logo {
	padding:35px 0 20px 35px;
	float:left;
}

/* baseNavi
----------------------------------------------------------*/
#baseNavi {
	float:right;
}
#baseNavi:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#baseNavi {
	display: inline-block;/*IE7・Mac版IE向け */
}
#baseNavi {
	display: block;/*Opera、Safari向け */
}
#baseNavi li {
	float:left;
}

/* footer
----------------------------------------------------------*/
#footer {
	padding:20px 0 50px 0;
	background:#e5e2e1;
	text-align:center;
}






