@charset "utf-8";
* {
	font-family: Meiryo, sans-serif;
	line-height: 1.4;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-touch-action: pan-y;
}
p {
	margin: 0;
	font-size: 13px;
}
.mp-device-sp p {
	font-size: 11px;
}
h1 {
	margin: 0;
	line-height: 1.0;
}
ul, ol, dl {
	margin: 0;
	padding: 0;
}
ul li {
	list-style-type: none;
	padding-left: 0;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
}
a:active {
	background: none;
}
.mp-body .mp-tile a {
	color: #FFF;
	text-decoration: none;
}


/*---------------------------------------------------------------------------------------
common
---------------------------------------------------------------------------------------*/
body {
	width: 100%;
	margin: 0 auto;
	color: #333;
	position: relative;
}
body.mp-home *,
body.mp-folders *,
body.mp-result * {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

body.mp-result input {
	user-select: text;
	-moz-user-select: text;
	-webkit-user-select: text;
	-ms-user-select: text;
}

/*---------------------------------------------------------------------------------------
 .mp-head
---------------------------------------------------------------------------------------*/
.mp-head {
	border: 1px solid #DDD;
	border-top : none;
	border-radius: 0 0 10px 10px;
	margin: 0 auto;
	padding: 4px 0 0 9px;
}
.mp-landscape .mp-head {
	width: 1260px;
}
.mp-portrait .mp-head {
	width: 769px;
}
.mp-device-sp.mp-landscape .mp-head {
	width: 586px;
}
.mp-device-sp.mp-portrait .mp-head {
	width: 349px;
}
.mp-head #corporatesymbol {
}
.mp-head #sitelogo {
	vertical-align: 6px;
	margin-left: 16px;
}
/* 20160603 iOS対応 */
.mp-ios-style.mp-landscape .mp-head {
    width: 1005px;
}
.mp-ios-style.mp-portrait .mp-head {
    width: 751px;
}
.mp-ios-style.mp-device-sp.mp-landscape .mp-head {
    width: 469px;
}
.mp-ios-style.mp-device-sp.mp-portrait .mp-head {
    width: 300px;
}
.mp-ios-style.mp-device-sp.mp-portrait .mp-head #corporatesymbol img {
    max-width: 65px;
}
.mp-ios-style.mp-device-sp.mp-portrait .mp-head #sitelogo img {
    max-width: 200px;
}

/*---------------------------------------------------------------------------------------
 .mp-body
---------------------------------------------------------------------------------------*/
.mp-body {
	margin: 20px auto 0;
}
.mp-landscape .mp-body {
	width: 1260px;
}
.mp-landscape:not(.mp-home) .mp-body{
	width: 1240px;
}
.mp-portrait .mp-body {
	width: 790px;
}
.mp-portrait:not(.mp-home) .mp-body {
	width: 760px;
}
.mp-device-sp.mp-landscape .mp-body {
	width: 597px;
}
.mp-device-sp.mp-landscape:not(.mp-home) .mp-body{
	width: 582px;
}
.mp-device-sp.mp-portrait .mp-body {
	width: 360px;
}
.mp-device-sp.mp-portrait:not(.mp-home) .mp-body{
	width: 330px;
}
/* 20160603 iOS対応 */
.mp-ios-style .mp-body {
    margin: 18px auto 0;
}
.mp-ios-style.mp-landscape .mp-body {
    width: 1015px;
}
.mp-ios-style.mp-landscape:not(.mp-home) .mp-body{
    width: 1000px;
}
.mp-ios-style.mp-portrait .mp-body {
    width: 751px;
}
.mp-ios-style.mp-portrait:not(.mp-home) .mp-body {
    width: 741px;
}
.mp-ios-style.mp-device-sp.mp-landscape .mp-body {
    width: 478px;
}
.mp-ios-style.mp-device-sp.mp-landscape:not(.mp-home) .mp-body{
    width: 466px;
}
.mp-ios-style.mp-device-sp.mp-portrait .mp-body {
    width: 310px;
}
.mp-ios-style.mp-device-sp.mp-portrait:not(.mp-home) .mp-body{
    width: 284px;
}

/* mp-breadcrumb
-------------------------*/
.mp-breadcrumb {
	width: 100%;
	margin: 24px 0 24px;
	white-space: nowrap;
}
/* 20160603 iOS対応 */
.mp-ios-style .mp-breadcrumb {
    margin: 20px 0 20px;
}
.mp-breadcrumb ul {

	overflow: hidden;

	padding: 0;
	list-style: none;
}
.mp-device-sp .mp-breadcrumb ul{
	min-height: 45px;
	height: auto;
}
.mp-breadcrumb ul li {
	background: -ms-linear-gradient(top , #FFF, #EEE);
	background: -webkit-gradient(linear, left top, left bottom,	from(#FFF), to(#EEE));
	background: -moz-linear-gradient(top, #FFF, #EEE);
	padding: 0;
	margin: 0 0 0 0;
	height: 29px;
	float: left;
	color: #FFF;
	font-size: 16px;
	box-shadow: 3px 1px 3px #CCC;
	border: 1px solid #DDD;
	border-right: none;
	position: relative;

	display: none;
}
.mp-breadcrumb ul li.show {
  display: inline-block;
}
.mp-breadcrumb ul li br {
	display: none;
}
.mp-device-sp .mp-breadcrumb ul li {
	height: 43px;
}
.mp-breadcrumb ul li:first-child {
	background-position: right top;
	border-left: 1px solid #DDD;
	margin: 0;
	padding: 0 40px;
}
.mp-device-sp .mp-breadcrumb ul li:first-child {
	padding: 0 20px;
}
.mp-breadcrumb ul li a:after {
	content: url(../img/common/breadcrumb_arrow_01.png);
	position: absolute;
	top: -2px;
	right: -9px;
	height: 30px;
	z-index: 10;
}
@media all and (-ms-high-contrast:none){/* IE11 */
	*::-ms-backdrop, .mp-breadcrumb ul li:after {
		top: -1px;
		right: -7px;
	}
}
.mp-device-sp .mp-breadcrumb ul li a:after {
	content: url(../img/common/sp_breadcrumb_arrow_01.png);
	height: 45px;
	top: -1px;
	right: -8px;
}
.mp-breadcrumb ul li.mp-current {
	background: none;
	background-color: #666;
	margin: 0px 0 0 -1px;
	box-shadow: none;
	border: 1px solid #666;
	border-right: none;
	border-left: none;
	padding: 0 35px;
	line-height: 2.0;
	left: 1px;
}
.mp-breadcrumb ul li.mp-current span{
	display: inline-block;
	line-height: 2.0;
}
.mp-breadcrumb ul li a {
	display: inline-block;
	line-height: 2.0;
	padding: 0 35px;
}
/* 20160608 iOS */
.mp-ios-style .mp-breadcrumb ul li a {
    padding: 0 20px;
}
.mp-breadcrumb ul li span,
.mp-breadcrumb ul li a {
	max-width: 545px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.mp-portrait .mp-breadcrumb ul li span,
.mp-portrait  .mp-breadcrumb ul li a {
	max-width: 220px;
}
.mp-device-sp .mp-breadcrumb ul li span,
.mp-device-sp .mp-breadcrumb ul li a {
	line-height: 2.7;
	max-width: 225px;
}
.mp-device-sp .mp-breadcrumb ul li.mp-current {
	padding: 1px 25px 0;
	border-top: 0;
}
.mp-device-sp.mp-portrait .mp-breadcrumb ul li span,
.mp-device-sp.mp-portrait .mp-breadcrumb ul li a {
	max-width: 100px;
}
/* 20160603 iOS対応 */
.mp-ios-style .mp-breadcrumb ul li span,
.mp-ios-style .mp-breadcrumb ul li a {
    max-width: 436px;
}
.mp-ios-style.mp-portrait .mp-breadcrumb ul li span,
.mp-ios-style.mp-portrait  .mp-breadcrumb ul li a {
    max-width: 213px;
}
.mp-ios-style.mp-device-sp .mp-breadcrumb ul li span,
.mp-ios-style.mp-device-sp .mp-breadcrumb ul li a {
    max-width: 180px;
}
.mp-ios-style.mp-device-sp .mp-breadcrumb ul li.mp-current {
    padding: 1px 20px 0;
}
.mp-ios-style.mp-device-sp.mp-portrait .mp-breadcrumb ul li span,
.mp-ios-style.mp-device-sp.mp-portrait .mp-breadcrumb ul li a {
    max-width: 100px;
}
.mp-breadcrumb ul li.mp-current:after {
	content: url(../img/common/breadcrumb_arrow_02.png);
	height: 30px;
	z-index: 10;
	position: absolute;
	right: -6px;
	top: -2px;
}
.mp-device-sp .mp-breadcrumb ul li.mp-current:after {
	content: url(../img/common/sp_breadcrumb_arrow_02.png);
	top: 0px;
}
.mp-body .mp-breadcrumb ul li:not(.mp-current).mp-active {
	-webkit-transform: scale(0.96);
 	-moz-transform: scale(0.96);
	transform:scale(0.96);
	-webkit-transform-origin: bottom right;
	-moz-transform-origin: bottom right;
	transform-origin: bottom right;
	box-shadow: 0px 1px 1px #DDD;
	z-index: 9;
}
.mp-body .mp-breadcrumb ul li:not(.mp-current).mp-active:after {
	transform-origin: right bottom;
	transform: scale(0.96);
	z-index: 12;
	right: -8px;
}
@media all and (-ms-high-contrast:none){/* IE11 */
	*::-ms-backdrop, .mp-body .mp-breadcrumb ul li:not(.mp-current).mp-active:after {
		right: -7px;
	}
}

.mp-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
}
/*---------------------------------------------------------------------------------------
 .mp-foot
---------------------------------------------------------------------------------------*/
.mp-foot {
	width: 100%;
	height: 25px;
	margin: 30px auto 0;
	overflow: hidden;
	clear: both;
	color: #FFF;
	text-align: right;
	background: #666;
	padding-bottom: 10px;
}
.mp-foot .mp-copyright {
	font-size: 20px;
	height: 20px;
	padding: 5px 30px 0 0;
	margin: 0 auto;
}
.mp-landscape .mp-foot .mp-copyright {
	width: 1260px;
}
.mp-portrait .mp-foot .mp-copyright {
	width: 769px;
}
.mp-device-sp.mp-landscape .mp-foot .mp-copyright {
	width: 586px;
}
.mp-device-sp.mp-portrait .mp-foot .mp-copyright {
    width: 349px;
}
/* 20160603 iOS対応 */
.mp-ios-style .mp-foot {
    margin: 24px auto 0;
    padding-bottom: 8px;
}
.mp-ios-style .mp-foot .mp-copyright {
    padding: 4px 24px 0 0;
}
.mp-ios-style.mp-landscape .mp-foot .mp-copyright {
    width: 1000px;
}
.mp-ios-style.mp-portrait .mp-foot .mp-copyright {
    width: 746px;
}
.mp-ios-style.mp-device-sp.mp-landscape .mp-foot .mp-copyright {
    width: 469px;
}
.mp-ios-style.mp-device-sp.mp-portrait .mp-foot .mp-copyright {
    width: 300px;
}
/*---------------------------------------------------------------------------------------
 Common Parts
---------------------------------------------------------------------------------------*/
/* buuton
------------------------------*/
.mp-button1,
.mp-button2 {
	min-width: 180px;
	height: 37px;
	font-size: 18px;
	font-weight: normal;
	line-height: 2.2;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #CCC;
	box-shadow: 1px 1px 3px #AAA;
	display: inline-block;
	margin-bottom: 20px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.mp-button1:not(:nth-of-type(1)) {
	margin-left: 10px;
}
.mp-button1:hover,
.mp-button2:hover {
	cursor: pointer;
}
.mp-button1 a,
.mp-button2 a {
	text-decoration: none;
	display: block;
	height: 100%;
	line-height: 2.0;
	margin-top: 2px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.mp-button1 a {
	color: #FFF;
}
.mp-button2 a {
	color: #333;
}
.mp-button1 {
	background: -ms-linear-gradient(top , #7EB512, #557D0D);
	background: -webkit-gradient(linear, left top, left bottom,	from(#7EB512), to(#557D0D));
	background: -moz-linear-gradient(top, #7EB512, #557D0D);
	color: #FFF;
}
.mp-button1:active,
.mp-button1.mp-active {
	box-shadow: 1px 1px 3px #DDD;
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	transform:scale(0.95);
	-webkit-transform-origin: bottom right;
	-moz-transform-origin: bottom right;
	transform-origin: bottom right;
	outline: 0;
}
.mp-button2 {
	background: -ms-linear-gradient(top , #FFF, #EEE);
	background: -webkit-gradient(linear, left top, left bottom,	from(#FFF), to(#EEE));
	background: -moz-linear-gradient(top, #FFF, #EEE);
}
.mp-button2:active,
.mp-button2.mp-active {
	box-shadow: 1px 1px 2px #AAA;
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	transform:scale(0.95);
	-webkit-transform-origin: bottom right;
	-moz-transform-origin: bottom right;
	transform-origin: bottom right;
	outline: 0;
}
.mp-device-sp .mp-button1,
.mp-device-sp .mp-button2 {
	min-width: 100px;
	width: 145px;
	height: 40px;
	font-size: 110%;
	font-weight: bold;
	line-height: 2.8;
	outline: 0;
}
/* 20160607 iOS対応 */
.mp-ios-style .mp-button1,
.mp-ios-style .mp-button2 {
    min-width: 144px;
    height: 30px;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 16px;
    word-break: break-all;
}
.mp-ios-style .mp-button1:not(:nth-of-type(1)) {
    margin-left: 8px;
}
.mp-ios-style.mp-device-sp .mp-button1,
.mp-ios-style.mp-device-sp .mp-button2 {
    min-width: 80px;
    width: 116px;
    height: 32px;
    line-height: 2.2;
}

/* Page List
-----------------------------------*/
.mp-page-list {
	margin: 30px 0;
	text-align: center;
}
.mp-page-list ul.mp-page-list-1,
.mp-device-sp.mp-portrait .mp-page-list ul.mp-page-list-2 {
	display: block;
}
.mp-page-list ul.mp-page-list-2,
.mp-device-sp.mp-portrait .mp-page-list ul.mp-page-list-1{
	display: none;
}
.mp-page-list ul li {
	width: 41px;
	height: 41px;
	background: -ms-linear-gradient(top , #FFF, #EEE);/*IE*/
	background: -webkit-gradient(linear, left top, left bottom,	from(#FFF), to(#EEE));	/*Chrome*/
	background: -moz-linear-gradient(top, #FFF, #EEE);	/*FireFox*/
	border-radius: 5px;
	box-shadow: 2px 2px 5px #333;
	line-height: 2.7;
	text-align: center;
	font-weight: bold;
	margin-right: 10px;
	display: inline-block;
	font-size: 16px;
}
.mp-device-sp .mp-page-list ul li {
	width: 35px;
	height: 35px;
	margin-right: 5px;
	line-height: 2.2;
}
.mp-device-sp .mp-page-list ul li a {
	line-height: 2.2;
}
/*.mp-device-sp.mp-portrait .mp-page-list ul li {
	display: none;
}*/
.mp-page-list ul li.mp-omission {
	background: none;
	box-shadow: none;
}
.mp-page-list ul li.mp-omission:before {
	content: "...";
}

.mp-page-list ul li:not(.mp-omission):not(.mp-current).mp-active {
	box-shadow: 1px 1px 3px #333;
	-webkit-transform: scale(0.95);
 	-moz-transform: scale(0.95);
	transform:scale(0.95);
	-webkit-transform-origin: bottom right;
	-moz-transform-origin: bottom right;
	transform-origin: bottom right;
}
.mp-page-list ul li a {
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	line-height: 2.7;
	border-radius: 5px;
}
.mp-page-list ul li.mp-current {
	width: 41px;
	height: 41px;
	box-shadow:none;
}
.mp-device-sp .mp-page-list ul li.mp-current {
	width: 36px;
	height: 36px;
}
.mp-page-list ul li.mp-current {
	background: #555;
	color: #FFF;
}
.mp-page-list ul li.mp-disable {
	background: #CCC;
	color: #AAA;
}

/* 0608 iOS */
.mp-ios-style .mp-page-list {
    margin: 24px 0;
}
.mp-ios-style .mp-page-list ul li {
    width: 33px;
    height: 33px;
    line-height: 2.2;
    margin-right: 8px;
    font-size: 13px;
}
.mp-ios-style.mp-device-sp .mp-page-list ul li {
    width: 28px;
    height: 28px;
    margin-right: 4px;
    line-height: 2.0;
}
.mp-ios-style.mp-device-sp .mp-page-list ul li a {
    line-height: 2.0;
}
.mp-ios-style .mp-page-list ul li a {
    width: 100%;
    height: 100%;
    line-height: 2.2;
}
.mp-ios-style .mp-page-list ul li.mp-current {
    width: 33px;
    height: 33px;
}
.mp-ios-style.mp-device-sp .mp-page-list ul li.mp-current {
    width: 29px;
    height: 29px;
}
/* Index h2
-----------------------------------*/
h1.mp-list-index-h1 {
	background: #485259;
	font-size: 21px;
	color: #FFF;
	padding: 13px 10px 8px 23px;
}
.mp-device-sp h1.mp-list-index-h1 {
	font-size: 118%;
	padding: 13px 10px 8px 15px;
}
.mp-device-sp.mp-portrait h1.mp-list-index-h1 {
	adding: 13px 5px 8px;
}
h1.mp-list-index-h1 span {
	line-height: 1.0;
}
/* 0609 iOS */
.mp-ios-style h1.mp-list-index-h1 {
    font-size: 17px;
    padding: 10px 8px 6px 18px;
}
.mp-ios-style.mp-device-sp h1.mp-list-index-h1 {
    font-size: 70%;
    padding: 10px 8px 6px 12px;
}
.mp-ios-style.mp-device-sp.mp-portrait h1.mp-list-index-h1 {
    font-size: 50%;
    padding: 10px 4px 6px;
}
/* One Line Link List
-----------------------------------*/
.mp-index-list ul {
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
}
.mp-index-list li {
	width: 100%;
	height: 57px;
	color: #4B5259;
	font-size: 18px;
	font-weight: bold;
	background-color: #F4F4F4;
	background-image: url(../img/common/list_arrow_01.png);
	background-position: right 18px;
	background-repeat: no-repeat;
	border-bottom: 2px solid #BBB;
	border-top: 2px solid #FFF;
}
.mp-index-list li br {
	display: none;
}
.mp-device-sp .mp-index-list li {
	height: 52px;
	background-position: right 50%;
	border-bottom: 1px solid #BBB;
	border-top: 1px solid #FFF;
}
.mp-index-list > ul > li > a.mp-active {
	background-color: #CCC;
	background-image: url(../img/common/list_arrow_01.png);
	background-position: right 18px;
	background-repeat: no-repeat;
}
.mp-index-list > ul li.mp-active {
	background-color: #CCC;
	border-top: 2px solid #CCC;
}
.mp-device-sp .mp-index-list > ul li.mp-active {
	border-top: 1px solid #CCC;
}
.mp-index-list > ul > li > a .mp-list-date {
	font-weight: normal;
	line-height: 3.2;
	float: left;
	display: block;
	width: 181px;
	height: 1em;
}
.mp-index-list > ul > li > a .mp-list-site-name {
	font-weight: normal;
	display: block;
	line-height: 3.2;
	float: right;
	width: 16em;
	overflow: hidden;
	white-space: nowrap;
	margin-left: 1em;
	text-overflow: ellipsis;
}
.mp-index-list > ul > li > a .mp-list-title {
	display: block;
	width: 34em;
	line-height: 3.2;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mp-portrait .mp-index-list > ul > li > a .mp-list-site-name {
	font-weight: normal;
	display: inline-block;
	line-height: 3.2;
	float: right;
	width: 11em;
	overflow: hidden;
	white-space: nowrap;
	margin-left: 1em;
	text-overflow: ellipsis;
}
.mp-portrait .mp-index-list > ul > li > a .mp-list-title {
	display: inline-block;
	width: 16em;
	line-height: 3.2;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mp-device-sp .mp-index-list > ul > li > a .mp-list-date {
	font-size: 95%;
	display: block;
	line-height: 1.5;
	width: auto;
	float: none;
	height: 1.5em;
}
.mp-device-sp .mp-index-list > ul > li > a .mp-list-title {
	display: block;
	width: 15em;
	line-height: 2.0;
	float: none;
}
.mp-device-sp .mp-index-list > ul > li > a .mp-list-site-name {
	line-height: 1.5;
	float: right;
	width: 9em;
	margin-top: -3.5em;
	margin-left: 0;
}
.mp-landscape.mp-device-sp .mp-index-list > ul > li > a .mp-list-title {
	display: block;
	width: 24em;
	line-height: 2.0;
	float: none;
}
.mp-landscape.mp-device-sp .mp-index-list > ul > li > a .mp-list-site-name {
	width: 14em;
}
.mp-index-list > ul > li > a {
	padding: 0 44px 0 20px;
	line-height: 3.2;
	display: block;
	text-decoration: none;
	color: #4B5259;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mp-device-sp .mp-index-list > ul > li > a {
	font-size: 80%;
	line-height: 2.0;
	padding: 5px 36px 0px 15px;
}
/* 0608 iOS */
.mp-ios-style .mp-index-list li {
    width: 100%;
    height: 47px;
    font-size: 16px;
    background-position: right 14px;
    border-bottom: 2px solid #BBB;
    border-top: 2px solid #FFF;
}
.mp-ios-style.mp-device-sp .mp-index-list li {
    height: 35px;
    background-position: right 50%;
    border-bottom: 1px solid #BBB;
    border-top: 1px solid #FFF;
}
.mp-ios-style .mp-index-list > ul > li > a.mp-active {
    background-position: right 14px;
}
.mp-ios-style .mp-index-list > ul li.mp-active {
    border-top: 2px solid #CCC;
}
.mp-ios-style.mp-device-sp .mp-index-list > ul li.mp-active {
    border-top: 1px solid #CCC;
}
.mp-ios-style .mp-index-list > ul > li > a .mp-list-date {
    line-height: 2.6;
    width: 147px;
    height: 1em;
}
.mp-ios-style .mp-index-list > ul > li > a .mp-list-site-name {
    line-height: 2.6;
    width: 13em;
    margin-left: 1em;
}
.mp-ios-style .mp-index-list > ul > li > a .mp-list-title {
    width: 33em;
    line-height: 2.6;
}
.mp-ios-style.mp-portrait .mp-index-list > ul > li > a .mp-list-site-name {
    line-height: 2.6;
    width: 13em;
    margin-left: 1em;
}
.mp-ios-style.mp-portrait .mp-index-list > ul > li > a .mp-list-title {
    width: 16em;
    line-height: 2.6;
}
.mp-ios-style.mp-device-sp .mp-index-list > ul > li > a .mp-list-date {
    font-size: 95%;
    line-height: 1.2;
    height: 1.2em;
}
.mp-ios-style.mp-device-sp .mp-index-list > ul > li > a .mp-list-title {
    width: 18em;
    line-height: 1.6;
}
.mp-ios-style.mp-device-sp .mp-index-list > ul > li > a .mp-list-site-name {
    line-height: 1.2;
    width: 9em;
    margin-top: -2.8em;
    margin-left: 0;
}
.mp-ios-style.mp-landscape.mp-device-sp .mp-index-list > ul > li > a .mp-list-title {
    width: 25em;
    line-height: 1.6;
}
.mp-ios-style.mp-landscape.mp-device-sp .mp-index-list > ul > li > a .mp-list-site-name {
    width: 13em;
}
.mp-ios-style .mp-index-list > ul > li > a {
    padding: 0 35px 0 16px;
    line-height: 2.6;
}
.mp-ios-style.mp-device-sp .mp-index-list > ul > li > a {
    font-size: 70%;
    line-height: 1.6;
    padding: 4px 29px 0px 12px;
}
/* Navigate Menu
------------------------------*/
.mp-custom-contextmenu {
	border: 2px solid #CCC;
	border-radius: 10px 10px 10px 10px;
	background: #FFF;
	position: fixed;
	top:0;
	left: 0;
	display: none;
	z-index:1000;
}
.mp-custom-contextmenu li {
	width: 293px;
	height: 50px;
	background: #FFF;
	border-bottom: 2px solid #CCC;
	color: #333;
	text-align: center;
	line-height: 3.0;
}
.mp-custom-contextmenu li {
	font-size: 20px;
	line-height: 2.8;
}
.mp-device-sp .mp-custom-contextmenu li {
	font-size: 17px;
}
.mp-custom-contextmenu li.mp-disable {
	color: #DDD;
}
.mp-custom-contextmenu li a {
	color: #333 !important;
	display: block;
	width: 100%;
	height: 35px;
	vertical-align: bottom;
	padding-top: 15px;
}
.mp-body .mp-tile .mp-custom-contextmenu li a.mp-active {
	color: #FFF;
}
.mp-custom-contextmenu ul li:first-child {
	border-radius: 8px 8px 0 0;
}
.mp-custom-contextmenu ul li:last-child {
	border-radius: 0 0 8px 8px;
	border-bottom: none;
}
.mp-custom-contextmenu li.mp-active {
	background-color: #666;
	color: #fff;
}
.mp-body .mp-tile .mp-custom-contextmenu li.mp-disable.mp-active {
	background: #FFF;
	color: #DDD;
}
.mp-custom-contextmenu li.mp-active a {
	color: #FFF !important;
}
.mp-custom-contextmenu:before {
	content: "";
	display: inline-block;
	border: 18px solid transparent;
	position: absolute;
}
.mp-custom-contextmenu:after {
	content: "";
	display: inline-block;
	border: 17px solid transparent;
	position: absolute;
}
.mp-custom-contextmenu.mp-sub-menu-tr:before,
.mp-custom-contextmenu.mp-sub-menu-mr:before,
.mp-custom-contextmenu.mp-sub-menu-br:before {
	border-left-color: #CCC;
	left: 293px;
}
.mp-custom-contextmenu.mp-sub-menu-tr:after,
.mp-custom-contextmenu.mp-sub-menu-mr:after,
.mp-custom-contextmenu.mp-sub-menu-br:after {
	border-left-color: #FFF;
	left: 291px;
}
.mp-custom-contextmenu.mp-sub-menu-tl:before,
.mp-custom-contextmenu.mp-sub-menu-ml:before,
.mp-custom-contextmenu.mp-sub-menu-bl:before {
	border-right-color: #CCC;
	left: -36px;
}
.mp-custom-contextmenu.mp-sub-menu-tl:after,
.mp-custom-contextmenu.mp-sub-menu-ml:after,
.mp-custom-contextmenu.mp-sub-menu-bl:after {
	border-right-color: #FFF;
	left: -32px;
}
.mp-custom-contextmenu.mp-sub-menu-tr:before,
.mp-custom-contextmenu.mp-sub-menu-tl:before {
	top: 7px;
}
.mp-custom-contextmenu.mp-sub-menu-tr:after,
.mp-custom-contextmenu.mp-sub-menu-tl:after {
	top: 8px;
}
.mp-custom-contextmenu.mp-sub-menu-mr:before,
.mp-custom-contextmenu.mp-sub-menu-ml:before {
	top: 60px;
}
.mp-custom-contextmenu.mp-sub-menu-mr:after,
.mp-custom-contextmenu.mp-sub-menu-ml:after {
	top: 61px;
}
.mp-custom-contextmenu.mp-sub-menu-br:before,
.mp-custom-contextmenu.mp-sub-menu-bl:before {
	top: 109px;
}
.mp-custom-contextmenu.mp-sub-menu-br:after,
.mp-custom-contextmenu.mp-sub-menu-bl:after {
	top: 110px;
}
.mp-custom-contextmenu.mp-sub-menu-tc:before,
.mp-custom-contextmenu.mp-sub-menu-mc:before {
	border-bottom-color: #CCC;
	top: -36px;
	left: 128px;
}
.mp-custom-contextmenu.mp-sub-menu-tc:after,
.mp-custom-contextmenu.mp-sub-menu-mc:after {
	border-bottom-color: #FFF;
	top: -32px;
	left: 129px;
}
.mp-custom-contextmenu.mp-sub-menu-bc:before {
	border-top-color: #CCC;
	top: 156px;
	left: 128px;
}
.mp-custom-contextmenu.mp-sub-menu-bc:after {
	border-top-color: #FFF;
	top: 154px;
	left: 129px;
}
.mp-custom-contextmenu.mp-sub-menu-tr.mp-active:after,
.mp-custom-contextmenu.mp-sub-menu-mr.mp-active:after,
.mp-custom-contextmenu.mp-sub-menu-br.mp-active:after {
	border-left-color: #666;
}
.mp-custom-contextmenu.mp-sub-menu-tl.mp-active:after,
.mp-custom-contextmenu.mp-sub-menu-ml.mp-active:after,
.mp-custom-contextmenu.mp-sub-menu-bl.mp-active:after {
	border-right-color: #666;
}
.mp-custom-contextmenu.mp-sub-menu-tc.mp-active:after,
.mp-custom-contextmenu.mp-sub-menu-mc.mp-active:after {
	border-bottom-color: #666;
}
.mp-custom-contextmenu.mp-sub-menu-bc.mp-active:after {
	border-top-color: #666;
}
/*mp-disable*/
.mp-custom-contextmenu.mp-disable.mp-sub-menu-mr:after {
	border-left-color: #FFF;
}
.mp-custom-contextmenu.mp-disable.mp-sub-menu-ml:after {
	border-right-color: #FFF;
}
/* sp */
.mp-device-sp .mp-custom-contextmenu.mp-sub-menu-tr:before,
.mp-device-sp .mp-custom-contextmenu.mp-sub-menu-mr:before,
.mp-device-sp .mp-custom-contextmenu.mp-sub-menu-br:before {
	left: 141px;
}
.mp-device-sp .mp-custom-contextmenu.mp-sub-menu-tr:after,
.mp-device-sp .mp-custom-contextmenu.mp-sub-menu-mr:after,
.mp-device-sp .mp-custom-contextmenu.mp-sub-menu-br:after {
	left: 140px;
}
.mp-device-sp .mp-custom-contextmenu.mp-sub-menu-tl:before,
.mp-device-sp .mp-custom-contextmenu.mp-sub-menu-ml:before,
.mp-device-sp .mp-custom-contextmenu.mp-sub-menu-bl:before {
	left: -36px;
}
.mp-device-sp .mp-custom-contextmenu.mp-sub-menu-tl:after,
.mp-device-sp .mp-custom-contextmenu.mp-sub-menu-ml:after,
.mp-device-sp .mp-custom-contextmenu.mp-sub-menu-bl:after {
	left: -32px;
}
.mp-device-sp .mp-custom-contextmenu.mp-sub-menu-bc:before {
	left: 52px;
}
.mp-device-sp .mp-custom-contextmenu.mp-sub-menu-bc:after {
	left: 54px;
}
.mp-device-sp .mp-custom-contextmenu.mp-sub-menu-tc:before {
	top: -36px;
	left: 52px;
}
.mp-device-sp .mp-custom-contextmenu.mp-sub-menu-tc:after {
	top: -31px;
	left: 54px;
}
.mp-device-sp .mp-custom-contextmenu {
	width: 140px;
}
.mp-device-sp .mp-custom-contextmenu li {
	width: 140px;
	height: 50px;
}


/**********************************************
 windows tablet Viewport
***********************************************/
/* windows tab */
@media screen and (max-width: 1300px)  {
	@-ms-viewport {
		width: auto;
		user-scalable:no;
	}
}
@media screen and (min-width: 1300px)  and (orientation: portrait){
	body.mp-error * {
		transform:scale(1.4);
		transform-origin: center top;
	}
	div.mp-body {
		display: flex;
		flex-flow: column nowrap;
	}
	h1.mp-list-index-h1 {
		font-size:0.8em !important;
		padding-bottom: 4% !important;
	}
	div.mp-content * {
		width: 67% !important;
		font-size:0.65em !important;
	}
	div.mp-content > p {
		padding: 2% !important;
	}
	.mp-error .mp-body .mp-buttons {
		margin-top: 18% !important;
	}
	.mp-error .mp-body .mp-buttons * {
		padding-top: 1% !important;
		font-size: 0.58em !important;
	}
	body.mp-section {
		zoom: 50%;
		margin-left: auto; margin-right: auto;
	}
}
@media screen and (min-width: 1300px) and (orientation: landscape){
	@-ms-viewport {
		width: 1300px;
		user-scalable:no;
	}
}
