@charset "UTF-8";
/********************************************************
 normalize ( normalize.css v5.0.0 )
 ********************************************************/
html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:0 0;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type="button"]{-webkit-appearance:button}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}

/********************************************************
 tag
 ********************************************************/
*{font-family:"メイリオ", Meiryo, sans-serif}
html{
	width:100%;
	font-size:62.5%;
}
body{
	width:100%;
	margin-top:0;
	font-size:1.6em;	/* chromeバグ対策remではなくem */
	line-height:2.4rem;
	color:#333;
	background-color:#FFF;
	background-image: url(../image/back.png);
}
ul {
	margin:0;
	padding: 0;
}
ol {
	margin:0;
	padding: 0;
	list-style-position: inside;
}
li {
	margin:0;
	padding: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}
a {
	color:#0066CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	font-size:100%;
	font-weight:normal;
}
p {
	margin: 0 0 0.8em;
}
form {
	margin:0;
	padding:0;
}

table{margin:0 0 0.6rem;border-collapse:collapse;border-spacing:0;}
td > table {margin-bottom:-1px;}
td{margin:0;padding:0.5rem;border:1px solid #666;}
td p:last-child{margin:0;}
th{margin:0;padding:0.5rem;background-color:#CEF5FF;border:1px solid #666;text-align:center;font-weight:normal;}
th p:last-child{margin:0;}

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

/* wrapper */

#wrapper {
	width: 1000px;
	background-color: #EEE;
	margin: 0 auto;
	position: relative;
}

/* header */

header h1 {
	position: absolute;
	top: 60px;
	left: 100px;
	width: 450px;
	font-size: 1.2rem;
}

#business_hours {
	position: absolute;
	top: 10px;
	right: 24px;
}

#telfax {
	position: absolute;
	top: 35px;
	right: 24px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: right;
}

#topimage {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
}

.menu {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	border-left: 2px dotted #CCC;
	font-weight: bold;
	list-style-type: none;
}

.menu li {
   float:left;
   margin:0;
   padding:0;
   color:#999;
}

.menu li a {
   display:block;
   width:160px;
   color:#333;
	background-color:#FFF;
   padding:15px 10px;
   text-align:center;
   text-decoration:none;
   border-right:2px dotted #CCC;
	transition:.2s;
}

.menu li a.current {
	background-color:#FFED9A;
}

.menu li a:hover {
	background-color:#FFED9A;
}

.menu li a.contact {
   width:215px;
}

#main {
	clear: both;
	margin-bottom: 50px;
	overflow: hidden;
}

/* wrap_mail */

#wrap_mail {
	margin: 0 auto 100px;
	width: 700px;
	overflow: hidden;
}

.wrap_mail_message {
	color: #06F;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.table_mail_form {
	width: 90%;
}


.table_mail_form th {
	padding:8px 10px;
	background-color: #CEF5FF;
}

.table_mail_form td {
	background-color: #FFF;
	padding:10px;
}




/* contents */

#contents {
	margin-right: 20px;
	margin-left: 20px;
}

#contents .message {
	margin-top: 20px;
	margin-bottom: 30px;
	color: #06F;
	font-size: 2rem;
	line-height: 2.4rem;
	font-weight: bold;
}

#info_title {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 100px;
	margin-bottom: 10px;
}

.info_date {
	clear:both;
	float:left;
	display:inline-block;
	width:15rem;
	margin-top:1rem;
	color:#F89200;
}

.info_text {
	display:inline-block;
	float:left;
	margin-top:1rem;
}


#sub {
	float: left;
	width: 260px;
	overflow: hidden;
}

#sub_title {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
}

.description {
	padding: 25px 0;
}

.description ul {
	margin-left: 20px;
}



/* calendar */

.cal {
	font-weight: bold;
	color: #666;
	margin-bottom: 20px;
	overflow: hidden;
}

.cal ul {
	width: 260px;
	list-style: none;
}

.cal li {
	float: left;
	width: 28px;
	height: 20px;
	margin: 1px;
	padding: 3px;
	background: #fff;
	text-align: center;
}

.cal li.day {
	font-variant: small-caps;
	background: #999;
	height: 20px;
	text-align: center;
	color: #FFF;
}

.cal li.sat {
	background-color: #6CF;
}

.cal li.sun {
	background-color: #F66;
}

.cal li:nth-child(7n+13) {
	background-color: #FC9;
}

.cal li:nth-child(7n+14) {
	background-color: #FC9;
}

.cal .holiday {
	background-color: #FC9;
}

#topagetop {
	position: relative;
	left: 800px;
}

/* footer */

footer {
	background-color: #FFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #333;
	padding: 20px 40px 10px;
}

footer li {
	padding-left: 1em;
	background: url(../image/arrow.png) no-repeat 0 6px;
	list-style-type: none;
}

footer li a {
	color: #333;
}

footer #logo {
	float: right;
	margin-bottom: 40px;
}

footer #copyright {
	text-align: center;
	margin-top: 40px;
	clear: both;
}

/* table_list */

.table_list_bcp {
	float:left;
	margin-top: 40px;
	margin-right:10px;
}

.table_list_bcp th {
	padding:.8rem;
	background-color:#FFC;
	text-align: center;
	border: 1px solid #333;
}

.table_list_bcp td {
	width: 5.9rem;
	padding:.8rem;
	background-color: #FFF;
	text-align: center;
	border: 1px solid #333;
}

.table_list_ccp {
	float:left;
	margin-top: 40px;
	margin-right:10px;
}

.table_list_ccp th {
	width:6.5rem;
	padding:.4rem;
	background-color:#FFC;
}

.table_list_ccp td {
	background-color: #FFF;
	text-align: center;
}


/* title_list */

.title_list {
	color: #FC0;
	font-weight: bold;
	font-size: 20px;
	padding-left: 25px;
	height: 30px;
	padding-top: 10px;
	background-color: #666;
}

.btn_order {
	padding-top: 20px;
	text-align: center;
	clear: both;
}

/* button */

.button_list {
display:table-cell;
vertical-align:middle;
width:270px;
padding:15px;
border-radius:5px;
color:#333;
background-color: #FFF;
text-align:center;
box-shadow:5px 5px 3px 0 #AAA;
transition:.3s;
}

.button_list:hover {
text-decoration:none;
box-shadow:2px 2px 6px 0 #AAA;
}

.button_list img {
	margin-bottom:10px;
}

.tbl_company {
	margin-left:50px;
	border:0px;
}

.tbl_company td {
	padding:1.2rem;
	border:0px;
}



/********************************************************
 common
 ********************************************************/
.ftl {float:left;}
.ftr {float:right;}

.tal {text-align:left;}
.tar {text-align:right;}
.tac {text-align:center;}
.clearb {clear:both}

.mgb0 { margin-bottom:0!important; }
.mgb5 { margin-bottom:5px!important; }
.mgb10 { margin-bottom:10px!important; }
.mgb15 { margin-bottom:15px!important; }
.mgb20 { margin-bottom:20px!important; }
.mgb25 { margin-bottom:25px!important; }
.mgb30 { margin-bottom:30px!important; }
.mgb35 { margin-bottom:35px!important; }
.mgb40 { margin-bottom:40px!important; }
.mgb45 { margin-bottom:45px!important; }
.mgb50 { margin-bottom:50px!important; }
.mgb200 { margin-bottom:200px!important; }

.mgt0 { margin-top:0!important; }
.mgt5 { margin-top:5px!important; }
.mgt10 { margin-top:10px!important; }
.mgt15 { margin-top:15px!important; }
.mgt20 { margin-top:20px!important; }
.mgt25 { margin-top:25px!important; }
.mgt30 { margin-top:30px!important; }
.mgt35 { margin-top:35px!important; }
.mgt40 { margin-top:40px!important; }
.mgt45 { margin-top:45px!important; }
.mgt50 { margin-top:50px!important; }
.mgt80 { margin-top:80px!important; }

.mgl0  {margin-left:0px!important;}
.mgl5  {margin-left:5px!important;}
.mgl10 {margin-left:10px!important;}
.mgl15 {margin-left:15px!important;}
.mgl20 {margin-left:20px!important;}
.mgl25 {margin-left:25px!important;}
.mgl30 {margin-left:30px!important;}
.mgl35 {margin-left:35px!important;}
.mgl40 {margin-left:40px!important;}
.mgl45 {margin-left:45px!important;}
.mgl50 {margin-left:50px!important;}

.mgr0  {margin-right:0px!important;}
.mgr5  {margin-right:5px!important;}
.mgr10 {margin-right:10px!important;}
.mgr15 {margin-right:15px!important;}
.mgr20 {margin-right:20px!important;}
.mgr25 {margin-right:25px!important;}
.mgr30 {margin-right:30px!important;}
.mgr35 {margin-right:35px!important;}
.mgr40 {margin-right:40px!important;}
.mgr45 {margin-right:45px!important;}
.mgr50 {margin-right:50px!important;}

.fs110 {
	font-size:110%;
	line-height: 110%;
}

.fs130 {
	font-size:130%;
	line-height: 110%;
}

.fs150 {
	font-size:150%;
	line-height: 110%;
}


.fb {
	font-weight:bold;
	letter-spacing: 1px;
}

.lightbox img {
	margin-right:3px;
}

.lightbox a img {
	border: 3px #DDD solid;
}

.lightbox a:hover img {
	border: 3px #F18D00 solid;
}
