@charset "UTF-8";*{font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,メイリオ,Meiryo,"ＭＳ Ｐゴシック";margin:0;padding:0;}

html body{width:100%;height:100%;margin:0;padding:0;}

body{
	margin:0;
	padding:0;
	font-size:12px;
	background-color:#000;
	color:#fff;
}

.cl{
	clear:both;
}

a{
	text-decoration:none;
	color:#fff;
}

.img{
	max-width: 100%; 
    height:auto;
}

.center{
	text-align:center;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}

.gray{
	background:#f5f5f5;
}

/* header */

header{
	box-sizing:border-box;
	width:100%;
	height:240px;
}

#header_bar{
	width:100%;
	height:5px;
	background-color:#bf0000;
}

#header_box{
	width:90%;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
}

#header_box span{
	margin:5px;
}

.search_container{
  box-sizing: border-box;
}

.search_container {
    box-sizing: border-box;
    border: #bf0000 1px solid;
    padding: 1px;
    width: 100%;
    margin: 10px 0;
}

.search_container input[type="text"] {
    background: #ffffff;
    border: none;
    height: 2.2em;
    width: 80%;
	padding:0 3px;
}

.search_container input[type="text"]:focus {
  outline: 0;
}

.search_container input[type="submit"] {
    cursor: pointer;
    border: none;
    background: #bf0000;
    color: #fff;
    outline: none;
    height: 2em;
    width: 18%;
}

.search_container ::-webkit-input-placeholder {
  color: #3879D9;
}

#category{
	width:100%;
	background: #f5f5f5;
	padding:5px 0;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

#category_wrap{
	width:90%;
	padding:5px 0;
	margin:5px auto;
}

.category_title{
	box-sizing:border-box;
	background:url('../images/category_bar.png') left center no-repeat;
	padding:5px 0px 5px 40px;
	color:#bf0000;
}

.container{
	width:100%;
	padding:5px 0;
	margin:10px 0;
}

.wrap{
	width:100%;
	padding:5px 0;
	margin:0 auto;
}

.more{
	background-color: #3879D9;
    color: #fff;
    padding: 7px;
    font-size: 12px;
    border-radius: 3px;
}

/* banner area */
.banner{
	width:100%;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	margin:20px auto 20px;
	text-align:center;
}

.banner_sq{
	width:60%;
	padding:10px 0;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	margin:20px auto 20px;
	text-align:center;
}

.banner .banner_sq span{
	margin:5px;
}

/*pagination*/
.pagination {
    padding: 20px;
	width:100%;
	text-align:center;
	margin:10px auto;
}

.page {
    display: inline-block;
    padding: 3px 9px;
    margin-right: 4px;
    border: solid 1px #3879d9;
    background: #3879d9;
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

.page a {
    color: #fff;
}

.page:hover, .page.gradient:hover {
    background: #99baea;
}

.page.active {
    border: none;
    background: #99baea;
    color: #fff;
	border: solid 1px #3879d9;
}

/* footer */

footer{
	box-sizing:border-box;
	width:100%;
	/*height:40px;*/
	border-top:1px solid #cccccc;
	background-color:#f5f5f5;
	margin:20px auto 0;
	padding:10px 0 0;
}

#footer_wrap{
	width:70%;
	margin:0 auto;
	text-align:center;
}

.category_title_footer{
	box-sizing:border-box;
	background:url('../images/category_bar.png') left center no-repeat;
	padding:5px 0px 5px 40px;
	margin-bottom:10px;
	color:#bf0000;
}

#category_wrap span{
	margin:3px;
}

/* index */
.notice{
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #FFAD90;
}

.title-box{
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FFAD90;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.notice-point{
	font-size:18px;
	margin-left: 1em;
}

.plan{
	border-radius:10px;
	background: #FFAD90;
	display: inline-block;
	color:#fff;
	font-size:18px;
	padding: 5px 10px;
}
/* footer */
