
/* html
------------------------------------------------*/

html {
    overflow-y: scroll;
    height: 100%;
}

::selection {
    background: #009144;
    color: #fff;
}

//Firefox
::-moz-selection {
    background: #009144;
    color: #fff;
}


/* body
------------------------------------------------*/

body {
    margin: 0;
    color: #151515;
	font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 16px;
    text-align: left;
    line-height: 2em;
}


/* 99% for safari; 100% is too large */

select,
input,
textarea {
    font: 99%;
}
textarea{
	font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

input[type=text],
textarea {
    border: #aaa solid 1px;
}

* {
    box-sizing: border-box;
}

/* Bump up !IE to get to 13px equivalent */

pre,
code {
    font: 115% monospace;
    *font-size: 100%;
}


/* link
------------------------------------------------*/

a {
    font-size: 100%;
	cursor: pointer;
}

a:link {
    color: #151515;
    text-decoration: underline;
}

a:visited {
    color: #151515;
    text-decoration: underline;
}

a:hover,
a:active {
    color: #151515;
    text-decoration: none;
}

a.under {
    text-decoration: none;
}

a.under:hover {
    text-decoration: underline;
}


/* img
------------------------------------------------*/

img {
    border: 0;
	vertical-align: middle;
}

a:active img {
    text-decoration: none;
}




/* text
------------------------------------------------*/

strong {
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0em;
}

em {
    font-weight: bold;
    font-style: normal;
    line-height: 1.2;
}

address {
    font-style: normal;
}


/* h1, h2, h3, h4, h5, h6
------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1em;
    margin: 0;
}


/* paragraph
------------------------------------------------*/

div {
    margin: 0;
}

p {
    margin: 0;
}


/* list
------------------------------------------------*/

ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul li ul {
    list-style: disc;
    margin: 0;
}

ol {
    list-style: decimal;
    margin: 0;
    padding-left: 0;
}

dl {
    margin: 0;
}

dl dt {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

dl dd {
    margin: 0;
    line-height: 1.5;
}


/* form
--------------------------------------*/

input,
textarea,
select {
    margin: 0;
    font-size: 14px;
    padding: 2px 5px;
	-webkit-appearance: none; 
}
input[type="submit"],
input[type="button"]{
	-webkit-appearance: none;
}

option {
    padding-left: 0px;
}

.Eng {
    ime-mode: disabled;
}


/* common rules
================================================*/


/* align
------------------------------------------------*/

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.middle {
    vertical-align: middle;
}

.bottom {
    vertical-align: bottom;
}

.top {
    vertical-align: top;
}


/* table
------------------------------------------------*/

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}


/* width
------------------------------------------------*/

.w100p {
    width: 100%;
}

.w50 {
    width: 50px;
    max-width: 50px;
}

.w100 {
    width: 100px;
    max-width: 100px;
}

.w200 {
    width: 200px;
    max-width: 200px;
}

.w300 {
    width: 300px;
    max-width: 300px;
}

.w400 {
    width: 400px;
    max-width: 400px;
}


/* text
------------------------------------------------*/
.f35 {
    font-size: 35px;
}
.f30 {
    font-size: 30px;
}
.f28 {
    font-size: 28px;
}
.f26 {
    font-size: 26px;
}
.f24 {
    font-size: 24px;
}
.f22 {
    font-size: 22px;
}

.f20 {
    font-size: 20px;
}

.f18 {
    font-size: 18px;
}

.f16 {
    font-size: 16px;
}

.f14 {
    font-size: 14px;
}

.f12 {
    font-size: 12px;
    line-height: 1em;
}


/*12px*/

.f-11 {
    font-size: 11px;
}


/*11px*/

.f-10 {
    font-size: 10px;
    line-height: 1.5em;
}


/*10px*/

.f-8 {
    font-size: 8px;
}

.f-warning {
    color: #C00;
}

.f-red {
    color: #FF0000;
}

.f-pink {
    color: #dc4d70;
}

.f-bk {
    color: #000;
}

.f-gy {
    color: #666;
}

.f-wt {
    color: #FFF;
}

.f-br {
    color: #b28146;
}

.f-plain {
    font-weight: normal;
}

.bold {
    font-weight: bold;
}
.normal{
	font-weight: normal;
}

.submessage {
    font-size: 11px;
}


/*10px*/


/* margin
------------------------------------------------*/

.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.mT2 {
    margin-top: 2px;
}

.mT5 {
    margin-top: 5px;
}
.mT10 {
    margin-top: 10px;
}
.mT15 {
    margin-top: 15px;
}
.mT20 {
    margin-top: 20px;
}
.mT30 {
    margin-top: 30px;
}
.mT35 {
    margin-top: 35px;
}
.mT40 {
    margin-top: 40px;
}
.mT50 {
    margin-top: 50px;
}
.mT60 {
    margin-top: 60px;
}
.mT80 {
    margin-top: 80px;
}

.mL5 {
    margin-left: 5px;
}

.mL10 {
    margin-left: 10px;
}

.mL15 {
    margin-left: 15px;
}

.mL18 {
    margin-left: 18px;
}

.mL20 {
    margin-left: 20px;
}

.mL30 {
    margin-left: 30px;
}

.mL35 {
    margin-left: 35px;
}

.mL50 {
    margin-left: 50px;
}

.mL100 {
    margin-left: 100px;
}

.mL200 {
    margin-left: 200px;
}

.mR5 {
    margin-right: 5px;
}

.mR10 {
    margin-right: 10px;
}

.mR15 {
    margin-right: 15px;
}

.mR20 {
    margin-right: 20px;
}

.mR30 {
    margin-right: 30px;
}

.mLR10 {
    margin-right: 10px;
    margin-left: 10px;
}

.mLR20 {
    margin-right: 20px;
    margin-left: 20px;
}

.mB5 {
    margin-bottom: 5px;
}

.mB10 {
    margin-bottom: 10px;
}

.mB15 {
    margin-bottom: 15px;
}

.mB20 {
    margin-bottom: 20px;
}

.mB30 {
    margin-bottom: 30px;
}

.mB40 {
    margin-bottom: 40px;
}

.mB50 {
    margin-bottom: 50px;
}

.mB60 {
    margin-bottom: 60px;
}

.mTB10 {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* float
------------------------------------------------*/

.Lfloat {
    float: left;
}

.Rfloat {
    float: right;
}


/* [hack] clear fix
--------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
    min-height: 1%;
    /* for IE 7*/
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}



.sp{
	display: none;
}




/* スマホ
------------------------------------------------*/
@media screen and (max-width:767px){
	body{
		font-size: 3.5vw;
	}
	
	.mT5,.mT10,.mT15 {
		margin-top: 3%;
	}
	.mT20,.mT30,.mT35 {
		margin-top: 7%;
	}
	.mT40,.mT50,.mT60{
		margin-top: 8%;
	}
	
	.mT80{
		margin-top: 12%;
	}
	
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}

}


@media print{
	.mT50 {
		margin-top: 20px !important;
	}
	.mT60 {
		margin-top: 30px;
	}
	.mT100 {
		margin-top: 50px !important;
	}
	
	
}