/*
*	Template CSS
*	Day:2014.09.03
*	Author:Tsukasa Chinen
*	PC first RWD
*	BreakPoints
*	max-width: 1025px = PC以下（Large Tablet）
*	max-width: 599px  = Large Tablet以下(Small Tablet,SmartPhone[Landscape])
*	max-width: 321px  = Sumart Phone (SmartPhone[Portlate])
*/
@charset "utf-8";
/* 14/09/09リストの横並びスタイル */

.list_style_side {
display:inline;

}
.list_P_style {
margin:-20px 0 20px 0;
text-align:center;

}

._widthauto_layout {
width:auto;
padding:10px 30px 10px 10px;

}

