/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/
/*記事下PDF登録欄のデザイン ここから-------------------*/
.single-under-area{
	background-color: #f4f4f4;
	padding: 20px;
}
.single-under-area-inner{
}
.single-under-area-image{
	text-align: center;
	width: 100%;
	padding: 5px;
}
.single-under-area-comment{
	font-size: 13px;
}
.single-under-area-buttom{
	text-align: center;
	width: 100%;
	padding-bottom:20px;
}
.download-button{
	display: inline-block;
	padding: 0.5em 3em;
	text-decoration: none;
	background: #ffce47;
	color: #fff;
	border-bottom: solid 4px #ccc9c3;
	border-radius: 3px;
}
.download-button:active {/*ボタンを押したとき*/ 
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*下に動く*/ 
	border-bottom: none;/*線を消す*/ 
} 

@media print, screen and (min-width: 960px) {
.single-under-area-image{
	width: 250px;
	float: right;
	padding: 5px;
}
.single-under-area-inner:after {
	content: "";
	display: block;
	clear: both;
}
}

/*記事下PDF登録欄のデザイン ここまで-------------------*/
/*登録フォームここから*/
.ms_form_box{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	height:auto;
	padding:0px;
	margin:30px auto;
}
.ms_form_header{
	height:28px;
	line-height:28px;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	padding:0px;
	margin:0px;
	text-align:center;
	border:solid 1px #c0c0c0;
	background-image : url('http://rihakyoku-net.y-ml.com/img/ms_cp_capbg0.gif');
	background-repeat: repeat-x;
	background-position: 0px 1px;
}
.ms_form_footer{
	height:28px;
	line-height:28px;
	font-size:11px;
	padding:0px;
	margin:0px;
	text-align:left;
	color:#666666;
	border:solid 1px #c0c0c0;
	background-image : url('http://rihakyoku-net.y-ml.com/img/ms_cp_capbg0.gif');
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.ms_form_footer .copy{
	float:left;
	margin:0px 0px 0px 16px;
	padding:0px;
}
.ms_form_footer .powered_by{
	float:right;
	margin:0px 16px 0px 0px;
	padding:0px;
	text-align:right;
}
.ms_form_footer a:link,
.ms_form_footer a:visited{
	color:#666666;
	text-decoration:none;
}
.ms_form_body{
	height:auto;
	font-size:12px;
	text-align:center;
	padding:28px 0px 28px 0px;
	margin:0px;
	border-style:none solid none solid;
	border-width:1px;
	border-color:#c0c0c0;
	overflow:hidden;
	background-color:#fff;
}
.ms_form_body ul.form_list{
	list-style:none;
	clear:both;
	margin:0px auto;
	padding:0px;
	text-align:left;
}
.ms_form_body ul.form_list li.item{
	clear:both;
	width:180px;
	vertical-align:top;
	padding:10px 0px 0px 22px;
	background-image : url('http://rihakyoku-net.y-ml.com/img/ms_cp_icon_circle_right.gif');
	background-repeat: no-repeat;
	background-position: 0px 10px;
	border:none;
	float:left;
}
.ms_form_body ul.form_list li.item-nofloat{
	clear:both;
	width:100%;
	vertical-align:top;
	padding:10px 0px 0px 22px;
	background-image : url('http://rihakyoku-net.y-ml.com/img/ms_cp_icon_circle_right.gif');
	background-repeat: no-repeat;
	background-position: 0px 10px;
	border:none;
}
.ms_form_body ul.form_list li.cont{
	width:248px;
	padding:8px 0px 0px 30px;
	border:none;
	float:left;
}
.ms_form_body ul.form_list li.cont-nofloat{
	clear:both;
	width:100%;
	padding:4px 0px 4px 2px;
	border:none;
}
.ms_form_body ul.form_list li.cont .text{
	width:100%;
	height:24px;
	font-size:12px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body ul.form_list li.cont .text80{
	width:80px;
	height:24px;
	font-size:12px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body ul.form_list li.cont .sel{
	width:100%;
	height:24px;
	font-size:12px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body ul.form_list li.cont .sel_auto{
	width:auto;
	height:24px;
	font-size:12px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body .ta{
	width:100%;
	font-size:12px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body ul.form_list li.cont span.cont_desc,
.ms_form_body ul.form_list li.cont-nofloat span.cont_desc{
	font-size:10px;
	color:#4f4f4f;
	margin:0px;
}
.ms_form_body div.submit_btn{
	clear:both;
	text-align:center;
}
.ms_form_btn{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	padding: 0.5em 3em;
	text-decoration: none;
	background: #ffce47;
	color: #fff;
	border-bottom: solid 4px #ccc9c3;
	border-radius: 3px;
}

div.ssl_seal {
	width:100px;
	height:50px;
	margin:0px auto 20px auto;
}
div.sim_entry_list {
	width:auto;
	margin: 16px 85px auto 97px;
	padding: 12px;
	border: solid 1px #ff0000;
	text-align:left;
}
div.sim_entry_list span.attention{
	color: #ff0000;
}
div.sim_entry_list ul{
	width: auto;
	list-style:none;
	margin:0px 20px 0px 0px;
	padding:0px;
	text-align:left;

}
div.sim_entry_list ul li{
	width: auto;
	vertical-align: top;
	padding: 10px 0px 0px 22px;
	background-image : url('http://rihakyoku-net.y-ml.com/img/ms_cp_icon_text.gif');
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
.clearfix{
	zoom:1;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
/*登録フォームここまで*/