@charset "utf-8";
@media screen and (min-width: 641px){
img{
max-width: 100%;
height: auto;
width /***/:auto;
}
#container{
width:100%;
}
/*-------------------------------------*/

div.wrapBox{
	position:relative;
	width: 960px;
	margin: 0 auto;
	padding: 45px 0;
}
div#logo-smart{
	display:none;            /* 非表示  */
}
div#mainContents{
	width: 700px;
	float: right;
}
div#mainContents img{
	position:absolute;
	width: 100px;
	left:820px;
}

div#leftContents{
	width: 200px;
	float: left;
}

ul#subNavigation{}

ul#subNavigation li{
	display: block;
	margin-bottom: 14px;
}

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

h3{
	text-align: center;
	margin: 90px 0;
	border: 3px solid #900;
	padding: 10px 0;
}


/*-------------------------------------*/
/* テーブルフォーマット */
/*-------------------------------------*/

table{
	border-top: 1px solid #ccc;
	width: 100%;
	margin-bottom: 30px;
}
table th,
table td{
	padding: 14px 0;
	border-bottom: 1px solid #ccc;
}
table th{
	width:240px;
	padding-right: 16px;
}
table td{
	border-left: 1px solid #ccc;
	padding-left: 16px;
}

table.tableDec1 th{ background: #FFFFE0; padding-left: 10px; border-bottom: 1px solid #D3D3D3; }

/*-------------------------------------*/
/* リストフォーマット */
/*-------------------------------------*/

ul{
	display: block;
	margin-bottom: 30px;
}

ul.bgList1 li{ background: url(../../share/img/bg_list1.gif) no-repeat left center; padding-left: 1.5em;}


/*-------------------------------------*/
/* テキストテンプレート */
/*-------------------------------------*/


/* 基本フォーマット */
div.txtTempSet{
	margin-bottom: 30px;
}

div.txtTempSet strong{
	display: block;
	font-weight: bold;
}

div#mainContents div.clearfix{
	width: 100%;
}

/* txtTemp1 */
div.txtTemp1{}
div.txtTemp1 strong{ margin-bottom: 6px;}

/*-------------------------------------*/
/* 入力フォーム */
/*-------------------------------------*/
#container{
    width:600px;
    margin:0 auto;
    padding:20px;
    background:white;
}
h1{
    margin-top:20px;
    font-size:large;
    color:#7CADB6;
}
dl dt {
    border-left:5px solid #A9A9A9;
    border-bottom:1px solid #A9A9A9;
    font-size:small;
    margin:0;
    padding:5px;
}
dl dt span{
    color:#fff;
    background-color: #228B22;
}
dl dd{
    font-size:small;
    margin:0;
    padding:10px;
}
dl dd input{
    position:relative;
    z-index:2;
}
dl dd textarea{
    width: 510px;
    height: 150px;
}
dl dd label{
    position:relative;
    padding:5px 5px 5px 25px;
    margin : 0 5px 0 -25px;
    margin-left:-25px;
    position:relative;
    z-index:1;
}

input.button {
	padding: 6px 30px;
	background-color: #228B22;
	color: #fff;
	border-style: none;
	cursor:pointer;
}


dl dd.error input , 
dl dd.error textarea , 
dl dd.error label {
    background:#FFCCCC;
}
* html dl dd.error label {
    background:none;
}
*+html dl dd.error label{
    background:none;
}
dl dd p.error{
    margin:0;
    color:red;
    font-weight:bold;
    margin-bottom:1em;
}


