/*-------------------------------------
zegna css
-------------------------------------*/

body {
    line-height: 1.5em;
    margin: 0px;
    padding: 0px;
    color: #333333;
    font-size: 80% !important;
    background-color: #ededed;
    background-image: url(../../images/menu/spacer.gif); /*トップページ以外*/
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-text-size-adjust: 100%;
}

#wrapper1 {
    width: 900px; /* ページ幅の基本定義 */
    margin-right: auto;
    margin-left: auto;
}

/* リンクに関して */

a:link ,a:visited {
	text-decoration: underline;
	color: #A98A6E;
}

a:hover ,a:active {
	color: #DBCDC1;
}

.alpha a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}



/* pc&sp制御用　初期値はpcを表示してモバイルは表示させない */

.pc {
    display: block !important;
}
.sp {
    display: none !important;
}

@media only screen and (max-width: 767px) {
	#wrapper1 {
	    width: 100%; /* モバイル用の定義 */
	    margin-right: auto;
	    margin-left: auto;
	}
	.pc {
	    display: none !important;
	}
	.sp {
	    display: block !important;
	}
}


/* 表示関係 */

h2 {
    margin: auto;
    padding-bottom: 1px;
    background-color: #ffffff;
}

.news-info-tit {
    border-left: 5px #ffffff solid;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px #666 dotted;
    font-size: 85%;
    font-weight: bold;
    color: #555555;
    background-color: #ffffff;
}

.news-info-tit3 {
    border-left: 5px #066 solid;
    border-top: 1px #666 dotted;
    border-bottom: 1px #666 dotted;
    border-right: 1px #666 dotted;
    color: #CCC;
    background-color: #333;
    padding: 5px;
    margin: 10px 0 0 0;
    font-size: 120%;
    font-weight: bold;
}

.bold {
	font-weight: bold;
}

.center {
    margin: 0 auto;
}

.text_l {
    text-align: left;
}

.text_r {
    text-align: right;
}

.text_c {
    text-align: center;
}

.w20 {
    width: 20%;
}
.w40 {
    width: 40%;
}
.w45 {
    width: 45%;
}
.w60 {
    width: 60%;
}
.w95 {
    width: 95%;
}
.w90 {
    width: 90%;
}

.p8 {
    padding: 8px;
}
.p6 {
    padding: 6px;
}

.sp_set{padding: 0; margin: 40px 20px 20px 0;}


/* box表示関係 */

.boxset {
    display: inline-block;
}

.box_style01 {
    border: 1px #b0c4de double;
    background-color: #fff5ee;
}

.box_style02 {
    border: 1px #b0c4de double;
    background-color: #f0ffff;
}

.box_style03 {
    background-color: #f0ffff;
    padding: 10px;
}

/* float表示関係 */

.flr {
    float: right;
    margin-left: 10px;
}
.fll {
    float: left;
    margin-left: 10px;
}

.kaijo1 {
    clear: both;
}


/* フォントカラー関係 */

.font-000 {
    color: #000000;
}

.font-fff {
    color: #ffffff;
}

.bk_co {
    border: 1px solid #98aa6e;
    background-color: #312922;
    color: #ffffff;
}
.bk_222 {
    background-color: #222222;
}

.bk_co td {
    border: 1px solid #98aa6e;
    background-color: #ffffff;
    color: #000000;
}

.co555555 {
    color: #555555;
}


/* 装飾関係 */

.waku2 {
    border: 1px #999 dotted;
    background-color: #222;
    padding: 5px;
    margin: 0 0 5px 0;
    color: #CCC;
    width: 98%;
}

.back_c1{padding: 10px 10px 10px 10px; margin: 0; background-color: #f0ffff; border: 1px solid; width:90%; text-align: left; text-decoration-color: black}

.back_c2{padding: 10px 10px 10px 10px; margin: 0; background-color: #e0ffff; border: 1px solid; width:90%; text-align: left; text-decoration-color: black}

.news-info-tit3 {
    border-left: 5px #066 solid;
    border-top: 1px #666 dotted;
    border-bottom: 1px #666 dotted;
    border-right: 1px #666 dotted;
    color: #CCC;
    background-color: #333;
    padding: 5px;
    margin: 10px 0 0 0;
    font-size: 120%;
    font-weight: bold;
}


