@charset "utf-8";

/*****************************************************************************
 reset
 *****************************************************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

ul,ol {
	list-style-type: none;
}

em,strong,th,address {
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}

img,
object,
embed {
	border: 0;
	vertical-align: top;
}

hr {
	display: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

li {
	list-style-type: none;
}

strong {
	font-weight: bold;
}

/*****************************************************************************
 linkColor
 *****************************************************************************/

a:link {
	color: #325fab;
	text-decoration: none;
}

a:visited {
	color: #325fab;
	text-decoration: none;
}

a:hover,a:active {
	text-decoration: underline;
}

/*****************************************************************************
 clearfix
 *****************************************************************************/

.cb {
	clear: both;
	font-size: 1%;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hide from IE-mac \*/

* html .clearfix { height: 1%; }
.clearfix { display:block; }

/* End hide from IE-mac */

/*****************************************************************************
 base
 *****************************************************************************/

body {
	background-color: #FFF;
	font-size: 87.5%;		/* 14px */
	font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	line-height: 1.5;
	color: #333333;
	text-align: center;
	overflow-x: hidden;
}

/*****************************************************************************
 header
 *****************************************************************************/

#header {
	background: url(/shared/img/common/header_bg.png) repeat-x left bottom;
}
#header .inner {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	*zoom: 1;
}
#header .inner:after {
	content: '';
	display: block;
	clear: both;
}
#header .logo {
	float: left;
	padding: 37px 0 36px;
}
#header .ads {
	float: right;
	padding: 20px 0;
}
#header nav {
	clear: both;
}
#header nav .globalNavi {
	position: relative;
	*zoom: 1;
}
#header nav .globalNavi:after {
	content: '';
	display: block;
	clear: both;
}
#header nav .globalNavi li {
	position: relative;
	float: left;
	width: 100px;
	border-right: 1px solid #e3e3e3;
	text-align: center;
	font-weight: bold;
  box-sizing: border-box;
}
#header nav .globalNavi li:first-child {
	/*width: 98px;*/
	border-left: 1px solid #e3e3e3;
}
#header nav .globalNavi li a {
	height: 43px;
	border-bottom: 3px solid #325fab;
	line-height: 43px;
	color: #333333;
	display: block;
}
#header nav .globalNavi li a:hover {
	background: #e0e7f2;
	text-decoration: none;
	color: #325fab;
}
#header nav .drop-down {
	background: url(/shared/img/common/drop-down.png) no-repeat left top;
	padding-top: 22px;
	position: absolute;
	top: 46px;
	left: -50px;
	display: none;
	z-index: 9999;
}
#header nav .drop-down ul {
	background: #FFFFFF;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	box-shadow:rgb(229, 229, 229) 1px 1px 0px 0px;
	-webkit-box-shadow:rgb(229, 229, 229) 1px 1px 0px 0px;
	-moz-box-shadow:rgb(229, 229, 229) 1px 1px 0px 0px;
}
#header nav .drop-down ul li {
	float: none;
	width: 196px;
	border-right: none;
	text-align: left;
	font-weight: bold;
}
#header nav .drop-down ul li:first-child {
	width: auto;
	border-left: none;
}
#header nav .drop-down ul li a {
	height: 42px;
	border-top: 1px solid #cccccc;
	border-bottom: none;
	padding-left: 18px;
	line-height: 42px;
	color: #333333;
	display: block;
}
#header nav .drop-down ul li:first-child a {
	border-top: none;
}

/*****************************************************************************
 contents
 *****************************************************************************/

#contents {
	background: #efefef;
	padding: 20px 0 40px;
}
#contents .contentsInner {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	*zoom: 1;
}
#contents .contentsInner:after {
	content: '';
	display: block;
	clear: both;
}


#contents .section01 {
	background: #325fab;
	margin-bottom: 20px;
	padding: 5px;
	*zoom: 1;
}
#contents .section01:after {
	content: '';
	display: block;
	clear: both;
}
#contents .section01 .info {
	float: left;
	width: 674px;
	background: #5177b8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#contents .section01 .info p {
	font-weight: bold;
}
#contents .section01 .info p a {
	background: url(/shared/img/common/arrow01.png) no-repeat 10px 0.7em;
	padding: 7px 5px 5px 34px;
	color: #FFFFFF;
	display: block;
}
#contents .section01 .search {
	float: right;
	height: 33px;
}
#contents .section01 .search .textBox {
	float: left;
	width: 228px;
	height: 33px;
	border: none;
	padding: 0 10px;
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
}


#main {
	float: left;
	width: 680px;
}
#main .pickUp {
	margin-bottom: 20px;
}
#main .pickUp .headline {
	width: 100%;
	background: #FFFFFF;
	box-shadow:rgb(229, 229, 229) 1px 1px 0px 0px;
	-webkit-box-shadow:rgb(229, 229, 229) 1px 1px 0px 0px;
	-moz-box-shadow:rgb(229, 229, 229) 1px 1px 0px 0px;
	margin-bottom: 10px;
	display: table;
}
#main .pickUp .headline .img {
	width: 50px;
	display: table-cell;
}
#main .pickUp .headline h2 {
	padding: 3px 0 0 12px;
	display: table-cell;
	font-weight: bold;
	font-size: 128.6%;
	vertical-align: middle;
}
#main .pickUp .headline h2 span {
	margin-left: 10px;
	font-family: Helvetica;
	font-size: 77.8%;
	color: #999999;
}
#main .pickUp .wrapper {
	margin-left: -10px;
	*zoom: 1;
}
#main .pickUp .wrapper:after {
	content: '';
	display: block;
	clear: both;
}

#main .pickUp .wrapper .box {
	float: left;
	width: 335px;
	background: #FFFFFF;
	box-shadow:rgb(229, 229, 229) 1px 1px 0px 0px;
	-webkit-box-shadow:rgb(229, 229, 229) 1px 1px 0px 0px;
	-moz-box-shadow:rgb(229, 229, 229) 1px 1px 0px 0px;
	margin: 0 0 10px 10px;
	padding: 10px 0 15px;
}
#main .pickUp .wrapper .box:hover {
	background: #fef5d9;
	text-decoration: none;
}
#main .pickUp .wrapper .box .img {
	margin: 0 10px 19px;
	display: block;
}
#main .pickUp .wrapper .box .title {
	color: #325fab;
	/*margin: 0 20px 14px;*/
  margin: 0 20px;
	font-weight: bold;
	line-height: 1.2;
	font-size: 114.3%;
	display: block;
}
#main .pickUp .wrapper .box .text {
	color: #333333;
	margin: 0 20px;
	line-height: 1.4;
	display: block;
}
#main .new {
	background: #FFFFFF;
	box-shadow:rgb(229, 229, 229) 1px 1px 0px 0px;
	-webkit-box-shadow:rgb(229, 229, 229) 1px 1px 0px 0px;
	-moz-box-shadow:rgb(229, 229, 229) 1px 1px 0px 0px;
	margin-bottom: 20px;
}
#main .new .headline {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	display: table;
}
#main .new .headline .img {
	width: 50px;
	display: table-cell;
}
#main .new .headline h2 {
	padding: 3px 0 0 12px;
	display: table-cell;
	font-weight: bold;
	font-size: 128.6%;
	vertical-align: middle;
}
#main .new .headline h2 span {
	margin-left: 10px;
	font-family: Helvetica;
	font-size: 77.8%;
	color: #999999;
}
#main .new .box {
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
	display: block;
	*zoom: 1;
}
#main .new .box:after {
	content: '';
	display: block;
	clear: both;
}
#main .new .box .text {
	color: #333333;
}
#main .new .box .date {
	color: #999999;
}
#main .new .box:hover {
	background: #fef5d9;
	text-decoration: none;
}
#main .new .box .img {
	float: left;
	margin-left: 20px;
	display: block;
}
#main .new .box .textBox {
	float: right;
	width: 490px;
	margin-right: 20px;
}
#main .new .box .textBox .title {
	margin-bottom: 8px;
	font-weight: bold;
	line-height: 1.2;
	font-size: 114.3%;
	display: block;
}
#main .new .box .textBox .text {
	margin-bottom: 5px;
	line-height: 1.4;
	display: block;
}
#main .new .box .textBox .date {
	font-size: 85.7%;
	display: block;
}
#main .new .ads {
	border-bottom: 1px solid #e5e5e5;
}
#main .new .pageNavi {
	width: 100%;
	padding: 40px 0;
	text-align: center;
	display: table;
}
#main .new .pageNavi .prev {
	width: 67px;
	padding: 0 20px 0 67px;
	display: table-cell;
	vertical-align: middle;
}
#main .new .pageNavi .prev a {
	background: url(/shared/img/common/arrow02.png) no-repeat left 1em;
	border: 1px solid #e5e5e5;
	padding: 10px 0 7px 15px;
	display: block;
}
#main .new .pageNavi .navi {
	margin-left: -5px;
	display: table-cell;
	vertical-align: middle;
}
#main .new .pageNavi .navi li {
	padding-left: 5px;
	display: table-cell;
}
#main .new .pageNavi .navi li:first-child {
	padding-left: 0;
}
#main .new .pageNavi .navi li.more {
	width: 22px;
}
#main .new .pageNavi .navi li a {
	width: 38px;
	height: 38px;
	border: 1px solid #e5e5e5;
	line-height: 40px;
	display: block;
}
#main .new .pageNavi .navi li.cr a {
	background: #325fab;
	border: 1px solid #325fab;
	font-weight: bold;
	color: #FFFFFF;
}
#main .new .pageNavi .next {
	width: 67px;
	padding: 0 67px 0 20px;
	display: table-cell;
	vertical-align: middle;
}
#main .new .pageNavi .next a {
	background: url(/shared/img/common/arrow03.png) no-repeat right 1em;
	border: 1px solid #e5e5e5;
	padding: 10px 14px 7px 0;
	display: block;
}


#main .goods {
	margin-bottom: 20px;
}
#main .goods .headline {
	height: 37px;
	background: url(/shared/img/top/goods_bg.png);
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	margin: 0 -12px;
	line-height: 39px;
	position: relative;
}
#main .goods .headline:after {
	content: '';
	width: 100%;
	height: 12px;
	background: url(/shared/img/top/goods_decoration.png) no-repeat left top;
	position: absolute;
	top: 37px;
}
#main .goods .headline h2 {
	text-align: center;
	font-weight: bold;
	font-size: 128.6%;
	color: #FFFFFF;
}
#main .goods .headline h2 a {
	color: #FFFFFF;
}
#main .goods .wrapper {
	background: #FFFFFF;
	box-shadow:rgb(229, 229, 229) 1px 1px 0px 0px;
	-webkit-box-shadow:rgb(229, 229, 229) 1px 1px 0px 0px;
	-moz-box-shadow:rgb(229, 229, 229) 1px 1px 0px 0px;
	*zoom: 1;
}
#main .goods .wrapper:after {
	content: '';
	display: block;
	clear: both;
}
#main .goods .wrapper .box {
	float: left;
	width: 226px;
	border-left: 1px solid #e5e5e5;
	padding: 20px 0 20px;
	display: block;
	*zoom: 1;
  box-sizing: border-box;
}
#main .goods .wrapper .box:first-child {
	border-left: none;
}
#main .goods .wrapper .box:after {
	content: '';
	display: block;
	clear: both;
}
#main .goods .wrapper .box .category {
	color: #FFFFFF;
}
#main .goods .wrapper .box .date {
	color: #333333;
}
#main .goods .wrapper .box .price {
	color: #e72727;
}
#main .goods .wrapper .box:hover {
	background: #fef5d9;
	text-decoration: none;
}
#main .goods .wrapper .box .img {
	margin: 0 20px 17px;
	display: block;
  text-align: center;
}
#main .goods .wrapper .box .img img {
  height: auto;
  width: auto;
  max-height: 200px;
}
#main .goods .wrapper .box .category {
	float: left;
	background: #333333;
	margin: 0 0 10px 20px;
	padding: 2px 6px 2px 5px;
	font-family: Helvetica;
	line-height: 1;
	font-weight: bold;
	display: block;
}
#main .goods .wrapper .box .date {
	float: right;
	margin: 0 20px 7px 0;
	display: block;
}
#main .goods .wrapper .box .title {
	clear: both;
	margin: 0 20px 11px;
	font-weight: bold;
	line-height: 1.2;
	font-size: 114.3%;
	display: block;
}
#main .goods .wrapper .box .price {
	margin: 0 20px;
	font-weight: bold;
	font-size: 114.3%;
	display: block;
}

#main .adsBox {
	background: #FFFFFF;
	box-shadow:rgb(229, 229, 229) 1px 1px 0px 0px;
	-webkit-box-shadow:rgb(229, 229, 229) 1px 1px 0px 0px;
	-moz-box-shadow:rgb(229, 229, 229) 1px 1px 0px 0px;
	padding: 30px;
  margin-bottom: 20px;
}

#main .adsBox ul {
	margin-left: -20px;
	*zoom: 1;
}
#main .adsBox ul:after {
	content: '';
	display: block;
	clear: both;
}
#main .adsBox ul li {
	float: left;
	margin-left: 20px;
}

#sub {
	float: right;
	width: 300px;
	padding-right: 10px;
}
#sub #sideArea {
	width: 300px;
}
#sub .banner {
	margin-bottom: 20px;
}
#sub .banner li {
	margin-bottom: 10px;
}


#sub .ranking {
	background: #FFFFFF;
	box-shadow:rgb(229, 229, 229) 1px 1px 0px 0px;
	-webkit-box-shadow:rgb(229, 229, 229) 1px 1px 0px 0px;
	-moz-box-shadow:rgb(229, 229, 229) 1px 1px 0px 0px;
	margin-bottom: 20px;
}
#sub .ranking .headline {
	background: #325fab;
	border-bottom: 1px solid #e5e5e5;
	padding: 11px 0 8px 57px;
	position: relative;
}
#sub .ranking .headline .img {
	position: absolute;
	top: -5px;
	left: 10px;
}
#sub .ranking .headline h2 {
	font-weight: bold;
	color: #FFFFFF;
}
#sub .ranking .headline h2 span {
	margin-left: 10px;
	font-family: Helvetica;
	font-size: 85.7%;
}
#sub .ranking .rankigTab {
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	z-index: 99;
	*zoom: 1;
}
#sub .ranking .rankigTab:after {
	content: '';
	display: block;
	clear: both;
}
#sub .ranking .rankigTab li {
	float: left;
	width: 150px;
	padding: 8px 0 6px;
	text-align: center;
	font-weight: bold;
	font-size: 85.7%;
	color: #999999;
	cursor: pointer;
}
#sub .ranking .rankigTab li.cr {
	background: #333333;
	color: #FFFFFF;
	position: relative;
}
#sub .ranking .rankigTab li.cr:after {
	content: '';
	width: 100%;
	height: 8px;
	background: url(/shared/img/common/ranking_decoration.png) no-repeat left top;
	position: absolute;
	top: 32px;
	left: 0;
}
#sub .ranking .box {
	border-top: 1px solid #e5e5e5;
	position: relative;
	*zoom: 1;
	padding: 16px 0 15px;
	display: block;
	*zoom: 1;
}
#sub .ranking .box:first-child {
	border-top: none;
}
#sub .ranking .box:after {
	content: '';
	display: block;
	clear: both;
}

#sub .ranking .box:first-child a {
	padding-top: 21px;
}
#sub .ranking .box:after {
	content: '';
	display: block;
	clear: both;
}
#sub .ranking .box .ranking1,
#sub .ranking .box .ranking2,
#sub .ranking .box .ranking3 {
	color: #FFFFFF;
}
#sub .ranking .box .ranking {
	color: #FFFFFF;
}
#sub .ranking .box:hover {
	background: #fef5d9;
	text-decoration: none;
}

#sub .ranking .box .ranking1 {
	width: 35px;
	height: 29px;
	background: url(/shared/img/common/ranking1.png) no-repeat left top;
	text-align: center;
	font-family: Helvetica;
	line-height: 33px;
	font-weight: bold;
	position: absolute;
	top: 4px;
	left: 3px;
	display: block;
}
#sub .ranking .box .ranking2 {
	width: 35px;
	height: 29px;
	background: url(/shared/img/common/ranking2.png) no-repeat left top;
	text-align: center;
	font-family: Helvetica;
	line-height: 33px;
	font-weight: bold;
	position: absolute;
	top: 4px;
	left: 3px;
	display: block;
}
#sub .ranking .box .ranking3 {
	width: 35px;
	height: 29px;
	background: url(/shared/img/common/ranking3.png) no-repeat left top;
	text-align: center;
	font-family: Helvetica;
	line-height: 33px;
	font-weight: bold;
	position: absolute;
	top: 4px;
	left: 3px;
	display: block;
}
#sub .ranking .box .ranking {
	float: left;
	width: 32px;
	background: #333333;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	margin: 0 15px;
	padding: 3px 0;
	font-family: Helvetica;
	line-height: 1;
	text-align: center;
	font-size: 85.7%;
	font-weight: bold;
	display: block;
}
#sub .ranking .box .img {
	float: left;
	width: 80px;
	margin: 0 15px;
}
#sub .ranking .box .text {
	margin-right: 20px;
	padding-bottom: 27px;
	overflow: hidden;
}
#sub .ranking .box .title {
	margin-top: 2px;
	line-height: 1.2;
	font-weight: bold;
	font-size: 85.7%;
	display: block;
}
#sub .ranking .box .twitter {
	position: absolute;
	left: 62px;
	bottom: 10px;
}
#sub .ranking .high .twitter {
	position: absolute;
	left: 111px;
	bottom: 10px;
}


#sub .avatar {
	margin-bottom: 20px;
	position: relative;
}
#sub .avatar .btn01 {
	position: absolute;
	top: 64px;
	left: 10px;
}
#sub .avatar .btn01 a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
#sub .avatar .btn02 {
	position: absolute;
	top: 118px;
	left: 10px;
}
#sub .avatar .btn02 a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}


#sub .gallery {
	background: #FFFFFF;
	box-shadow:rgb(229, 229, 229) 1px 1px 0px 0px;
	-webkit-box-shadow:rgb(229, 229, 229) 1px 1px 0px 0px;
	-moz-box-shadow:rgb(229, 229, 229) 1px 1px 0px 0px;
	margin-bottom: 20px;
}
#sub .gallery .headline {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	display: table;
}
#sub .gallery .headline .img {
	width: 40px;
	display: table-cell;
}
#sub .gallery .headline h2 {
	padding: 3px 0 0 12px;
	display: table-cell;
	font-weight: bold;
	vertical-align: middle;
}
#sub .gallery .headline h2 span {
	margin-left: 10px;
	font-family: Helvetica;
	font-size: 85.7%;
	color: #999999;
}
#sub .gallery .list {
	padding: 15px;
}
#sub .gallery .list ul {
	margin: -3px 0 0 -3px;
	*zoom: 1;
}
#sub .gallery .list ul:after {
	content: '';
	display: block;
	clear: both;
}
#sub .gallery .list ul li {
	float: left;
	border: 1px solid #e5e5e5;
	margin: 3px 0 0 3px;
}
#sub .gallery .list ul li a img {
	width: 131px;
  /*height: auto;*/
  height: 97px;
}
#sub .gallery .list ul li a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}


#sub .ads {
	margin-bottom: 20px;
}


/*****************************************************************************
 footer
 *****************************************************************************/

#footer {
	border-top: 1px solid #e5e5e5;
  background: #fff;
}
#footer .inner {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	*zoom: 1;
}
#footer .inner:after {
	content: '';
	display: block;
	clear: both;
}
#footer .upper {
	padding: 37px 0 34px;
}
#footer .upper .wrapper {
	padding-bottom: 16px;
	*zoom: 1;
}
#footer .upper .wrapper:after {
	content: '';
	display: block;
	clear: both;
}
#footer .upper .wrapper .box {
	float: left;
	width: 255px;
}
#footer .upper .wrapper .box div {
	margin-bottom: 11px;
	font-weight: bold;
}
#footer .upper .wrapper .box ul {
	margin-bottom: 21px;
}
#footer .upper .wrapper .box ul li {
	margin-bottom: 3px;
}
#footer .upper .wrapper .box ul li a {
	background: url(/shared/img/common/icon02.png) no-repeat left 0.7em;
	padding-left: 15px;
}
#footer .upper .wrapper .license {
	float: right;
	width: 235px;
}
#footer .upper .wrapper .license ul {
	margin: -7px 0 20px;
}
#footer .upper .wrapper .license ul li {
	margin-top: 18px;
	line-height: 1.35;
	font-size: 85.7%;
	*zoom: 1;
}
#footer .upper .wrapper .license ul li:after {
	content: '';
	display: block;
	clear: both;
}
#footer .upper .wrapper .license ul li img {
	float: left;
	margin: -8px 10px 0 0;
}
#footer .upper .description {
	width: 100%;
	border: 2px solid #e5e5e5;
	margin-bottom: 38px;
	padding: 24px 0;
	display: table;
}
#footer .upper .description .logo {
	padding: 0 30px 0 49px;
	display: table-cell;
	vertical-align: middle;
}
#footer .upper .description .text {
	padding: 0 49px 0 30px;
	border-left: 1px solid #e5e5e5;
	display: table-cell;
}
#footer .upper .description .text h2 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 114.3%;
}
#footer .upper .description .text div {
	line-height: 1.6;
}
#footer .upper .copyright {
	text-align: center;
	font-weight: bold;
}
#footer .upper .copyright span {
	background: url(/shared/img/common/icon01.png) no-repeat left center;
	padding-left: 28px;
	line-height: 18px;
	display: inline-block;
}
#footer .lower {
	background: #325fab;
}
#footer .lower .copyright {
	float: left;
	padding: 22px 0 20px;
	font-size: 85.7%;
	color: #FFFFFF;
}
#footer .lower .sns {
	float: right;
	padding: 20px 0 13px;
	*zoom: 1;
}
#footer .lower .sns:after {
	content: '';
	display: block;
	clear: both;
}
#footer .lower .sns li {
	float: left;
	margin-left: 20px;
}
#footer .lower .sns li:last-child {
	margin-left: 0;
}

.modal-wrap {
	z-index: 999 !important;
}


#pageTop {
	text-align: right;
	position: fixed;
	right: 0;
	bottom: 80px;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 999;
}
#pageTop a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}


#ads01 {
	margin-left: -680px;
	position: absolute;
	left: 50%;
	top: 200px;
}
#ads01 ul li {
	margin-bottom: 253px;
}
#ads02 {
	margin-left: 520px;
	position: absolute;
	left: 50%;
	top: 200px;
}
#ads02 ul li {
	margin-bottom: 253px;
}

html #main .box,
html #sub .box {
	position: relative;
	overflow: hidden;
}
html #main .box a,
html #sub .box a,
html #school .wrapper03 .box a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*padding-top: 200% !important;*/
	display: block;
	text-indent: -9999px;
}
html .box .btn a {
	text-indent: 0 !important;
}
html #main .box .title,
html #sub .box .title{
	color: #325fab;
}

html #school .box a,
html #present .box a,
html #main .entryList .box a,
html #main #relevance .box a{
	display: inline;
	position: relative;
	padding-top: 0 !important;
}
html #main .box .btn a{
	padding: 7px 0 4px !important;
}
html #main .prev a {
	padding: 10px 0 7px 15px !important;
}
html #main .next a {
	padding: 10px 14px 7px 0 !important;
}

/*****************************************************************************
 sitejack
 *****************************************************************************/
.sitejack #header .logo a {
	width: 200px;
	height: 57px;
	display: block;
}
.sitejack #header .logo a img {
	display: none;
}
.sitejack #ads01 {
	top: 0;
	text-align: right;
	/*margin-left: -800px;*/
}
.sitejack #ads02 {
	top: 0;
	text-align: left;
	/*margin-left: 500px;*/
}
.sitejack .jackleft {
  margin-right: -20px;
}
.sitejack .jackright {
  margin-left: -20px;
}
.sitejack #contents .contentsInner {
  position: relative;
  z-index: 1;
}
.sitejack #footer {
  position: relative;
  z-index: 1;
}


/*****************************************************************************
 voteform
 *****************************************************************************/
.voteform {
	width:300px;
	float:left;
}
.voteform h3 {
	background-image: url(/img/bg_voteform_h3.gif);
	text-indent:-999em;
	height:40px;
}
.voteform h4 {
	background-image: url(/img/bg_voteformbody.gif);
	background-color:none;
	background-repeat:repeat-y;
	text-align:center;
	padding:5px 15px;
	margin:0px 0px;
}
.voteform ul{
	background-image: url(/img/bg_voteformbody_2.gif);
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
}
.voteform .btn_vote{
	background-image: url(/img/bg_voteformbody_2.gif);
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
}
.voteform .term{
	background-image: url(/img/bg_voteformterm.gif);
	padding:5px 8px;
	text-align:right;
	font-size:10px;
	color:#333;
}
.voteform_end {
	background-image: url(/img/bg_voteformend.gif);
	height: 10px;
	background-repeat:no-repeat;
	padding-bottom: 5px;
}
.view_result{
	background-image: url(/img/bg_voteformbody.gif);
	text-align:center;
	padding:5px;
}
.view_result a {
  color:#8e1615;
}
.view_result a:hover {
  color:#8e1615;
  text-decoration:none;
}
.vote_question{
	text-align:center;
	background-image: url(/img/bg_voteqbody.gif);
	padding:14px 10px 5px;
	background-position: center top;
}
.vote_question p{
  text-align:center;
  font-weight:bold;
  background:#f2facd;
  padding:0 5px;
}

.banner_area.freeSpace {
  text-align: center;
  padding-bottom: 10px;
}

iframe.terms {
	height: 236px;
	width: 576px;
	border: 2px solid #e5e5e5;
	margin: 20px;
	padding: 30px;
	overflow-y: scroll;
}

div.terms {
	height: 236px;
	width: 576px;
	border: 2px solid #e5e5e5;
	margin: 20px;
	padding: 30px;
	overflow-y: scroll;
}

#main .rectangle ul {
        margin-left: -10px;
}

#main .rectangle ul li {
	float: left;
	margin-left: 20px;
}
