@charset "UTF-8";
/*
Theme Name: niko758 css
Theme URL: http://www.niko758.com/
Description: contactCSS（お問い合わせ用）.
Version: 1.0
Author: ニコー製作所
Author URL: http://www.niko758.com/
*/

/* CSS Document */

/* app＆contact用
----------------------------- */
.contents {
clear:both;
width:540px;
margin:0 auto;
color:#333333;
line-height:150%;
}
.contents h2 {
margin:5px 0;
padding:5px 0;
color:#006633;
font-size:1em;
border-bottom:#006633 solid 2px;
}
.contents p {
margin:10px 5px 0 5px;
padding:0;
font-size:0.8em;
color:#666666;
line-height:150%;
}
p.tel {
font-size:1em;
color:#CC0000;
font-weight:bold;
}

/* 表
----------------------------- */
table {
width:450px;
border:#CCCCCC solid 2px;
margin:20px 0;
font-size:0.8em;
line-height:145%;
color:#333333;
}
.row {
width:25%;
}

td {
border:#e9e9e9 solid 1px;
padding:15px 5px;
}
.red {
color:#FF0000;
}
textarea {
width:95%;
border-top:#333333 solid 2px;
border-left:#333333 solid 2px;
border-right:#333333 solid 1px;
border-bottom:#333333 solid 1px;
}

/* thanks用
----------------------------- */
.thanks {
width:350px;
text-align:center;
margin:50px auto;
}
.thanks p {
font-size:0.8em;
color:#666666;
}
.thanks a {
color:#3399CC;
}

