@charset "utf-8";

/* *********************************************************
Title: side.css
Created: 2013-11-07
Last Modified: 2013-11-07
********************************************************* */

/* Table Of Contents
------------------------------------------------------------
#01 sideApp
#02 sideSNS
----------------------------------------------------------*/

/*----------------------------------------------------------
#01 sideApp　サイドのバナースタイル
----------------------------------------------------------*/
.sideApp img {
	margin: 0 0 2px 0;
	width: 234px;
}
.scaution {
	margin: 4px 0 10px 0;
}
.scautionInner {
	padding: 2px 5px;
}
/* 青枠 */
.curve-softblue {
	background-color: #ccffff; /* ここの色を変えたら色んな角丸ができる */
	margin: 5px 0;
}
.curve-softblue div.curve-head {
	background: url("./images/01-curve-left-head.gif") top left no-repeat;
	font-size: 1px;
	height: 5px;
}
.curve-softblue div.curve-head div {
	background: url("./images/01-curve-right-head.gif") top right no-repeat;
	font-size: 1px;
	height: 5px;
}
.curve-softblue div.curve-bottom {
	background: url("./images/01-curve-left-bottom.gif") bottom left no-repeat;
	font-size: 1px;
	height: 5px;
}
.curve-softblue div.curve-bottom div {
	background: url("./images/01-curve-right-bottom.gif") bottom right no-repeat;
	font-size: 1px;
	height: 5px;
}
/* グレー枠 */
.curve-gray {
	background-color: #e0e0e0; /* ここの色を変えたら色んな角丸ができる */
	margin: 5px 0;
}
.curve-gray div.curve-head {
	background: url("./images/01-curve-left-head.gif") top left no-repeat;
	font-size: 1px;
	height: 5px;
}
.curve-gray div.curve-head div {
	background: url("./images/01-curve-right-head.gif") top right no-repeat;
	font-size: 1px;
	height: 5px;
}
.curve-gray div.curve-bottom {
	background: url("./images/01-curve-left-bottom.gif") bottom left no-repeat;
	font-size: 1px;
	height: 5px;
}
.curve-gray div.curve-bottom div {
	background: url("./images/01-curve-right-bottom.gif") bottom right no-repeat;
	font-size: 1px;
	height: 5px;
}


/*----------------------------------------------------------
#02 sideSNS　サイドのFacebook、Twitterのスタイル
----------------------------------------------------------*/
.sideSNS {
	margin-bottom: 4px;
}