@charset "UTF-8";
@font-face {
    font-family: AlexBrush-Regular_font;                    /* フォントに名前を付ける */
    src: url('/fonts/AlexBrush-Regular.ttf') format('truetype');  /* フォントのURLを指定する */
}

body{
	margin:0;
	font-size:13px;
	background-color: #eaebed;
	font-family: メイリオ, Meiryo,游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	box-sizing: border-box;
	color:black;
	padding: 0.1em 0;/*上下の余白*/
}

.wrapper {
	width:100%;
}

.title {
    color: white;
    font-size:15px;
    padding: 0.2em;
    margin:2px 5px 5px 0;
    background: #44474c;
    text-align:center;

}
.title a{
    display: block;
    padding: 4px 3px 4px 3px;
    font-weight:bold;
    font-size:16px;
    color: white;
    text-align: center;
    vertical-align:center;
    text-decoration: none;-
}

/*ナヴィゲーションメニュー*/
.navi{
    width:100%;
    margin: 0 0 10px 0;
	padding:0;
}

.banner{
    width:100%;
    margin:0;
}
.banner ul{
	padding:0px;
	list-style:none;
}
.banner ul:after{
	contents:"";
	clear:both;
	display:block;
}

.banner li{
    display: block;
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    border-width:0.5px;
    background-color:#fca52a;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.banner li a{
    display: block;
    padding: 4px 3px 4px 3px;
    font-weight:bold;
    font-size:16px;
    color: white;
    text-align: center;
    vertical-align:center;
    text-decoration: none;
}
.banner li a:hover{
	background: #c17303;
}


.point{
	margin:10px;
	padding:4px;
	text-decoration:bold;
    background-color:#ffdfce;
    color:black;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;	
}

.summary{
	margin:10px;
	padding:4px;
	text-decoration:bold;
    background-color:black;
    color:white;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

/*Latest Post*/
#container {
    display: grid; /* グリッドレイアウト */
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	/*display: -ms-grid;*/
	/* -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;*/
	/*-ms-grid-columns:300px 200px;*/
	/*-ms-grid-rows:auto auto;*/

}



#container #item:before{
  content:'';
  display:block;
  width:100%;
  height:0;
}

#container #item{
    vertical-align:top;
    color:gray;
    background-color:white;
	-ms-grid-column: 1;
	-ms-grid-row: 1;
	display:block;
    width:100%;
    height:100%;
    color:black;
    font-size:12px;
    text-decoration: none;
  overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}
#container #item h2{
	margin:4px;
	font-size:13px;
	font-weight:bold;
}
#container #item img{
    width:100%;
    height:150px;
    object-fit: cover;
}

#container #item span{
	display:inline-block;
	color:white;
	margin:2px;
	font-size:12px;
	background:#12346b;
	padding:4px;
}
#container #item span.kind{
	display:inline-block;
	color:white;
	margin:2px;
	font-size:12px;
	background:#d1342b;
	padding:4px;
}
#container #item span.series{
	display:inline-block;
	color:white;
	margin:2px;
	font-size:12px;
	background:#158e1b;
	padding:4px;
}
#container #item span.tag{
	display:inline-block;
	color:white;
	margin:2px;
	font-size:12px;
	background:#244e91;
	padding:4px;
}
#container #item a{
    display:block;
    width:100%;
    height:100%;
    color:black;
    font-size:12px;
    text-decoration: none;
  overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}
#container #item h1{
    font-size:14px;
	margin:2px 2px 1px 2px;
	padding:0px;
}
#container #item a:hover{
    display:block;
    color:black;
    text-decoration:none;
    background-color:#a0c9ff;
    text-decoration: none;
    opacity: 0.8 ;
    overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}
#container #item a:after{
    content:"";
    display:block;
    clear:both;
  overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}

/*Latest Post*/
#container_article {
    display: grid; /* グリッドレイアウト */
    grid-gap: 5px;
    grid-template-columns: 1fr;
}

#container_article #item {
    vertical-align:top;
    color:gray;
    border-width:1px solid gray;
}
#container_article #item:before{
  content:'';
  display:block;
  width:100%;
  height:0;
}
#container_article h1 {
    color:#168c55;
    font-size:16px;
    font-weight:bold;
    margin:1px 0 7px 0;
    padding:0;
    border-width:1px sorid #168c55;
    
}
#container_article #item{
	font-size:12px;
}
#container_article #item a:not(#buy,#review){
    display:block;
    width:100%;
    height:100%;
    color:black;
    font-size:12px;
    text-decoration: none;
    overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}
#container_article #item h2{
	margin:4px;
	font-size:13px;
	font-weight:bold;
}
#container_article #item img{
    width:100%;
    height:100px;
    object-fit: cover;
}

#container_article #item span{
	display:inline-block;
	color:white;
	margin:2px;
	font-size:12px;
	background:#12346b;
	padding:4px;
}
#container_article #item span.kind{
	display:inline-block;
	color:white;
	margin:2px;
	font-size:12px;
	background:#d1342b;
	padding:4px;
}
#container_article #item span.series{
	display:inline-block;
	color:white;
	margin:2px;
	font-size:12px;
	background:#158e1b;
	padding:4px;
}
#container_article #item span.tag{
	display:inline-block;
	color:white;
	margin:2px;
	font-size:12px;
	background:#244e91;
	padding:4px;
}
#container_article #item a:hover:not(#buy,#review){
    display:block;
    color:black;
    text-decoration:none;
    background-color:#a0c9ff;
    text-decoration: none;
    opacity: 0.8 ;
    overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}
#container_article #item a:after:not(#buy,#review){
    content:"";
    display:block;
    clear:both;
    overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}

#container_article #item h1 a{
    display:block;
    color:black;
    text-decoration:none;
    text-decoration: none;
    opacity: 0.8 ;
    overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}
#container_article #item h1 a:hover{
    display:block;
    color:black;
    text-decoration:none;
    background-color:#a0c9ff;
    text-decoration: none;
    opacity: 0.8 ;
    overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}
#container_article #item h1 a:after{
    content:"";
    display:block;
    clear:both;
    overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}
#container_article #item a#comment{
    display:block;
    color:black;
    text-decoration:none;
    text-decoration: none;
    opacity: 0.8 ;
    overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}
#container_article #item a#comment:hover{
    display:block;
    color:black;
    text-decoration:none;
    background-color:#a0c9ff;
    text-decoration: none;
    opacity: 0.8 ;
    overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}
#container_article #item a#comment:after{
    content:"";
    display:block;
    clear:both;
    overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}

/**/
#container_product{
    display: grid; /* グリッドレイアウト */
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

#container_product #item:before{
  content:'';
  display:block;
  width:100%;
  height:0;
}

#container_product #item{
    vertical-align:top;
    color:gray;
    background-color:white;
	display:block;
    height:200px;
    color:black;
    font-size:12px;
    text-decoration: none;
  overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}
#container_product #item h2{
	margin:4px;
	font-size:13px;
	font-weight:bold;
}
#container_product #item img{
    height:200px;
    object-fit: cover;
}

#container_product #item span{
	display:inline-block;
	color:white;
	margin:2px;
	font-size:12px;
	background:#12346b;
	padding:4px;
}
#container_product #item span.kind{
	display:inline-block;
	color:white;
	margin:2px;
	font-size:12px;
	background:#d1342b;
	padding:4px;
}
#container_product #item span.series{
	display:inline-block;
	color:white;
	margin:2px;
	font-size:12px;
	background:#158e1b;
	padding:4px;
}
#container_product #item span.tag{
	display:inline-block;
	color:white;
	margin:2px;
	font-size:12px;
	background:#244e91;
	padding:4px;
}
#container_product #item a{
    display:block;
    width:100%;
    height:100%;
    color:black;
    font-size:12px;
    text-decoration: none;
  overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}
#container_product #item h1{
    font-size:14px;
	margin:2px 2px 1px 2px;
	padding:0px;
}
#container_product #item a:hover{
    display:block;
    color:black;
    text-decoration:none;
    background-color:#a0c9ff;
    text-decoration: none;
    opacity: 0.8 ;
    overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}
#container_product #item a:after{
    content:"";
    display:block;
    clear:both;
  overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}




/*tableの設定*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin:5px 20px 5px 20px;
      -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
td.top{
	background-color: #b8babc;
	border:1px solid gray;
	padding:5px;
	color:black;
}
td.line{
	border:1px solid gray;
	padding:5px;
	text-align:right;
}
td.line2{
	border:1px solid gray;
	padding:5px;
	text-align:left;
}
td.top_master{
	background-color: #4397ad;
	border:1px solid gray;
	padding:5px;
	color:white;
}
td.top_box{
	text-align:center;
	background-color: #9bd8e8;
	border:1px solid gray;
	padding:5px;
}
td.line_box{
	text-align:center;
	border:1px solid gray;
	padding:5px;
	text-align:left;
	background-color:#edfbff;
}
td.line_box img{
	height:50px;
	width:200px;
}


.start{
	margin:5px;
	padding:5px;
    background-color:#FFF8D8;
    color:black;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    border:1px solid #FFD419;

}

/*下の線だけ*/
td.bottom_line{
	border-bottom:solid 1px gray;
	padding:5px;
	text-align:left;
	background-color:white;
}

td.bottom_line img{
	max-width:200px;
}

/*フォーム*/
.login_form{
	padding:5px;
	background:#d0d6dd;
	margin:5px;
}

.login_form h2{
	color:#2b2d51;
	font-weight:bold;
	background:#d0d6dd;
    border:0px;
    margin:3px;
    padding:3px;
    font-size:15px;
	
}
.login_form p{

}
.login_from .form-group{

}
.form-group label{
	color:#5b6472;
	font-size:13px;
	display:block;
}

input{
	border:0;
	padding:10px;
	font-size:1.1em;
	font-family:Arial, sans-serif;
	color:#1a3359;
	border:solid 1px #ccc;
	margin:0 0 20px;
	width:300px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}
input:focus {
    border:solid 1px #EEA34A;
}

input#submit_button {
    padding: 10px 40px;
    font-size: 1.1em;
    background-color: #a8c9ff;
    color: #0a398;
    border-style: none;
}
input#submit_button:hover {
    background-color: #0a3987;
    color: #fff;
    cursor:pointer;
}

textarea{
  resize:none;
  width:300px;
  height:100px;
	border:0;
	padding:10px;
	font-size:1.1em;
	font-family:Arial, sans-serif;
	color:#1a3359;
	border:solid 1px #ccc;
	margin:0 0 20px;
	width:300px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}


/*divの２分割*/
div.left_form{
	width: 50%;
	float:left;
}
div.left_form img{
	width: 400px;
}
div.right_form{
	width: 50%;
	margin-left:52%;
	text-align:left;
}
div.parent_form{
	overflow: hidden;
	border: 1px solid gray;
	margin:10px;
	padding:10px;
}
div.parent_form:after{
	content: "";
	display: block;
	clear: both;
}

/*divの２分割*/
div.comment_left_form{
	width: 49%;
	float:left;
	border: 1px solid gray;
	color:#5c6068;
}
div.comment_right_form{
	width: 49%;
	margin-left:50%;
	text-align:left;
	border: 1px solid gray;
	color:#5c6068;
}
div.comment_parent_form{
	overflow: hidden;
	margin:10px;
	padding:10px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
div.comment_parent_form:after{
	content: "";
	display: block;
	clear: both;
}

/**/
.main_article{
	background:white;
	margin:10px 0 10px 0;
	font-size:14px;
	line-height:1.4;
}

.main_article .contents h1{
        border-top:1px solid #12346b;
        border-bottom:1px solid #12346b;
	margin:0 0 15px 0;
	padding:10px;
	font-size:25px;
	background:white;
	color:black;
}
.main_article .contents h2{
    border-left: solid 10px blue;
    /*border-bottom: solid 1px blue;*/
    background:white;
    color:#2e4466;
    margin:5px 5px 15px 5px;
    padding:10px 5px 10px 5px;
    font-size:20px;
}
.main_article .contents h3{
    border-bottom:1px solid blue;
    /*background:#edf4ff;*/
    color:#2e4466;
    margin:0 10px 15px 10px;
    padding:6px;
    font-size:18px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.main_article .contents h4{
    border-bottom:1px solid purple;
    /*background:#edf4ff;*/
    color:purple;
    margin:0 10px 15px 10px;
    padding:6px;
    font-size:14px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.main_article .contents .box{
	margin:10px;
	padding:10px;
	font-size:13px;
	background:#c1bed1;
	font-weight:bold;
}
.main_article .contents .point{
	margin:5px;
	padding:10px;
	font-size:13px;
	background:#bec5d1;
	font-weight:bold;
}
.main_article .contents p{
	padding:0 25px 0 25px;
}
.main_article .contents span#img_title{
	font-size:15px;
	color:gray;
}
.main_article .contents .inyo{
	font-size:15px;
	color:#5e6063;
	padding:15px;
	background:#e5e6e8;
	margin:15px;
}

.main_article .contents pre{
	font-size:15px;
	color:white;
	padding:15px;
	background:#9da2aa;
	margin:15px;
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}

.main_article .contents .inyo{
	font-size:15px;
	color:#5e6063;
	padding:15px;
	background:#ffd8bf;
	margin:15px;
}
.main_article .contents .program{
	font-size:15px;
	color:#5e6063;
	padding:15px;
	background:#ffd8bf;
	margin:15px;
}

.main_article .contents #comment{
	font-size:15px;
	color:#5e6063;
	padding:15px;
	background:lightyellow;
	margin:15px;
}

.main_article .contents #point{
	font-size:15px;
	color:#5e6063;
	padding:15px;
	background:aliceblue;
	margin:15px;
}

/*div*/
div .question{
	margin:10px;
	padding:10px;
	background:#ebe0ff;
	font-size:13px;
	color:#3c2368;
	border:1px dotted #3c2368;
}

div .answer{
	margin:10px;
	padding:10px;
	background:#ebe0ff;
	font-size:13px;
	color:#3c2368;
	border:1px dotted #3c2368;
}

div .comment{
	margin:10px;
	padding:10px;
	background:#ebe0ff;
	font-size:13px;
	color:#3c2368;
	border:1px dotted #3c2368;
}

div .cal{
	margin:10px;
	padding:10px;
	background:#ebe0ff;
	font-size:13px;
	color:#3c2368;
	border:1px dotted #3c2368;
}


/*Latest Post*/
#container_review {
    display: grid; /* グリッドレイアウト */
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

#container_review #item {
    vertical-align:top;
    color:gray;
    background-color:white;
    border-width:1px solid gray;
}
#container_review #item:before{
  content:'';
  display:block;
  width:100%;
  height:0;
}
#container_review h1 {
    color:#168c55;
    font-size:16px;
    font-weight:bold;
    margin:5px 0 5px 0;
    padding:0;
    border-width:1px sorid #168c55;
    
}
#container_review #item{
	font-size:12px;
}
#container_review #item a:not(#buy,#review){
    display:block;
    width:100%;
    height:100%;
    color:black;
    font-size:12px;
    text-decoration: none;
    overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}
#container_review #item h2{
	margin:4px;
	font-size:13px;
	font-weight:bold;
}
#container_review #item img{
    width:100%;
    height:150px;
    object-fit: cover;
}

#container_review #item span{
	display:inline-block;
	color:white;
	margin:2px;
	font-size:12px;
	background:#12346b;
	padding:4px;
}
#container_review #item span.kind{
	display:inline-block;
	color:white;
	margin:2px;
	font-size:12px;
	background:#d1342b;
	padding:4px;
}
#container_review #item span.series{
	display:inline-block;
	color:white;
	margin:2px;
	font-size:12px;
	background:#158e1b;
	padding:4px;
}
#container_review #item span.tag{
	display:inline-block;
	color:white;
	margin:2px;
	font-size:12px;
	background:#244e91;
	padding:4px;
}

#container_review #item a:hover:not(#buy,#review){
    display:block;
    color:black;
    text-decoration:none;
    background-color:#a0c9ff;
    text-decoration: none;
    opacity: 0.8 ;
    overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}
#container_review #item a:after:not(#buy,#review){
    content:"";
    display:block;
    clear:both;
    overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}

#container_review #item h1 a{
    display:block;
    color:black;
    text-decoration:none;
    text-decoration: none;
    opacity: 0.8 ;
    overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}
#container_review #item h1 a:hover{
    display:block;
    color:black;
    text-decoration:none;
    background-color:#a0c9ff;
    text-decoration: none;
    opacity: 0.8 ;
    overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}
#container_review #item h1 a:after{
    content:"";
    display:block;
    clear:both;
    overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}


#container_review #item a#comment{
    display:block;
    color:black;
    text-decoration:none;
    text-decoration: none;
    opacity: 0.8 ;
    overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}
#container_review #item a#comment:hover{
    display:block;
    color:black;
    text-decoration:none;
    background-color:#a0c9ff;
    text-decoration: none;
    opacity: 0.8 ;
    overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}
#container_review #item a#comment:after{
    content:"";
    display:block;
    clear:both;
    overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}


/*記事中の日揮倫g久*/
.container_mini_article {
	width:90%;
	border:solid 1px gray;
    background-color:white;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

.container_mini_article h1{
    color:#168c55;
    font-size:12px;
    font-weight:bold;
    margin:5px 0 5px 0;
    padding:0;
    border-width:1px sorid #168c55;
}

.container_mini_article a{
    display:block;
    width:100%;
    height:100%;
    color:black;
    font-size:12px;
    text-decoration: none;
    overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}
.container_mini_article h2#mini_article{
	margin:4px;
	font-size:13px;
	font-weight:bold;
	background:none;
	border:none;
}
.container_mini_article img{
    width:100%;
    height:80px;
    object-fit: cover;
}

.container_mini_article span{
	display:inline-block;
	color:white;
	margin:2px;
	font-size:12px;
	background:#12346b;
	padding:4px;
}
.container_mini_article span.kind{
	display:inline-block;
	color:white;
	margin:2px;
	font-size:12px;
	background:#d1342b;
	padding:4px;
}
.container_mini_article span.series{
	display:inline-block;
	color:white;
	margin:2px;
	font-size:12px;
	background:#158e1b;
	padding:4px;
}
.container_mini_article span.tag{
	display:inline-block;
	color:white;
	margin:2px;
	font-size:12px;
	background:#244e91;
	padding:4px;
}

.container_mini_article a:hover{
    display:block;
    color:black;
    text-decoration:none;
    background-color:#a0c9ff;
    text-decoration: none;
    opacity: 0.8 ;
    overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}
.container_mini_article a:after{
    content:"";
    display:block;
    clear:both;
    overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}

.print_img_box{
	width:100%;
}
.print_img_box .print_img{
	float:left;
	width:120px;
	padding:5px;
  box-sizing: border-box;
  text-align:left;
  margin:0;
}
.print_img_box .print_text{
	float:right;
  margin-left:-120px;
  padding-left:120px;
  width:100%;
  box-sizing: border-box;
  text-align:left;
}



/*ランキング*/
#container_rank {
    display: grid; /* グリッドレイアウト */
    grid-gap: 5px;
    grid-template-columns: 1fr;
}
#container_rank #item {
    vertical-align:top;
    background:white;
    color:gray;
    font-size:12px;
    padding:0 0 0 0;
}
#container_rank #item:before{
  content:'';
  display:block;
  width:100%;
  height:0;
}
#container_rank #item img{
    width:100%;
    height:100px;
    object-fit: cover;
}

#container_rank h1{
	margin:2px;
	padding:0px;
	font-size:12px;
}

.view{
	background:#e0e1e2;
	color:#76787a;
	padding:1px;
}

a#page {
    background: #469dba;
    text-decoration: none;
    color: #fff;
    padding: 5px;
    margin:2px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
}
a#page:hover {
    text-decoration: none;
    background: #05536d;
}

a#select_page {
    background: #05536d;
    text-decoration: none;
    color: #fff;
    padding: 5px;
    margin:2px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
}
a#select_page:hover {
    text-decoration: none;
    background: #469dba;
}




/*リンクボタン*/
a#buy {
    background: #469dba;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 5px 10px 5px 10px;
    margin:2px 5px 2px 5px;
    text-align: center;
    font-size:12px;
    border-radius: 5px;
}
a#buy:hover {
    text-decoration: none;
    background: #05536d;
}
a.buy {
    background: #469dba;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 5px 10px 5px 10px;
    margin:2px 5px 2px 5px;
    text-align: center;
    font-size:12px;
    border-radius: 5px;
}
a.buy:hover {
    text-decoration: none;
    background: #05536d;
}
a#review {
    background: #ffa391;
    text-decoration: none;
    color: black;
    width: 100px;
    padding: 5px 10px 5px 10px;
    margin:2px 5px 2px 5px;
    text-align: center;
    font-size:12px;
    border-radius: 5px;
}
a#review:hover {
    text-decoration: none;
    color: white;
    background: #f45f42;
}

div#menu_title{
	width:100%;
	color:black;
	margin:10px 5px 5px 5px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-bottom-widht:1px solid green;
}


input#link_button {
    padding: 10px 10px;
    font-size: 1.1em;
    background-color: #a8c9ff;
    color: #0a398;
    border-style: none;
        -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;	
}
input#link_button:hover {
    background-color: #0a3987;
    color: #fff;
    cursor:pointer;
}

a#link_button {
    background: #469dba;
    text-decoration: none;
    color: #fff;
    /*width: 60px;*/
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    margin:3px;
    display:inline-block;
}
a#link_button {
    text-decoration: none;
    background: #05536d;
}


.sitemap{
    font-size:15px;
}

.sitemap img{
	width:200px;
    display:inline;
}

.sitemap a{
    text-decoration: none;
    display:inline;
}

.sitemap h1{
    text-weightbold;
    font-size:15px;
}







.clearfix:after {
  clear: both;
  content: '';
  display: block;
}

#main {
  float: left;
  width: 100%;
  margin-right: -300px;
  padding-right: 300px;
  box-sizing: border-box;
}
#menu {
  float: right;
  width: 300px;
  padding:0 30px 0 10px ;
  box-sizing: border-box;
}
#menu img{
  max-width: 250px;
}


#main_wrapper {
	padding:0 30px 0 30px;
}

#bottom {
	width:100%;
	padding:30px 0 30px 0;
	color:white;
	font-size:13px;
	background:black;
}

/*ヘッダー用*/
header {
    margin:0 0 10px 0;
    padding:5px;
    font-size:13px;
    text-align: right;
    background-color: #12346b;
}
header p{
    margin:0;
} 
header p a {
    position: absolute;
    left: 20px;
    font-size:16px;
    color:white;
    text-decoration:none;    
		    font-weight:bold;
}
nav ul {
    margin:0;
} 
nav ul li {
    display: inline-block;
    width:100px;
    text-align: center;
}

nav ul li a{
    display:block;
    color:white;
    text-decoration:none;    
}

nav ul li:hover {
	background-color:white;
	color:black;
}
nav ul li a:hover{
	color:black;
}

.bg_gray{
	padding:30px;
	background:#e3e8ef;
}

a.outer_link{
	color:1386a3;
	font-size:18px;
}
a.outer_link:before {
	font-family: "Font Awesome 5 Free";
	content: "\f15b";
	font-weight: 900; 
	margin:0 5px 0 0;
}
	

code.prettyprint {
 margin: 0;
 padding: 0 0 0 25px;
 background-color: #FFF;
 border: 1px dotted #888;
}

li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9 {
	list-style-type: decimal;
}
li.L1,li.L3,li.L5,li.L7,li.L9 {
	background: #d4d4d6;
}


code {
  font-family: Menlo, Consolas, 'DejaVu Sans Mono', monospace;
  font-size: 14px
  line-height: 1.4;
}

.frame {
    margin:5px 20px 5px 20px;
    display: inline-block;
    /*box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);*/
}

/*各種　DIV要素*/


div#related_article_title{
	width:100%;
	background:#102e5e;
	color:white;
	padding:0 0 0 10px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

div#box_scroll {
	width: 100%;
	height: 200px;
	overflow: scroll;
	font-size:12px;
}

div#box_scroll a{
    display:block;
    color:black;
    text-decoration:none;    
}
nav ul li a:hover{
	color:black;
	background:#d0ddf2;
}


/**/
.location{
	padding:5px;
	margin:5px;
	background:#d4e2fc;
	color:#1e3c72;
	font-weight:bold;
}
.resume{
	padding:5px;
	margin:5px;
	background:#eaf8ff;
	color:#1e3c72;
	font-weight:bold;
}

/**/
.relative{
	position:relative;
	width:100%;
}
.relative #img_text{
	position:absolute;
    bottom:0px;
    left:0px;
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:5px 10px;
	background-color:rgba(0,0,0,0.5);
    color:white;
    font-size:10px;
}
.relative #rank {
    position:absolute;
    height:0px;
    left:0px;
    height: 16px;
    width: 30px;
    color:white;
    font-size:10px;
    padding:5px;
	background-color:#681a5c;
}
.relative #page_view {
    position:absolute;
    height:0px;
    left:30px;
    height: 16px;
    width: 60px;
    color:white;
    font-size:10px;
    padding:5px;
	background-color:#2d3b96;
}

.result_sim{
	border:1px solid black;
	padding:10px;
	background:whitesmoke;
	color:black;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.sim{
  color: #364e96;/*文字色*/
  padding: 0.3em 0;/*上下の余白*/
  border-top: solid 3px #364e96;/*上線*/
  border-bottom: solid 3px #364e96;/*下線*/
}












/*amazon_product*/
.product {
    width:200px;
    vertical-align:top;
    color:gray;
    margin:5px;
}
.product:before{
  content:'';
  display:block;
  width:100%;
  height:0;
}
.product text{
    font-size:12px;
	font-weight:bold;
	text-align:center;
}
.product a{
    /*display:block;*/
    width:100%;
    height:100%;
    color:black;
    font-size:12px;
    text-decoration: none;
  overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}
.product img{
    width:200px;
    /*height:200px;*/
    object-fit: cover;
}
.product a:hover{
    display:block;
    color:black;
    text-decoration:none;
    background-color:#9ec3ff;
    text-decoration: none;
    opacity: 0.8 ;
    overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}
.product a:after{
    content:"";
    display:block;
    clear:both;
  overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}

/*amazon_product*/
.product_all {
    width:100%;
    vertical-align:top;
    color:gray;
    margin:5px;
}
.product_all:before{
  content:'';
  display:block;
  width:100%;
  height:0;
}
.product_all text{
    font-size:12px;
	font-weight:bold;
	text-align:center;
}
.product_all a{
    /*display:block;*/
    width:100%;
    height:100%;
    color:black;
    font-size:12px;
    text-decoration: none;
  overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}
.product_all img{
    width:200px;
    /*height:200px;*/
    object-fit: cover;
}
.product_all a:hover{
    display:block;
    color:black;
    text-decoration:none;
    background-color:#9ec3ff;
    text-decoration: none;
    opacity: 0.8 ;
    overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}
.product_all a:after{
    content:"";
    display:block;
    clear:both;
  overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}




#container_comment #item a:hover{
    display:block;
    color:black;
    text-decoration:none;
    background-color:#9ec3ff;
    text-decoration: none;
    opacity: 0.8 ;
    overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}
#container_comment #item a:after{
    content:"";
    display:block;
    clear:both;
  overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}


/**/
#container_comment {
    display: grid; /* グリッドレイアウト */
    grid-gap: 3px;
    grid-template-columns: 1fr;
    /*grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));*/
}
#container_comment item{
    vertical-align:top;
    background:white;
    font-size:12px;
    padding:0 0 5px 0;
}
#container_comment item #all_comment_title{
color:#133c7c;
font-weight:bold;
padding:3px;
}
#container_comment item all_comment_name{
color:#133c7c;
padding:3px;
}
#container_comment item all_comment_time{
color:gray;
padding:3px;
}
#container_comment item all_comment_contents{
color:#133c7c;
padding:3px;
}
#container_comment #item a{
    display:block;
    width:100%;
    height:100%;
    color:black;
    font-size:12px;
    text-decoration: none;
  overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
    border-bottom:1px solid gray;
}

#container_comment #item a:hover{
    display:block;
    color:black;
    text-decoration:none;
    background-color:#9ec3ff;
    text-decoration: none;
    opacity: 0.8 ;
    overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}
#container_comment #item a:after{
    content:"";
    display:block;
    clear:both;
  overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}






//２つレイアウト
#container_two_product {
    display: grid; /* グリッドレイアウト */
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

#container_two_product #item {
    vertical-align:top;
    color:gray;
    background:white;
}
#container_two_product #item:before{
  content:'';
  display:block;
  width:100%;
  height:0;
}

#container_two_product #item a{
    display:block;
    width:100%;
    height:100%;
    color:black;
    font-size:12px;
    text-decoration: none;
  overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}

#container_two_product #item img{
    /*width:100%;*/
    max-width:150px;
    /*max-height:150px;*/
}
#container_two_product h2{
	font-size:15px;
	font-weight:bold;
	color:black;
}
#container_two_product #item a:hover{
    display:block;
    color:black;
    text-decoration:none;
    background-color:#9ec3ff;
    text-decoration: none;
    opacity: 0.8 ;
    overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}
#container_two_product #item a:after{
    content:"";
    display:block;
    clear:both;
  /*overflow: hidden;*//*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}



/*ページリンク*/
.page_link{
    width:100%;
    margin:0 auto;
}
.page_link p{
    word-wrap: break-word;
}
.page_link a{
    margin:5px;
    padding:10px;
	color:black;
	font-size:12px;
	text-decoration:none;
}
.page_link  a:hover{
	text-decoration:none;
	background-color:#224377;
    color:white;
}


/**/

#summary_container {
    display: grid; /* グリッドレイアウト */
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

#summary_container #item {
    vertical-align:top;
    color:gray;
    background: #2980B9; 
    background: -webkit-linear-gradient(to right, #FFFFFF, #6DD5FA, #2980B9);
    background: linear-gradient(to right, #FFFFFF, #6DD5FA, #2980B9);
}
#summary_container #item:before{
  content:'';
  display:block;
  width:100%;
  height:0;
}

#summary_container #item a{
    display:block;
    width:100%;
    height:100%;
    color:black;
    font-size:12px;
    text-decoration: none;
  overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}
#summary_container #item h2{
	margin:4px;
	font-size:13px;
}
#summary_container #item img{
    width:100%;
    height:150px;
    object-fit: cover;
}
#summary_container #item span{
	color:white;
	margin:2px;
	font-size:12px;
	background:#12346b;
	padding:4px;
}
#summary_container #item a:hover{
    display:block;
    color:black;
    text-decoration:none;
    background-color:#9ec3ff;
    text-decoration: none;
    opacity: 0.8 ;
    overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}
#summary_container #item a:after{
    content:"";
    display:block;
    clear:both;
  overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}

#none{
	display: none;
	
}






#container_relate {
    display: grid; /* グリッドレイアウト */
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
}
#container_relate #item img{
    width:100%;
    height:100px;
    object-fit: cover;
}
#container_relate #item {
    vertical-align:top;
    color:gray;
}
#container_relate #item:before{
  content:'';
  display:block;
  width:100%;
  height:0;
}
#container_relate #item a{
    display:block;
    width:100%;
    height:100%;
    color:black;
    font-size:12px;
    text-decoration: none;
  overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}  
#container_relate #item h2{
	margin:4px;
	font-size:13px;
	font-weight:bold;
}
#container_relate #item span{
	color:white;
	margin:2px;
	font-size:12px;
	background:#12346b;
	padding:4px;
}
#container_relate #item span#kind{
	color:white;
	margin:2px;
	font-size:12px;
	background:#d1342b;
	padding:4px;
}
#container_relate #item span#series{
	color:white;
	margin:2px;
	font-size:12px;
	background:#158e1b;
	padding:4px;
}
#container_relate #item a:hover{
    display:block;
    color:black;
    text-decoration:none;
    background-color:#a0c9ff;
    text-decoration: none;
    opacity: 0.8 ;
    overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}
#container_relate #item a:after{
    content:"";
    display:block;
    clear:both;
  overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}




p.text{
	color:gray;
}

/**/
a#sitemap {
    background: #a357d6;
    text-decoration: none;
    color: #fff;
    width: 95%;
    padding: 5px;
    text-align: center;
    display: block;
    border-radius: 5px;
    margin:0 0 5px 0;
}
a#sitemap:hover {
    text-decoration: none;
    background: #7330a0;
}

a#next {
    background: #469dba;
    text-decoration: none;
    color: #fff;
    width: 95%;
    padding: 5px;
    text-align: center;
    display: block;
    border-radius: 5px;
    margin:0 0 5px 0;
}
a#next:hover {
    text-decoration: none;
    background: #05536d;
}
a#nextbefore {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  padding-right: 5px;
  color: #f89174;/*アイコンの色*/
}

a.link {
    background: #469dba;
    text-decoration: none;
    color: #fff;
    width: 95%;
    padding: 5px;
    text-align: center;
    display: block;
    border-radius: 5px;
    margin:0 0 5px 0;
}
a.link:hover {
    text-decoration: none;
    background: #05536d;
}

a.line {
    background: sandybrown;
    text-decoration: none;
    color: black;
    padding: 5px;
    text-align: center;
    display: block;
    border-radius: 5px;
    margin:0 0 5px 0;
}
a.line:hover {
    text-decoration: none;
    background: chocolate;
    color:white;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

div.flex_wrap{
	display:flex;
	flex-wrap:wrap;
	margin:10px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
div.flex_wrap .flex_item{
	flex-basis:45%;
	border:1px solid black;
	color:dimgray;
	margin:5px;
	padding:5px;
}
div.flex_wrap .amazon_item img{
	max-width:150px;
}

div.flex_wrap .amazon_item{
	flex-basis:20%;
	border:0.5px solid gray;
	color:dimgray;
	margin:5px;
	padding:5px;
}

div.flex_wrap .amazon_item h1{
	font-size:13px;
	text-weight:bold;
	text-decoration: none;
	border:0px solid white;
	
}
div.flex_wrap .amazon_item a{
	text-decoration: none;
}
a#contents {
    background: #469dba;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10px 40px 10px 40px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
a#contents:hover {
    text-decoration: none;
    background: #05536d;
}


a#category_button {
    background: #469dba;
    text-decoration: none;
    color: #fff;
    /*width: 60px;*/
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    margin:3px;
    display:inline-block;
}
a#category_button:hover {
    text-decoration: none;
    background: #05536d;
}
a#series_button {
    background: #f4894b;
    text-decoration: none;
    color: #fff;
    /*width: 60px;*/
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    margin:3px;
    display:inline-block;
}
a#series_button:hover {
    text-decoration: none;
    background: #ce4f06;
}
a#tag_button {
    background: #708eef;
    text-decoration: none;
    color: #fff;
    /*width: 60px;*/
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    margin:3px;
    display:inline-block;
}
a#tag_button:hover {
    text-decoration: none;
    background: #244ed6;
}





/*背景画像の設定*/
.background_circle_member {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(300 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
    background: url(/img/circle_member.jpeg) center center / cover no-repeat;
    
}
.background_circle_member text{
    position: absolute;
    font-size: 20px;
    color:white;
    font-weight:bold;
    top:20px;
    left:20px;
}

/**/
.background_circle_join {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(300 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
    background: url(/img/background_image_2.jpeg) center center / cover no-repeat;
    
}
.background_circle_join text{
    position: absolute;
    font-size: 20px;
    color:black;
    font-weight:bold;
    top:20px;
    left:20px;
}


/*丸のタグ*/
h1.circle_1 {
position: relative;
background: #12346b;
padding: 2px 5px 2px 20px;
font-size: 20px;
color: white;
border-radius: 0 10px 10px 0;
}


h1.circle_2 {
position: relative;
background: #12346b;
padding: 2px 5px 2px 20px;
font-size: 20px;
color: white;
border-radius: 0 10px 10px 0;
}

h1.circle_3 {
position: relative;
background: #12346b;
padding: 2px 5px 2px 20px;
font-size: 20px;
color: white;
border-radius: 0 10px 10px 0;
}

p{
	padding:5px;
}

h2.title{
    border-left:5px solid #194072;
    border-bottom:1px solid #244696;
    background:#eff4ff;
    color:#092666;
    margin:3px 0 3px 0;
    padding:3px;
    font-size:18px;
}

/*水平線を引く*/
h2.horizon {
    border-left:5px solid #0d4082;
    overflow: hidden;
}

h2.horizon span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
}
h2.horizon span:before,
h2.horizon span:after {
    border-top: 1px solid gray;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}
h2.horizon span:before {
    right: 100%;
}
h2.horizon span:after {
    left: 100%;
}

/**/
h2.horizon_center {
    overflow: hidden;
    text-align:center;
}
h2.horizon_center span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
}
h2.horizon_center span:before,
h2.horizon_center span:after {
    border-top: 1px solid gray;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}
h2.horizon_center span:before {
    right: 100%;
}
h2.horizon_center span:after {
    left: 100%;
}



h2.horizon_menu {
	font-size:13px;
    border-left:3px solid #0d4082;
    overflow: hidden;
}

h2.horizon_menu span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
}
h2.horizon_menu span:before,
h2.horizon_menu span:after {
    border-top: 1px solid gray;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}
h2.horizon_menu span:before {
    right: 100%;
}
h2.horizon_menu span:after {
    left: 100%;
}




/*ログインフォーム*/
.radio_form{
	width:320px;
	margin:0 0 15px 0;
}
.radio_form input[type=radio] {
	display: none;		/* 標準スタイルを非表示にする */
	box-sizing: border-box;
	width:50%;
}
.radio_form input[type="radio"]:checked + label {
	background: #2069ad;/* マウス選択時の背景色を指定する */
	color: #ffffff; 	/* マウス選択時のフォント色を指定する */
	box-sizing: border-box;
}

.radio_form input[type="radio"]:checked + label.print_label2 {
	background: #ba1040;/* マウス選択時の背景色を指定する */
	color: #ffffff; 	/* マウス選択時のフォント色を指定する */
	box-sizing: border-box;
}

.radio_form .print_label:hover {
	background-color: #2069ad; 	/* マウスオーバー時の背景色を指定する */ 
	color:white;
	box-sizing: border-box;
	cursor:pointer;
}
.radio_form .print_label {
	padding:5px;
	background-color: #aad2f7;
	border:1px solid #2069ad;
	font-size:13px;
	box-sizing: border-box;
	width:160px;
}

.radio_form .print_label2:hover {
	background-color: #ba1040; 	/* マウスオーバー時の背景色を指定する */ 
	color:white;
	box-sizing: border-box;
	cursor:pointer;
}
.radio_form .print_label2 {
	padding:5px;
	background-color: #f2c1cf;
	border:1px solid #ba1040;
	font-size:13px;
	box-sizing: border-box;
	width:160px;
}
.radio_control{
	width:50%;
	box-sizing: border-box;
}



.login_form{
	padding:5px;
	background:#d0d6dd;
	margin:5px;
}

.login_form h2{
	color:#2b2d51;
	font-weight:bold;
	background:#d0d6dd;
    border:0px;
    margin:3px;
    padding:3px;
    font-size:15px;
	
}
.login_form p{

}
.login_from .form-group{

}
.form-group label{
	color:#5b6472;
	font-size:13px;
	display:block;
}

input{
	border:0;
	padding:10px;
	font-size:1.1em;
	font-family:Arial, sans-serif;
	color:#1a3359;
	border:solid 1px #ccc;
	margin:0 0 20px;
	width:300px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}
input:focus {
    border:solid 1px #EEA34A;
}

input#submit_button {
    padding: 10px 40px;
    font-size: 1.1em;
    background-color: #a8c9ff;
    color: #0a398;
    border-style: none;
}
input#submit_button:hover {
    background-color: #0a3987;
    color: #fff;
    cursor:pointer;
}

textarea{
  resize:none;
  width:300px;
  height:100px;
	border:0;
	padding:10px;
	font-size:1.1em;
	font-family:Arial, sans-serif;
	color:#1a3359;
	border:solid 1px #ccc;
	margin:0 0 20px;
	width:300px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}

/**/
#print_comment{
	margin:5px;
	padding:10px;
	color:#151a60;
	background:#e8e8e8;
	font-size:12px;
}
#print_comment h1{
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid #151a60;
	background:#e8e8e8;
	color:#151a60;
}
#print_comment h2{
	border:0px;
	font-size:12px;
	color:#4e517a;
	background:#e8e8e8;
}
#print_comment span{
	font-size:11px;
	color:gray;
}
#print_comment p{
	font-size:12px;
	color:#2b2d51;
}			
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #469dba;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #05536d;
}

.relative{
	position:relative;
	width:100%;
}

.relative .page_view {
    position:absolute;
    height:3px;
    left:3px;
    height: 20px;
    width: 70px;
    color:white;
    font-size:10px;
    text-align: center;
    padding:3px 0 0 0;
    background-color:rgba(0,0,0,0.5);
    z-index: 10;
}

/* 640px以下 */
@media (max-width: 640px){
	body{
		font-size:10px;
	}
	#main {
	  float: left;
	  width: 100%;
	  margin-right: 0px;
	  padding-right: 0px;
	  box-sizing: border-box;
	}
	#menu {
	  float: bottom;
	  width: 100%;
	  padding:0 10px 0 10px ;
	}
	
	//記事中の他リンク日記
	#container_mini_article {
    	    grid-template-columns: 1fr;
	}
	#container_mini_article #item img{
	    height:100px;
	    
	}

	/*tableを横に伸ばす*/
	.x-scroll {
	overflow: auto;
	    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;


	}
	.x-scroll table{
	width:100%;
	}
	.x-scroll::-webkit-scrollbar{
	height: 5px; /* スクロールバーの高さ */
	}
	.x-scroll::-webkit-scrollbar-track{
	background: #F1F1F1; /* スクロールバーの背景色 */
	}
	.x-scroll::-webkit-scrollbar-thumb {
	background: #d6d6d6; /* スクロールバーの色 */
	}
	.x-scroll td, .x-scroll th{
	white-space: nowrap;/* 文字の折返しを禁止 */
	}

	#main_wrapper {
		padding:0 5px 0 5px;
	}
	#container_mini_article {
    	    grid-template-columns: 1fr;
	}
	#container_mini_article #item img{
	    height:100px;
	    
	}
	.bg_gray{
		padding:5px;
	}
	#top{
		width:100%;
	}
	header{
		text-align:center;
	}
	header p a {
	    	position: relative;
		text-align:center;
         	    font-size:14px;
    		color:white;
    		text-decoration:none;  
		left:0px;  
	}

	#container_rank {
    		display: grid; /* グリッドレイアウト */
    		grid-gap: 5px;
    		grid-template-columns: 1fr 1fr;
	}
#container #item img{
    height:90px;
}
#container #item h1{
    font-size:12px;
	margin:0;
	padding:0px;
}

.movie {
 position: relative;
 width: 100%;
 padding-top: 56.25%;
}
 
.movie iframe {
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
}

.print_img_box{
	width:100%;
}
.print_img_box .print_img{
	float:left;
	width:120px;
	padding:5px;
  box-sizing: border-box;
  text-align:left;
  margin:0;}

.print_img_box .print_text{
	float:right;
  margin-left:-120px;
  padding-left:120px;
  width:100%;
  box-sizing: border-box;
  text-align:left;
}

td.line_box img{
	height:30px;
	width:100px;
}

div.left_form{
	width: 100%;
	float:none;
}
div.left_form img{
	width: 95%;
}
div.right_form{
	width: 100%;
	margin-left:0%;
	text-align:left;
}
div.flex_wrap .flex_item{
	flex-basis:95%;

}


}