@charset "utf-8";
#body {
#font-family: "Sawarabi Gothic";
#color: #404040;
#}

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html {
    overflow-y: scroll;
}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
  
/* remember to define focus styles! */
:focus {
    outline: 0;
}
  
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
  
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a { 
 font-weight: bolder;
 text-decoration: none;
 color: #0066cc;	
}

a[name]{ 
 font-weight: none;
 text-decoration: none;
 color: #000000;	
}

a:hover { 
	text-decoration: underline;
	color: #1111cc;	
}

a[name]:hover{ 
 font-weight: none;
 text-decoration: none;
 color: #000000;	
}

/*
a.btn {
    padding: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border: 1px solid #444;
	color: #000;
}

a.btn.btn-danger {
    color: #fff;
	background:linear-gradient(to bottom, #ee5555, #cc3333);
	border: 1px solid #a22;
}

a.btn.btn-success {
    color: #fff;
	background:linear-gradient(to bottom, #33cc33, #11aa11);
	border: 1px solid #1a1;
}

a.btn.btn-primary {
    color: #fff;
	background:linear-gradient(to bottom, #3333cc, #1111aa);
	border: 1px solid #11a;
}

a.btn.btn-warning {
    color: #fff;
	background:linear-gradient(to bottom, #ffa500, #ff8c00);
	border: 1px solid #840;
}

a.btn.btn-info {
    color: #fff;
	background:linear-gradient(to bottom, #00bfff, #00bfff);
	border: 1px solid #0cf;
}

a.btn.btn-secondary {
    color: #fff;
	background:linear-gradient(to bottom, #888888, #aaaaaa);
	border: 1px solid #666;
}
*/

/*全体の幅*/
#wrapper {
	width: 1140px;
	margin: 0 auto;
}

#wrapper.toppage {
	width: 1140px;
	margin: 0 auto;
}

/*全体の幅おわり*/

/*ヘッダー幅*/
#head-haikei{
    background-color:#e0e0ff;
}

#header{
	width: 1140px;
	height:40px;
//	border: 1px solid #000;
	margin: 0 auto;
	padding: 0;
}

#drop-wrapper {
//	border: 1px solid #f00;
//	width : 90%;
//	height:240;
//	background-color: #555;
}

/*ホームページロゴ*/
#logo{
	float: left;
}

#logo img{
	width: 112px;
	margin-right: 5px;
}
/*ホームページロゴおわり*/


/*グローバルナビ*/
.mado{
	width: 269px;
	margin-left:auto;
	margin-bottom:20px;
}

.dropmenu{
//	*zoom: 1;
	list-style-type: none; // リストのマークの●を消す
//	margin-top:0;
//	margin-right:38px;
//	margin-left:38px;
//	//margin-bottom:20px;
//	margin-bottom:10px;
	margin: 0 auto;
	padding: 0;
    display: flex;
    justify-content: center;
}
.dropmenu:before, .dropmenu:after{
	content: "";
	display: table;
}
.dropmenu:after{
# clear: both;
}
.dropmenu li{
	position: relative;
	width: 152px;
	float: left;
//	margin: 0 auto;
	text-align: center; # 四角いliの枠の中で中央寄せ
}

.dropmenu li a{
display: block;
margin: 0;
padding: 15px 0 11px;
background: #333;
font-size: 14px;
line-height: 1;
text-decoration: none;
border-right: 1px solid;
border-color: #e1e1e1;	
color: #fff;
background-color:#23b;
}

.dropmenu li ul{
list-style: none;
position: absolute;
z-index: 9999;
top: 100%;
left: 0;
margin: 0;
padding: 0;
}

.dropmenu li ul li{
width: 100%;
}

.dropmenu li ul li a{
padding: 10px 10px;
border-top: 1px solid #7e7e7e;
background: #23b;
text-align: left;
font-size: 11px;
line-height: 1.3em;
letter-spacing: 0.02em;	
}

.dropmenu li:hover > a{
background: #46f;
color: #fff;	
}

.dropmenu li a:hover{
background: #46f;
color: #fff;	
}

#normal li ul{
display: none;
}
#normal li:hover ul{
display: block;
}
/*グローバルナビおわり*/



/*カートボタン*/

#cart-btn{
	position:relative;
	bottom: 10px;
}

#cart-btn a:hover{
	opacity: 0.7;
	background-color: #fff;
}
/*カートボタンおわり*/


/*パンくずリスト*/
.breadcrumb {
  padding-left:0;
  margin-left:0;
  font-size: 13px;
  margin-bottom: 5px;	
}

.breadcrumb li{
  display:inline;
}

.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
    text-decoration: none;
}
/*パンくずリストおわり*/


/*サイドナビゲーション*/

/*サイドナビゲーション*/
#side-contents {
	width: 300px;
	word-wrap:break-word;
	margin-right: 56px;
}

#side-contents a {
    color: #000;
    font-weight: normal;
}

#side-contents a:hover {
	text-decoration: none;
	color: #111188;	
}

#side-contents{
	vertical-align: top;
	display: table-cell;
}

form.search {
margin: 0;
margin-top:20px;
}

/* --- ボックス --- */
form.search div {
width: 231px; /* ボックスの幅 */
padding: 1px 0; /* ボックスのパディング（上下、左右） */
background-color: #ffffff; /* ボックスの背景色 */
/*border: 2px #3e3e3e  solid;  ボックスの境界線 */
}

/* --- テキストボックス --- */
form.search input.textBox {
width: 170px; /* テキストボックスの幅 */
margin: 0 4px 0 5px; /* テキストボックスのマージン（上右下左） */
padding: 0;
background-color: #ffffff; /* テキストボックスの背景色 */
border: none; /* テキストボックスの境界線（なし） */
color: #3e3e3e;
}



/* --- ボタン --- */
.search-btn {
width: 51px; /* ボタンの幅 */
height: 2.5em; /* ボタンの高さ */
padding: 0;
background: #3e3e3e; /* ボタンの背景 */
border: none; /* ボタンの境界線 */
font-weight: nomal;
color: #fff;
letter-spacing: 0.3em; /* 文字間のスペース */
text-align: center;
}

.side-categoly{
	border-top: 2px solid;
	border-color: #c0c0c0;
	height: 60px;
}

.side-categoly{
	border-top: 2px solid;
	border-color: #c0c0c0;
	height: 60px;
}

.side-navi{
	margin: 2em 0;
    padding: 0;
    max-width: 400px;/*最大幅*/
}
/*ラベル*/
.side_navi label {
    display: block;
    margin: 1.5px 0;
    cursor :pointer;
    transition: all 0.5s;
	letter-spacing: 0.05em
}

/*ラベルホバー時*/
.side_navi label:hover {
    color :#31438b;
}

/*チェックは隠す*/
.side_navi input {
    display: none;
}

/*中身を非表示にしておく*/
.side_navi .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    opacity: 1;
}

.side-list{
	list-style: none;
	border-bottom: 1px dashed;
	padding-bottom: 8px;
	padding-top: 8px;
	font-size: 14px;
}

.side-navi-2{
list-style: none;	
margin-bottom: 3px;	
}

.side-navi-2:hover{
opacity:0.7;	
}
/*サイドナビゲーションおわり*/

.newsbox2 {
	box-sizing: border-box;
	overflow-y: scroll;
#	width: 700px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204, 204, 204);
	height: 120px;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	line-height: 15px;
	color: rgb(51, 51, 51);
	font-family:
}

.c-txt{
height: 60px;
vertical-align: 20px;
margin-left: 10px;
}

.side-navi{
	margin: 2em 0;
    padding: 0;
    max-width: 400px;/*最大幅*/
}
/*ラベル*/
.side_navi label {
    display: block;
    margin: 1.5px 0;
    cursor :pointer;
    transition: all 0.5s;
	letter-spacing: 0.05em
}

/*ラベルホバー時*/
.side_navi label:hover {
    color :#02AEDC;
}

/*チェックは隠す*/
.side_navi input {
    display: none;
}

/*中身を非表示にしておく*/
.side_navi .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    opacity: 1;
}

.side-list{
	list-style: none;
	border-bottom: 1px dashed;
	padding-bottom: 8px;
	padding-top: 8px;
	font-size: 14px;
}

.side-navi-2{
list-style: none;	
margin-bottom: 3px;	
}

.side-navi-2:hover{
opacity:0.7;	
}
/*サイドナビゲーションおわり*/





/*フッター*/
#footer{
	clear: both;
	margin-top: 50px;
	padding-top: 50px;
	padding-bottom: 10px;
	font-size: 12px;
        text-align: center;
	background-color: #e3e3e3;
	line-height: 2em;
	}

#footer a{
	color: #010101;
}

#footer a:hover{
	color: #7f7f7f;
	text-decoration: underline
}

.fod-ul{
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
	list-style: none;
	text-align: left;
}

.copyright{
	margin-top:30px;
	color: #000;
	font-weight: lighter;
	font-size: 11px;
}
/*フッターおわり*/




/*特定商取引*/
.tokusyo-table{
	width: 835px;
	border: solid 2px;
	border-color: #c0c0c0;
	font-size:15px
}

.tokusyo-table th{
	font-weight: normal;
	background-color: #f8f8f8;
	border: solid 2px;
	border-color: #c0c0c0;
	width: 230px;
	text-align: left;
	padding: 12px 0px 12px 10px;
}

.tokusyo-table td{
	border: solid 2px;
	border-color: #c0c0c0;
	padding: 12px 0px 12px 10px;
}


.kigen-li{
	line-height: 1.5em;
}

.kouza{
	color: #6600cc;
}

.komoji{
	font-size: 15px;
}
/*特定商取引おわり*/





/*問い合わせフォーム*/
.contact-td{
	width: 250px;
	padding: 5px 0 5px 10px;
	background-color:#f8f8f8;
	border: solid 2px;
	border-color: #bfbfbf;
}

.contact-naiyou{
	padding: 5px 0 5px 10px;
	height: 100px;
}

input[type="text"],
textarea{
font-size:15px;	
}

.contact-td-r{
	padding: 5px 0 5px 5px;
	border: solid 2px;
	border-color: #bfbfbf;
}

.soushin{
	width:70px;
	height:30px;
	color: #fff;
	font-size:16px;
	background-color: #02AEDC;
	border:none;
	border-radius: 5px;
}
.modoru{
	width:70px;
	height:30px;
	color: #fff;
	font-size:16px;
	background-color: #606060;
	border:none;
	border-radius: 5px;
}

.soushin:hover{
	width:70px;
	height:30px;
	color: #fff;
	font-size:16px;
	background-color: #5163cb;
	border:none;
	border-radius: 5px;
}
.modoru:hover{
	width:70px;
	height:30px;
	color: #fff;
	font-size:16px;
	background-color: #808080;
	border:none;
	border-radius: 5px;
}

legend {
	font-size: x-large;
}

/*問い合わせフォームおわり*/



/* ここから先は内藤が追加 2018/4/9 */

h1 {
	margin-bottom: 1em;
	padding: 0.5em 0 0.5em 0;
	font-size: xx-large;
	background-image: url(../images/h1_yozora.jpg);
	color: #fff;
	font-weight: normal;
	text-align:center;
}

#admin_panel .btn_primary {
	padding: 1px;
	font-size:small;
	background-color: #44f;
	color:white;
    border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */ 
}
#admin_panel .btn_warning {
	padding: 1px;
	font-size:small;
	background-color: #c44;
	color:white;
    border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */ 
}
#admin_panel .btn_success {
	padding: 1px;
	font-size:small;
	background-color: #080;
	color:white;
    border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */ 
}

p {
	width : 80%;
	line-height : 150%;
	margin-left : 1em;
	margin-top : 0.5em;
	margin-bottom : 0.5em;
}

/* ここまで */

#slide {
	background-color:#3e3e3e;
	background-repeat: no-repeat;
	background-position: center center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-shadow: #333 2px 2px 25px,
	             #333 -2px 2px 25px,
                 #333 2px -2px 25px,
                 #333 -1px -1px 25px;
}

.slide-caption {
	margin-top: 195px;
	text-align: center;
	vertical-align: middle;
	font-size: 40px;
	font-weight: bolder;
	color: #fff;
	line-height: 1.3em;
}

#slider {
//	width:100%;
	height:400px;
	min-height:320px;
	border:1px solid black;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	background-image: url('/images/csz_slide2.jpg');
	text-align: center;
	vertical-align: middle;
	font-size: 48px;
	font-weight: bolder;
	color: #fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-shadow: #333 2px 2px 25px,
	             #333 -2px 2px 25px,
                 #333 2px -2px 25px,
                 #333 -1px -1px 25px;
}



.tut-pclass p{
	display: inline-block;
	margin-right: 8px;
	margin-bottom:8px;
}

.tutorial-list{
  display: inline-block;
  width: 400px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 56px;
  outline: none;
  border-radius:10px;
}
.tutorial-list::before,
.tutorial-list::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.tutorial-list,
.tutorial-list::before,
.tutorial-list::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.tutorial-list{
  background-color: #fff;
  border: 1px solid #02AEDC;
  color: #02AEDC;
}
.tutorial-list:hover {
  background-color: #02AEDC;
  border-color: #02AEDC;
  color: #fff;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

/*サイドナビとメインコンテンツ指示*/
#main-contents{
	margin-top: 20px;
	display: table;
}
/*サイドナビとメインコンテンツ指示おわり*/

/*右側メインコンテンツ共通*/

#right-contents{
	width: 860px;
	padding-left: 38px;
}

.right-p {
	position: relative;
	bottom: 27px;
}

right-contents h2 {
	font-size: x-large;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

#right-contents h3 {
	font-size: large;
	/*margin-left:1em;*/
	margin-top:1em;
	margin-bottom:1em;
}

/*#right-contents p {
	margin-left: 2em;
	margin-bottom: 0.5em;
}*/

/*
#right-contents pre {
	font-size: large;
	margin-top:0.5em;
	margin-bottom:0.5em;
	margin-left: 3em;
	line-height:100%;
	padding:1em;
	width:700px;
	overflow:scroll-y:wrapping-x;
	border:1px solid black;
	background-color:#fffff0;
#	border-radius:5px;
#    -webkit-border-radius:5px;
#    -moz-border-radius:5px;
}
*/

#right-contents pre.prettyprint {
	font-size: large;
	margin-top:0.5em;
	margin-bottom:0.5em;
	margin-left: 2em;
	line-height:125%;
	padding:1em;
	overflow:scroll-y:wrapping-x;
	border:1px solid black;
}

#right-contents .tt {
	font-family:monospace;
	padding:8px;
	margin-left:2em;
	font-size:large;
	line-height:150%;
	margin-bottom:2em;
	background-color:#fffff0;
	border:1px solid #c0c0c0;
}

#right-contents.keytype {
	line-height:125%;
	background-color:#ffffff;
}

#right-contents table.standard {
	margin-left: 2em;
	border:1px solid #444;
}

#right-contents ctr:nth-child(even){
    background:#F2F2F2;
}
#right-contents table.standard th{
    background:#cccccc;
}
#right-contents table.standard th:nth-child(odd){
    background:#cccccc;
}
#right-contents table.standard th, table.standard td {
	border:1px solid #ccc;
}

#right-contents li {
	margin-left: 2em;
}

#right-contents td p{
	margin-left: 0;
}


.generic-table {
	width: 80%;
	border: solid 2px;
	border-color: #808080;
	font-size:15px
}

.generic-table th{
  border-top: 1px solid rgba(0,0,0);
  border-bottom: 1px solid rgba(0,0,0);
  padding: .6em;
  border: solid 1px;
  border-color: #808080;
  font-weight: bold;
  text-align: center;
}
.generic-table td {
  border-top: 1px solid rgba(0,0,0);
  border-bottom: 1px solid rgba(0,0,0);
  border: solid 1px;
  border-color: #808080;
  padding: .6em;
  text-align: left;
}

.generic-table tr:nth-child(odd) > td {
  background: #FFFFFF;
}
.generic-table tr:nth-child(even) > td {
  background: #EEEEFF;
}

.tutolial-top li{
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
}

.tokusetsu{
list-style: none;
padding: 0;
margin-right: 0;
margin-left: 0;
margin-bottom: 10px;
}

.tokusetsu li{
display: inline-block;
}

.required {
	font-size:small;
	color:red;
	font-weight: lighter ;
}

.src {
	color:black;
	font-size:large;
	font-family:monospace;
	border:1px solid #000;
	margin-left:2em;
}


.prod-card {width : 740px;
            border : 2px #ccc solid ;
            background-color:#fff;
            margin:20px;
            padding:5px;
            border-radius:15px;
            -webkit-border-radius:15px;
            -moz-border-radius:15px;
    }

.prod-img    {width : 120px; height : 90px;}
.prod-img img {width : 100%; height : auto;}
.prod-name   {font-size : 16px; font-weight:bold;}
.prod-url    {width:80px; font-size : 12px; font-weight:bold;}
.prod-descr  {font-size:14px; word-wrap: break-word; vertical-align:top; height:100%;}
.prod-code   {font-size : 12px;width:120px;}
.prod-stock  {text-align:left;}
.prod-price  {text-align:right;}
.prod-qty    {text-align:center;width : 120px;}
.prod-btn1   {width : 80px;}
.prod-btn2   {width : 80px;}

.stock {
        padding : 0.5em;
        border-radius: 20px;
        border: solid 1px #4ec4d3;
}

.top-form{
margin : auto;

}

.company-table{
	width: 750px;
	border-color: #fff;
	border: solid 2px;
	border-color: #c6c6c6;
	 border-collapse:collapse;
	margin:auto;
}
.company-table td{
	height: 30px;
	padding: 20px;
	line-height: 1.5em;
	font-size: 14px;
	border: solid 1px;
	border-color: #c0c0c0;
}


.company-koumoku1{
	background-color: #02AEDC;
	color: #fff;
	border: solid 1px;
	width: 105px;
	text-align:center;
}

.iframe{
width: 100%;
}
 
label {
    background: #02AEDC;
    color: #fff;
    padding: 5px;
    display: block;
    margin-bottom: 5px;
    border: 1px solid #fff;
	
}

input[type="checkbox"].on-off{
    display: none;
}

.torihiki-menu{
	width: 700px;
	margin:auto;	;
	font-size :14px;
}

.torihiki-menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}


input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: 120px;
}

.torihiki-menu h3{
	margin-top:15px;
	margin-left: 0;
	margin-bottom: 0;
	color: #5D5D5D;
	font-size: 15px;
}

.transparent-bothends {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"	;
    position: relative;
    width: 800px;
    margin: auto;
    padding: 5px 0;
    color: #3e3e3e;
    font-weight:lighter;
    text-align: center;
}
.transparent-bothends::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #7e7e7e 15%, #7e7e7e 45%, transparent);
    background-image: linear-gradient(to right, transparent, #7e7e7e 15%, #7e7e7e 45%, transparent);
    background-position: center;
    background-repeat: no-repeat;
} 

.top-copy{
	text-align: center;
	font-size:18px;
	line-height: 1.5em;
	color:#3e3e3e;
}

.csz-top-img1 {
margin-top: 3em;
margin-bottom: 8em;
text-align: center;
}


.big-button{
    font-size:x-large;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #02AEDC;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #029EcC;
    border-radius: 8px;
}
.big-button:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}

.kakuchou{
border-bottom:solid 1px #3e3e3e;
}

.frame {
	position: relative;
}
.frame:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	box-shadow: 
	  inset 0 0 20px #fff /* 背景色と同じ色 */,
	  inset 0 0 20px #fff,
	  inset 0 0 20px #fff,
	  inset 0 0 20px #fff;
}

.container {
  display: inline-block;
  position: relative;
  width: 360px;
  height: 240px;
}
.container::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 25px 25px #fff;
}
.topimage {
  width: 100%;
  height: 100%;
}

.senyou a::before{
content:"";
background: url(../images/kagi.png) no-repeat;
display: inline-block;
width: 13px;
height: 13px;
}

.fixed {
    position: fixed;
    top: 0px;
#    width: 100%;
    z-index: 10000;
}

.contents-h2{
width:350px;
padding-bottom:0.3em;
border: none;
    background-image: linear-gradient(90deg, #00008b,#FFF);
    background-size: 100% 5px;
    background-repeat: no-repeat;
    background-position: bottom left;
    color: #000; text-shadow: none;
    display:inline-block;
}

.contents-h2::before{
content:"\025b6";
padding-right:0.3em;
color:#00008b;
font-size:0.8em;
}

h2{
	font-size: x-large;
	width:100%;
	padding-bottom:0.3em;
	border: none;
    background-image: linear-gradient(90deg, #00008b,#FFF);
    background-size: 100% 5px;
    background-repeat: no-repeat;
    background-position: bottom left;
    color: #000; text-shadow: none;
    display:inline-block;
}

h2::before{
	content:"\025b6";
	padding-right:0.3em;
	color:#00008b;
	font-size:0.8em;
}

h3.fileitem{
	width:500px;
	padding:0.3em;
	border: none;
	background-color: #ccccff;
}

h3::before{
content:"\025b7";
padding-right:0.2em;
color:#00008b;
font-size:0.6em;
}

img.fileicon{
	vertical-align:middle;
	padding:0.3em;
}

.fluid-box{
 width: 100vw;
    position: relative;
    left: 60%;
    transform: translateX(-80%);
    background-color: #ddd;
    padding: 40px;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #0c0;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#toptop{
background-color:#ffffff;
}

.prettyprint ol.linenums > li {
  list-style-type: decimal; 
  /* または */
  list-style-type: decimal-leading-zero;
}
