#!/usr/bin/perl
BEGIN{ $| = 1; print "Content-type: text/css\n\n"; open(STDERR, ">&STDOUT"); }
require "./html.pl";

print <<_CSS_CODE_;

	
/*------------------------------------------
2022.03.28 池村
------------------------------------------*/

p.cautiontext{
	float: left;
	text-align: left;
	width: 100%;
	margin-top: 20px;
	font-family: 'Hiragino Kaku Gothic W5 JIS2004';
	color: #ff0000;
	font-size: 1.6rem;
	}

.order-optionbox{
	float: left;
	text-align: left;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 5px 5px 5px 5px;
	border: 2px solid #00425E;
	margin-top: 20px;
	}

/*------------------------------------------
2022.03.31 今中（衿腰の高さ・変更可）
------------------------------------------*/

/* 画像ラジオボタン横並び */
.possiblebox{
	float: left;
	text-align: left;
	width: 162px;
	}

.possiblebox img{
	max-width: 162px;
	}

ul.radiozone-list{
	float: left;
	text-align: left;
	}

.rmt20{
	margin-top:20px;
	}

.rml20{
	margin-left:20px;
	}

.rml10 {
	margin-left: 10px;
	}

ul.radiozone-list li{
	list-style-type: none;
	float: left;
	text-align: left;
	background-color: #ffffff;
	clear: both;
	}

ul.radiozone-list li img{
	max-width: 162px;
	}

.radio-choice {
	float: left;
	text-align: left;
	width: 100%;
	font-size: 1.4rem;
	font-family: 'Hiragino Kaku Gothic W4 JIS2004';
	line-height: 160%;
	}

/* オーダーフォームにて選択した時の色指定 */
.orderchecked .radio-choice {
	background-color: #f0e68c;
	}

/* ボタンの表組の領域 */
.radiostandardzone {
	width: 30%;
	}

.radiochangezone {
	width: 70%;
	}

/* ボタン radio */
ul.buttonzone-list{
	float: left;
	text-align: left;
	}

ul.buttonzone-list li{
	list-style-type: none;
	float: left;
	text-align: left;
	background-color: #ffffff;
	clear: both;
	width: auto !important;
	margin-left: 0px !important;
	margin-top: 0px !important;
	}

ul.buttonzone-list li img{
	max-width: 162px;
	}

/* 変更可100％ */
.radiocenter{
	float: left;
	text-align: left;
	width: 100%;
	margin-bottom: 20px;
	}

/*------------------------------------------
2022.03.20 今中
------------------------------------------*/

.buttonpul{
	width:100%;
	}

.name-textinput {
	width: 50px;
	padding: 5px 10px 5px 10px;
	box-sizing: border-box;
	}

/*------------------------------------------
オーダーフォームにて選択した時の色指定
------------------------------------------*/
.orderchecked {
	background-color: #f0e68c;
	}

.orderchecked .mandatoryzone-choice{
	background-color: #f0e68c;
	}

.orderchecked .mandatoryzone-choice02{
	background-color: #f0e68c;
	}

/*------------------------------------------
2022.01.23　池村
------------------------------------------*/

/* 必須 */
.aka16{
	font-family:Hiragino Kaku Gothic W5 JIS2004;
	color:#ff0000;
	font-size:1.6rem;
	line-height:160%;
	letter-spacing: 1px;
	}

/*------------------------------------------
2022.01.14　今中
------------------------------------------*/

.inputmtb5 {
	margin: 5px 0;
	}

.inputmtb5 {
	margin: 5px 0;
	}

/*------------------------------------------
2022.01.13　今中
------------------------------------------*/

.sizemenu-normalinput {
	width: 60px;
	padding: 5px 10px 5px 10px;
	box-sizing: border-box;
	}

ul.nostandardzone-list li {
	list-style-type: none;
	float: left;
	text-align: left;
	width: 100%;
	background-color: #ffffff;
	font-size: 1.4rem;
	font-family: 'Hiragino Kaku Gothic W4 JIS2004';
	line-height: 160%;	
	}

ul.nostandardzone-list li:nth-child(n + 2){
	margin-top: 10px;
	}

ul.nostandardzone-list li img{
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
	}

/* 画像の上下に空き追加 */
.mandatoryzone-img{
	float: left;
	padding: 10px 0px;
	}

/* 点線追加 */
.bbborder {
	float: left;
	width: 100%;
	border-bottom: 1px dotted #00425E;
	padding-bottom: 10px;
	}

/*------------------------------------------
2022.01.12　今中
------------------------------------------*/
.measuringtable {
	float: left;
	text-align: left;
	width: 730px;
	margin-bottom: 50px;
	}

.measuringtable th {
	padding: 5px 15px;
	border: 1px solid #00425E;
	border-collapse: collapse;
	}

.hedcolor-blue {
	background-color: #00425E;
	color: #ffffff;
	font-family: 'Hiragino Kaku Gothic W5 JIS2004';
	font-size: 1.8rem;
	}

.measuringtable td {
	padding: 15px;
	border: 1px solid #00425E;
	border-collapse: collapse;
	vertical-align: top;
	}

ul.heightbox{
	float: left;
	text-align: left;
	width: 100%;
	margin-top: 10px;
	}

ul.heightbox li{
	list-style-type: none;
	margin-top: 10px;
	font-size: 1.4rem;
	font-family: 'Hiragino Kaku Gothic W4 JIS2004';
	line-height: 160%;
	}

ul.heightbox li:first-child{
	margin-top: 0px;
	}

.measuringzone {
	width: 40%;
	}

/*------------------------------------------
2021.09.29　今中
------------------------------------------*/

ul.radiobox {
	float: left;
	width: 100%;
	}

ul.radiobox {
	float: left;
	width: 100%;
	padding-top:10px;
	}

ul.radiobox li{
	list-style-type: none;
	float: left;
	text-align: left;
	width: calc((100% - 20px) /2);
	margin-left: 10px;
	/* background-color: #ffffff; */
	font-size: 1.4rem;
	font-family: 'Hiragino Kaku Gothic W4 JIS2004';
	line-height: 160%;
	}

ul.radiobox li:nth-child(2n + 1){
	margin-left: 0px;
	clear: both;
	}

ul.radiobox li:nth-child(n + 5){
	margin-top: 10px;
	}

.leftimgbox {
	float: left;
	width: 162px;
	padding-right:20px;
	}

.righttexbox{
	float: left;
	width: calc(100% - 182px);
	font-size: 1.4rem;
	font-family: 'Hiragino Kaku Gothic W4 JIS2004';
	padding-top: 20px;
	}

.graytable{
	float: left;
	text-align: left;
	width: 100%;
	margin-bottom: 50px;
	}

.graytable th{
	padding: 5px 15px;
	border:1px solid #666666;
	border-collapse:collapse;
	}

.graytable td{
	padding: 15px;
	border:1px solid #666666;
	border-collapse:collapse;
	}

.hedcolor-gray{
	background-color: #666666;
	color: #ffffff;
	font-family:'Hiragino Kaku Gothic W5 JIS2004';
	font-size: 1.8rem;
	}

.button-textinput {
	width: 160px;
	padding: 5px 10px 5px 10px;
	box-sizing: border-box;
	}


/*------------------------------------------

------------------------------------------*/

.menu {
	width: 730px;
	max-width: 1000px;
	margin: 0 auto;
	z-index:10;
	}

.menu > li {
	float: left;
	width: 175px;
	line-height: 50px;
	background: #00425e;
	text-align:center;
	font-size: 16px;
	font-family: 'Hiragino Kaku Gothic W5 JIS2004';
	line-height: 30px;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 7px;
	}

.menu > li a {
	display: block;
	color: #fff!important;
	}

.menu > li a:hover {
	color: #fff!important;
	}

.menu > li span {
	display: block;
	color: #fff!important;
	}

.menu__nowsetcolor {
  background: #000000!important;
	}

.menu__none:hover,
.menu__multi:hover,
.menu__mega:hover,
.menu__single:hover {
	-webkit-transition: .2s ease;
	transition: .2s ease;
	}

.menu__second-level li {
	border-top: 1px solid #111;
}

.menu__third-level li {
	border-top: 1px solid #111;
}

.menu__second-level li a:hover {
	background: #111;
	}

.menu__third-level li a:hover {
	background: #2a1f1f;
	}

.menu__fourth-level li a:hover {
	background: #1d0f0f;
	}

.menu:before,
.menu:after {
	content: "";
	display: table;
	}

.menu:after {
	clear: both;
	}

.menu {
	*zoom: 1;
	}

/** * single menu */

.menu > .menu__single {
	position: relative;
	}

.menu__single .menu__second-level {
	position: absolute;
	top: 35px;
	width: 100%;
	background: #00425e;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	visibility: hidden;
	opacity: 0;
	z-index:10;
	}


.cartkijiul{
	display: flex;
	flex-wrap:wrap;
}
.cartkijiul li{
	width: calc(100%/2);
	box-sizing:border-box;
}

.kijilist{
	width:350px;
	margin-left: 0px;
	margin-bottom: 10px;
}

.menu__single:hover > .menu__second-level {
	top: 35px;
	visibility: visible;
	opacity: 1;
	z-index:10;
	}

.kakudai{
	float: right;
	}

.orderfhotolist img{
	width:$item_width_pc\px;
	height:auto;
	}
	
.orderfhotolist button{
	padding: 3px 10px;
	}

.orderlist img{
	width:$cart_width_pc\px;
	height:auto;
	}

.orderlist button{
	padding: 3px 10px;
	}

.optionlist img{
	width:$cart_width_pc\px;
	height:auto;
	}

.optionlist button{
	padding: 3px 10px;
	}

.orderlistcenter{
	text-align:center;
	}

.orderlistright{
	text-align:right;
	}

.orderlist-choice{
	float: left;
	text-align: left;
	width: 100%;
	font-size: 14px;
	margin-top: 7px;
	}

.japanese{
	font-size: 18px;
	}

.choicemenu-title{
	font-size: 18px;
	}

.menudetails h3{
	font-size: 22px;
	}

.order-title h3{
	font-size: 22px;
	}

ul.choicemenulist{
	float: left;
	text-align: left;
	width: 100%;
	}

ul.choicemenulist li{
	list-style-type: none;
	float: left;
	text-align: left;
	width: 230px;
	margin-right: 20px;
	}

ul.choicemenulist li:last-child{
	margin-right: 0px;
	}

ul.choicemenulist li img{
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
	height: auto;
	}

/*------------------------------------------
2021.07.06 今中
------------------------------------------*/

ul.mandatoryzone-list02{
	float: left;
	text-align: left;
	width: 100%;
	}

ul.mandatoryzone-list02 li{
	list-style-type: none;
	float: left;
	text-align: left;
	width: calc((100% - 30px) /2);
	margin-left: 10px;
	background-color: #ffffff;
	}

ul.mandatoryzone-list02 li:nth-child(2n + 1){
	margin-left: 0px;
	clear: both;
	}

ul.mandatoryzone-list02 li:nth-child(n + 5){
	margin-top: 10px;
	}

ul.mandatoryzone-list02 li img{
	margin: 0 auto;
	text-align: center;
	max-width: 167px;
	}

.mandatoryzone-choice02 {
	float: left;
	text-align: center;
	width: 100%;
	padding: 10px 0px 10px 0px;
	box-sizing: border-box;
	font-size: 1.4rem;
	font-family: 'Hiragino Kaku Gothic W4 JIS2004';
	line-height: 160%;
	}

/*------------------------------------------
2021.07.05　井山
------------------------------------------*/

/*<!--area_a-->*/
.mandatorytable{
	float: left;
	text-align: left;
	width: 100%;
	margin-bottom: 50px;
	}

.mandatorytable th{
	padding: 5px 15px;
	border:1px solid #dc143c;
	border-collapse:collapse;
	}

.mandatorytable td{
	padding: 15px;
	border:1px solid #dc143c;
	border-collapse:collapse;
	}

.hedcolor-pink{
	background-color: #dc143c;
	color: #ffffff;
	font-family:'Hiragino Kaku Gothic W5 JIS2004';
	font-size: 1.8rem;
	}

.mandatoryzone{
	width: 100%;
	}

ul.mandatoryzone-list{
	float: left;
	text-align: left;
	width: 100%;
	}

ul.mandatoryzone-list li{
	list-style-type: none;
	float: left;
	text-align: left;
	width: calc((100% - 30px) /4);
	margin-left: 10px;
	background-color: #ffffff;
	}

ul.mandatoryzone-list li:nth-child(4n + 1){
	margin-left: 0px;
	clear: both;
	}

ul.mandatoryzone-list li:nth-child(n + 5){
	margin-top: 10px;
	}

ul.mandatoryzone-list li img{
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
	}

.mandatoryzone-choice{
	float: left;
	text-align: left;
	width: 100%;
	padding: 10px 0px 10px 0px;
	box-sizing: border-box;
	font-size: 1.4rem;
	font-family:'Hiragino Kaku Gothic W4 JIS2004';
	line-height: 160%;
	}

/*<!--area_b-->*/
.choicetable{
	float: left;
	text-align: left;
	width: 100%;
	margin-bottom: 50px;
	}

.choicetable th{
	padding: 5px 15px;
	border:1px solid #666666;
	border-collapse:collapse;
	}

.choicetable td{
	padding: 15px;
	border:1px solid #666666;
	border-collapse:collapse;
	vertical-align: top;
	}

.hedcolor-standard{
	background-color: #666666;
	color: #ffffff;
	font-family:'Hiragino Kaku Gothic W5 JIS2004';
	font-size: 1.8rem;
	}

.hedcolor-change{
	background-color: #eeeeee;
	color: #333333;
	font-family:'Hiragino Kaku Gothic W5 JIS2004';
	font-size: 1.8rem;
	}

.standardzone{
	width: 26.4%;
	}

.changezone{
	width: 73.6%;
	}

ul.standardzone-list{
	float: left;
	text-align: left;
	width: 100%;
	}

ul.standardzone-list li {
	list-style-type: none;
	float: left;
	text-align: left;
	width: 100%;
	background-color: #ffffff;
	border-bottom: 1px dotted #00425E;
	padding-bottom: 10px;
	font-size: 1.4rem;
	font-family: 'Hiragino Kaku Gothic W4 JIS2004';
	line-height: 160%;	
	}

ul.standardzone-list li:last-child {
	border-bottom: 0px dotted #00425E;
	padding-bottom: 0px;
	}

ul.standardzone-list li:nth-child(n + 2){
	margin-top: 10px;
	}

ul.standardzone-list li img{
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
	}

.standardzone-choice{
	float: left;
	text-align: left;
	width: 100%;
	padding: 0px 0px 10px 0px;
	box-sizing: border-box;
	font-size: 1.4rem;
	font-family:'Hiragino Kaku Gothic W4 JIS2004';
	line-height: 160%;
	}

/*テキストのリスト*/
ul.changezone-list-text{
	float: left;
	text-align: left;
	width: 100%;
	}

ul.changezone-list-text li{
	list-style-type: none;
	float: left;
	text-align: left;
	width: 100%;
	clear: both;
	}

/*横2列*/
ul.changezone-list-2{
	float: left;
	text-align: left;
	width: 100%;
	}

ul.changezone-list-2 li{
	list-style-type: none;
	float: left;
	text-align: left;
	width: calc((100% - 20px) /3);
	margin-left: 10px;
	background-color: #ffffff;
	}

ul.changezone-list-2 li:nth-child(2n + 1){
	margin-left: 0px;
	clear: both;
	}

ul.changezone-list-2 li:nth-child(n + 3){
	margin-top: 10px;
	}

ul.changezone-list-2 li img{
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
	}

/*横3列*/
ul.changezone-list{
	float: left;
	text-align: left;
	width: 100%;
	}

ul.changezone-list li{
	list-style-type: none;
	float: left;
	text-align: left;
	width: calc((100% - 20px) /3);
	margin-left: 10px;
	background-color: #ffffff;
	}

ul.changezone-list li:nth-child(3n + 1){
	margin-left: 0px;
	clear: both;
	}

ul.changezone-list li:nth-child(n + 4){
	margin-top: 10px;
	}

ul.changezone-list li img{
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
	}

.changezone-choice{
	float: left;
	text-align: left;
	width: 100%;
	padding: 0px 0px 10px 0px;
	box-sizing: border-box;
	font-size: 1.4rem;
	font-family:'Hiragino Kaku Gothic W4 JIS2004';
	line-height: 160%;
	}

.descriptionzone{
	float: left;
	text-align: left;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #00425E;
	border-radius: 10px 10px 10px 10px;
	}

.descriptionzone-title{
	font-family: 'Hiragino Kaku Gothic W5 JIS2004';
	color: #00425E;
	font-size: 1.6rem;
	}

ul.featureslist{
	float: left;
	text-align: left;
	width: 100%px;
	margin-top: 15px;
	}

ul.featureslist li{
	list-style-type: none;
	float: left;
	text-align: left;
	}

ul.featureslist li:nth-child(n + 2){
	margin-top: 10px;
	}

.meritzone{
	float: left;
	text-align: left;
	width: 100px;
	padding: 2px 10px;
	box-sizing: border-box;
	margin-right: 10px;
	background-color: #00425E;
	font-family: 'Hiragino Kaku Gothic W5 JIS2004';
	color: #ffffff;
	font-size: 1.4rem;
	}

.demeritzone{
	float: left;
	text-align: left;
	width: 100px;
	padding: 2px 10px;
	box-sizing: border-box;
	margin-right: 10px;
	background-color: #00425E;
	font-family: 'Hiragino Kaku Gothic W5 JIS2004';
	color: #ffffff;
	font-size: 1.4rem;
	}

_CSS_CODE_


