@charset "UTF-8";

/* 基本フォント ------------------------------ */

body {
	color: #333333;
	/* font-family: Arial, Helvetica; */
	font-family: sans-serif;
	font-size: 14px;
	/* line-height: 1.3; */
	line-height: 1.4;
	-webkit-text-size-adjust:none;
}

input,textarea,select {
	font-family: Arial, Helvetica;
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {
	/* font-size: 100%;
	font-weight: normal; */
}
h1 {
	font-size: 2em;
}

/* 基本タグ -------------------- */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0px;
	padding: 0px;
}

body {
	background: #ffffff;
}

img,table {
	border: none;
}

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

address,cite {
	font-style: normal;
}

fieldset {
	border: none;
}

article, aside, dialog, figure, footer, header, hgroup, menu, nav, section { display: block; }

/* 基本テキストリンク -------------------- */

a {
	outline: none;
}
a:link {
	color: #065097;
	text-decoration: underline;
}
a:visited {
	color: #065097;
	text-decoration: underline;
}
a:active {
	color: #065097;
	text-decoration: underline;
}


/* --------------------------------------------------------------------------------------
 float解除
--------------------------------------------------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block;}
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/


/* --------------------------------------------------------------------------------------
 レイアウト枠
--------------------------------------------------------------------------------------- */

#wrap {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

#ctArea {
	padding: 15px 7.82% 20px;
}

.type2 {
	font-size: 16px;
}

#ctArea h1#contents-title {
	margin-bottom: -10px;
	font-size: 114%;
	font-weight: bold;
}

#ctArea p {
	margin-top: 15px;
}

#ctArea p.pic {
	text-align: center;
}

#ctArea p.pic img {
	border: 1px solid #cccccc;
}

.arabic *{
	direction: rtl;
	unicode-bidi: bidi-override;
}

.notfound #ctArea {
	height: 200px;
	padding:130px 0 0;
	text-align:center;
	font-size:11px;
}

.notfound #ctArea h2 {
	color:#666666;
	font-size:23px;
}

/* --------------------------------------------------------------------------------------
 ヘッダー
--------------------------------------------------------------------------------------- */

header {
	max-width: 640px;
	margin: 0 auto;
	/* padding: 15px 0 0; */
	padding: 5px 0 0;   /* JIS */
	border-top: 1px solid #DEDDDC;
	text-align: center;
	font-weight: bold;
}

header h1 {
	width: 62.5%;
	margin: 0 auto 10px;
}

header #fixed-header-logo { /* JIS */
	width: 112px !important;
    margin-left: 15px !important;
    margin-top: 8px !important;
    margin-bottom: 5px !important;
}
header #fixed-header-logo a { /* JIS */
    background:none !important;
}

header p {
	padding: 15px 0;
	background: url(../images/sp/bg01.gif) repeat;
}

header select {
	width: 62.5%;
	font-size: 14px;
}

header .translate {
	padding: 0;
	border-top: 1px solid #DAD8D5;
	border-bottom: 1px solid #DAD8D5;
	background: url(../images/sp/bg02.gif) repeat;
	line-height: 20px;
}

.google_map {
	margin:20px 0px 5px 0px;
	position: relative;
	padding-bottom: 250px;
	height: 0;
	overflow: hidden;
}

#gmap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
#gmap a , .gmap_link a { /* JIS */
    background:none !important;
}

/* Flash Message（ここを変更する場合は、styles.cssも同様に変更すること） */
div#viewFlashMessageBox{ padding:10px 0 0 30px;}
div.error-message { display:none;}
div#hideFlashMessageBox { display:none;}
.message { color:#f60; font-weight:bold; line-height:1.7; }
.flash_error { color:#f60; font-weight:bold; line-height:1.7; }
.flash_warning { color:#FF3300; font-weight:bold; line-height:1.7; }
.flash_notice { color:#065097; font-weight:bold; line-height:1.7; }
.flash_success { color:#18BA60; font-weight:bold; line-height:1.7; }
.form-error { border: 1px solid #F60 !important; }

/* --------------------------------------------------------------------------------------
 テーブル用(汎用)
--------------------------------------------------------------------------------------- */
div.article table {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}
div.article table th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    line-height: 120%;
    font-weight: normal;
}
div.article table td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}

/* --------------------------------------------------------------------------------------
 関連リンク用
--------------------------------------------------------------------------------------- */
#qrt_related_block {
	margin:20px 0px;
}
#qrt_related_block h2 {
	margin:0px;
	padding:5px 0px;
	border-bottom:1px solid #666;
}
#qrt_related_block li {
	padding:5px;
	border-bottom:1px dashed #ccc;
}
#qrt_related_block li a {
	text-decoration:none;
	font-size:1em;
}
/* --------------------------------------------------------------------------------------
 フッター
--------------------------------------------------------------------------------------- */

footer {
	max-width: 640px;
	margin: 0 auto;
	padding: 5px 0;
	border-top: 1px solid #cccccc;
	background: url(../images/sp/bg01.gif) repeat;
	text-align: center;
	line-height: 20px;
}

/* --------------------------------------------------------------------------------------
 その他
--------------------------------------------------------------------------------------- */
p#contents-audio-wrap {
	margin:0;
}
