/* @charset "shift_jis"; */

/****************************************************
SANYODENKI：共通スタイル
****************************************************/

/* 目次
-----------------------------------------------

 ・タグの初期化
 ・共通クラス
 ・ページ全体
 ・フッタ
	・ヘッダ
*/



/* -------------------------------------------------
初期化
------------------------------------------------- */
h1, h2, h3, h4, h5, h6, div, p, ul, li, dl, dt, dd {
	margin:0;
	padding:0;
}

body {
	/*background:url('https://shuppan.itembox.design/item/common/img/bg_body.gif') top left repeat;*/
	margin:0;
	padding:0;
  	/*font-size: 82%;*/
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
	font-weight: 500;
}

img {
	border:0;
	vertical-align:top;
}

li, dd {
	list-style:none;
}

/* a { color:#245FBF; text-decoration:underline; }
a:hover { text-decoration:underline; } */


/* -------------------------------------------------
共通クラス
----------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.mgb10 {
	margin-bottom: 10px!important;
}

.mgr10 {
	margin-right: 10px!important;
}

.nobg {
	background: none!important;
}

.nomg {
	margin: 0!important;
}

.nopd {
	padding: 0!important;
}

.vab {
	vertical-align:bottom!important;
}

p.kadomaru {
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-size: 0px;
}

.deleteline{
	text-decoration: line-through;
}

.note12{
	padding-left: 5px;
	color: #0000FF;
	font-size: 12px;
}

.note10{
	padding-left: 5px;
	color: #0000FF;
	font-size: 10px;
}

/* -------------------------------------------------
ページ全体
------------------------------------------------- */
#Wrapper {
	text-align:left;
	color:#333333;
	line-height:140%;
	box-shadow: 0 0 10px #ddd;
	max-width:1200px;
	margin: 0 auto;
}

#Container {
	width: 100%;
	margin:0px auto;
	background: #fff;
	position: relative;
}

div#Main {
	width: 700px;
	float: left;
	display: inline;
}

#Pagetop a {
	display: block;
	width: 92px;
	height: 24px;
	margin-right: 10px;
	float: right;
}

.sp {
	display: none;
}
@media screen and (max-width:800px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}
/* -------------------------------------------------
ヘッダ
------------------------------------------------- */
.header {
	background: #fff;
	max-width: 1200px;
	margin: 0 auto;
}
.header_pc {
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 55px;
}
.header .logo {
	width: 36%;
	max-width: 382px;
}
.header .logo img {
	width: 100%;
}
.header .search {
	max-width: 360px;
	width: 34%;
}
.header .search .text {
	color: #444;
	font-size: 24px;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 15px;
	line-height: 1em;
}
.header .search .text span {
	color: #e95383;
	font-size: 30px;
}
.header .search form {
	display: flex;
	border: 1px solid #ccc;
}
.header .search input[type='text'] {
	width: 92%;
	max-width: 328px;
	height: 30px;
	border: 0;
	box-sizing: border-box;
}
.header .search input[type='submit'] {
	background: url('https://shuppan.itembox.design/item/common/img/search_btn.jpg');
	width: 31px;
	height: 30px;
	padding: 0;
	border: 0;
}
.header .right {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 26%;
}
.header .right .other {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 68%;
}
.header .right .other a {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 60px;
}
.header .right .name {
	color: #e95283;
	font-size: 10px;
	margin-bottom: 5px;
}
.header .right .menu a {
	text-decoration: none;
}
@media screen and (max-width: 800px) {
	.header_pc {
		display: none;
	}
	.header_sp {
		display: flex;
		flex-direction: column;
	}
	.header_sp .upper, .header_sp .bottom {
		display: flex;
		justify-content: center;
		margin-bottom: 10px;
		align-items: flex-end;
	}
	.header .search {
		width: 60%;
		max-width: 215px;
	}
	.header .search form {
		justify-content: space-between;
	}
	.header .search .text {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.header .search .text span {
		font-size: 17px;
	}
	.header .search input[type='text'] {
		height: 20px;
	}
	.header .search input[type='submit'] {
		height: 20px;
		width: 20px;
		background-size: cover;
		border-radius: 0px;
	}
	.header .right {
		width: 40%;
	}
	.header .right .other {
		width: 100%;
		justify-content: space-around;
	}
	.header .right .guide {
		width: 60px;
	}
	.header .right .guide img {
		width: 24px;
	}
	.header .right .other .sign-up, .header .right .other .login {
		width: 40px;
	}
	.header .right .sign-up img {
		width: 33px;
	}
	.header .right .login img {
		width: 27px;
	}
	.header .logo {
		width: 75%;
	}
	.header .logo img {
		max-width: 282px;
	}
	.header .menu {
		width: 17%;
		text-decoration: none;
		text-align: center;
		position: relative;
	}
	.header .menu .triangle {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 5px 8px 5px;
		border-color: transparent transparent #e95383 transparent;
		margin: 0 auto;
		position: absolute;
		bottom: -13px;
		right: 0;
		left: 0;
		display: none;
	}
	.header .menu img {
		width: 24px;
	}
	.header .menu .name {
		font-size: 10px;
		color: #e95383;
	}
}

/* -------------------------------------------------
グローバルナビ
------------------------------------------------- */
.TabMenu {
	background: #e95383;
	display: none;
	position: absolute;
	z-index: 5;
	padding: 10px 5px;
	box-sizing: border-box;
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	top: 115px;
	left: 0;
	right: 0;
}
.TabMenu .triangle {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 18px 9px;
	border-color: transparent transparent #e95383 transparent;
	position: absolute;
	top: -18px;
	right: 7px;
}
.TabMenu ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1080px;
	margin: 0 auto;
}
.TabMenu ul li a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	background: #ec6d96;
	width: 168px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	line-height: 1.3em;
}
.TabMenu ul li a:hover {
	background: #f2a4bc;
}
@media screen and (max-width: 1080px) and (min-width: 801px){
	.TabMenu {
		padding-bottom: 0;
		top: 135px;
	}
	.TabMenu ul {
		max-width: 540px;
	}
	.TabMenu ul li a {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 800px) {
	.TabMenu {
		padding: 5px 5px 0;
		top: 119px;
	}
	.TabMenu .triangle {
		display: none;
	}
	.TabMenu ul {
		flex-direction: column;
	}
	.TabMenu ul li a {
		font-size: 14px;
		height: 45px;
		width: 100%;
		margin: 0 0 5px;
		text-align: left;
		justify-content: flex-start;
		padding-left: 15px;
		box-sizing: border-box;
		position: relative;
	}
	.TabMenu ul li a::after {
		content: '';
		width: 6px;
		height: 6px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg) translateY(-50%);
		position: absolute;
		top: 50%;
		right: 20px;
	}
}


/* -------------------------------------------------
フッタ
------------------------------------------------- */
.footer {
	background: #fff;
	padding: 15px 60px;
	max-width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
}
.footer ul {
	font-size: 16px;
	font-weight: bold;
	display: flex;
	justify-content: center;
}
.footer ul li a {
	color: #e95383;
	text-decoration: none;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #e95383;
}
.footer ul li:last-of-type a {
	border-right: none;
}
.footer .copy {
	text-align: center;
	font-size: 14px;
	color: #e95383;
	margin-top: 30px;
}
@media screen and (max-width: 800px) {
	.footer {
		padding: 10px 10px 0;
	}
	.footer ul {
		font-size: 14px;
		flex-direction: column;
		align-items: center;
	}
	.footer ul a {
		padding-right: 0;
		margin-right: 0;
	}
	.footer ul li {
		margin-bottom: 10px;
	}
	.footer ul li a {
		border: none;
	}
}