@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('http://fonts.googleapis.com/earlyaccess/notosansjp.css');

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background-color:transparent;
	font-size: 100%;
}
body {
	line-height:1;
}

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

ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#fdfdfd;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

img {
	vertical-align:bottom;
}


/*-------------------------------------------------
	usefull item
-------------------------------------------------*/

.mb0 { margin-bottom:0px !important; }
.mb3 { margin-bottom:3px; }
.mb4 { margin-bottom:4px; }
.mb5 { margin-bottom:5px; }
.mb10 { margin-bottom:10px !important; }
.mb12 { margin-bottom:12px; }
.mb13 { margin-bottom:13px; }
.mb14 { margin-bottom:14px; }
.mb15 { margin-bottom:15px; }
.mb17 { margin-bottom:17px; }
.mb18 { margin-bottom:18px; }
.mb19 { margin-bottom:19px; }
.mb20 { margin-bottom:20px; }
.mb21 { margin-bottom:21px; }
.mb22 { margin-bottom:22px; }
.mb23 { margin-bottom:23px; }
.mb24 { margin-bottom:24px; }
.mb25 { margin-bottom:25px; }
.mb29 { margin-bottom:29px; }
.mb30 { margin-bottom:30px; }
.mb32 { margin-bottom:32px; }
.mb35 { margin-bottom:35px; }
.mb38 { margin-bottom:38px; }
.mb40 { margin-bottom:40px; }
.mb43 { margin-bottom:43px; }
.mb45 { margin-bottom:45px; }

.mb47 { margin-bottom:47px; }
.mb48 { margin-bottom:48px; }
.mb50 { margin-bottom:50px; }
.mb52 { margin-bottom:52px; }
.mb55 { margin-bottom:55px; }
.mb58 { margin-bottom:58px; }
.mb60 { margin-bottom:60px; }
.mb62 { margin-bottom:62px; }
.mb65 { margin-bottom:65px; }
.mb70 { margin-bottom:70px; }
.mb75 { margin-bottom:75px; }
.mb78 { margin-bottom:78px; }
.mb80 { margin-bottom:80px; }
.mb85 { margin-bottom:85px; }
.mb90 { margin-bottom:90px; }
.mb95 { margin-bottom:95px; }
.mb100 { margin-bottom:100px; }
.mb112 { margin-bottom:112px; }

.mr5 { margin-right:5px; }
.mr10 { margin-right:10px; }
.mr15 { margin-right:15px; }
.mr20 { margin-right:20px; }
.mr25 { margin-right:25px; }
.mr30 { margin-right:30px; }
.mr35 { margin-right:35px; }
.mr40 { margin-right:40px; }
.mr45 { margin-right:45px; }
.mr50 { margin-right:50px; }

.ml5 { margin-left:5px; }
.ml10 { margin-left:10px; }
.ml15 { margin-left:15px; }
.ml20 { margin-left:20px; }
.ml25 { margin-left:25px; }
.ml30 { margin-left:30px; }
.ml35 { margin-left:35px; }
.ml40 { margin-left:40px; }
.ml45 { margin-left:45px; }
.ml50 { margin-left:50px; }

.pt5{ padding-top:5px; }
.pt10{ padding-top:10px; }
.pt15{ padding-top:15px; }
.pt20{ padding-top:20px; }
.pt25{ padding-top:25px; }
.pt30{ padding-top:30px; }
.pt35{ padding-top:35px; }

.pl10{ padding-left:10px !important; }

.p20_20_0{ padding:20px 20px 0; }

.mt5{ margin-top:5px; }
.mt10{ margin-top:10px; }
.mt15{ margin-top:15px; }
.mt20{ margin-top:20px; }
.mt25{ margin-top:25px; }
.mt30{ margin-top:30px; }
.mt35{ margin-top:35px; }

.w5 { width:5%; }
.w10 { width:10%; }
.w15 { width:15%; }
.w20 { width:20%; }
.w25 { width:25%; }
.w30 { width:30%; }
.w35 { width:35%; }
.w40 { width:40%; }
.w45 { width:45%; }
.w50 { width:50%; }
.w55 { width:55%; }
.w60 { width:60%; }
.w65 { width:65%; }
.w70 { width:70%; }
.w75 { width:75%; }
.w80 { width:80%; }
.w85 { width:85%; }
.w90 { width:90%; }
.w95 { width:95%; }

.tac{text-align: center;}
.tar{text-align: right;}
.tal{text-align: left;}

.fz11em{font-size: 1.1em !important;}
.fz15em{font-size: 1.5em !important;}

.flL{ float:left; }
.flR{ float:right; }

.bdrb{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.col_red{color: #c80000 !important;}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.clearfix {
	_height: 1px;
	min-height: 1px;/*・･*//*/
  height: auto;
  overflow: hidden;
  /**/
	overflow:hidden;
}
.clear {
	clear: both;
}
.no_display{display: none;}
#ad_no_border{border:none;width:300px !important;}

.no_border{border: none !important;}
.gray{
	color:#8f8f8f;
	font-weight: bold;
}

/*blockquote{
	padding: 20px;
	background-color: #eeeeee;
	border: 1px dotted #999999;
	font-style: italic;
	color: #666666;
	font-weight: 200;
	font-size: 1.3em;
}
*/
blockquote{
background-color:#f2f2f2;
padding:3em 1em;
position:relative;
}
blockquote:before{
content:"“";
font-size:500%;
line-height:1em;
/*font-family:"ＭＳ Ｐゴシック",sans-serif;*/
color:#999;
position:absolute;
left:0;
top:0;
}
blockquote:after{
content:"”";
font-size:500%;
line-height:0em;
/*font-family:"ＭＳ Ｐゴシック",sans-serif;*/
color:#999;
position:absolute;
right:0;
bottom:0;
}