﻿@charset "UTF-8";
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
li {
	list-style: none;
}
.clearfix {
	display: inline-block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE Mac \ */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hack */
.search-nav, .hotword-section .hotword {
	overflow: hidden;
}
.search-nav li, .hotword-section .hotword li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #d4d4d4;
}
.search-nav li:last-child, .hotword-section .hotword li:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none;
}

::-webkit-input-placeholder, ::-moz-placeholder {
 color: #bebebe;
}
.mod-container {
	width: 980px;
	margin: 0 auto;
}
.mod-block {
	border: 1px solid #dddddd;
	border-radius: 6px;
	box-shadow: rgba(226, 226, 226, 0.8) 0px 2px 2px 0px;
	overflow: hidden;
}
.mod-block .block-title {
	padding: 7px 16px 5px;
	background-color: #f2f2f2;
	line-height: 1.5;
	font-weight: bold;
	font-size: 13px;
}
.mod-block .block-body {
	padding: 15px 15px 15px;
}
.mod-block .title {
	margin-bottom: 5px;
	line-height: 1.5;
}
.mod-block + .mod-block, .banner + .mod-block, .mod-block + .banner, .column-s-wrap + .mod-block {
	margin-top: 20px;
}
#main-primary-column {
	padding-bottom: 4px;
}
#main-primary-column .column-s-wrap {
	font-size: 0;
}
#main-primary-column .mod-block.column-s {
	display: inline-block;
	box-sizing: border-box;
	margin-top: 20px;
	width: 240px;
	padding: 15px;
	font-size: 12px;
	overflow: hidden;
	vertical-align: top;
}
#main-primary-column .mod-block.column-s .img-column {
	width: auto;
	padding: 0;
}
#main-primary-column .mod-block.column-s .body-column {
	width: 114px;
}
#main-primary-column .column-s + .column-s {
	margin-top: 0;
	margin-left: 20px;
}
.links a, #info-section .block-body dd dt, #info-section .more, #personal-section .error a {
	display: block;
	padding-left: 11px;
	margin-bottom: 2px;
	background: url(../images/common/arrow.png) 0 6px no-repeat;
	line-height: 1.8;
}
.links .sub a {
	background: url(../images/common/arrow-square.png) 0 6px no-repeat;
	margin-left: -1px;
}
.ff .links a, .ff #info-section .block-body dd dt, .ff #info-section .more, .ff #personal-section .error a, .ie .links a, .ie #info-section .block-body dd dt, .ie #info-section .more, .ie #personal-section .error a {
	background-position: 0 7px;
}
#search, #footerSearch {
	height: 36px;
}
.search-section {
	padding: 12px 20px 14px;
	background-color: #f2f2f2;
	border-radius: 6px;
}
.search-section .searchword-wrap {
	display: inline-block;
	width: 633px;
	border: 1px solid #1a94de;
	background-color: white;
	border-radius: 4px;
	overflow: hidden;
}
.search-section .searchword {
	width: 522px;
	padding-left: 10px;
	padding-top: 5px;
	border: none;
	outline: none;
	font-size: 15px;
}
.search-section .btn-search {
	float: right;
	width: 88px;
	height: 34px;
	line-height: 30px;
	padding-left: 10px;
	background-image: url("../images/common/sprite-gradation-se61b2fea08.png");
	background-position: 0 -201px;
	color: white;
	letter-spacing: 4px;
	border: none;
	font-size: 16px;
	outline: none;
	cursor: pointer;
}
.search-section .btn-search:hover {
	background-image: url("../images/common/sprite-gradation-se61b2fea08.png");
	background-position: 0 -165px;
}
.search-section .logo-google {
	background-image: url("../images/common/sprite-sfb0f71799e.png");
	background-position: -45px -63px;
	height: 26px;
	width: 51px;
	white-space: nowrap;
	text-indent: -999px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	left: 8px;
	top: -2px;
}
.ie .search-section .searchword, .ff .search-section .searchword {
	padding-top: 8px;
}
.text_suggest {
	display: none;
	position: absolute;
	width: 547px;
	margin-top: -3px;
}
.text_suggest .inner {
	position: relative;
	display: block;
	padding-bottom: 5px;
	border: 1px solid #1a94de;
	background: white;
	border-radius: 4px;
}
.text_suggest .inner .byau {
	height: 11px;
	line-height: 24px;
	text-align: right;
	color: #707070;
	font-size: 11px;
	margin-right: 5px;
}
.text_suggest .inner a {
	display: block;
	padding: 5px 8px;
	font-size: 13px;
}
.search-nav {
	margin-bottom: 6px;
}
.search-nav a {
	line-height: 1.5em;
}
.search-nav .current a,  .search-nav .current a:hover {
	color: #0066aa;
	text-decoration: none;
	font-weight: bold;
	cursor: default;
}
.hotword-section {
	margin-top: 7px;
	line-height:1.5em;
}
.hotword-section dt {
	float: left;
	padding-top: 1px;
	margin-right: 8px;
	font-weight: bold;
	line-height:1.5em;
}
.hotword-section .hotword li {
	padding-top: 1px;
}
.hotword-section .hotword li {
	line-height: 1.5em;
}
.button {
	background-image: url("../images/common/sprite-gradation-se61b2fea08.png");
	background-position: 0 -137px;
	display: inline-block;
	box-sizing: border-box;
	height: 26px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #dddddd;
	border-radius: 4px;
	text-align: center;
	line-height: 26px;
}
.button:before {
	position: relative;
	top: -1px;
	display: inline-block;
	width: 5px;
	height: 7px;
	margin-right: 5px;
	content: "";
	background-image: url("../images/common/arrow.png");
}
.button:hover {
	text-decoration: none;
}
.tab-nav a, .slide-tab .tab {
	background-image: url("../images/common/sprite-gradation-se61b2fea08.png");
	background-position: 0 -96px;
	display: table-cell;
	height: 37px;
	padding-top: 2px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2;
}
.tab-nav a.current,  .slide-tab .tab.current {
	background: white;
}
.tab-nav {
	overflow: hidden;
}
.tab-nav li {
	float: left;
	border-left: 1px solid #dddddd;
}
.tab-nav li:first-child {
	border-left: none;
}
.tab-nav a {
	border-bottom: 1px solid #dddddd;
}
.tab-nav .current a {
	border-bottom: 1px solid white;
	background: white;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #eb5505;
	text-decoration: underline;
}
.nav a, nav a {
	text-decoration: none;
}
.nav a:hover,  nav a:hover {
	text-decoration: underline;
}
html {
	overflow-y: scroll;
}
body {
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
}
#header {
	overflow: hidden;
}
#header #logo {
	float: left;
	padding-top: 42px;
	padding-left: 52px;
}
#header #utility {
	float: right;
	width: 740px;
}
#header #head-nav {
	margin-top: 8px;
	margin-bottom: 6px;
	text-align: right;
	font-size: 0;
	overflow: hidden;
}
#header #head-nav li {
	line-height: 1.25em;
	display: inline-block;
	padding-left: 6px;
	padding-right: 6px;
	border-left: 2px solid #d6d6d6;
	font-size: 12px;
}
#header #head-nav li:first-child {
	border: none;
}
#header #head-nav li:last-child {
	padding-right: 0;
}
#gnav {
	margin-top: 20px;
	border: none;
	font-size: 13px;
	overflow: hidden;
}
#gnav ul {
	display: table;
	width: 980px;
	overflow: hidden;
}
#gnav li {
	position: relative;
	display: table-cell;
	width: 20%;
	border-left: 1px solid #dddddd;
}
#gnav li:first-child {
	border-left: none;
}
#gnav li:first-child a {
	background: url(../images/common/gnav-left.png) left 0 no-repeat;
}
#gnav li:last-child a {
	background: url(../images/common/gnav-right.png) right 0 no-repeat;
}
#gnav a {
	display: block;
	box-sizing: border-box;
	height: 46px;
	padding-top: 18px;
	background-image: url("../images/common/sprite-gradation-se61b2fea08.png");
	background-position: 0 -48px;
	white-space: nowrap;
	text-align: center;
}
#gnav li.current a,  #gnav li a:hover {
	background-image: url("../images/common/sprite-gradation-se61b2fea08.png");
	background-position: 0 0;
	background-repeat: repeat;
	text-decoration: none;
	color: white;
}
.ie #gnav a, .ff #gnav a {
	padding-top: 17px;
}
#contents {
	margin-top: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
}
#main-column {
	float: right;
	width: 740px;
	overflow: hidden;
}
#notice-block,  #disaster-block {
	padding: 14px 14px 12px;
	margin-bottom: 20px;
	line-height: 1.6;
}
#notice-block {
	border: 2px solid #0092e0;
	font-size: 13px;
}
#disaster-block {
	border: 2px solid #d90000;
	background-color: #feecec;
	color: #d90000;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
}
#disaster-block a {
	color: #d90000;
}
#main-primary-column {
	float: left;
	width: 500px;
}
#feature-section {
	position: relative;
}
#feature-section .slide-contents {
	height: 186px;
	overflow: hidden;
}
#feature-section .slide-contents a:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
#feature-section .slide-contents .slide-title {
	display: none;
}
#feature-section .slide-tab {
	position: relative;
	height: 39px;
	border-top: 3px solid #eb5505;
}
#feature-section .slide-tab .tab {
	width: 124px;
	border-left: 1px solid #dddddd;
}
#feature-section .slide-tab .tab:first-child {
	border-left: none;
}
#feature-section .slide-tab .arrow {
	display: block;
	background-image: url("../images/common/sprite-sfb0f71799e.png");
	background-position: 0 -63px;
	height: 6px;
	width: 10px;
	white-space: nowrap;
	text-indent: -999px;
	overflow: hidden;
	position: absolute;
	left: 57px;
	top: 0;
}
#main-primary-column #news-section h2 {
	display: none;
}
#main-primary-column #news-section .left {
	float: left;
	width: 330px;
	padding-bottom: 10px;
}
#main-primary-column #news-section .updateTime {
	margin-top: 10px;
	color: black;
	font-size: 10px;
}
#main-primary-column #news-section .right {
	float: right;
	box-sizing: border-box;
	width: 120px;
	padding: 10px;
	background-color: #f2f2f2;
	color: black;
	line-height: 1.2;
	font-size: 11px;
}
#main-primary-column #news-section .right img {
	display: block;
	margin: 0 auto 5px;
}
#main-primary-column #news-section .right a {
	color: black;
}
#main-primary-column #news-section #tab-top span {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #b7bbba;
	border-right-color: #b7bbba;
	padding-right: 5px;
	font-weight: bold;
	color: #ff5e00;
	display: inline-block;
	background-color: white;
	line-height: 22px;
	padding-top: 2px;
}
#main-primary-column #news-section #tab-top h3 {
	margin-bottom: 8px;
	background-image: url(//kimg.auone.jp/hc/image/pctop/image5/dot_gray.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#main-primary-column #tab-society,  #main-primary-column #tab-entertainment,  #main-primary-column #tab-sports,  #main-primary-column #tab-smallstory {
	display: none;
}
#main-primary-column #tab-nav-news li:first-child a {
	width: 83px;
}
#main-primary-column #tab-nav-news a {
	width: 82px;
}
#main-primary-column .mod-block .block-body {
	overflow: hidden;
}
#main-primary-column .mod-block .img-column {
	float: left;
	box-sizing: border-box;
	width: 206px;
	padding: 8px;
	background-color: #f2f2f2;
}
#main-primary-column .mod-block .body-column {
	float: right;
	width: 248px;
	line-height: 1.8;
	overflow: hidden;
}
#main-primary-column .mod-block .title {
	padding: 5px 11px 2px;
	margin-bottom: 12px;
	background-color: #eb5505;
	color: white;
	line-height: 1.5;
	font-weight: bold;
	font-size: 13px;
}
#main-primary-column .mod-block .button {
	width: 100%;
	margin-top: 8px;
}
#main-secondary-column {
	float: right;
	width: 220px;
}
#auonenet-section {
	padding: 15px 9px 9px;
}
#auonenet-section h3 {
	display: none;
}
#auonenet-section .img-auonenet {
	display: block;
	background-image: url("../images/common/sprite-sfb0f71799e.png");
	background-position: 0 0;
	height: 22px;
	width: 96px;
	white-space: nowrap;
	text-indent: -999px;
	overflow: hidden;
	float: left;
}
#auonenet-section .description {
	float: right;
	margin-bottom: 12px;
	line-height: 1.4;
	font-size: 10px;
}
#auonenet-section .tab-nav {
	clear: both;
	border: 1px solid #dddddd;
	border-bottom-width: 0;
}
#auonenet-section .tab-nav a {
	width: 98px;
}
#auonenet-section .tab-nav .current a {
	color: #333333;
	text-decoration: none;
	cursor: default;
}
#auonenet-section .tab-nav li:first-child a {
	width: 99px;
}
#auonenet-section .tab-contents {
	border: 1px solid #dddddd;
	border-top-width: 0;
}
#auonenet-section .links {
	padding: 10px 14px 8px;
}
#auonenet-section .links + .links {
	border-top: 1px solid #dddddd;
}
#auonenet-section .title {
	margin-top: 2px;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 1.5;
}
#auonenet-section #tab-other {
	display: none;
}
#support-section .block-body {
	padding-top: 12px;
	padding-bottom: 12px;
}
#info-section .title {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 12px;
	line-height: 2;
	white-space: nowrap;
}
#info-section .icon-phone {
	display: block;
	background-image: url("../images/common/sprite-sfb0f71799e.png");
	background-position: -96px 0;
	height: 24px;
	width: 15px;
	white-space: nowrap;
	text-indent: -999px;
	overflow: hidden;
	float: left;
	margin-right: 8px;
}
#info-section .rss {
	color: #eb5505;
	line-height: 2;
}
#info-section .icon-rss {
	display: block;
	background-image: url("../images/common/sprite-sfb0f71799e.png");
	background-position: -10px -63px;
	height: 10px;
	width: 10px;
	white-space: nowrap;
	text-indent: -999px;
	overflow: hidden;
	display: inline-block;
	margin-right: 5px;
}
#info-section .block-body {
	padding-top: 16px;
	padding-bottom: 10px;
	overflow: hidden;
}
#info-section .block-body > dl > dt {
	overflow: hidden;
}
#info-section .block-body dd dl {
	margin-bottom: 6px;
}
#info-section .block-body dd dt {
	margin-bottom: 0;
}
#info-section .block-body dd dd {
	padding-left: 11px;
	line-height: 1.8;
}
#info-section .more {
	float: right;
}
#side-column {
	float: left;
	width: 220px;
}
#personal-section .section {
	position: relative;
	box-sizing: border-box;
	height: 84px;
	padding: 13px;
	overflow: hidden;
}
#personal-section .section .title {
	margin-bottom: 7px;
}
#personal-section .section .icon {
	position: absolute;
	bottom: 13px;
	left: 13px;
}
#personal-section .section .body {
	margin-left: 60px;
}
#personal-section .section .links a {
	background-position: 0 2px;
	line-height: 1;
}
#personal-section .section .error {
	margin-top: -2px;
	line-height: 1.6;
}
#personal-section .section + .section {
	border-top: 1px solid #dddddd;
}
#personal-section #action-section.section {
	height: 98px;
}
#personal-section #action-section li {
	float: left;
}
#personal-section #action-section .login-state {
	text-align: center;
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	margin-bottom: 10px;
}
#personal-section #action-section .login-button {
	background-image: url("../images/common/sprite-gradation-se61b2fea08.png");
	background-position: 0 -49px;
	box-sizing: border-box;
	border-radius: 4px;
	text-align: center;
	display: block;
	height: 36px;
	line-height: 36px;
	border: 1px solid #eb5505;
	font-size: 14px;
	margin-bottom: 10px;
}
#personal-section #action-section .login-button .login-icon,  #personal-section #action-section .login-state .login-icon {
	background: url("../images/common/icon_personal.png") no-repeat;
	width: 17px;
	height: 20px;
	padding-left: 22px;
}
#personal-section #action-section a.login-button {
	color: #eb5505;
	font-weight: bold;
}
#personal-section #action-section .button {
	padding: 0 5px;
}
#personal-section #action-section .button.ml5 {
	margin-left: 5px;
}
#personal-section #action-section .button.plr7 {
	padding: 0 7px;
}
#personal-section #action-section .button:before {
	margin-right: 3px;
}
#personal-section #action-section .button.ml10 {
	margin-left: 10px;
}
#personal-section #wallet-section {
	display: block;
	padding-top: 22px;
}
#personal-section #wallet-section .img-wallet {
	display: block;
	background-image: url("../images/common/sprite-sfb0f71799e.png");
	background-position: 0 -42px;
	height: 21px;
	width: 150px;
	white-space: nowrap;
	text-indent: -999px;
	overflow: hidden;
	margin: 0 0 8px;
}
#personal-section #mail-section .sub-title span {
	font-weight: normal;
}
#personal-section #mail-section .img-mail {
	display: block;
	background-image: url("../images/common/sprite-sfb0f71799e.png");
	background-position: -96px -63px;
	height: 30px;
	width: 48px;
	white-space: nowrap;
	text-indent: -999px;
	overflow: hidden;
}
#personal-section #mail-section .links a {
	margin-bottom: 6px;
}
#personal-section #weather-section {
	display: block;
}
#personal-section a#weather-section {
	cursor: pointer;
	display: block;
}
#personal-section #weather-section .sub-title span {
	font-weight: normal;
}
#personal-section #weather-section .icon {
	width: 48px;
}
#personal-section #weather-section .body {
	margin-top: -2px;
	line-height: 1.5;
}
#personal-section #fortune-section {
	display: block;
}
#personal-section a#fortune-section {
	cursor: pointer;
	display: block;
}
#personal-section #fortune-section .sub-title span {
	font-weight: normal;
}
#personal-section #fortune-section .icon {
	width: 48px;
	margin-top: -4px;
}
#personal-section #fortune-section .body {
	margin-top: -2px;
	line-height: 1.5;
}
#personal-section #transfer-section {
}
#personal-section #transfer-section .img-transfer {
	display: block;
	background-image: url("../images/common/icon_transfer.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 48px;
}
#personal-section #transfer-section .body {
}
#personal-section #transfer-section .links a {
	margin-bottom: 6px;
}
#personal-section #setup-section {
	display: block;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#personal-section #setup-section .title {
	margin-bottom: 5px;
}
#personal-section #setup-section .body {
	margin-left: 30px;
}
#personal-section #setup-section .img-setup {
	display: block;
	background-image: url("../images/common/sprite-sfb0f71799e.png");
	background-position: -20px -63px;
	height: 18px;
	width: 25px;
	white-space: nowrap;
	text-indent: -999px;
	overflow: hidden;
}
#side-column #service-section .block-body {
	padding-bottom: 10px;
	padding-right: 12px;
}
#side-column #service-section .links + .title {
	margin-top: 10px;
}
#foot-search {
	width: 740px;
	box-sizing: border-box;
	margin: 30px auto 0;
	padding-top: 16px;
	padding-bottom: 16px;
}
#foot-search .searchword-wrap {
	width: 633px;
}
#foot-search .searchword-wrap .searchword {
	width: 522px;
}
#foot-search .searchword-wrap .btn-search {
	width: 88px;
}
#footer {
	margin-top: 44px;
	padding-top: 36px;
	padding-bottom: 34px;
	background-color: #f2f2f2;
	text-align: center;
}
#footer-help {
	font-size: 0;
}
#footer-help li {
	display: inline-block;
	padding-top: 2px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #ababab;
	font-size: 13px;
}
#footer-help li:first-child {
	border-left: none;
}
#footer-copyright {
	margin-top: 20px;
	font-size: 10px;
}
