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

body{
	margin:0;
	font-size:15px;
	background-color: #f7f9fc;
	font-family: メイリオ, Meiryo,游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	box-sizing: border-box;
	color:black;
}

.wrapper {
	width:100%;
}

/*tableの設定*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin:5px 20px 5px 20px;
}
td.top{
	background-color: #b8babc;
	border:1px solid gray;
	padding:5px;
}
td.line{
	border:1px solid gray;
	padding:5px;
}

.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_title{
    font-size:30px;
    font-family:AlexBrush-Regular_font;
    color:#173c77;
    margin:0 0 5px 0;
    font-weight:bold;
}


#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#menu_title{
	width:100%;
	background:#102e5e;
	color:white;
	margin:0 10px 5px 0;
	padding:0 0 0 10px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

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: auto;
	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;
}


/**/
.main_article{
	background:white;
	margin:10px 0 10px 0;
	font-size:17px;
	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 .box{
	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;
}


/*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_product {
    display: grid; /* グリッドレイアウト */
    grid-gap: 5px;
    grid-template-columns: 1fr;
}

#container_product #item {
    vertical-align:top;
    color:gray;
    background:white;
    margin:5px;
    border:1px solid black;
}
#container_product #item a{
    display:block;
    width:100%;
    height:100%;
    color:black;
    font-size:12px;
    text-decoration: none;
  overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}

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

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

.print_img_box .print_text{
	float:right;
  margin-left:-250px;
  padding-left:250px;
  width:100%;
  box-sizing: border-box;
  text-align:left;
}
button#buy {
    background: #469dba;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10px 40px 10px 40px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
button#buy:hover {
    text-decoration: none;
    background: #05536d;
}


#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_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:150px;
    object-fit: cover;
}




//２つレイアウト
#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;
	
}

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

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

#container #item a{
    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: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;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}


#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#buy {
    background: #469dba;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10px 40px 10px 40px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
a#buy:hover {
    text-decoration: none;
    background: #05536d;
}

a#next {
    background: #469dba;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10px 40px 10px 40px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
a#next:hover {
    text-decoration: none;
    background: #05536d;
}

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%;
}



/*ログインフォーム*/
.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){
	#main {
	  float: left;
	  width: 100%;
	  margin-right: 0px;
	  padding-right: 0px;
	  box-sizing: border-box;
	}
	#menu {
	  float: bottom;
	  width: 100%;
	  padding:0;
	}


	#main_wrapper {
		padding:0 5px 0 5px;
	}
	#container_product {
    	    grid-template-columns: 1fr;
	}
	#container_product #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;
	}


.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;
}



}