@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Sawarabi+Gothic');

/** 初期化 **/
body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
}

table {border-spacing:0;}
* html table {border-collapse:collapse;}
*:first-child+html table {border-collapse:collapse;}
caption,th {text-align:left; font-weight:normal;}
table,th,td,img {border:0;}
img,input {vertical-align:middle;}
q:before,q:after {content:'';}

ul,ol{list-style:none;}
li{display:list-item;zoom:normal;}

html {
	overflow-y:scroll;
}

body {
	color: #666;
	background-attachment:fixed;
	background: #fff;
	font-family: 'Sawarabi Gothic', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 62.5%; /** 10px **/
	line-height: 1.7;
	/* letter-spacing: 0.06em; */
	letter-spacing: 0.14em;
	text-align: center;
	padding: 0;
	overflow: hidden;
}

img{border:0;}

/** --- link --- **/

a {
	color: #705b1f;
	text-decoration: none;
}
a:visited {
	color: #af9958;
	text-decoration: none;
}
a:hover {
	color: #705b1f;
	text-decoration: underline;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
 
/** --- general --- **/

h1 {font-size: 2em; /** 20px **/ }
h2 {font-size: 1.5em; color:#303030;}
h3 {font-size: 1.2em; color:#303030;}
 
p {	font-size: 1.2em; /** 12px **/}

table{
	margin-bottom: 1.5em;
	font-size: 1.2em;
	line-height: 1.7;
}

dt{
	font-size: 1.2em;
}
/** clearfix **/

div:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div {
	zoom: 100%;
}

.clear:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.clear {
	zoom: 100%;
}
.en{
	font-size: 0.85em;
	color: #3B3B3B;
	margin: 0 0 0 0;
}
.attention{
	font-weight: bold;
	font-size: 1.1em;
}