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

*{
	margin: 0;
	padding: 0;
    box-sizing: border-box;

}

.clearfix:after{
	content:"";
	display:block;
	clear:both;}
.clear{
	clear:both;
	}
body {
margin: 0;
  padding: 0;
  width: 100%;
    background:#fff;
	font-family:font-family: "sawarabi Mincho","ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif ;
	color:#333;
    font-size:1.6rem;
    line-height: 1.8;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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,
figure, figcaption,
article, section, nav, header, footer {
  margin: 0;
  padding: 0;
}
html {
    Font-size:62.5%;/*10px*/
}

a{
	text-decoration:none;
color:darkolivegreen;
font-weight: 300;}
p{
    font-size:1.6rem;
    margin-top:12px;
}
@media screen and (min-width:640px) {
Font-size:1.5rem;
}
@media screen and (min-width: 1200px) {
Font-size:1.6rem;
    .br-sp {display: none;}
 }
}
@media screen and (min-width: 768px){
    .br-sp {display: none;}
 }


img {border:none;}
#main{
  width: 100%;  
}


#detail{
	background:#fff;
width: 100%;}
#show p{
    margin-top: 10px;
    padding-bottom: 30px;
}
#show figure img{
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.pad{
    display: inline;
}	
