@charset "UTF-8";

/* CSS information ===================================================

	file name  :basic.css
	style info :共通スタイル

=================================================================== */


/* ---------------------------------------------------------
	ページ全体の基本設定
--------------------------------------------------------- */

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-y: scroll;
}

body {
    min-width: 320px;
    margin: 0;
    padding: 0;
    color: #000;
    background-color: #FFFFFF;
    /*	background:url(../img/sp_common_bg01.gif) repeat;*/
    -webkit-text-size-adjust: none;
}

@media screen and (min-width:769px) {
    body {
        max-width: 960px;
        margin: 0 auto;
    }
}

#page {
    width: 100%;
}

#wrapper {
    padding: 0;
    /*	padding:0 5px;*/
}


/*	フォント
----------------------------------------------- */

body {
    font-family: a-otf-ud-shin-go-pr6n, sans-serif, "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

input,
textarea,
button,
select {
    font-family: a-otf-ud-shin-go-pr6n, sans-serif, "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

* html body {
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

* html input,
* html textarea {
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}


/*	リンクカラー
----------------------------------------------- */

a:link {
    color: #4697d0;
    text-decoration: underline;
}

a:visited {
    color: #4697d0;
    text-decoration: underline;
}

a:hover {
    color: #4697d0;
    text-decoration: underline;
}

a:active {
    color: #4697d0;
    text-decoration: underline;
}


/*	clearfix
----------------------------------------------- */

.clearfix:after {
    content: ".";
    /* 新しい要素を作る */
    display: block;
    /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /* \ */
    /*/
	height: auto;
	overflow: hidden;
	/**/
}

.clear {
    clear: both;
}


/* ---------------------------------------------------------
	.header
		ヘッダー
--------------------------------------------------------- */

.header {
    padding-bottom: 10px;
    background-color: #FFFFFF;
    /*
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	-o-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	-ms-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	box-shadow:0 1px 3px rgba(0,0,0,0.5);
*/
}

.header div.logo {
    float: left;
    margin: 10px 0 0;
}

.header div.logo h1 {
    float: left;
    /*	width:224px;*/
    margin: 0 0 0 10px;
}

.header div.logo h2 {
    float: left;
    margin: 0 0;
    font-size: 93%;
    font-weight: bold;
}


/* ---------------------------------------------------------
	.main_menu
		グローバルナビ
--------------------------------------------------------- */

.main_menu {
    position: relative;
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
    background-color: #222;
    border-top: #444 solid 1px;
    border-bottom: #000 solid 1px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.main_menu li {
    float: left;
    width: 25%;
    text-align: center;
    border-left: #444 solid 1px;
    border-right: #000 solid 1px;
}

.main_menu li a {
    font-size: 77%;
    text-decoration: none;
    color: #FFF;
}

.main_menu li img {
    margin: 0 auto 5px;
    display: block;
    clear: both;
}

.main_menu li a:link,
.main_menu li a:visited {
    padding: 10px 0;
    display: block;
    background-color: #222;
    text-decoration: none;
}

.main_menu li a:hover {
    background-color: #444;
}

.main_menu li:first-child {
    border-left: none;
}

.main_menu li:last-child {
    border-right: none;
}


/* ---------------------------------------------------------
	#eyecatch
		アイキャッチ
--------------------------------------------------------- */

#mainVisual .changeImg img {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
}


/* ---------------------------------------------------------
	.point_menu
		ポイントサービスメニュー
--------------------------------------------------------- */

.accordion {
    margin: 10px 0 0;
    background: #fff;
    clear: both;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

.accordion dt {
    font-size: 1.65em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-bottom: #e9516e solid 3px;
    margin-bottom: 15px;
    margin: 0 10px 15px;
    border-radius: 0;
    padding: 12px 10px 8px;
    cursor: pointer;
    background: #e9516e url(../img/sp_point_menu_ico01.png) no-repeat 95% 18px;
    background-color: #e9516e;
    -moz-background-size: 12px 12px;
    -webkit-background-size: 12px 12px;
    -o-background-size: 12px 12px;
    -ms-background-size: 12px 12px;
    background-size: 12px 12px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}

.accordion dt.opened {
    position: relative;
    text-align: left;
    background: #fff url(../img/sp_point_menu_ico02gray.png) no-repeat 95% 18px;
    -moz-background-size: 12px 12px;
    -webkit-background-size: 12px 12px;
    -o-background-size: 12px 12px;
    -ms-background-size: 12px 12px;
    background-size: 12px 12px;
    font-size: 1.65em;
    font-weight: bold;
    color: #333;
    text-align: center;
    background-color: #fff;
    border-bottom: #333 solid 2px;
    margin-bottom: 20px;
    margin: 0 10px 15px;
    border-radius: 0;
    padding: 12px 10px 8px;
}

.accordion dt.opened:before {
    content: " ";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-width: 9px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #333;
}

.accordion dt.opened:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #FFF;
    z-index: 1;
}

.point_menu li {
    padding: 10px;
    border-top: dotted 1px #CCC;
}

.point_menu li.name {
    min-height: 20px;
    height: auto !important;
    height: 20px;
    padding-left: 35px;
    background: url(../img/sp_common_ico02.png) no-repeat 10px center;
    -moz-background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    -ms-background-size: 20px 20px;
    background-size: 20px 20px;
    border-top: none;
}

.point_menu li.point,
.point_menu li.rank {
    margin-bottom: 0px;
    padding: 5px 10px;
    line-height: 30px;
    overflow: auto;
}

.point_menu li.point span.label,
.point_menu li.rank span.label {
    float: left;
    font-size: 85%;
    display: block;
    padding: 0 5px;
    background-color: #888;
    color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.point_menu li.point span.data,
.point_menu li.rank span.data {
    float: right;
    display: block;
}

.point_menu li.point span.data em,
.point_menu li.rank span.data em {
    font-size: 116%;
    font-style: normal;
    font-weight: bold;
    color: #C7243A;
}

.point_menu li.link a {
    clear: both;
    display: block;
}

.point_menu li.link a span {
    min-height: 16px;
    height: auto !important;
    height: 16px;
    padding-left: 25px;
    background: url(../img/sp_common_ico01.png) no-repeat left center;
    -moz-background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -ms-background-size: 16px 16px;
    background-size: 16px 16px;
    display: block;
}


/* ---------------------------------------------------------
	.content
		コンテンツ共通
--------------------------------------------------------- */

.content {
    margin: 0px 0px 10px;
    padding: 10px 10px 10px;
    line-height: 1.4;
    background-color: #FFF;
}

.content h1,
#content h1 {
    /*	position: relative;*/
    /*	margin: 0 -10px 20px;*/
    margin: 0 0 10px;
    padding: 0px 10px 8px;
    font-size: 160%;
    font-weight: bold;
    color: #202020;
    /*	border-top: #208fda solid 3px; */
    border-bottom: #202020 solid 1px;
    /*	background-color: #208fda;*/
    text-align: center;
}

.content h1.top_decorative {
    margin-top: 40px;
}

.content h1.top_decorative span {
    font-size: 138%;
    font-weight: bold;
}

.content h1 span,
#content h1 span {
    /*	padding-left:10px;*/
    /*	border-left:solid 5px #222;*/
    /*	text-shadow:0 1px 0 #F9E3AA;*/
}

.content h2.top_course {
    font-weight: bold;
    margin: 0 -10px 10px;
    padding: 12px 22px 12px;
    text-align: center;
}

.content h2.top_course {
    background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
    background-size: 300% 300%;
    animation: bg-color 15s infinite;
    -webkit-animation: bg-color 15s infinite;
}

@-webkit-keyframes bg-color {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes bg-color {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.content h2.top_course span {
    font-size: 1.65em;
    font-weight: bold;
    color: #FFFFFF;
}

.content li.goods_select {
    text-align: center;
    font-size: 1.0em;
    color: #505050;
}

.content li.goods_select ul.disc {
    padding: 10px !important;
    margin: 0 !important;
}

.content li.goods_select ul.disc li {
    padding: 0;
}

.content h2.simple,
#content h2.simple {
    clear: both;
    margin-bottom: 15px;
    /*	font-size: 1.231em;*/
    font-size: 20px;
    padding-left: 13px;
    /*	font-weight: bold;*/
    line-height: 1.4;
    color: #333;
    border-left: solid 5px #008cda;
    display: block;
}

.content h2.decorative,
#content h2.decorative {
    position: relative;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.4;
    color: #333;
    margin-bottom: 20px;
    padding: 5px 5px;
    border-bottom: 4px solid #ccc;
    border-radius: 0;
}

.content h2.decorative::after,
#content h2.decorative::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 25%;
    height: 4px;
    background-color: #208fda;
}

.content h2.top_decorative,
#content h2.top_decorative {
    position: relative;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.4;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    padding: 5px 5px;
    border-bottom: 2px solid #333;
    border-radius: 0;
}

.content h2.top_decorative span,
#content h2.top_decorative spam {
    font-weight: bold;
}

.content h2.top_decorative:before,
#content h2.top_decorative:before {
    content: " ";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-width: 9px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #333;
}

.content h2.top_decorative:after,
#content h2.top_decorative:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #FFF;
    z-index: 1;
}

.content h2.top_decorative2,
#content h2.top_decorative2 {
    position: relative;
    font-size: 1.65em;
    color: #c7450b;
    text-align: center;
    background-color: #FFF;
    border-bottom: #c7450b solid 3px;
    margin-bottom: 15px;
    border-radius: 0;
    padding: 8px 10px;
}

.content h2.top_decorative2 span,
#content h2.top_decorative2 spam {
    font-weight: bold;
}

.content h2.top_decorative2:before,
#content h2.top_decorative2:before {
    content: " ";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #c7450b;
}

.content h2.top_decorative2:after,
#content h2.top_decorative2:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #FFF;
    z-index: 1;
}

.content h3,
#content h3 {
    text-align: center;
    margin-bottom: 5px;
    padding: 0px 5px 4px;
    font-size: 108%;
    /*	background-color:#F5F5F5;*/
    /*	border-bottom:solid 1px #F6D580;*/
}

.content h4,
#content h4 {
    margin-bottom: 5px;
    padding: 5px;
    background-color: #EEE;
}

.content p {
    font-size: 14px;
    line-height: 20px;
    color: #555555;
}

img.auto {
    width: 100%;
    height: auto;
}

div.innerContent {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
}

.accordion div.innerContent {
    margin: 0 0 30px 0;
    padding: 0;
}

div.secretariat {
    margin: 10px 0px 10px;
    padding: 15px 10px;
    font-weight: bold;
    text-align: center;
    background-color: #e8f2fc;
    color: #333;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
}

div.secretariat h3 {
    font-size: 1.538em;
    margin-bottom: 10px;
}

div.secretariat .mail {
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.231em;
}

div.secretariat .officeHours {
    text-align: center;
    margin-bottom: 0;
}

div.prize_value {
    display: inline-block;
    color: #FFFFFF;
    font-size: 1.5em;
}

div.prize_value ul li {
    display: inline-block;
    padding: 0;
    font-weight: bold;
}

li.prize {
    font-size: 1.5em;
    margin: 0 10px;
}

div.prize_value ul li span {
    font-weight: bold;
}

.content p,
#content p {
    margin-bottom: 20px;
}

.content p.item,
#content p.item {
    font-size: 0.85em;
    margin-bottom: 0;
    color: #505050;
}

.content p.info,
#content p.info {
    margin-bottom: 20px;
}

.content p.line,
#content p.line {
    padding-bottom: 20px;
    border-bottom: solid 1px #CCC;
}

.rice_symbol {
    padding-left: 1em;
    text-indent: -1em;
    display: block;
}

.content p small,
#content p small {
    font-size: 93%;
}

.content em,
#content em {
    /*	font-size: 2.0em;*/
    font-weight: bold;
    /*	color: #e98713;*/
    /*	color: #008cda*/
}

#content .point_history em {
    color: #e98713;
}

.disc {
    margin-bottom: 20px;
    list-style-type: disc;
}

.disc li {
    margin-left: 20px;
    padding-bottom: 10px;
}

.notice,
.alert {
    padding: 10px 10px;
    margin-bottom: 20px;
    background-color: #f9efe9;
    /*	border: 2px solid #df372e;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.notice li,
.alert li {
    min-height: 16px;
    padding-left: 25px;
    padding-bottom: 5px;
    background: url(../img/sp_content_icon01.png) no-repeat left 3px;
    -moz-background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -ms-background-size: 16px 16px;
    background-size: 16px 16px;
}

.content div.innerDescription,
#content div.innerDescription {
    clear: both;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
}


/*	エラー
----------------------------------------------- */

.error_message {
    clear: both;
    margin-bottom: 20px;
    border: solid 2px #C7243A;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

.error_message dt {
    padding: 5px;
    font-size: 93%;
    color: #FFF;
    background-color: #C7243A;
}

.error_message ul {
    padding: 5px 5px 0;
    list-style-type: disc;
}

.error_message li {
    margin-left: 20px;
    padding-bottom: 5px;
    font-size: 93%;
    color: #C7243A;
}

form .error {
    color: #FF0000;
    font-weight: bold;
    margin-top: 5px;
}

dl.error {
    clear: both;
    margin: 10px;
    border: solid 2px #DF2228;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
}

dl.error dt {
    padding: 10px;
    /*	font-size: 1.231em;*/
    line-height: 1.0em;
    color: #FFF;
    background-color: #DF2228;
}

dl.error ul {
    padding: 10px;
    background-color: #FFF;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
}

dl.error li.err,
dl.error li.mes {
    margin-left: 20px;
    padding-bottom: 5px;
    font-size: 0.923em;
    line-height: 1.0em;
    list-style-type: disc;
    color: #DF2228;
}

.camp_error {
    clear: both;
    width: 100%;
    padding: 10px 4px;
    font-weight: bold;
    line-height: 1.4;
    color: #FFF;
    background-color: #FFB000;
    /*	margin-top: 10px;*/
    /*	margin-bottom: 10px;*/
    text-align: center;
    border: solid 2px #FFB000;
    position: relative;
}

.camp_error div {
    text-align: center;
}


/*	共通テーブルスタイル
----------------------------------------------- */

table.common {
    width: 100%;
    margin: 0;
}

table.common th {
    padding: 5px 40px 5px 10px;
    font-size: 14px;
    /*	font-weight: bold;*/
    color: #303030;
    background-color: #EEE;
    /*
	border-top:solid 1px #999;
	border-left:solid 1px #999;
	border-right:solid 1px #999;
	border-bottom:dotted 1px #000;
*/
}

table.common th.hissu {
    background: #efefef url(../img/sp_common_ico04.png) no-repeat 97% center;
    -moz-background-size: 32px 16px;
    -webkit-background-size: 32px 16px;
    -o-background-size: 32px 16px;
    -ms-background-size: 32px 16px;
    background-size: 32px 16px;
}

table.common th.nini {
    background: #efefef url(../img/sp_common_ico05.png) no-repeat 97% center;
    -moz-background-size: 32px 16px;
    -webkit-background-size: 32px 16px;
    -o-background-size: 32px 16px;
    -ms-background-size: 32px 16px;
    background-size: 32px 16px;
}

table.common td {
    padding: 15px 10px 20px;
    border-top: none;
    /*
	border-left:solid 1px #999;
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
*/
}

table.confirmation td {
    padding: 10px 10px 15px;
}

table.common td.center {
    text-align: center;
}

table.common td span {
    color: #333;
}

table.common td span.description {
    font-size: 93%;
    margin-top: 6px;
    display: block;
}

table.common td .enq {
    margin-bottom: 10px;
    color: #333;
}

.content table td p {
    margin: 5px 0 0;
    font-size: 93%;
}


/*　エラー　*/

table.common td.error input {
    /*	border:solid 2px #C7243A;*/
}

table.common td.error {
    background-color: #FFE0E0;
    color: #000;
    font-weight: normal;
}

table.side_by_side {
    width: 100%;
    margin: 0 0 20px;
}

table.side_by_side th {
    padding: 5px;
    font-size: 100%;
    /*	font-weight: bold;*/
    text-align: center;
    vertical-align: middle;
    background-color: #EFEFEF;
    border-top: solid 1px #CCC;
    /*	border-left:solid 1px #CCC;*/
    /*	border-right:dotted 1px #CCC;*/
    border-bottom: solid 1px #CCC;
}

table.side_by_side td {
    padding: 5px 0px 5px 10px;
    border-top: solid 1px #CCC;
    border-left: none;
    vertical-align: middle;
    /*	border-right:solid 1px #CCC;*/
    border-bottom: solid 1px #CCC;
}

table.point_history th {
    /*	font-weight: bold;*/
    color: #303030;
    background-color: #f3f9fb;
}

table.point_history tbody {
    border-left: solid 3px #008cda;
}


/*	フォーム
----------------------------------------------- */

input[type=text],
input[type=password],
input[type=email] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #999;
    padding: 6px 10px;
    margin: 3px 0;
    /*	margin-bottom: 6px;*/
    font-size: 1.2em;
    background: #fff;
    -webkit-appearance: none
}

input[type=text].pc10 {
    width: 10%;
}

input[type=text].pc20 {
    width: 20%;
}

input[type=text].pc30 {
    width: 30%;
}

input[type=text].pc40 {
    width: 40%;
}

input[type=text].pc50 {
    width: 50%;
}

input[type=text].pc60 {
    width: 60%;
}

input[type=text].pc70 {
    width: 70%;
}

input[type=text].pc80 {
    width: 80%;
}

input[type=text].pc90 {
    width: 90%;
}

input[type=text].large {
    font-size: 182%;
}

input[type=text].date {
    padding: 6px 2px;
    font-size: 13px;
    text-align: center;
}

textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #999;
    padding: 6px 10px;
    font-size: 1.2em;
    background: #fff;
}

select {
    width: 100%;
    font-size: 1.2em;
    box-sizing: border-box;
    border: 1px solid #999;
    padding: 10px 5px;
    background: #fff;
    -webkit-appearance: button;
    appearance: button;
    font-size: 1.2em;
    box-sizing: border-box;
    border: 1px solid #999;
    padding: 6px 10px;
    background: #FFF url(../img/arrow.png) no-repeat;
    background-size: 12px 12px;
    background-position: right 8px center;
}

select.pc10 {
    width: 10%;
}

select.pc20 {
    width: 20%;
}

select.pc25 {
    width: 25%;
}

select.pc30 {
    width: 30%;
}

select.pc40 {
    width: 40%;
}

select.pc50 {
    width: 50%;
}

select.pc60 {
    width: 60%;
}

select.pc70 {
    width: 70%;
}

select.pc80 {
    width: 80%;
}

select.pc90 {
    width: 90%;
}

input[type=checkbox],
input[type=radio] {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0px 5px 3px 0;
    vertical-align: middle;
}

table.common li {
    padding: 5px 5px 5px 0;
    font-size: 1.2em;
}


/*	共通ボタン
----------------------------------------------- */

.single_btn {
    /*	width:80%;*/
    width: 100%;
    margin: 0 auto 20px;
}

.double_btn li {
    width: 50%;
    float: left;
    margin: 0 auto 20px;
    display: inline;
}

a.normal,
button.normal {
    clear: both;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 108%;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    text-shadow: 0 -1px 0 #000;
    border: solid 1px #000;
    background-color: #222;
    background-image: -moz-linear-gradient(rgb(68, 68, 68) 0%, rgb(68, 68, 68) 50%, rgb(34, 34, 34) 51%, rgb(34, 34, 34) 100%);
    background-image: -webkit-gradient(linear, color-stop(0, rgb(68, 68, 68)), color-stop(0.5, rgb(68, 68, 68)), color-stop(0.51, rgb(34, 34, 34)), color-stop(1, rgb(34, 34, 34)));
    background-image: -webkit-linear-gradient(rgb(68, 68, 68) 0%, rgb(68, 68, 68) 50%, rgb(34, 34, 34) 51%, rgb(34, 34, 34) 100%);
    background-image: -o-linear-gradient(rgb(68, 68, 68) 0%, rgb(68, 68, 68) 50%, rgb(34, 34, 34) 51%, rgb(34, 34, 34) 100%);
    background-image: -ms-linear-gradient(rgb(68, 68, 68) 0%, rgb(68, 68, 68) 50%, rgb(34, 34, 34) 51%, rgb(34, 34, 34) 100%);
    background-image: linear-gradient(rgb(68, 68, 68) 0%, rgb(68, 68, 68) 50%, rgb(34, 34, 34) 51%, rgb(34, 34, 34) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff444444,endColorstr=#ff222222)";
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ff444444, endColorstr=#ff222222);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
}

a.normal:hover,
button.normal:hover {
    /*	opacity:0.8;*/
}

a.normal span,
button.normal span {
    padding-left: 13px;
    font-size: 108%;
    text-align: center;
    line-height: 1.4;
    background: url(../img/sp_common_ico06.png) no-repeat 10px center;
    -moz-background-size: 8px 8px;
    -webkit-background-size: 8px 8px;
    -o-background-size: 8px 8px;
    -ms-background-size: 8px 8px;
    background-size: 8px 8px;
    display: block;
}


/*	ページ送り
----------------------------------------------- */

.pager,
.pageNavi {
    margin: 0 0 10px;
    padding: 6px 5px 3px;
    /*	background: #EEE;*/
    text-align: center;
}

.pager li,
.pageNavi li {
    display: inline;
    margin: 0 2px;
    padding: 0;
}

.pager li span,
.pager li a,
.pageNavi li a {
    display: inline-block;
    margin-bottom: 3px;
    padding: 5px 8px;
    background: #fff;
    border: 1px solid #999;
    text-decoration: none;
    vertical-align: middle;
}

.pager li a,
.pageNavi li a {
    border-color: #007FB1;
}

.pager li a:hover,
.pageNavi li a:hover {
    background: #FEF7D5;
    border-color: #DA5019;
}


/* ---------------------------------------------------------
	.banner
		バナースペース
--------------------------------------------------------- */

.banner {
    clear: both;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.banner li {
    margin: 0 auto 10px;
    text-align: center;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.banner li.townpage {
    width: 242px;
}


/* ---------------------------------------------------------
	.page_top
		ページの上部へ
--------------------------------------------------------- */

.page_top {
    display: none;
    float: right;
    width: 125px;
    margin: 0 10px auto;
    overflow: hidden;
    background-color: #999;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: solid 1px #999;
}

.page_top a {
    font-size: 77%;
    text-align: center;
    text-decoration: none;
    padding: 10px 10px 10px 35px;
    color: #FFF;
    display: block;
    background: url(../img/sp_page_top_ico01.png) no-repeat 10px center;
    -moz-background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    -ms-background-size: 18px 18px;
    background-size: 18px 18px;
}


/* ---------------------------------------------------------
	.footer
		フッター
--------------------------------------------------------- */

.footer {
    clear: both;
    width: 100%;
    padding-bottom: 50px;
    background-color: #fff;
}

.bottom_menu {
    clear: both;
    margin: 0px 0;
    border-top: solid 4px #555;
}

.bottom_menu li {
    width: 100%;
    padding: 0px;
    border-top: solid 1px #FFF;
    border-bottom: solid 1px #BBB;
    display: block;
    overflow: hidden;
}

.bottom_menu li a {
    text-decoration: none;
    font-size: 93%;
    color: #000;
    background: url(../img/sp_icon_arrow.png) no-repeat 99% center;
    -moz-background-size: 12px 12px;
    -webkit-background-size: 12px 12px;
    -o-background-size: 12px 12px;
    -ms-background-size: 12px 12px;
    background-size: 12px 12px;
    display: block;
    /*	background-color:#EEE;*/
}

.bottom_menu li a:hover {
    background-color: #FEF7D5;
}

.bottom_menu li a span {
    padding: 15px 0 15px 35px;
    text-shadow: 0 1px 0 #FFF;
    -moz-background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    -ms-background-size: 18px 18px;
    background-size: 18px 18px;
    display: block;
    overflow: hidden;
}

.bottom_menu li a span.icon01 {
    background: url(../img/sp_footer_menu_ico01.png) no-repeat 10px center;
    -moz-background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    -ms-background-size: 18px 18px;
    background-size: 18px 18px;
}

.bottom_menu li a span.icon02 {
    background: url(../img/sp_footer_menu_ico02.png) no-repeat 10px center;
    -moz-background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    -ms-background-size: 18px 18px;
    background-size: 18px 18px;
}

.bottom_menu li a span.icon03 {
    background: url(../img/sp_footer_menu_ico03.png) no-repeat 10px center;
    -moz-background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    -ms-background-size: 18px 18px;
    background-size: 18px 18px;
}

.bottom_menu li a span.icon04 {
    background: url(../img/sp_footer_menu_ico04.png) no-repeat 10px center;
    -moz-background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    -ms-background-size: 18px 18px;
    background-size: 18px 18px;
}

.bottom_menu li a span.icon05 {
    background: url(../img/sp_footer_menu_ico05.png) no-repeat 10px center;
    -moz-background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    -ms-background-size: 18px 18px;
    background-size: 18px 18px;
}

.bottom_menu li a span.icon06 {
    background: url(../img/sp_footer_menu_ico06.png) no-repeat 10px center;
    -moz-background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    -ms-background-size: 18px 18px;
    background-size: 18px 18px;
}

.bottom_menu li a span.icon07 {
    background: url(../img/sp_common_ico02.png) no-repeat 10px center;
    -moz-background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    -ms-background-size: 18px 18px;
    background-size: 18px 18px;
}

.footer p {
    padding-top: 10px;
    text-align: center;
    color: #FFF;
}

.footer p small {
    font-size: 77%;
    color: #999;
}