/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight:normal;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*clearfix*/
.clearfix:after,
#header:after,
.innr:after,
.contents:after,
.top_cnt li a:after{
	content:"";
    display:block;
    clear:both;
}



/*margin*/
.mb0{margin-bottom:0px !important;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb1em {margin-bottom:1em;}
.mb1-5em {margin-bottom:1.5em;}
.mb2em {margin-bottom:2em;}
.mb3em {margin-bottom:3em;}
.mb5em {margin-bottom:5em;}
.p10 {padding:10px;}
.p20 {padding:20px;}
.p0-5em {padding:0.5em;}
.p1em {padding:1em;}
.pt2em {padding-top:2em;}
.pb2em {padding-bottom:2em;}
.mt1em {margin-top:1em;}
.mt2em {margin-top:2em;}
.mr0 {margin-right:0px;}
.ml1em {margin-left:1em;}
.mr1em {margin-right:1em;}
.ml2em {margin-left:2em;}
.mr2em {margin-right:2em;}





/*text-align*/
.tar{text-align: right;}
.tal{text-align: left;}
.tac{text-align: center;}
.center {margin:0 auto;text-align:center;}


/*text-size*/
.txt_LL {font-size:1.5em;}
.txt_L {font-size:1.2em;}
.txt_M {font-size:0.9em;}
.txt_S {font-size:0.8em;}
.txt_SS {font-size:0.6em;}

/*float*/
.fl {float: left;}
.fr {float: right;}


/*txt color*/
.txt_yerrow {color:#e7ca3f;}
.txt_org {color:#E89949;}
.txt_red {color:#C40026;}
.txt_pink {color:#FF7690;}
.txt_purple {color:#b79cd6;}
.txt_blue {color:#00C9FF;}
.txt_grn {color:#7fc5a2;}
.txt_brown {color: #975A61;}
.txt_brown02 {color: #c2ac91;}
.txt_white {color: #FFF;}

/*bg color*/
.bg_yerrow {background-color:#FFFDBF;}
.bg_yerrow02 {background-color:#FBF7E2;}
.bg_org {background-color:#E89949;}
.bg_org02 {background-color:#FCF0E4;}
.bg_pink {background-color:#FF7690;}
.bg_pink02 {background-color:#FBECF0;}
.bg_purple {background-color:#b79cd6;}
.bg_purple02 {background-color:#F4F0F9;}
.bg_blue {background-color:#DFF5FF;}
.bg_blue02 {background: #00C9FF;}
.bg_grn {background-color:#7fc5a2;}
.bg_grn02 {background-color:#ECF6F1;}
.bg_brown {background-color:#635545;}
.bg_brown02 {background-color:#c2ac91;}
.bg_brown03 {background-color:#ede7dd;}
.bg_gry {background-color:#F6F4F7;}
.bg_white {background-color:#FFF;}

.red{color:#C40026;}
.pink{color:#FF7690;}
.blue{color:#00C9FF;}
.brown{color:#975A61;}





/*flex_box----------*/

.flex_container {display:flex;flex-direction: row;flex-wrap: wrap;align-content:stretch;}
ul.flex_50_ul,ul.flex_33_ul,ul.flex_25_ul,ul.flex_20_ul {display:flex;flex-direction: row;flex-wrap: wrap;align-content:stretch;}

.flex_c-cnt{justify-content:center;}
.flex_c-sb{justify-content:space-between;}

.flex_w50,.flex_50_ul li {width:49.5%; margin-bottom:1%;}
.flex_w70{width:68%;}
.flex_w80 {width:78%;}
.flex_w30{width:28%;}
.flex_w33,.flex_33_ul li {width:33.33333333333333%;}
.flex_w25,.flex_25_ul li {width:24.25%;}
.flex_w20,.flex_20_ul li {width:19%;}

@media screen and (max-width:768px){	
.flex_w50,.flex_w70,.flex_w33,.flex_33_ul li,.flex_w30,.flex_50_ul li{width:100%; margin-bottom:1%;}
.flex_w25,.flex_25_ul li {width:48%;margin-bottom:1%;}
.flex_w20,.flex_20_ul li {width:32.5%;}
.flex_w80 {width:66%;}
}
