﻿@charset "utf-8";

/* -----------------------------------------
	Reset Item
----------------------------------------- */
@media print {
	body {
		width: 1200px;
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		transform-origin: 0 0;
	}
}
html {
	font-size: 16px;
	font-size: 62.5%;
}

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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1.5;
	-webkit-text-size-adjust: 100%;
	font-size: 100%;
	font-size: 1.4rem;
	color: #333333;
	font-family:"メイリオ",'Meiryo',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", sans-serif;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,main {display:block;}
ol, ul {list-style:none;}
img {
	vertical-align: middle;
	line-height: 0;
	border:0;
}
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;
	color: #0080bf;
}
ins {
	background-color:#ff9;
	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;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input[type="text"],
select, textarea, button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: border-box;
}

input[type="submit"],
input[type="button"]{-webkit-appearance: none;}

input::-ms-expand,
select::-ms-expand {display: none;}

input::-webkit-input-placeholder {
	color: #999;
	font-size: 13px;
}
input::-moz-placeholder {
	color: #999;
	font-size: 13px;
	
}
input:-ms-input-placeholder{
	color: #999;
	font-size: 13px;
}
/* -----------------------------------------
	Base Item
----------------------------------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/*	Link
------------------------------*/
a:link {color: #008803; text-decoration: none;}
a:visited {color: #008803; text-decoration: none;}
a:hover {color: #008803;text-decoration: underline}
a:active {color: #008803; text-decoration: none;}


/* -----------------------------------------
	Component Style
----------------------------------------- */
.ta-r {text-align: right !important;}
.dispFlex {display: flex;}
.jcC {justify-content: center;}
.font16 {font-size:1.6em !important; font-size:1.6rem !important;}
.fontBold { font-weight: bold !important; }
.bgGray {background: #f8f8f8;}

/*	margin
------------------------------*/
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mt15 {margin-top: 15px !important;}
.mt30 {margin-top: 30px !important;}
.mr25 {margin-right: 25px !important;}
.ml15 {margin-left: 15px !important;}

@media screen and (min-width: 751px) , print{
    .w100p {width: 100% !important;}
}

img{max-width: 100%;}
img.w100p {width: 100%;}


/*表示/非表示切り替え*/
.sp,.spb{display: none;}

/*スマホ　縦*/
@media screen and (max-width: 750px){

	img{width: 100%;}
	img.auto{width: auto;}
	img.pcauto{max-width: 100%; width: 100%;}

	.pc{display: none;}
	.sp{display: inline;}
	.spb{display: block;}

	/*	margin
	------------------------------*/
	.sp_mt10 {margin-top: 10px !important;}
	.sp_mr0 {margin-right: 0 !important;}
}

.main_skipLink {
	width: 0;
	height: 0;
	font-size: 0;
	visibility: hidden;
}

.skipLink {
	display: none !important;
}