@charset "utf-8";
/* CSS Document */

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

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

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

@media screen and (max-width: 768px){
body{
	font-size:12px;
	-webkit-text-size-adjust: 100%; 
}

html>/**/body{
	font-size:12px;
}
}


@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;
}

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

ul{
	list-style:none;
	margin:0 2%;
}
p{
	margin:0 2% 1em;
}

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

img{
	vertical-align:bottom;
	max-width:100%;
	height:auto;
}

img.alignMiddle{
	vertical-align:middle;
}

.subTitle img{
	vertical-align:top;
}

a img{
	border:none;
}

table{
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom:1em;
}
	
.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:#cb8667;
	font-weight:600;
	text-decoration:none;
}

a:hover,
a.active{
	opacity:0.8;
}

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

hr{
	clear:both;
	padding:0;
	height:20px;
	border:none;
}

hr.top{
	background:url(../images/ornament-01.gif) repeat-x;
	margin:0 0 40px 0;
}

hr.bottom{
	background:url(../images/ornament-02.gif) repeat-x;
	margin:0 0 40px 0;
}


.small{
	font-size:90%;
}

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

.xx-small{
	font-size:70%;
}

.large{
	font-size:110%;
}

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

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

.left{
	float:left;
	padding-right:20px;
}

.right{
	text-align:right;
}

.attention{
	/*color:#CC3333;*/
	color:#d35d1d;
}

.center{
	text-align:center;
}

.bold{
	font-weight:bold;
}

@media screen and (max-width: 768px){
hr.top{
	margin:0 0 5% 0;
}

hr.bottom{
	margin:0 0 10% 0;
}
a:hover,
a.active{
	opacity:1;
}
}