@charset "utf-8";

*{ 
   	margin:0;
   	padding:0;
	-webkit-text-size-adjust: none;
}

html, body{
	height: 100%;	/* 縦の高さを100% */
}

body{
	color:#333;
	font-size:14px;
	-webkit-text-size-adjust: 100%; 
}

html>/**/body{
	color:#333;
	font-size:14px;
}

@media screen{
body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
* html body{
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}
* + html body{
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}
}

h1,h2,h3,h4,h5{
	font-family:"Times New Roman","ヒラギノ明朝 ProN W3", "HiraMinProN", "HG明朝E", "メイリオ", Meiryo, serif;
	font-weight:normal;
}

ul{
	list-style:none;
}

p,li,dt,dd{
   	line-height:1.7;
}

img{
	vertical-align:bottom;
}

img.alignMiddle{
	vertical-align:middle;
}

.subTitle img{
	vertical-align:top;
}

a img{
	border:none;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}
	
.clear{
	clear:both;
}

.clearfix{ 
 	zoom:1;/*for IE 5.5-7*/
}

.clearfix:after{/*for modern browser*/
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

a{
	color:#b94f4f;
	font-weight:600;
	/*text-decoration:none;*/
}

a:hover,
a.active{
	opacity:0.8;
	text-decoration:none;
}

/*
a:visited{
	color:#666699;
}*/

hr{
	clear:both;
	margin:0 20px 20px;
	padding:0;
	height:1px;
	border:none;
	background:#999;
}

.small{
	font-size:85%;
}

.x-small{
	font-size:75%;
}

.xxx-small {
    font-size: 60%;
}

.large{
	font-size:110%;
}

.x-large{
	font-size:120%;
}

.xx-large {
    font-size: 130%;
}

.xxx-large {
    font-size: 200%;
	color:#CC3300;
}

.left{
	float:left;
}

.right{
	text-align:right;
}

.attention{
	/*color:#CC3333;*/
	color:#A92020;
}
.center{
	text-align:center;
}
.bold{
	font-weight:bold;
}

.red{
	/*color:#cc3333;*/
	color:#ee5757;
}

.mincho {
    font-family: "Times New Roman","ヒラギノ明朝 ProN W3","HiraMinProN","HG明朝E","メイリオ",Meiryo,serif;
    font-weight: normal;
}