@charset "utf-8";

body {
	background: #c70b22;
	color: #000;
	font-size: 1rem;
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, Helvetica, sans-serif;
}

p {
	line-height: 1.5;
	margin: 0 0 15px;
}

strong {}

a { color: #c80f20;}
a:hover { color: #ff5f6e;}

#cmsMobileButton {
	display: none;
}

img {
	max-width: 100%;
	height: auto;
}


/* ---------------------------------------------------------------------------------------- 

	h[x}	

---------------------------------------------------------------------------------------- */

h1 {
	position: relative;
	margin-bottom: 10px;
	padding: 16px 33px;
	background: linear-gradient(#f8f8f8, #fafafa);
	border: 1px solid #ededed;
	font-size: 128.6%;
}

h1:before {
	content: '';
	position: absolute;
	left: 12px;
	top: 16px;
	display: block;
	width: 6px;
	height: 30px;
	background: linear-gradient(180deg, rgba(218,46,62,1) 0%, rgba(218,46,62,1) 60%, rgba(136,136,136,1) 60%);
	border-radius: 3px;
}

h1:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #d33040;
}

h2 {
	line-height: 1.3;
	margin-bottom: 8px;
	padding: 12px 16px 18px;
	border-top: 4px solid #d82b3b;
	color: #000;
	font-size: 114.3%;
	background: url(../images/common/bg_h2.gif) repeat-x left bottom #e8e8e8;
}

h3 {
	position: relative;
	margin-bottom: 10px;
	padding: 8px 21px 10px;
	background: linear-gradient(#eaeaea, #fff);
	border: 1px solid #d3d3d3;
	border-radius: 2px;
}

h3:before {
	content: '';
	position: absolute;
	top: 8px;
	bottom: 8px;
	left: 8px;
	display: block;
	width: 3px;
	background-color: #d82b3b;
}

h3:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1px;
	display: block;
	width: 100%;
	height: 0;
	border-bottom: 1px dotted #bebebe;
}

h4 {
	line-height: 1.3;
	margin-bottom: 10px;
	padding: 0 5px 12px;
	background: url(../images/common/bg_h4.gif) no-repeat left bottom;
}

h5 {
	line-height: 1.3;
	margin-bottom: 10px;
	padding: 0 5px 12px;
	background: url(../images/common/bg_h5.gif) repeat-x left bottom;
}

h6 {
	line-height: 1.3;
	margin-bottom: 10px;
	padding: 0 0 12px 9px;
	background: url(../images/common/bg_h6.gif) no-repeat 1px 2px;
}


/* ---------------------------------------------------------------------------------------- 

	list	

---------------------------------------------------------------------------------------- */

ul,ol {
	margin: 0 0 1.5em;
}

li {
	line-height: 1.5;
}

ul li {
	padding: 0 0 0 13px;
	background: url(../images/common/li_bg.gif) no-repeat 0 8px;
}


/* ---------------------------------------------------------------------------------------- 

	table	

---------------------------------------------------------------------------------------- */

table {
	width: 100%;
	margin: 0 0 15px;
}

table th,
table td {
	line-height: 1.5;
	padding: 10px;
	border: 2px solid #fff;
	font-weight: normal;
}

table th {
	background: #ffc8cb;
}

table td {
	background: #eee;
}


/* ---------------------------------------------------------------------------------------- 

	common	

---------------------------------------------------------------------------------------- */

.textC { text-align: center;}
.textR { text-align: right;}

.left { float: left;}
.right { float: right;}

.box { margin: 0 0 15px;}

#header .box {
	max-width: 1045px;
	margin: 0 auto 15px;
	padding: 0 20px;
}

#side .box {
	margin-bottom: 20px;
}

.returnBu a {
	display: block;
	overflow: hidden;
	width: 52px;
	height: 0 !important;
	height /**/: 18px;
	margin-top: 10px;
	padding: 18px 0 0 0;
	background: url(../images/common/btn_prev.gif) no-repeat 0 0;
}


/* ---------------------------------------------------------------------------------------- 

	clearfix	

---------------------------------------------------------------------------------------- */

.clearfix:after {
    display: block; 
    clear: both; 
    height: 0 !important;
    visibility: hidden;
    content: "."; 
	font-size: 0.1em;
}

.clearfix {
	display: inline-block;
}

/*\*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/**/