@charset "UTF-8";

html,
body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-style: normal;
}

body,h1,h2,h3,h4,h5,p,div {
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

body{
	min-width: 320px;
	line-height:160%;
}

body {
	margin-top:20px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

p {
	line-height: 1.8 !important;
}


/* テキストリンク仕様指定 */
a:link {
	color: #2347b2;
	text-decoration: none;
}
a:visited {
	color: #2347b2;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #bfe2ef;
}
a:active {
	color: #479bef;
	background: #06C;
}






@media (max-width: 766px) {
	img{
	width:100%;
	}
  }

.jmblogo{
	float:left;
}

.global_navi{
	padding-left:160px;
}

.global_navi_E{
	float:right;
}

.gNavi_li{
	list-style:none;
	float:left;
	font-size:0.8em;
}


.sub_font{
	font-weight:bold;
	font-size:1em;
	text-align:left;
	margin:0 80px;
	line-height:140% !important;
	color:#413d66;
}

.container{
	max-width: 900px;
	margin: 0 auto;
	padding:0;
	overflow:hidden;
}

.header{
	text-align:center;
	margin:20px auto;
}

.main_contents{
	margin:20px 0px 0px 60px;
	overflow:hidden;
}


.hidden{
	display:none;
}

.font18{
	font-size:1em;
	padding:20px 0 10px 20px;
	clear:both;
}

.mb20{
	margin:4px 0 20px 40px;
	color:#413d66;
	width:640px;
	text-align:center;
	font-size:15px;
}

.list_container {
	width:800px;
	margin-left:20px;
}

.list_container li{
	height:25px;
	margin-left:20px;
}


/*----------------------------------------
FOOTER
----------------------------------------*/
#footer{
	border-top:solid 1px #666;
	overflow:hidden;
	padding:12px 0;
	max-width:1000px;
	margin:20px auto;
	text-align:center;
}



#address{
	display:block;
	clear:left;
	margin:0 auto;
	text-align:center;
	font-size:14px;
	color:#555;
	padding:24px 0;
}






/*----------------------------------------
sample IMG
----------------------------------------*/

.sample_img{
	text-align:center;
	margin:0 auto;
}

.sample_box{
	float:left;
	text-align:center;
}


.bone_sampleA{
	width:420px;
	height:314px;
	border:solid 1px #ccc;
	margin:6px;
	line-height:0;
}

.bone_sampleB{
	width:400px;
	height:316px;
	margin:6px;
	line-height:0;
}

.boxB_innner{
	border:solid 1px #ccc;
	width:270px;
	margin:20px 0 0 30px;
}

.bone_sampleC{
	width:237px;
	border:solid 1px #ccc;
	margin:4px;
	padding-left:6px;
	line-height:0;
}

.bone_sampleD{
	width:176px;
	border:solid 1px #ccc;
	margin:4px;
	line-height:0;
}

.bone_sampleE{
	width:186px;
	border:solid 1px #ccc;
	margin:4px;
	line-height:0;
}

.bone_sampleF{
	width:220px;
	border:solid 1px #ccc;
	margin:4px;
	line-height:0;
}


.bone_disc{
	font-size:12px;
	text-align:center;
	margin:4px 0 0 0;
}

.bone_disc_2{
	font-size:12px;
	text-align:left;
	padding-left:2px;
	margin:4px 0 0 0;
}

.img_center{
	margin:40px 0 0 80px;
}

.img_center h3{
	margin:0 0 10px 0;
}


/*----------------------------------------
CONTENTS
----------------------------------------*/


#QandA{
	margin:40px 0 0 60px;
}


#QandA dl{
	margin:20px 0 0 36px;
}


#QandA dt{
	font-size:14px;
	font-weight:bold;
	text-align:left;
	height:22px;
}

#QandA dd{
	font-size:14px;
	text-align:left;
	margin:2px 0 16px 0;
	line-height:130%;
	text-indent:3em;
}

.q_style{
	background-color:#d4ffcc;
	font-size:18px;
	margin-right:10px;
}


.heading8{
	width:600px;
	margin:0 0 12px 8px;
	position:relative;
	padding:6px;
	padding-left:15px;
	font-weight: bold;
	font-size: 1em;
	background-color: #51A2C1;
	color: #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
 
.heading8:before{
	content:''; 
	height:25px; 
	width:2px; 
	display:block; 
	position:absolute; 
	top:5px; 
	left:4px; 
	background-color:#fff;
	border-left: 4px solid #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
