@charset "UTF-8";
/* CSS Document */

/*----------------------------------
	index用のCSSです
----------------------------------*/

/*----------------------------------メインコンテンツ----------------------------------*/

.CtsMrBox{width:960px; margin:25px auto; overflow: hidden;}
.CtsMrBox img{width: auto;}


.CtsMrBox a {
	font-size: 12px;
	font-size: 1.2rem;
	color: #1d3994;
	text-decoration: none;
  }
.CtsMrBox a:visited {
	color: #9933cc;
	text-decoration: none;
  }
.CtsMrBox a:hover {
	color: #ff9933;
	text-decoration: underline;
  }
  
/*タイトルエリア*/
.CtsMrBox *, ::after, ::before {
    box-sizing: content-box;
}
.Mbox {
	height: auto;
	width: 740px;
}

table.shoPoint {
	margin-top: 20px;
	margin-bottom: 20px;
}
.shoPointInbox p {
	margin-left: 20px;
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: normal;
}
table.MrecBox {
	margin-bottom: 30px;
}
.ShoInbox{
	width: 738px;
	border: solid 1px #ccc;
}
.ShoInbox ol{
	margin-bottom: 15px;
}
.ShoInbox li{
	font-size: 14px;
	margin-top: 10px;
	margin-left: 40px;
	list-style-type: decimal;
}
.banner {
	font-size: 12px;
	line-height: 1.4em;
	text-align: center;
}
.banner img{
width: 214px;
}
/*140226追加分*/
.top_modoru a {
	background :url(../images/top_modoru.gif);
	background-repeat:no-repeat;
    display: block;
    height: 36px;
    margin-bottom: 10px;
    text-indent: -9999px;
    width: 200px;background-position:0px 0px;}
.top_modoru a:hover {background-position:0px -46px;}
.top_modoru a:active {background-position:0px -92px;}
/*140226追加分*/

@media screen and (max-width: 900px){
	button{
		width:inherit;
	}
}
