@charset "utf-8";
@import url("sp_style.css");
/* CSS Document */
@media screen and (min-width: 641px) {
/*------------------------------------------------------ 
tag
------------------------------------------------------*/
body {
	background:#F7F7F7 url(../images/body_bg2012.gif) repeat-x left top;
	font-size:12px;
	color: #444;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	color:#2174BB;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

table th,
table td {
	/*padding:5px;
	border:1px solid #CDCDCD;*/
}

strong {
	font-weight:bold;
}



/*------------------------------------------------------ 
デフォルトclass
------------------------------------------------------*/
.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */

.red{color:#C00;}
.center{text-align:center;}
.clear{clear:both;}
.blue{color:#277bc2;}
.orange{color:#f98d00;}
.green{color:#74a50f;}
.lightblue{color: #06C;}
.pink{}

.center{text-align:center;}

h2.title {
	margin:1px 1px 15px;
	padding:0 10px;
	background: #39BDFE; /* Old browsers */
	background: -moz-linear-gradient(top,  #39BDFE 0%, #169DDF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#39BDFE), color-stop(100%,#169DDF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #39BDFE 0%,#169DDF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #39BDFE 0%,#169DDF 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #39BDFE 0%,#169DDF 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #39BDFE 0%,#169DDF 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39BDFE', endColorstr='#169DDF',GradientType=0 ); /* IE6-9 */
	color:#FFF;
	line-height:25px;
	font-weight:bold;
}

h3.title {
	margin-bottom:15px;
}

.favadd.none,
.favdel.none {
	display:none;
}

.ls-15{letter-spacing:-1.5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}



/*------------------------------------------------------ 
commonlayout
------------------------------------------------------*/
div#header {
	position:relative;
	width:1000px;
	height:79px;
	border-bottom:1px solid #FFF;
	margin:0 auto 10px;
	background:#004098;
}

div#header h1 {
	text-align:right;
	color:#DEDEDE;
	font-size:11px;
	line-height:18px;
}

div#header p {
	position:absolute;
	top:11px;
	left:0px;
}

div#header .gnav {
	position:absolute;
	top:19px;
	right:0px;
}

div#header .gnav ul li {
	float:left;
	margin-left:20px;
}
div#header .gnav ul li:first-child {
	margin-left:0px;
}

div#header #indexnav {
	position:absolute;
	top:44px;
	right:0px;
}

div#header #indexnav ul li {
	float:left;
	margin-left:4px;
}
div#header #indexnav ul li:first-child {
	margin-left:0px;
}

div#header #lowernav {
	position:absolute;
	top:44px;
	right:0px;
}

div#header #lowernav ul li {
	float:left;
}

div#container {
	clear:both;
	width:1000px;
	margin:0 auto;
	position:relative;
}

div#leftcontents {
	float:left;
	width:780px;
}

div#breadcrumbs {
	margin-bottom: 10px;
	border: 1px solid #DFDFDF;
	font-size: 11px;
}

div#breadcrumbs ul,div#breadcrumbs ol {
	padding: 0 7px;
	border: 1px solid #FFF;

	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f8f8f8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f8f8f8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f8f8f8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f8f8f8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
}

div#breadcrumbs ul li,div#breadcrumbs ol li{
	float: left;
	padding: 2px 7px 0 15px;
	background: url(../images/breadcrumbs_arrow.png) no-repeat 0 8px;
	color: #959595;
	line-height: 20px;
}

div#breadcrumbs ul li.home,div#breadcrumbs ol li.home{
	margin-right: 8px;
	padding: 2px 0 0 22px;
	background: url(../images/breadcrumbs_home.png) no-repeat 0 4px;
}

div#breadcrumbs ul li a,div#breadcrumbs ol li a {
	display: block;
}

div#breadcrumbs ul li.home a,div#breadcrumbs ol li.home a {
	padding-left: 0px;
}

/*以下IE8だけに適用*/
div#breadcrumbs ul li {
	margin-top: 1px\9;
	line-height: 19px\9;
}
div#breadcrumbs ul li.home,
div#breadcrumbs ul li.home:hover {
	background-position: 0 3px\9;
}

div#rightcontents {
	float:right;
	width:190px;
	padding:10px;
	background:#CFE6F4;
}

div#rightcontents p {
	border:1px solid #E6E6E6;
	margin-top:10px;
}
div#rightcontents p:first-child {
	margin-top:0px;
}

div#rightcontents .entry {
	border:1px solid #FFF;
}

div#rightcontents .entry a {
	display:block;
}

div#rightcontents .logined {
	border:1px solid #FFF;
	background: url(../images/bg_right_login.png) no-repeat;
	color: #fff;
	width:172px;
	height:73px;
	padding: 35px 8px 0 8px;
}

div#rightcontents2 {
	float:right;
	width:210px;
}

/*rightcontents*/
#rightcontents2 > p {
	margin-top:10px;
}
#rightcontents2 p:first-child {
	margin-top:0px;
}

#rightcontents2 .logined {
	background: url(../images/bg_right_login2.png) no-repeat;
	color: #fff;
	width:174px;
	height:80px;
	padding: 50px 18px 0 18px;
	margin-top: 10px;
}

#rightcontents2 .newlist {
	width:100%;
	border:1px solid #DFDFDF;
	background:#FFF;
	margin-top: 10px;
}

#rightcontents2 div .newlist:first-child {
	margin-right:10px;
}

#rightcontents2 .newlist h2.title {
	margin:1px;
}

#rightcontents2 .newlist_box {
	line-height: 17px;
	width: 205px;
	max-height: 400px;
	padding:5px 0 10px;
	margin: 0 0 0 auto;
	overflow: auto;
}

#rightcontents2 .newlist_box table {
	width: 185px;
}

#rightcontents2 .newlist_box table td {
	border-bottom: dashed 1px #cccccc;
	padding: 2px 0;
}

#rightcontents2 .newlist_box p {
	padding-left: 8px;
}

#rightcontents2 .newlist_box p.date {
	background: url(../images/icon_arrow.gif) no-repeat left center;
}

#rightcontents2 .newlist_box p.btn {
	padding:5px 0 5px 8px;
}

#rightcontents2 .newlist_box p.btn span {
	float:left;
}
#rightcontents2 .newlist_box p.btn span:first-child {
	margin-right:7px;
}

div#footer {
	clear:both;
	margin-top:30px;
	background:#004098 url(../images/footer_bg2012.gif) repeat-x;
	color:#E4EFFF;
	position:relative;
}

div#footer a {
	color:#E4EFFF;
}

div#footer > .inner {
	width:1000px;
	margin:0 auto;
}

div#footer .pagetop {
	margin:0 auto 16px;
	text-align:right;
}

div#footer .link {
	border-top:1px solid #002557;
	border-bottom:1px solid #4070B2;
	margin-bottom:18px;
}

div#footer .link .inner {
	padding:12px 0 10px;
	border-top:1px solid #4070B2;
	border-bottom:1px solid #002557;
}

div#footer .link h2 {
	width: 140px;
	float: left;
	line-height:14px;
	font-weight:bold;
}

div#footer .link .area_box {
	width: 770px;
	float: right;
	padding:0 10px 0 30px;
	background: url(../images/footer_line.gif) repeat-y left;
	font-size:11px;
	line-height:18px;
}

div#footer .link p {
	clear: both;
	width: 160px;
	float: left;
}

div#footer .link ul {
	margin-left:2px;
}

div#footer .link ul li {
	float:left;
	margin-left:10px;
}

div#footer .gnav {
	position:relative;
	margin-bottom:26px;
}

div#footer .gnav ul {
	position:absolute;
	top:20px;
	right:0px;
}

div#footer .gnav ul li {
	float:left;
	border-right:1px solid #E4EFFF;
	padding:0 13px;
}
div#footer .gnav ul li:first-child {
	border-left:1px solid #E4EFFF;
}

div#footer #copyright {
	clear:both;
	border-top:1px solid #002659;
	text-align:center;
	background: #004098; /* Old browsers */
	background: -moz-linear-gradient(top,  #002F6F 0%, #002659 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002F6F), color-stop(100%,#002659)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #002F6F 0%,#002659 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #002F6F 0%,#002659 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #002F6F 0%,#002659 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #002F6F 0%,#002659 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002F6F', endColorstr='#002659',GradientType=0 ); /* IE6-9 */
	color:#637DA0;
	line-height:37px;
}

div#footer #copyright address {
	border-top:1px solid #295086;
}



/*------------------------------------------------------ 
リマーケティングタグリセット
------------------------------------------------------*/
iframe[name="google_conversion_frame"] { position: absolute; top: 0; }



.forSP{
	display:none;
}
}



