@charset "UTF-8";
@import "category.css";

/* --------------------------------------------------
	initialize
-------------------------------------------------- */

* {
	margin  : 0px;
	padding : 0px;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
	content     : " ";
	display     : block;
	visibility  : hidden;
	clear       : both;
	height      : 0.1px;
	font-size   : 0.1em;
	line-height : 0;
}

* html .pkg { display: inline-block; }
/* no ie mac ¥*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

/* --------------------------------------------------
	default set
-------------------------------------------------- */

a {
	color           : #cc0000;
	text-decoration : none;
}

a:hover {
	color           : #ffba00;
	text-decoration : none;
}

img {
	border : 0;
}

li {
	list-style : none;
}

p {
	font-size:0.8em;
	line-height: 1.8em;
	margin: 0 0 15px;
}

/* --------------------------------------------------
	body
-------------------------------------------------- */

body {
	/* setting border: 0 hoses ie5 win window inner well border */
	color       : #000000;
	background : #ffffff;
	margin: 0px;
	padding: 0px;
	font-size   : 100%;
	text-align  : center;
	font-style  : normal;
	font-weight : normal;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/* --------------------------------------------------
	container
-------------------------------------------------- */

#container {
	position: relative;
	margin     : 0px auto; /* center on everything else */
	width      : 800px;
	text-align : left;
	background-color: #ffffff;
}

#container-inner {
	position : static;
	width    : 800px;
	background-color: #ffffff;
}

/* --------------------------------------------------
	header
-------------------------------------------------- */

#header {
	position : static;
	width    : 800px;
	margin: 0px;
}

#header-inner {
	position : static;
	margin: 0px;
}

#header-title {
	position : block;
	width    : 182px;
	height   : 43px;
	margin: 7px 0px;
	float: left;
}

#header-concept {
	position : block;
	width    : 141px;
	height   : 43px;
	margin: 7px 0px;
	float: right;
}

/*header_btn_corp*/
#hd_mn {
	width: 800px;
	height: 44px;
	white-space: nowrap;
	display: block;
	margin: 0px;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	overflow: hidden;
	clear: both;
}

#hd_mn img{
	float: left;
	margin: 6px 0px;
	padding: 0px;
}
#hd p, #hd_plan p {
	margin-top: 30px;
}

/* --------------------------------------------------
	crumb
-------------------------------------------------- */

#crumb {
	position  : static;
	color     : #000000;
	font-size : 0.7em;
}

#crumb a {
	color           : #000000;
	text-decoration : none;
}

#crumb a:hover {
	color           : #aaaaaa;
	text-decoration : none;
}

/* --------------------------------------------------
	pagebody
-------------------------------------------------- */

#pagebody {
	position : static;
	width    : 100%;
	margin: 0px;
	overflow: hidden;
}

#pagebody-inner {
	position : static;
	width    : 100%;
}

/* --------------------------------------------------
	itemBox
-------------------------------------------------- */

.exceptHeading {
	margin-top: 15px;
}
.itemBox {
	width: 800px;
	margin: 30px auto;
	display: table;
}
.itemBox p {
	font-size: 12px;
	border-bottom: 1px solid #000;
	margin: 10px 0 5px;
	text-align: right;
}
.itemBox p span {
	font-size: 20px;
}
.itemBox ul {
	font-size: 12px;
}
.itemBox ul li {
	display: inline;
}
.itemBox_plan p {
	font-size: 12px;
	margin: 10px 0 10px;
}
.itemBox_plan p span {
	font-size: 22px;
    font-family: serif;
    margin-left: 10px;
}
.itemBox_plan p strong {
	font-size: 14px;
    border-bottom: 2px solid #ff3333;
}
.itemBox_plan ul {
	font-size: 12px;
}
.itemBox_plan ul li {
	display: inline;
}
.itemLeft {
	width: 375px;
	display: table-cell;
}
.itemRight {
	width: 375px;
	display: table-cell;
}
.itemPlanContents {
	border: 1px solid #da8b2e;
	margin: 20px 0 20px 0;
}
.itemPlanContents ul {
	margin: 15px 0 10px 20px;
    line-height: 1.8em;
    list-style-type: none;
}
.itemPlanContents ul li {
	display: inline;
	position:relative;
	padding: 0 0 0 15px;
	margin: 0 10px 0 0;
}
.itemPlanContents ul li:before {
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #da8b2e;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.itemPlanContents span {
	font-size: 12px;
}
.itemPlanContents p {
	margin: 0 20px 15px 30px;
	color: #da8b2e;
}
.itemWeekdayPlan {
	border: 1px solid #5f549e;
	margin: 30px 0 30px 0;
}

.pcTitle {
	background: #da8b2e;
}
.pcTitle h5 {
	color: #ffffff;
    font-family: serif;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    padding: 10px;
}
.edplan_icTitle {
	border: 1px solid #da8b2e;
	color: #da8b2e;
    font-family: serif;
    font-size: 16px;
    text-align: center;
    padding: 8px;
    margin: 10px 20px 15px 10px;
}
.itemRight img {
	margin-left: 50px;
}
.itemRight p {
	margin-left: 50px;
}
.itemRight ul {
	margin-left: 50px;
}

/* --------------------------------------------------
	mediaObject
-------------------------------------------------- */

.mediaObject {
	margin: 30px auto;
	height: 350px;
}
.media__image {
	float: left;
}

.madia__caption {
	margin-left: 320px;
}
.madia__caption h2 {
	font-size: 18px;
	color: #e39556;
	border-left: 10px solid #e39556;
	padding-left: 5px;
	margin-bottom: 10px;
}
.madia__caption h3 {
	font-size: 16px;
	font-weight: bold;
}

.clearfix {
	clear: left;
}


/* --------------------------------------------------
	alpha
-------------------------------------------------- */

#alpha-top {
	display  : inline; /* ie win bugfix */
	position : relative;
	float    : left;
	width    : 470px;
	margin   : 15px 30px 20px 0px;
	overflow: hidden;
}

#alpha-inner-top {
	position : static;
	width    : 100%;
}

/* --------------------------------------------------
	beta
-------------------------------------------------- */

#beta-top {
	display  : inline; /* ie win bugfix */
	position : relative;
	float    : right;
	width    : 300px;
	margin   : 45px 0px 0px 0px;
}

#beta-inner-top {
	position : static;
	width    : 100%;
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */

#footer {
	width      : 800px;
	display: block;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #808080;
}

#copyright {
	width       : 800px;
	margin: 0px;
	background-color: #ffffff;
	color       : #000000;
	text-align  : center;
	font-size   : 0.7em ;
	font-family : serif;
	letter-spacing: 0.3em;
	display: block;
}

/* --------------------------------------------------
	general
-------------------------------------------------- */

.right {
	float : right;
}

.left {
	float : left;
}

/* --------------------------------------------------
	Decoration
-------------------------------------------------- */
.topBox {
	margin-left: 208px;
	margin-bottom: 20px;
}
.infoBox {
	width: 600px;
	border: 1px solid #999999;
	padding: 10px 15px;
	margin: 40px auto;
}
.infoBox h4.subTi {
	font-size: 85%;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #999999;
	margin-bottom: 0.5em;
}
.infoBox p {
	font-size: 77%;
	margin-bottom: 0em;
}
.infoBox .secondBox {
	margin: 25px auto 0;
	text-align: center;
}
.infoBox .secondBox strong {
	font-size: 20px;
}
.infoBox .secondBox img {
	margin: 10px 0;
}
.sideBnr a {
	width: 300px;
	height: 80px;
	background: url(../img/bnr/formalBnr.jpg) no-repeat 0px 0px;
}
.sideBnr a:hover {
	background-position: 0px -80px;
}
ul.menu li{
	background: url(../img/menuDot.gif) no-repeat 0px 0px;
	padding-left:  18px;
	margin-bottom: 0.25em;
}
.tax {
text-align: right;
margin: 5px 0 0 0;
}
.infoBnr {
	margin: 20px 0 30px 0;
}
h1.topInfo {
  	position: relative;
  	text-align: center;
  	font-family: serif;
  	font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 10px 0 20px 0;
}
h1.topInfo span {
  	position: relative;
  	z-index: 2;
  	display: inline-block;
  	margin: 0 2.5em;
  	padding: 0 1em;
  	background-color: #fff;
  	text-align: left;
}
h1.topInfo::before {
  	position: absolute;
  	top: 50%;
  	z-index: 1;
  	content: '';
  	display: block;
  	width: 100%;
  	height: 6px;
	border-top: solid 3px black;
	border-bottom: solid 1px black;
}
.hoji-plan {
	margin: 30px 0 36px 0;
}
.hoji-plan a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
 }
.wdPlanLeft {
	width: 400px;
	display: table-cell;
}
.wdPlanRight {
	width: 390px;
	display: table-cell;
	float: right;
}
.wdPlanRight p {
	font-size: 12px;
	margin: 15px 0 10px 15px;
}
.wdPlanRight p span {
	font-size: 22px;
    font-family: serif;
    margin-left: 10px;
}
.wdPlanRight p strong {
	font-size: 14px;
    border-bottom: 2px solid #ff3333;
}
.wdPlanRight ul {
	margin: 0 20px 0 10px;
}
.wdPlanRight ul li {
	font-size: 15px;
	display: inline;
}
.wdPlanRight span {
	font-size: 12px;
}
.planbnrLeft {
	width: 382px;
	display: table-cell;
}
.planbnrRight {
	width: 382px;
	display: table-cell;
}.planbnrLeft img  {
	margin: 0 0 40px 0;
}
.planbnrRight img  {
	margin: 0 0 40px 36px;
}
.planbnrLeft a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
 }
 .planbnrRight a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
 }
 .infoBnr a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
 }
 .hd_plan_tokuten {
	margin-top: 20px;
}