@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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, 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,input,textarea {
	font-size: 16px;
	line-height: 1em;
	color: #000;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mintyo,h1  {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media (max-width: 768px) {

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, 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,input,textarea {
	font-size: 14px;
}

	
}

body {
    line-height:1;
}

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

ol, ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

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

img {
	vertical-align: bottom;
	font-size:0;
	line-height: 0;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
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;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

textarea {
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*clearfix */

.clearfix {zoom:1;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}


/******************************************
layout
***********************************************/

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

.float-left{
	float:left;}
	
.float-right{
	float:right;}

.center {
	margin-right: auto;
	margin-left: auto;
}

.clear {clear: both;}

.t-a_left {text-align: left;}
.t-a_right {text-align: right;}
.t-a_center {text-align: center;}
	
/* font-size */

.txt10px {
    font-size: 63%; /* 10px */
}
 
.txt11px {
    font-size: 69% /* 11px */
}
 
.txt12px {
    font-size: 75% /* 12px */
}
 
.txt13px {
    font-size: 82% /* 13px */
}
 
.txt14px {
    font-size: 88% /* 14px */
}
 
.txt15px {
    font-size: 94% /* 15px */
}
 
.txt16px {
    font-size: 100% /* 16px */
}
 
.txt17px {
    font-size: 107% /* 17px */
}
 
.txt18px {
    font-size: 113% /* 18px */
}
 
.txt19px {
    font-size: 119% /* 19px */
}
 
.txt20px {
    font-size: 125% /* 20px */
}
 
.txt21px {
    font-size: 132% /* 21px */
}
 
.txt22px {
    font-size: 138% /* 22px */
}
 
.txt23px {
    font-size: 144% /* 23px */
}
 
.txt24px {
    font-size: 150% /* 24px */
}
 
.txt25px {
    font-size: 157% /* 25px */
}
 
.txt26px {
    font-size: 163% /* 26px */
}


/* ************************************************ 
 *	マージン
 * *************************************************/
 
.m0 {margin: 0px;}
 
.m_b3 {margin-bottom: 3px;}
.m_b4 {margin-bottom: 4px;}
.m_b5 {margin-bottom: 5px;}
.m_b6 {margin-bottom: 6px;}
.m_b7 {margin-bottom: 7px;}
.m_b8 {margin-bottom: 8px;}
.m_b9 {margin-bottom: 9px;}
.m_b10 {margin-bottom: 10px;}
.m_b15 {margin-bottom: 15px;}
.m_b18 {margin-bottom: 18px;}
.m_b20 {margin-bottom: 20px;}
.m_b25 {margin-bottom: 25px;}
.m_b30 {margin-bottom: 30px;}
.m_b35 {margin-bottom: 35px;}
.m_b40 {margin-bottom: 40px;}
.m_b45 {margin-bottom: 45px;}
.m_b50 {margin-bottom: 50px;}
.m_b55 {margin-bottom: 55px;}
.m_b60 {margin-bottom: 60px;}
.m_b65 {margin-bottom: 65px;}
.m_b70 {margin-bottom: 70px;}
.m_b75 {margin-bottom: 75px;}
.m_b80 {margin-bottom: 80px;}
.m_b90 {margin-bottom: 90px;}

.m_l3 {margin-left: 3px;}
.m_l4 {margin-left: 4px;}
.m_l5 {margin-left: 5px;}
.m_l6 {margin-left: 6px;}
.m_l7 {margin-left: 7px;}
.m_l8 {margin-left: 8px;}
.m_l9 {margin-left: 9px;}
.m_l10 {margin-left: 10px;}
.m_l15 {margin-left: 15px;}
.m_l20 {margin-left: 20px;}
.m_l25 {margin-left: 25px;}
.m_l30 {margin-left: 30px;}
.m_l35 {margin-left: 35px;}
.m_l40 {margin-left: 40px;}
.m_l45 {margin-left: 45px;}
.m_l50 {margin-left: 50px;}
.m_l55 {margin-left: 55px;}
.m_l60 {margin-left: 60px;}
.m_l65 {margin-left: 65px;}
.m_l70 {margin-left: 70px;}

.m_r0 {margin-right: 0px;}
.m_r5 {margin-right: 5px;}
.m_r10 {margin-right: 10px;}
.m_r15 {margin-right: 15px;}
.m_r20 {margin-right: 20px;}
.m_r30 {margin-right: 30px;}
.m_r35 {margin-right: 35px;}
.m_r40 {margin-right: 40px;}
.m_r50 {margin-right: 50px;}

.m_t5 {margin-top: 5px;}
.m_t-5 {margin-top: -5px;}
.m_t10 {margin-top: 10px;}
.m_t-10 {margin-top: -10px;}
.m_t12 {margin-top: 12px;}
.m_t15 {margin-top: 15px;}
.m_t20 {margin-top: 20px;}
.m_t25 {margin-top: 25px;}
.m_t30 {margin-top: 30px;}
.m_t40 {margin-top: 40px;}
.m_t50 {margin-top: 50px;}


/* ************************************************ 
 *	パディング
 * *************************************************/

.p_b2 {padding: 0px 0px 2px 0px;}
.p5 {padding: 5px;}
.p10 {padding: 10px;}
.p15 {padding: 15px;}
.p_l5 {padding: 0px 0px 0px 5px;}
.p_lr5 {padding: 0px 5px 0px 5px;}
.p_lr10 {padding: 0px 10px 0px 10px;}
.p_lr15 {padding: 0px 15px 0px 15px;}
.p_t10 {padding: 10px 0px 0px 0px;}
.p_r5 {padding: 0px 5px 0px 0px;}
.p_t30 {padding: 30px 0px 0px 0px;}

/* ************************************************ 
 *	幅
 * *************************************************/
.w20{width: 20px;}	
.w30{width: 30px;}		
.w40{width: 40px;}	
.w50{width: 50px;}
.w60{width: 60px;}
.w80{width: 80px;}
.w100{width: 100px;}
.w200{width: 200px;}
.w250{width: 250px;}
.w300{width: 300px;}
.w350{width: 350px;}
.w400{width: 400px;}
.w450{width: 450px;}
.w500{width: 500px;}
.w600{width: 600px;}
.w700{width: 700px;}
.w750{width: 750px;}
.w800{width: 800px;}

.h20{height: 20px;}
.h30{height: 30px;}
.h40{height: 40px;}
.h50{height: 50px;}
.h70{height: 70px;}
.h100{height: 100px;}
.h120{height: 120px;}
.h150{height: 150px;}
.h200{height: 200px;}
.h300{height: 300px;}