@charset "UTF-8";

html {
   overflow-y:scroll;
}

body {
    background: #ffdae3 url(/img/bg.png) repeat-y top center fixed;
	color: #333;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
    -webkit-text-size-adjust: 100%;
    margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
    max-width: 100%;
	height: auto;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
a {
	color: #333;
}
a:hover {
	color: #0484c7;
	text-decoration: none;
}
a {
overflow:hidden;
}
h1, h2, h3, h4, h5, h6,dl,dt,dd,form {
	font-size:100%;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}

/*---------- others ---------- */
.clear {
	clear:both;
}
/* clearfix */
.clearfix:after {
content:"";
display:block;
clear:both;
}
.fs10{
	font-size: 10px;
}
.fs14{
	font-size: 14px;
}
.fc01{
	color: #e80000;
    font-weight: bold;
}
.fc02{
	color: #F69;
}
.fc03{
	color: #fff;
}
.bold{
	font-weight: bold;
}
.img{
	vertical-align:middle;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.imgright {
	float: right;
	margin-left: 10px
}
.imgleft {
	float: left;
	margin-right: 10px;
}
img.c {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.c {
	text-align: center;
}

/*---------- header ---------- */
header {
	width: 900px;
    margin: 0 auto;
    padding: 5px 40px;
    background: #fff url(/img/header_bg.png) repeat top center;
}
header h1 {
	font-size: 10px;
	color: #666;

}
#header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#header_inner div:nth-child(1) {
    -webkit-flex-basis: 287px;
    flex-basis: 287px;
}
#header_inner div:nth-child(2) {
    -webkit-flex-basis: 500px;
    flex-basis: 500px;
}

/*---------- navi ---------- */
nav#menubar {
    width: 900px;
    margin: 0 auto;
    background: #ffe417;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff398), to(#ffe417));
    background: -webkit-linear-gradient(#fffa84, #fffff0 49%, #fff398 50%, #ffe417);
    background: linear-gradient(#fffa84, #fffff0 49%, #fff398 50%, #ffe417);
    padding: 0px 40px;
}
nav#menubar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
}
nav#menubar li {
    -webkit-flex-basis: calc(20% - 1px);
    flex-basis: calc(20% - 1px);
    box-sizing: border-box;
    border-right: 1px solid #ffffff;
    text-align: center;
}
nav#menubar li:nth-child(1) {
    border-left: 1px solid #fff;
}
nav#menubar a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #555;
    padding: 5px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    letter-spacing: 3px;
    text-decoration: none;
}
nav#menubar a:hover,
nav#menubar .active a {
    color: #555;
    background: rgba(255, 192, 23, 0.4);
}

/*---------- contents ---------- */
#contents {
	width: 900px;
	margin: 0 auto;
	padding: 20px 40px;
    background: #fff;
    overflow: hidden;
}

/*---------- side ---------- */
#side {
	float: left;
	width: 200px;
	margin-bottom: 20px;
}
#side div {
   margin-bottom:10px;
}
#side h2 {
    height: 25px;
    text-align: center;
    background: #ffeea0;
    padding-top: 3px;
    font-size: 16px;
    font-weight: bold;
    color:#555;
}
#sidemenu {
    background: #ffeea0;
    padding: 5px;
}
#sidemenu ul {
    padding: 0;
    margin: 0;
}
#sidemenu li {
   margin-bottom: 5px;
}
#sidemenu ul img {
    width: 100%;
}

/*---------- footer ---------- */
footer {
    clear: both;
    font-size: 12px;
}
footer a {
    text-decoration: none;
}
footer a:hover {
    color: #f45385;
}
footer ul {
    width: 900px;
    margin: 0 auto;
    padding: 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
}
footer li a {
    display: block;
    padding: 5px 10px;
}
#footer_box {
	text-align: center;
}



/*---------- main ---------- */
#main{
	float: right;
	width: 660px;
	margin-bottom: 20px;
}
#main_img{
	margin-bottom: 20px;
}
#main h2{
    background: url(/img/main_h2.png) no-repeat center left;
	padding: 15px 0 12px 70px;
	font-weight: bold;
    color: #d3003b;
    font-size: 20px;
    letter-spacing: 5px;
}
#main h3{
    background: #ffe4ef;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    padding-top: 3px;
	padding-left: 10px;
	font-weight: bold;
	color: #575757;
    font-size: 16px;
}
#main p {
    padding: 0 10px;
}
#ta_main {
    margin: 0 10px;
}
#ta_main table{
    width: 100%;
    border: 1px solid #626262;
}
#ta_main th,
#ta_main td {
    padding: 10px;
    border: 1px solid #626262;
}
#ta_main th {
    background: #ffdfe9;
    width: 150px;
}

/*---------- job ---------- */
.span_job {
    display: inline-block;
    margin-left: 10px;
    padding: 0 5px;
    border-radius: 3px;
    background: #ffdfe9;
    border: 1px solid #ffafb9;
}
.span_job a {
    text-decoration: none;
    font-size: 13px;
}
.span_job a:hover {
    color: #ffafb9;
}
.span_job:hover {
    background: #fff;
}

/*---------- work ---------- */
#ul_work {
    list-style: disc;
    list-style-position: inside;
}

/*---------- faq ---------- */
#dl_faq {
    padding: 5px 10px;
}
#dl_faq dt {
    font-weight: bold;
}
#dl_faq dt:before {
    content: url(/img/question.gif);
    position: relative;
    top: 6px;
}
#dl_faq dd {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #96A390;
}
#dl_faq dd:before {
    content: url(/img/answer.gif);
    position: relative;
    top: 6px;
}

/*---------- contact ---------- */
#dl_contact {
    padding: 5px 10px;
    font-size: 16px;
}
#dl_contact dt {
    font-weight: bold;
}
#dl_contact dt:before {
    content: url(/img/icon_01.gif);
    position: relative;
    top: 1px;
}
#dl_contact dd {
    padding-left: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #96A390;
}
#main p.p_bd {
    margin: 0 10px;
    padding: 10px 10px;
    border: 1px solid #e80000;
}

/*---------- gallery ---------- */
#list_gallery {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 10px;
}
#list_gallery div {
    -webkit-flex-basis: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px;
    background: #e5e4e4;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}
#list_gallery div:nth-child(2),
#list_gallery div:nth-child(4) {
    margin-right: 0;
}

/*---------- form ---------- */
#ta_contact {
    margin: 0 10px;
}
#ta_contact table {
    width: 100%;
    border: 1px solid #626262;
}
#ta_contact th,
#ta_contact td {
    padding: 10px;
    border: 1px solid #626262;
}
#ta_contact th {
    background: #ffdfe9;
    width: 150px;
}
#ta_contact input {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    border : 1px solid #a3a1a1;
    border-radius : 3px;
    vertical-align: middle;
    padding: 5px;
}
#ta_contact input#age {
    width: 50px;
}
#ta_contact select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 5px;
    font-size: 16px;
    border : 1px solid #a3a1a1;
    border-radius : 3px;
    vertical-align: middle;
    background: #fff;
}
#ta_contact select.interview {
    width: 50px;
}
#ta_contact textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height : 150px;
    padding: 5px;
    font-size: 16px;
    resize : vertical;
    border : 1px solid #a3a1a1;
    border-radius : 3px;
    vertical-align: middle;
}
input,select,textarea {
    font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#ta_contact input:focus,
#ta_contact textarea:focus,
#ta_contact select:focus,
input[type="submit"]:focus {
    outline: 0;
    box-shadow : 0px 0px 5px #f69db2;
    border : 1px solid #f69db2;
}
input[type="button"]:focus {
    outline: 0;
    box-shadow : 0px 0px 5px #7c7c7c;
    border : 1px solid #7c7c7c;
}
input[type="submit"],
input[type="button"] {
    width: auto;
    height: auto;
    padding: 6px;
    margin-bottom: 10px;
    border: none;
    box-shadow: none;
    border-radius: 3px;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
}
input[type="submit"] {
    background: #f2467a;
    border: 1px solid #f2467a;
}
input[type="button"] {
    background: #7c7c7c;
    border: 1px solid #7c7c7c;
}
input[type="submit"]:hover {
    cursor: pointer;
    background: #fff;
    color: #f2467a;
    border: 1px solid #f2467a;
}
input[type="button"]:hover {
    cursor: pointer;
    background: #fff;
    color: #7c7c7c;
    border: 1px solid #7c7c7c;
}
