/*******************************************************/
/* ＣＳＳファイル             							2015/02 */
/*******************************************************/
@charset "UTF-8";

/* コンテンツエリア */
.contentslist01  {
   overflow: hidden;
   width: 640px;
   margin-top: 12px;
   margin-left: 25px;
   margin-right: 25px;
   font-size:13px;
}

/* コンテンツ内テキスト指定 */
.mainbox p  {
   text-align: center;
   font-weight: bold;
}

/* 左 */
 .contentsimage01  {
   float: left;
   width: 310px;
   margin-top: 30px;
   margin-bottom: 40px;
}

/* 右 */
 .contentsimage02  {
   float: right;
   width: 310px;
   margin-top: 30px;
   margin-bottom: 40px;
}

/* コンテンツエリア例外(左小、右大) */
/* 左 */
 .contentsimage03  {
   float: left;
   width: 265px;
   margin-top: 30px;
   margin-bottom: 40px;
}

/* 右 */
 .contentsimage04  {
   float: right;
   width: 360px;
   margin-top: 30px;
   margin-bottom: 40px;
}

/* コンテンツエリア例外(縦長) */

/* コンテンツエリア */
.contentslist02  {
   overflow: hidden;
   width: 490px;
   margin-top: 12px;
   margin-left: 25px;
   margin-right: 25px;
   font-size:13px;
}

/* 左 */
 .contentsimage05  {
   float: left;
   width: 235px;
   margin-top: 30px;
   margin-bottom: 40px;
}

/* 右 */
 .contentsimage06  {
   float: right;
   width: 235px;
   margin-top: 30px;
   margin-bottom: 40px;
}
