﻿@charset "UTF-8";


/* -----------------------------------------------
 Base （ベース）
-------------------------------------------------- */

html{
	overflow-y: scroll;
}
body{
	font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "helvetica", "arial", sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.6;
}
html,body,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,code,del,em,img,strong,
dl,dt,dd,ol,ul,li,
fieldset,form,label,
table,caption,tbody,tfoot,thead,tr,th,td{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.4;
	font-size: 100%;
	font-weight: bold;
}
p{
	margin: 0;
}
input,textarea,button{
	font-family:"ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
	font-size: 100%;
}
ul,ol,li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
strong,
em{
	font-weight: bold;
}
a,
a:link{
	outline:none;
	color: #0065b8;
	text-decoration: none;
}
a:visited{
	color: #0065b8;
}
a:hover,
a:active{
	color: #e73f3f;
	text-decoration: underline;
}
.mousehover,
a img {
	-webkit-transition: opacity 0.3s;
	   -moz-transition: opacity 0.3s;
	    -ms-transition: opacity 0.3s;
	     -o-transition: opacity 0.3s;
	        transition: opacity 0.3s;
}
.mousehover:hover,
a:hover img {
	opacity: 0.7;
}




/* -----------------------------------------------
 Layout（レイアウト）
-------------------------------------------------- */


/* header
-------------------------------------------------- */
.header {
	min-width: 984px;
	padding-top: 10px;
	border-bottom: 1px solid #e6e6e6;
}

/* header_intro */
.header_intro {
	margin-top: -10px;
	padding-top: 5px;
}
.header_intro > p {
	float: left;
}
.header_intro > ul {
	float: right;
}
.header_intro > ul > li {
	float: left;
	margin-left: 20px;
}

/* header_main */
.header_main {
	margin-bottom: 8px;
	padding-top: 10px;
}
.header_main_logo > a {
	display: block;
	float: left;
	width: 238px;
	height: 34px;
	background: url(/apl/bkg/imgs/201503/header_main_logo.png) left top no-repeat;
	font-size: 1px;
	text-indent: -9999px;
}

/* header_navi */
.header_navi {
	border-top: 1px solid #e6e6e6;
	background: #f5f2e5;
}
.header_navi > ul {
	width: 984px;
	margin: 0 auto;
}
.header_navi > ul > li {
	position: relative;
	float: left;
	margin-left: 35px;
	line-height: 1;
}
.header_navi > ul > li:first-child {
	margin-left: 0;
}
.header_navi > ul > li.active:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #e73f3f;
}
.header_navi > ul > li > a {
	display: block;
	padding: 12px 0 12px 1px;
	font-size: 14px;
}
.header_navi > ul > li.active a {
	color: #e73f3f;
}


/* container
-------------------------------------------------- */
.container_s {
	width: 964px;
	padding: 0 10px;
	margin: 0 auto;
}
.container_w {
	width: 984px;
	margin: 0 auto;
}


/* container / breadcrumb / contents / main / side
-------------------------------------------------- */

/* container */
.container {
	padding-bottom: 20px;
	background: #faf9f5;
}

/* breadcrumb */
.breadcrumb {
	width: 984px;
	margin: 0 auto;
	padding: 16px 0 20px;
}
.breadcrumb > ul > li {
	float: left;
	padding-right: 5px;
}
.breadcrumb > ul > li:before {
	content: '＞';
	font-size: 10px;
	padding-right: 5px;
}
.breadcrumb > ul > li:first-child:before {
	display: none;
}
.breadcrumb > ul > li strong {
	color: #666;
}

/* contents */
.contents {
	display: table;
	width: 982px;
	margin: 0 auto;
	border: 1px solid #e6e6e6;
}

/* main */
.main {
	display: table-cell;
	width: 700px;
	padding: 19px 18px;
	background: #fff;
	vertical-align: top;
}

/* side */
.side {
	display: table-cell;
	width: 220px;
	padding: 19px 13px;
	background: #f6f5f4;
	vertical-align: top;
}


/* footer
-------------------------------------------------- */
.pagetop {
	position: fixed;
	bottom: -60px;
	right: 20px;
	z-index: 1000;
}
.pagetop a {
	display: block;
	width: 49px;
	height: 49px;
	background: url("/apl/bkg/imgs/201503/btn_pagetop.png") center no-repeat;
	font-size: 1px;
	text-indent: -9999px;
}


/* footer
-------------------------------------------------- */
.footer_main {
	min-width: 984px;
	padding: 20px 0;
	background: #586062;
}
.footer_main,
.footer_main a {
	color: #fff;
}
.footer_banner {
	float: left;
	margin-bottom: 10px;
}
.footer_banner li {
	float: left;
	margin-right: 11px;
}
.footer_banner_gmo {
	float: left;
	width: 115px;
}
.footer_navi {
	float: right;
	width: 770px;
	margin: 10px 0;
}
.footer_navi li {
	float: left;
	margin-bottom: 12px;
	line-height: 1.3;
}
.footer_navi li a {
	display: block;
	padding-right: 12px;
}
.footer_navi li a:hover {
	text-decoration: underline;
}
.footer_navi li a:before {
	content: '|';
	position:  relative;
	top: -1px;
	padding-right: 12px;
	font-size: 11px;
}
.footer_navi li:first-child a:before {
	content: '';
	padding-right: 0;
}
.footer_agent {
	clear: both;
	margin-bottom: 17px;
	padding-bottom: 30px;
	padding: 17px ;
	border-top: 1px solid #666d6f;
	border-bottom: 1px solid #666d6f;
}
.footer_agent dl {
	text-align: center;
}
.footer_agent dt,
.footer_agent dd {
	display: inline-block;
}
.footer_agent dd a {
	display: block;
	margin-left: 10px;
	padding: 8px 12px 6px;

	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;

	box-shadow:rgb(186, 51, 51) 0px 1px 0px 0px;
	-webkit-box-shadow:rgb(186, 51, 51) 0px 1px 0px 0px;
	-moz-box-shadow:rgb(186, 51, 51) 0px 1px 0px 0px;

	background: #e95353;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e95353), color-stop(100%,#e74040)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e95353 0%,#e74040 100%);
	background: -ms-linear-gradient(top,  #e95353 0%,#e74040 100%);
	background: linear-gradient(to bottom,  #e95353 0%,#e74040 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e95353', endColorstr='#e74040',GradientType=0 );
}
.footer_copyright {
	color: #ccc;
	text-align:  center;
}




/* jquery ui date-picker
-------------------------------------------------- */
.ui-widget {
  font-size: 14px !important;
}
.ui-datepicker {
	padding-top: .6em !important;
}
#ui-datepicker-div {
	background: #fff;
	width: 35em !important;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
}
.ui-widget-header {
  border: none !important;
  background: #fff !important;
  color: #000 !important;
}
.ui-datepicker table {
  border-collapse: collspase !imoprtatn;
}
.ui-datepicker th {
  padding: 6px 1px 3px !important;
  border: 1px solid #ccc !important;
  background: #ece9dc;
}
.ui-datepicker td {
  padding: 0 !important;
  border: 1px solid #ccc !important;
  background: #fff !important;
}
.ui-datepicker td.ui-datepicker-week-end {
  background: #eef6f8 !important;
}
.ui-datepicker td.ui-datepicker-week-end:first-child {
  background: #f8f0ee !important;
}
.ui-datepicker td.ui-datepicker-other-month,
.ui-datepicker td.ui-datepicker-other-month:first-child {
  background: #eee !important;
}
.ui-state-default {
  padding: 12px 6px 11px !important;
  text-align: center !important;
}
span.ui-state-default {
  border: none !important;
  background: none !important;
  color: #555 !important;
}
a.ui-state-default {
  border: none !important;
  background: none !important;
  color: #000 !important;
}
.ui-state-default.ui-state-highlight {
  padding: 10px 6px 9px !important;
  border: 2px solid #de4830 !important;
}
.ui-datepicker .ui-datepicker-buttonpane {
  margin-top: 0 !important;
  border: none !important;
}
button.ui-datepicker-current {
  display: none;
}
.ui-datepicker-buttonpane {
	background: #fff !important;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 8px 0 10px !important;
  border: none !important;
  background: none !important;
  color: #000;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	top: 6px !important;
	width: 17px !important;
	height: 17px !important;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
	border: none !important;
}
.ui-datepicker .ui-datepicker-prev {
	left: 6px !important;
	background: url(/apl/bkg/imgs/201503/icon_prev1.png) left top no-repeat !important;
}
.ui-datepicker .ui-datepicker-next {
	right: 6px !important;
	background: url(/apl/bkg/imgs/201503/icon_next1.png) left top no-repeat !important;
}
.ui-datepicker .ui-corner-all .ui-icon {
	display: none;
}
.ui-helper-clearfix {
	min-height: 30px !important;
}



.ui-tooltip1 {
	padding: 0 !important;
	border: none !important;
	background: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.ui-tooltip-content {
	position: relative;
	padding: 6px 15px 5px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #586062 !important;
	color: #fff !important;
	font-size: 12px;
	font-weight: normal;
}
.ui-tooltip-content:before {
	content: '';
	position: absolute;
	left: 20px;
	bottom: -20px;
	display: block;
	border-top: 10px solid #586062;
	border-right: 5px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 5px solid transparent;
}