/* reset html5 start
==================================================================== */
html, body, div, span, object, iframe, blockquote, pre, abbr, address, cite, code,del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,
dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
content:'';
content: none;
}

ins { text-decoration: none; }

mark {
font-style: italic;
font-weight: bold;
}

del { text-decoration: line-through; }

abbr[title], dfn[title] {
border-bottom: 1px dotted #000000;
cursor: help;
}

input, select { vertical-align: middle; }
/* reset html5 end
==================================================================== */

* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

html { overflow-y: scroll; }

body {
margin: 0;
padding: 0;
color: #333333;
text-align: center;
font-size: 13px;
*font-size: small;
*font: x-small;
text-decoration: none;
font-family: Meiryo,"Lucida Grande","Hiragino Kaku Gothic ProN",sans-serif;
line-height: 1.5em;
letter-spacing: 0.1em;
background: #FFFFFF;
}

p {
margin: 0;
padding: 0;
line-height: 1.5em;
letter-spacing: 0.1em;
}

hr {
margin: 0;
padding: 0;
border: 0;
border: none;
}

img {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: bottom;
}

h1,h2,h3,h4,h5,h6,input,textarea {
margin: 0;
padding: 0;
font-size: 100%;
font-weight: normal;
font-style: normal;
vertical-align: baseline;
background: transparent;
}

div,form {
margin: 0;
padding: 0;
}

area { outline: none; }

a {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
a:link { color: #767095; }
a:visited { color: #767095; }
a:hover { color: #9f9ab5; }
a:focus { outline: none; }

a img { transition:all 0.5s ease; }

a img:hover {
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}

/* table start --------------------------------------- */
table {
border-collapse: collapse;
border-spacing: 0;
margin: 0;
padding: 0;
text-align: left;
width: 100%;
}

table th, table td {
text-align: left;
vertical-align: top;
}
/* table end --------------------------------------- */

ol,ul,li {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
list-style: none;
}

/* clear start
==================================================================== */
.clearfix:after {
content:".";
display: block;
clear: both;
height: 0;
visibility: hidden;
line-height: 0;
font-size: 0;
}

.clearfix {
min-height: 1px;
display: inline-table;
zoom: 1;
}

/* IE6 */
* htm .clearfix { height: 1%; }

/* IE7 */
*:first-child+html .clearfix { height: 1%; }

/* Hides from IE-mac \*/
* html .clearfix {
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

.clearfix { display: block; }
/* End hide from IE-mac */
/* clear end
==================================================================== */



/* header start
==================================================================== */
header {
width: 80%;
margin: 0 auto;
padding: 10px 0;
text-align: left;
font-size: 93%;
letter-spacing: 0.05em;
}

#logo a img {}

#logo  {
text-align: center;
}
/* header end
==================================================================== */



/* grobalNavi start
==================================================================== */
ul#navi_menu {
width: 80%;
max-width: 980px;
padding: 0;
margin: 10px auto 20px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

ul#navi_menu li {
font-size: 116%;
width: 24%;
padding:5px 0;
margin-right: 3px;
float: left;
box-sizing:border-box;
display: block;
border-bottom: 2px solid #aa98b3;
transition:all 0.5s ease;
text-align: center;
background: #FFFFFF;
}

ul#navi_menu li:last-child {
margin: 0;
}

@media screen and (max-width: 640px){
	ul#navi_menu li {
	width: 32.3%;
	}
}

@media screen and (max-width: 320px){
	ul#navi_menu li {
	width: 49%;
	}
}

ul#navi_menu li a {
color: #333333;
text-decoration: none;
width: 100%;
display: block;
}

ul#navi_menu li:hover {
border-bottom: 2px solid #112650;
transition:all 0.5s ease;
}

ul#navi_menu li a:hover {
color: #aa98b3;
}
/* grobalNavi end
==================================================================== */



div#main_wrapper {
width: 80%;
max-width: 980px;
margin: 0 auto;
padding: 0;
text-align: left;
}



/* title start
==================================================================== */
.contents_title01 {
margin-bottom: 20px;
padding-bottom: 5px;
display: block;
font-size: 153.9%;
color: #3b3f47;
border-bottom: 2px solid #112650;
}

.contents_title02 {
margin: 30px 0 20px;
padding-bottom: 5px;
display: block;
font-size: 153.9%;
color: #3b3f47;
border-bottom: 2px solid #112650;
}

.contents_title01 i,
.contents_title02 i {
margin-right: 5px;
color: #969fb2;
}
/* title end
==================================================================== */



/* home start
==================================================================== */
div#main-img_box {
width: 100%;
margin-bottom: 20px;
background: #101010;
}

div#main-img_box video {
margin: 0 auto;
padding: 0;
width: 80%;
max-height: 390px;
vertical-align: bottom;
}
/* --------------------------------------------------- */
ul.news_list .the_title {
color: #666666;
font-size: 123.1%;
padding-bottom: 2px;
margin-bottom: 10px;
border-bottom: 1px solid #767095;
}

ul.news_list .the_content { margin-bottom: 10px; }

ul.news_list .the_content:first-letter {
margin-right: .1em;
font-size: 1.5em;
}

ul.news_list {
padding: 0;
margin: 0;
width: 100%;
}

ul.news_list li {
padding:5px;
margin: 0 10px 10px 0;
float: left;
width: 23.7%;
box-sizing:border-box;
display: block;
border: 1px #c2c3c6 solid;
background: #FFFFFF;
}

@media screen and (max-width: 640px){
ul.news_list li {
	width: 46.7%;
	}
}

@media screen and (max-width: 320px){
ul.news_list li {
	width: 100%;
margin: 0 0 10px;
	}
}

ul.news_list li img {
width: 100%;
max-width: 250px;
display: block;
margin: 0 auto 10px;
}
/* home end
==================================================================== */



/* business start
==================================================================== */
ul.box_list {
padding: 0;
margin: 0;
width: 100%;
}

ul.box_list li {
padding: 10px;
margin: 0 10px 10px 0;
float: left;
width: 48%;
box-sizing:border-box;
display: block;
border: 1px #c2c3c6 solid;
background: #FFFFFF;
}

@media screen and (max-width: 640px){
ul.box_list li {
	width: 100%;
	}
}

@media screen and (max-width: 320px){
ul.box_list li {
	width: 100%;
margin: 0 0 10px;
	}
}
/* --------------------------------------------------- */
ul.site_list {}

ul.site_list li {
padding: 5px;
margin: 0 10px 10px 0;
float: left;
width: 47%;
box-sizing:border-box;
display: block;
border: 1px solid #aa98b3;
background: #FFFFFF;
transition:all 0.5s ease;
}

@media screen and (max-width: 640px){
ul.site_list li {
width: 100%;
	}
}

@media screen and (max-width: 320px){
ul.site_list li {
	width: 100%;
margin: 0 0 10px;
	}
}

ul.site_list li:hover {
background: #aa98b3;
color: #FFFFFF;
transition:all 0.5s ease;
}

ul.site_list li a {
color: #333333;
text-decoration: none;
}

ul.site_list li:hover a,
ul.site_list li a:hover {
color: #FFFFFF;
}

ul.site_list li img {
width: 90%;
max-width: 250px;
display: block;
margin: 5px auto 0;
}

ul.site_list li img:hover {
opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "alpha(opacity=100)";
}
/* business end
==================================================================== */



/* company start
==================================================================== */
dl.company {}

dl.company dt {
font-size: 108%;
padding: 10px;
background: #ededee;
}

dl.company dd {
margin: 10px 0 20px;
padding: 5px 10px;
}

dl.company dd:last-child {
margin-bottom: 0;
border: none;
}

iframe.access_map {
border: 0;
margin: 0 auto;
padding: 0;
width: 100%;
height: 300px;
display: block;
}
/* company end
==================================================================== */



/* mail start
==================================================================== */
dl.mail {}

dl.mail dt {
font-size: 108%;
padding: 10px;
background: #ededee;
}

dl.mail dd {
margin: 10px 0 20px;
padding: 5px 0 20px;
border-bottom: 1px solid #ededee;
}

dl.mail dd:last-child {
margin-bottom: 0;
border: none;
}

dl.mail span { margin: 0 !important; }

dl.mail dd input,
dl.mail dd input[type="text"],
dl.mail dd input[type="email"],
dl.mail dd input[type="tel"] {
margin-right: 2px;
border: 1px solid #c5c5c5;
outline: none;
font-family: Meiryo,"Lucida Grande","Hiragino Kaku Gothic ProN",sans-serif;
min-width: 100%;
max-width: 100%;
}

dl.mail dd textarea {
margin-right: 2px;
border: 1px solid #c5c5c5;
outline: none;
font-family: Meiryo,"Lucida Grande","Hiragino Kaku Gothic ProN",sans-serif;
min-width: 100%;
max-width: 100%;
min-height: 150px;
}

dl.mail dd input:focus,
dl.mail dd input[type="text"]:focus,
dl.mail dd input[type="email"]:focus,
dl.mail dd input[type="tel"]:focus,
dl.mail dd textarea:focus {
border: 1px solid #83ACFF;
}

.submit-img {
text-align: center;
margin: 20px 0 0;
}

.submit-img input[type="submit"],
.submit-img input[type="reset"] {
border: none;
color: #FFFFFF;
background: #83ACFF;
font-size: 131%;
padding: 10px 20px;
margin: 0 10px;
font-family: Meiryo,"Lucida Grande","Hiragino Kaku Gothic ProN",sans-serif;
}

.submit-img input[type="submit"]:hover,
.submit-img input[type="reset"]:hover { background: #3679FF; }
/* mail end
==================================================================== */



/* page_top start
==================================================================== */
#page-top {
position: fixed;
bottom: 10px;
right: 0px;
font-weight: bold;
font-size: 153.9%;
}

#page-top a {
background: #d1d2d4;
text-decoration: none;
color: #FFFFFF;
max-width: 90px;
padding: 5px 15px;
text-align: center;
display: block;
border-radius: 5px 0px 0px 5px;
-moz-border-radius: 5px 0px 0px 5px;
-webkit-border-radius: 5px 0px 0px 5px;
transition:all 0.5s ease;
}

#page-top a:hover {
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}
/* page_top end
==================================================================== */



/* footer start
==================================================================== */
footer#footer_wrapper {
width: 100%;
margin-top: 20px;
padding: 20px 0;
text-align: center;
font-size: 93%;
background: #112650;
color: #FFFFFF;
}

div#footer {
width: 80%;
max-width: 980px;
text-align: left;
margin: 0 auto;
}

ul.footer_navi {
padding: 0;
margin-bottom: 10px;
}

ul.footer_navi li {
margin: 0;
padding: 0 10px;
border-right: 1px solid #FFFFFF;
display: inline;
}

ul.footer_navi li a { color: #FFFFFF; }

ul.footer_navi li a:hover { color: #b0c4de; }

ul.footer_navi li:first-child { padding-left: 0; }

ul.footer_navi li:last-child {
border: none;
padding-right: 0;
}
/* footer end
==================================================================== */



/* ------------ footer start --------------------------------------- */
html {
min-height: 100%;
position: relative;
}

body { margin-bottom: 6.5em; }

footer {
bottom: 0;
height: 6.5em;
position: absolute;
}
/* ------------ footer start --------------------------------------- */



/* ------------ moji start --------------------------------------- */
.mini { font-size: 85%; }
.big {
font-size: 123.1%;
line-height: 1.5em;
}
.bold { font-weight: bold; }
.right { text-align: right; }
.center { text-align: center; }

.end_text { text-decoration: line-through; }

p.fl:first-letter {
margin-right: .1em;
font-size: 1.5em;
}

.red { color: #cc0033; }
.blue { color: #6a7791; }
.darkblue { color: #112650; }
.pink { color: #ff78a1; }
.green { color: #5e897b; }
.gray { color: #999999; }

.bg_gray { background: #f7f7f7; }

.img_center {
display: block;
margin: 0 auto;
}

.btm_10 { margin-bottom: 10px; }
.btm_20 { margin-bottom: 20px; }
.btm_30 { margin-bottom: 30px; }
.btm_40 { margin-bottom: 40px; }

.top_10 { margin-top: 10px; }
.top_20 { margin-top: 20px; }
.top_30 { margin-top: 30px; }
.top_40 { margin-top: 40px; }

/* ------------ moji end --------------------------------------- */
