﻿/* 全般 */
#top {
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
padding-top: 1px;
}

body {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
	background-color: #ffffff; 
	color: #333; 
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

html{
  overflow-y: scroll;
}


/* テキスト */
p.profile {margin top: 10px;}

/* 画像 */

img {
	border-style :none
}

.us img{
    margin: 0px 0px 40px 0px;
    max-width: 100%;
    height:auto;
}

.image img{
    border: 1px #e5e5e5 solid;
    max-width: 100%;
    height:auto;
}

.image1 img{
    max-width: 100%;
    height:auto;
}

.image2 img{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    max-width: 100%; 
    height:auto;

}

.image3 img{
    border: 1px #e5e5e5 solid;
	box-shadow: 0 0 30px rgba(0,0,1,.1);
	max-width: 100%; 
    height:auto;
}

/* リンク */
a {
    color: #333;
    text-decoration: none;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

a:hover {
    color: #999;
}

a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/* 配置 */
.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

/* テーブル */

#tbl table,#tbl td,#tbl th {
    border-collapse: collapse;
    border:1px solid #dcdcdc;
    background-color: #ffffff;
    padding: 5px;
    vertical-align: top;
    }

/* フォント */

.s {
	font-size: 11px;
	line-height: 18px;	
}

.s_gr {
	font-size: 11px;
	line-height: 18px;
	color: #eeeeee; 
}


.s2 {
	font-size: 11px;
	line-height: 24px;
}

.sm {
	font-size: 12px;
	line-height: 20px;
}

.m {
	font-size: 13px;
	line-height: 23px;
}

.m2 {
	font-size: 13px;
	line-height: 27px;
}

.l {
	font-size: 16px;
	line-height: 30px;
}

.ll {
	font-size: 24px;
	line-height: 34px;
}