﻿/*
リセット
*/
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	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;
}
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;
}
/*
リセットここまで
*/

body {
	font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.drawer drawer--left drawer-close {
	width: 100%;
	font-size: 13px;
	line-height: 150%;
	background-color: #000;
	color: #222;
	line-height: 1;
	background-color: #fff;
	font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}
h3 {
	font-size: 130%;
	margin:5px 0px 10px 0px;
	padding-left: 5px;
	border-left: 4px solid #555;
	border-bottom: 1px dashed #555;
	line-height: 1.2;
	padding-top: 2px;
	padding-bottom: 2px;
}
a:link {
	color: #555;
	text-decoration: none;
}
a:visited {
	color: #555;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
img {
	border-style: none;
}
ul {
	list-style: none;
	padding: 0;
}
li {
	padding: 0;
}
input, select {
	vertical-align: middle;
}
a {
	-webkit-tap-highlight-color: transparent;
}
#contents {
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
}
header {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: auto;
	height: 80px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background-color: #FFFFFF;
	background-image: url(../img/header_pat.png);
	background-repeat: repeat-x;
	/* box-shadow */
	box-shadow: rgba(200, 200, 200, 0.65) 0px 0px 10px 3px;
	-webkit-box-shadow: rgba(200, 200,200, 0.65) 0px 0px 10px 3px;
	-moz-box-shadow: rgba(200, 200, 200, 0.65) 0px 0px 10px 3px;
}
#headerInner {
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
#main_img {
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
}
#main_img img {
	width: 100%;
	min-width: 100px
}

.sample_img {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#main_img img {
	width: 100%;
	min-width: 95px
}

.title_img {
	margin-top: 30px;
	margin-left: 5px;
}
.title_img img {
	width: 100%;
	min-width: 100px
}
.column_box {
	padding: 10px 10px 0px 10px;
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 1.5;
}
h2 {
	font-size: 22px;
	margin-top: 40px;
	margin-left: 10px;
	color: #222;
}
#title {
	margin-top: 0px;
}
nav {
	margin-top: 20px;
	width: 100%;
	height: 80px;
	display: flex;
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-webkit-box-pack: justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between;/*--- safari（PC）用 ---*/
	justify-content: space-between;
}
.set {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	margin-top: 30px;
}
.set_c img {
	width: 160px;
}
.subtitle {
	float: left;
	width: auto;
	height: auto;
}
#contents {
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 15px;
}
#footer {
	width: 100%;
	height: 60px;
	background-color: #000;
	margin: 0px 0px 0px 0px;
	clear: both;
	overflow: hidden;
	position: relative;
	z-index: 5000;
	background-image: url(../img/footer_pat.png);
	background-color: #000000;
	background-repeat: repeat-x;
	/* box-shadow */
	box-shadow: rgba(100, 100, 100, 0.65)0px -5px 5px -2px;
	-webkit-box-shadow: rgba(100, 100, 100, 0.65) 0px -5px 5px -2px;
	-moz-box-shadow: rgba(100, 100, 100, 0.65)0px -5px 5px -2px;
}
#footer_imgbox {
	height: auto;
	margin: 5px 0px 0px 0px;
	background-color: #000;
}
#pcsite {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	float: both;
	font-size: 10px;
}
#pcsite_none {
	width: auto;
	height: auto;
	padding-bottom: 10px;
	float: both;
	display: none;
}
.pc_bo {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	display: block;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
}
div#pcsite a:link {
	color: #555;
}
div#pcsite a:visited {
	color: #555;
}
/* ページトップのCSS
--------------------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 20000;
}
#page-top a {
	width: 50px;
	height: 50px;
	text-align: center;
	display: block;
}
#page-top a:hover {
}
#page-top a:hover img {
	opacity: 1;
	-webkit-animation: flash 1s;
	animation: flash 1s;
}
@-webkit-keyframes flash {
 0% {
 opacity: .4;
}
 100% {
 opacity: 1;
}
}
@keyframes flash {
 0% {
 opacity: .4;
}
 100% {
 opacity: 1;
}
}

.column_box_space {
 padding-left:10px;
 padding-top:50px;
 height: 400px;
}
