@charset "UTF-8";

/*------------------------------------------------------------
ブラウザ固有のCSSをリセット
-------------------------------------------------------------*/

*{ letter-spacing: 0; }

html{ overflow-y: scroll; }

body,div,ol,ul,li,
h1,h2,h3,h4,h5,h6,pre,form,fieldset,
input,p,blockquote{
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,var,h1,h2,h3,h4,h5,h6{
	font-style: normal;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6,small{
	font-size: 100%;
	font-weight: normal;
}

fieldset,img,abbr{ border: 0; }

caption{ text-align: left; }

q{ quotes: none; }

q:before,q:after{
	content: '';
	content: none;
}

a{ text-decoration: none; }

a:hover,
a:active{ outline: 0; }

img{
	border: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}

.img_move a:hover img {
	position: relative;
	top: 2px;
	left: 2px;
}

b,strong{ font-weight: bold; }

div{ word-wrap: break-word; }

sub,sup{
	position: relative;
	line-height: 0;
	vertical-align: baseline;
	font-size: 75%;
}
sup{ top: -0.5em; }
sub{ bottom: -0.25em; }

pre,code{
	font-size: 1em;
	font-family: sans-serif;
}

pre{
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}

form{ margin: 0; }

button,input,select,textarea,optgroup,option{
	margin: 0;
	font-family: sans-serif;
	font-size: 100%;
	vertical-align: baseline;
}

* html button,
* html input,
* html select,
* html textarea{ vertical-align: middle; } /* IE6 */

*+html button,
*+html input,
*+html select,
*+html textarea{ vertical-align: middle; } /* IE7 */

button,input{ line-height: normal; }

* html button,
* html input{ overflow: visible; } /* IE6 */

*+html button,
*+html input{ overflow: visible; } /* IE7 */

textarea{
	overflow: auto;
	vertical-align: top;
}

input[type="text"],textarea{ padding: 2px; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"]{ -webkit-appearance: button; }

button::-moz-focus-inner,
input::-moz-focus-inner{
	margin: 0;
	padding: 0;
	border: 0;
}

/*--------------------------------------------------------
レイアウトの初期設定
-------------------------------------------------------*/
body{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 62.5%;
	font-style: normal;
	line-height: 1.5;
}

table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-word;
}

* html table{ border-collapse: collapse; } /* IE6 */
*+html table{ border-collapse: collapse; } /* IE7 */

hr{
	clear: both;
	height: 1px;
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
	color: #ccc;
	font-size: 1.0em;
	line-height: 1.0em;
}
* html hr{ margin: 0 0 1.2em; } /* IE6 */
*+html hr{ margin: 0 0 1.2em; } /* IE7 */


/*--------------------------------------------------------
アスメル フォーム 2016/4/21 変更
-------------------------------------------------------*/
#asumeruform{
    width:600px;
}
 
#asumeruform table {
    border-collapse : collapse ;
    margin: 0 0 10px;
    width: 600px;
    table-layout: fixed;
    border-color:#ccc;
}
 
#asumeruform table th {
    width: 150px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    background: #ffffcc;
    text-align: left;
    vertical-align: middle;
    font-size:12px;
    color:#000;
}
 
 
#asumeruform table tr{
    border-color:#ccc;
 
}
 
#asumeruform table td {
    padding: 10px;
    border: 1px solid #ccc;
    color: #000;
    font-size:12px;
    background: #ffffff;
}
 
#asumeruform input{
    font-size: 12px;
}
 
#asumeruform .inputselect {
    padding: 3px;
    font-size: 12px;
    color:#000;
}
#asumeruform .inputSelect {
    padding: 3px;
    font-size: 12px;
    color:#000;
}
 
 
#asumeruform .inputtext.inputtextshortest {
    width: 100px;
}
#asumeruform .inputText.inputTextShortest {
    width: 100px;
}
 
#asumeruform .inputtext.inputtextshort {
    width: 350px;
}
#asumeruform .inputText.inputtextShort {
    width: 350px;
}
 
#asumeruform .inputtext.inputtextlong {
    width: 350px;
}
#asumeruform .inputText.inputTextLong {
    width: 350px;
}
 
#asumeruform textarea {
    font-size: 12px;
    width: 350px;
    height: 150px;
    padding: 3px;
}
 
#asumeruform input.formbtn, input.formBtn {
    margin-left:200px;
    font-size: 16px;
        width: 200px;
    height:35px;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0 2px 2px #ccc;
    border-radius: 6px;
    box-shadow: 0 2px 2px #ccc;
}
 
#asumeruform span.require {
    color: red;
    font-weight: bold;
}


/*--------------------------------------------------------
お問い合わせフォーム 2015/8/10 追記
-------------------------------------------------------*/
#mail_submit {
     border: 1px solid #aaa;
     background: #eee;
     color: #000; 
     -webkit-border-radius: 4px;     /* Google Chrome・Safari用 */
     -moz-border-radius: 4px;    /* Firefox用 */
     border-radius: 4px;     /* 基本形 */
     padding: 5px 30px; 
     cursor: pointer; 
     display: inline-block;
}

.btn_shinsei {
	display: inline-block;
	width: 60px;
	padding: 5px;
	text-decoration: none;
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0066CC), color-stop(0.00, #6699CC));
	background: -webkit-linear-gradient(top, #6699CC 0%, #0066CC 100%);
	background: -moz-linear-gradient(top, #6699CC 0%, #0066CC 100%);
	background: -o-linear-gradient(top, #6699CC 0%, #0066CC 100%);
	background: -ms-linear-gradient(top, #6699CC 0%, #0066CC 100%);
	background: linear-gradient(top, #6699CC  0%, #0066CC 100%);
	background-color: #0066ff;
	border:1px solid #0066ff;
}

th.column-2,th.column-3,th.column-4,th.column-5,th.column-6,th.column-7{
	font-size: 12px;
}

td.column-1,td.column-2,td.column-3,td.column-4,td.column-5,td.column-6,td.column-7,td.column-8,td.column-9{
	vertical-align: middle !important;
	font-size: 12px;
}

td.column-6 a,td.column-7 a,td.column-8 a,td.column-9 a {
	color: #ffffff;
	font-size: 12px;
}

/*--------------------------------------------------------
ウィジェットプラグイン用CSS 2016/5/12 追記
-------------------------------------------------------*/
#npcatch li{
	overflow:hidden;
	clear:both;
	margin:0px 0px 0px;
}

#npcatch img{
	float:left;
	padding:5px 10px;
}

#npcatch .title{
	width:160px;
	float:left;
	padding:5px 5px 5px 0px;
}

ul#npcatch li {
    background: none !important;
    padding: 0;
    border: solid 1px #ddd;
    margin-bottom: 5px;
}

span.date {
    float: right;
    margin: 20px 0 0 0;
}