/************************************************************/
/* FILENAME : cms_default.css                               */
/*                                                          */
/* 説    明 : 地図関連以外のページで参照するスタイルシート  */
/*                                                          */
/* SYSTEM   : MC-MAP2/Web                                   */
/************************************************************/

@charset "UTF-8"; 

	div.input_order_no_member_div {
		text-align:left; 
		width: "900"; 
		margin-left: auto; 
		margin-right: auto; 
		padding-left:"10"; 
		padding-right:"10"; 
		padding-bottom:"10";
	}
	
	table.input_order_no_member {
		width :"900"; 
		height :"300";
		border-left:1px; 
		border-top:1px; 
		border-right:1px; 
		border-bottom:1px; 
		border-top-style:solid; 
		border-left-style:solid; 
		border-right-style:solid;
		border-bottom-style:solid;
		background-color:#ffffff; 
	}

/***************************追加分********************************/

html {
	font-family: "メイリオ","MSPゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
}
body {
	border-top: 5px solid #34a02c;
	background-color: #fafafa;
}

#head {
	width: 100%;
	height: 140px;
	margin: 0;
	padding: 0;
	display: inline-block;
	background: #fff;
	border-bottom: 1px solid #E6E6E6;
	text-align: left;
}

h2,h1 {
    background: url(https://www.irios.co.jp/mc-map/images/h2_bg.png) repeat-x 0 100%;
    margin: 10px 0;
    padding: 10px 0 0 8px;
    height: 30px;
    clear: both;
    font-size: 120%;
    line-height: 100%;
}
h3 {
	height: auto;
	line-height: 20px;
	font-size: 150%;
	color: #ffffff;
	background-color: #21b24a;
	border: 2px solid #165d11;
	margin: 20px 0 15px 0;
	padding: 10px 0px 10px 10px;
	font-weight: normal;
	text-indent: 0px;
	border-radius: 10px;
}
div.main {
	width: 900px;
	margin:0 auto;
	padding: 0 10px 10px 10px;
	text-align:left;
}
ul {
	padding: 0;
}
.list06 {
    list-style-type: none;
    margin: 0 0 0px 0;
    background-image: url(https://www.irios.co.jp/images/icon_asterisk.gif);
    background-position: 0px 3px;
    background-repeat: no-repeat;
    padding-left: 20px;
}
.inner {
	padding: 0px 10px 15px 10px;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.red {
	color: #ff0000;
}
table.input_order_data {
	border-collapse: collapse;
	width : 100%; 
	height : auto;
	background-color:#FFFFFF; 
}
table.input_order_data th {
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	background-color: #ecfeee;
	padding: 10px 10px;
	font-weight: normal;
	text-align:left;
}
table.input_order_data td {
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	padding: 10px 10px;
	background-color:#FFFFFF;
}

input[type="button"],input[type="text"],input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
    width: 70%;
}
input[type="button"],input[type="submit"] {
	background-color:#dddddd;
}
input[type="checkbox"],input[type="radio"] {
	width:  20px;
	height: 20px;
}
input[type="button"] {
	width: 32%;
	height: 50px;
}
input[type="submit"] {
	width: 30%;
	height: 50px;
}
input {
	height: 25px;
	border-radius: 5px;
}
.font-small {
	font-size: 80%;
}
a.pdf{
	background-image: url(https://www.irios.co.jp/images/pdficon_small.png);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	list-style: none;
	padding: 2px 0 10px 25px;
}
.font-size200 {
	font-size: 200%;
}
.mb30 {
	margin-bottom: 30px;
}

/***************************レスポンシブ対応********************************/

@media screen and (max-width: 900px){

div.main {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table {
	font-size: 80%;
}
table.input_order_data th {
	padding-left: 0px;
}
table.input_order_data td {
	padding: 10px 2px;
}
img {
	width:100%;
	height:auto
}
td img {
  width: auto;
}
table.input_order_data {
	width: 100%;
	height: auto;
}
}
