@charset "UTF-8";

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

 file name  :  default.css
 style info :  リセット及びbody初期設定
 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */

html {
	height: 100%;
	overflow-y: scroll;
	width: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	text-align: left;
}

td dl dt {}

html>body {
	height: auto;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    text-align: left;
    font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
}

q:before,
q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,
legend {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
	border: 0;
	vertical-align: middle;
}

.mainContentsInner img {
	vertical-align: top;
}

.naviList img {
	vertical-align: baseline;
}

li {
	list-style-type: none;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

/*
////////////////////////////////////////////////////////////////////////////////////////////////////////////////

汎用class 

////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearBoth {
	clear: both;
}

.layoutCenter {
	margin: 0 auto;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.textLeft {
	text-align: left;
}

.marginR {
	margin-right: 0px;
}

.textVartical {
	vertical-align: middle;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.invisible {
	visibility: hidden;
}

/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	/*height: 0;*/
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
	overflow: hidden;
	zoom: 1;
}

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

/* */

/* 汎用
----------------------------------------------------*/

/* margin */
.noMrg {
	margin: 0 !important;
}

.noMrgT {
	margin-top: 0 !important;
}

.noMrgB {
	margin-bottom: 0 !important;
}

.MrgT2 {
	margin-top: 2px;
}

.MrgB2 {
	margin-bottom: 2px !important;
}

.MrgB3 {
	margin-bottom: 3px !important;
}

.Mrg5 {
	margin: 5px !important;
}

.MrgT5 {
	margin-top: 5px !important;
}

.MrgR5 {
	margin-right: 5px !important;
}

.MrgB5 {
	margin-bottom: 5px !important;
}

.MrgL5 {
	margin-left: 5px !important;
}

.Mrg10 {
	margin: 10px !important;
}

.MrgT10 {
	margin-top: 10px !important;
}

.MrgR10 {
	margin-right: 10px !important;
}

.MrgB10 {
	margin-bottom: 10px !important;
}

.MrgL10 {
	margin-left: 10px !important;
}

.Mrg15 {
	margin: 15px !important;
}

.MrgT15 {
	margin-top: 15px !important;
}

.MrgR15 {
	margin-right: 15px !important;
}

.MrgB15 {
	margin-bottom: 15px !important;
}

.MrgL15 {
	margin-left: 15px !important;
}

.Mrg20 {
	margin: 20px !important;
}

.MrgT20 {
	margin-top: 20px !important;
}

.MrgR20 {
	margin-right: 20px !important;
}

.MrgB20 {
	margin-bottom: 20px !important;
}

.MrgL20 {
	margin-left: 20px !important;
}

.MrgT30 {
	margin-top: 30px !important;
}

.MrgR30 {
	margin-right: 30px !important;
}

.MrgB30 {
	margin-bottom: 30px !important;
}

.MrgT35 {
	margin-top: 35px;
}

.MrgT40 {
	margin-top: 40px !important;
}

.MrgB40 {
	margin-bottom: 40px !important;
}

.MrgL40 {
	margin-left: 40px !important;
}

.MrgL130 {
	margin-left: 130px !important;
}

.MrgT50 {
	margin-top: 50px !important;
}

.MrgB50 {
	margin-bottom: 50px !important;
}

.MrgB60 {
	margin-bottom: 60px !important;
}

.MrgTMinus20 {
	margin-top: -20px !important;
}

.MrgTMinus40 {
	margin-top: -40px !important;
}

.Mrg20_0 {
	margin: 20px 0 !important;
}

.Mrg0_15_20 {
	margin: 0 15px 20px !important;
}


/* padding */
.noPdd {
	padding: 0 !important;
}

.noPddT {
	padding-top: 0 !important;
}

.noPddB {
	padding-bottom: 0 !important;
}

.noPddL {
	padding-left: 0 !important;
}

.pddT5,
.pdd5 {
	padding-top: 5px !important;
}

.pddR5,
.pdd5 {
	padding-right: 5px !important;
}

.pddB5,
.pdd5 {
	padding-bottom: 5px !important;
}

.pddL5,
.pdd5 {
	padding-left: 5px !important;
}

.pddT10,
.pdd10 {
	padding-top: 10px !important;
}

.pddR10,
.pdd10 {
	padding-right: 10px !important;
}

.pddB10,
.pdd10 {
	padding-bottom: 10px !important;
}

.pddL10,
.pdd10 {
	padding-left: 10px !important;
}

.pddT15,
.pdd15 {
	padding-top: 15px !important;
}

.pddR15,
.pdd15 {
	padding-right: 15px !important;
}

.pddB15,
.pdd15 {
	padding-bottom: 15px !important;
}

.pddL15,
.pdd15 {
	padding-left: 15px !important;
}

.pddT20,
.pdd20 {
	padding-top: 20px !important;
}

.pddR20,
.pdd20 {
	padding-right: 20px !important;
}

.pddB20,
.pdd20 {
	padding-bottom: 20px !important;
}

.pddL20,
.pdd20 {
	padding-left: 20px !important;
}

.padd5_20 {
	padding: 5px 20px;
}

.posU3 {
	display: block;
	position: relative;
	top: -5px;
	_top: -12px;
}

.ie6_b20 {
	_margin-bottom: 20px;
}

.ie6_t20 {
	_display: block;
	_margin-top: 20px;
}

/* width */
.width_58 {
	width: 58px;
}

.width_60 {
	width: 60px;
}

.width_70 {
	width: 70px;
}

.width_72 {
	width: 72px;
}

.width_83 {
	width: 83px;
}

.width_88 {
	width: 88px;
}

.width_95 {
	width: 95px;
}

.width_100 {
	width: 100px;
}

.width_105 {
	width: 105px;
}

.width_110 {
	width: 110px;
}

.width_120 {
	width: 120px;
}

.width_130 {
	width: 130px;
}

.width_134 {
	width: 134px;
}

.width_135 {
	width: 135px;
}

.width_138 {
	width: 138px;
}

.width_143 {
	width: 143px;
}

.width_150 {
	width: 150px;
}

.width_158 {
	width: 158px;
}

.width_160 {
	width: 160px;
}

.width_165 {
	width: 165px;
}

.width_168 {
	width: 168px;
}

.width_170 {
	width: 170px;
}

.width_180 {
	width: 180px;
}

.width_200 {
	width: 200px;
}

.width_210 {
	width: 210px;
}

.width_213 {
	width: 213px;
}

.width_220 {
	width: 220px;
}

.width_223 {
	width: 223px;
}

.width_240 {
	width: 240px;
}

.width_250 {
	width: 250px;
}

.width_270 {
	width: 270px;
}

.width_280 {
	width: 280px;
}

.width_284 {
	width: 284px;
}

.width_290 {
	width: 290px;
}

.width_300 {
	width: 300px;
}

.width_310 {
	width: 310px;
}

.width_316 {
	width: 316px;
}

.width_326 {
	width: 326px;
}

.width_328 {
	width: 328px;
}

.width_340 {
	width: 340px;
}

.width_380 {
	width: 380px;
}

.width_400 {
	width: 400px;
}

.width_420 {
	width: 420px;
}

.width_430 {
	width: 430px;
}

.width_434 {
	width: 434px;
}

.width_448 {
	width: 448px;
}

.width_450 {
	width: 450px;
}

.width_490 {
	width: 490px;
}

.width_558 {
	width: 558px;
}

.width_580 {
	width: 580px;
}

.width_600 {
	width: 600px;
}

.width_620 {
	width: 620px;
}

.width_630 {
	width: 630px;
}

/*height*/
.height_72 {
	height: 72px;
}

.height_80 {
	height: 80px;
}

/* その他 */
.of_h {
	overflow: hidden;
	zoom: 1;
}

.noWrap {
	white-space: nowrap;
}

.strong {
	font-weight: bold;
}

.lineH17 {
	line-height: 17px;
}

.posUpper {
	position: relative;
	z-index: 100;
}

.posLower {
	position: relative;
	z-index: 50;
}

.uline {
	text-decoration: underline;
}

.inlineBlock {
	display: inline-block;
}

/* =========== IE用印刷設定CSS =========== */

@media print {
	body {
		background: none !important;
		/zoom: 75% !important;
	}


	#pageTitleWrap {
		/*_zoom:90% !important; */
	}


	.contents {
		width: 200mm !important;
		/* float:left !important; */
		border: none !important;
		margin-left: auto;
		margin-right: auto;
	}

	.globalHead,
	.globalNavi,
	.globalHead,
	.topicPath,
	.subContents,
	.globalFoot,
	.footname {
		display: none !important;
	}

	.mainContents {
		_zoom: 90%;

	}

	.mainContentsInner {
		/*page-break-inside: avoid;*/
	}

	.textWrapNomal {
		_width: 180mm !important;
	}

	#page {
		_top: 0px;
	}

	img {
		_position: relative !important;
		_display: block !important;
	}

	#toylibraryPage .toyListWrap li.first {
		_clear: both !important;
	}

	.print_zoom {
		/*zoom: 0.6;*/
	}

}
