﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Sawarabi+Mincho:wght@400&family=Sawarabi+Gothic:wght@400&family=Kosugi+Maru:wght@400&family=Kosugi:wght@400&family=Yusei+Magic:wght@400&family=Hachi+Maru+Pop:wght@400&family=Potta+One:wght@400&family=DotGothic16:wght@400&family=RocknRoll+One:wght@400&family=Stick:wght@400&family=Shippori+Mincho:wght@400;500;600;700;800&family=Reggae+One:wght@400&family=Dela+Gothic+One:wght@400&family=Rampart+One:wght@400&family=Kiwi+Maru:wght@300;400;500&family=Kaisei+Tokumin:wght@400;500;700;800&family=Yomogi:wght@400&family=Train+One:wght@400&display=swap');

/*セミオリジナルテンプレート用設定項目*/
/*1.全体背景色:*/
	/*デザインの都合上なし*/
/*2.全体枠線色*/
#content_box .page, #photo {border-color:#E1E1E1;}
/*3.メイン画像背景色*/
	/*デザインの都合上なし*/
/*4.メイン画像*/
#photo {background:url(img/95_2_photo.jpg);} /* 900px x 250px */
/*5.コンテンツ部背景色*/
#content_box .page {background-color:#FFFFFF;}
/*6.コンテンツ部枠線色*/
	/*レイアウトの都合上、(2)と同じ*/
/*7.上部メニュー*/
#menu_box {
	background:#006400;
	background-image:url(img/mask-trans.png);}
#menu li {
	background:#006400;
	background-image:url(img/mask-trans.png);}
/*8.上部メニュー（マウスオーバー時）*/
#menu li:hover, #menu li.cntmenu_over {
	background:#FCFCFC;
	background-image:url(img/mask-trans.png);}
/*9.上部メニュー文字色*/
#menu li a {color:#FFFFFF;}
/*10.上部メニュー文字色（マウスオーバー時）*/
#menu ul li a:hover, #menu li.cntmenu_over a {color:#006400;}
/*11.左部親ページメニュー画像*/
#side #sn_company>ul>li>a {background-image:url(img/95_2_side1.png);}
/*12.左部親ページメニュー画像（マウスオーバー時）*/
#side #sn_company ul li a.sn_01:hover, #side #sn_company>ul>li>a.sn_01_over{background-image:url(img/95_2_side1-hover.png);}
/*13.左部子ページメニュー画像*/
#side #sn_company>ul>li>ul>li a {background-image:url(img/95_2_side2.png);}
/*14.左部子ページメニュー画像（マウスオーバー時）*/
#side #sn_company ul li a.sn_01_01:hover, #side #sn_company>ul>li>ul>li a.sn_01_01_over{background-image:url(img/95_2_side2-hover.png);}
/*15.左部メニュー文字色*/
#side #sn_company li a {color:#333333;}
/*16.左部メニュー文字色（マウスオーバー時）*/
#side #sn_company li a:hover, #side #sn_company li a.sn_01_01_over, #side #sn_company li>a.sn_01_over {color:#333333;}
/*17.ページ全体リンク色*/
a {color:#0000FF;}
/*19.ページ全体リンク色（訪問後）*/
a:visited {color:#810081;}
/*18.ページ全体リンク色（マウスオーバー時）*/
a:hover {color:#0000FF;}

/*html body*/
html {
	height:100%;
}

body{
	display    : block !important;
	margin:0;
	padding:0;
	font-family: "メイリオ", Meiryo,Verdana, Helvetica, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	text-align:center;
	background:#EEEEEE;
	animation: fadeIn 0.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
        }


table{
        }

/*common*/
img {
	border:0px;
}

/*page*/
.page {
	margin:0 auto;
	padding:0;
	width:910px;
	text-align:left;
}
#content_box .page{
	border-style:solid;
	border-width:1px;
	border-top:0;
	border-bottom:0;
	padding:0 10px;
	width:890px;
}

/*header*/
#header {
	margin:0;
	padding:5px 0px;
	width:910px;
}

/*menu*/
#menu_box {
	background-position:0 5px;
	background-repeat:repeat;
}

#menu_top {
	width:100%;
	height:5px;
	background:url(img/menu-top.png) 0 0 repeat-x;
	font-size:0%;
}
#menu {
	margin:0;
	padding:0 0 0 0px;
	width:910px;
	background-position:0 0;
	background-repeat:repeat;
	letter-spacing:0.01em;
	font-size:85%;
	line-height:2.0em;
	background-position:0 0;
	background-repeat:repeat-y;
	border-left:1px solid #000000;
}
#menu ul{
	margin:0;
	padding:0;
	width:910px;
	list-style:none;
	overflow:hidden;
}
#menu ul li{
	margin:0;
	padding:0;
	display:block;
	float:left;
	width:181px;
	height:40px;
	line-height:1em;
	border-right:1px solid #000000;
}
#menu ul li a{
	margin:0;
	padding:14px 0 6px 0;
	display:block;
	width:181px;
	height:20px;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
}
#menu li:hover, #menu li.cntmenu_over {
	background-position:0 0;
	background-repeat:repeat-x;
}
#menu li span {
	margin:0;
	padding:0;
}
#menu_bottom {
	width:100%;
	height:5px;
	background:url(img/menu-bottom.png) 0 0 repeat-x;
	font-size:0%;
}

/*photo box*/
#photo {
	margin:0 -10px;
	padding:0;
	width:910px;
	height:250px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	background-position:top;
	background-repeat:no-repeat;
}

/*content box*/
#content_box {
	width:100%;
}

/*main*/
#main{
	float:right;
	margin:0;
	padding:10px 0 0 10px;
	width:640px;
	overflow:auto;
}
#main_nosidebar{
	margin:0;
	padding:10px 0 0 0;
	width:890px;
	overflow:auto;
}
#main #mobile, #cnt_btmbt{
	padding:0 0 0 555px;
	width:75px;
}
#main_nosidebar #mobile {
	padding:0 0 0 795px;
	width:75px;
}
#main #mobile a, #main_nosidebar #mobile a, #cnt_btmbt a{
	margin:0;
	padding:0;
	overflow:hidden;
	display:block;
	text-indent:-9999px;
	width:75px;
	height:24px;
	background:url(img/mobile.gif) 0 0 no-repeat;
}

/*side*/
#side {
	margin:0;
	padding:10px 0 0 0;
	width:240px;
	float:right;
	overflow:auto;
}
#side ul{
	margin:0;
	padding:0;
}
#side #sn_company>ul>li{
	margin:0 0 10px 0;
	padding:0;
	width:240px;
	list-style:none;
	letter-spacing:0.01em;
	font-size:85%;
	line-height:2.0em;
}
#side #sn_company>ul>li>a{
	display:inline-block;
	margin:0;
	padding:15px 0 5px 20px;
	width:220px;
	height:20px;
	line-height:1em;
	text-decoration:none;
	background-position:0 0;
	background-repeat:no-repeat;
}
#side #sn_company>ul>li>a:hover, #side #sn_company>ul>li>a.sn_01_over {
	font-weight:bold;
}
#side #sn_company>ul>li>ul{
	margin:0 0 0 20px;
	padding:0;
	width:220px;
}
#side #sn_company>ul>li>ul>li{
	margin:0;
	padding:10px 0 0 0;
	width:220px;
	height:35px;
	list-style:none;
}
#side #sn_company>ul>li>ul>li a{
	display:inline-block;
	background-position:0 0;
	background-repeat:no-repeat;
	padding:12px 0 8px 20px;
	width:200px;
	height:15px;
	line-height:1em;
	text-decoration:none;
	overflow:hidden;
}
#side #sn_company>ul>li>ul>li a:hover , #side #sn_company>ul>li>ul>li a.sn_01_01_over{
	font-weight:bold;
}

/*border*/
#border {
	padding:10px 10px;
	clear:both;
	width:860px;
	height:5px;
	font-size:0%;
	background:url(img/border.png) 10px 10px no-repeat;
}

/*footer*/
#footer{
	margin:0;
	padding:10px 0;
	width:890px;
	text-align:left;
	clear:both;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
