@charset "utf-8";
/*
トップページ用 
*/

.home div#container	{
margin-right:-250px;
}
.home div#content {
margin-right:250px;
}
.home div#content h2 {
margin-bottom:5px;
}

/* 弁当のカテゴリリストテープル */
table.medaka-category-table	{
width:588px;
}
table.medaka-category-table td	{
background-color:#DDB878;
text-align:center;
vertical-align:top;
width:140px;
border:3px solid #fff;
border-right:4px solid #fff;
}
table.medaka-category-table p	{
margin:0;
margin-bottom:5px;
}
table.medaka-category-table img	{
border:none;
margin:4px 2px 0 2px;
}

/* Gallery Viewスクリプト用 */
div#photos	{
padding-bottom:21px;
}
div#photos .panel	{
margin-bottom:10px;
}
div#photos p	{
margin:0;
}

/* お知らせ */
.home-infomations {
    border: 2px solid #D2172A;
    border-radius: 6px;
    margin-right: 15px;
}
.home-infomations h2 {
    background: #D2172A; /*#EF5704*/
    color: #fff;
    padding: 6px 23px;
    font-size: 110%;
}
.home-infomations ul {
}
.home-infomations li {
    padding: 8px;
    border-bottom: 1px dashed #D2172A;
}
.home-infomations li:last-child {
    border-bottom: none;
}


/* お届け先一覧 */
.company-list {
margin-left: 5px;
}
.company-list div {
border: 1px solid #CF1928;
margin: -6px 0 0 0;
width: 578px;
}

/* お客様の声スクリプト用 */
.slides_container {
width:580px;
height:137px;
position:relative;
}
.slides_container div {
 width:580px;
height:137px;
display:block;
}

/* バナーボタン */
.wp-image-1873, .wp-image-1877	{
border: 2px solid #D2172A;
border-radius: 3px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
box-shadow: 0px 2px 5px 0px #E2697A;
-webkit-box-shadow: 0px 2px 5px 0px #E2697A;
-moz-box-shadow: 0px 2px 5px 0px #E2697A;
}
.wp-image-1876, .wp-image-1878	{
border-radius: 3px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

/* フッターウィジェットめだかの弁当豆知識 */
/*#categoryposts-7 {
width:340px;
float:left;
}*/

/* フッターウィジェットINFORMATION */
/*#categoryposts-6 {
background:url(../../uploads/medaka-submenuline.gif) repeat-x right bottom;
padding-bottom:10px;
margin-top:21px;
width:340px;
float:right;
}
#categoryposts-6 .widgettitle	{
background:url(../../uploads/medaka-info.gif) no-repeat left top;
height:20px;
}
#categoryposts-6 .widgettitle a	{
text-indent:-9999px;
width:100%;
display:block;
height:20px;
}*/

/* フッターのウィジェット TOPICS */
li#categoryposts-5	{
width:340px;
float:left;
}

/* フッターウィジェットメールサービス */
li#text-10.widget		{
border:1px solid #D2172A;
margin:21px 0 0 0;
width:240px;
float:right;
}
li#text-10.widget h3.widgettitle	{
background:url(../../uploads/medaka-mail-service.gif) repeat-x left top;
height:34px;
margin-bottom:2px;
text-indent:-9999px;
}

/* *********************************************************** */
/* スマホ */
/* *********************************************************** */

@media screen and (max-width: 480px) {

.home div#content {
    margin-right: 0 !important;
}

table.medaka-category-table {
    width: 100% !important;
}

.company-list div {
    width: 100% !important;
}
	
div#photos {
    width: 100% !important;
    height: 300px !important;
    overflow: hidden;
}

div#photos .panel {}

div#photos .panel {
    width: 100% !important;
}

div#photos .strip_wrapper {
    top: 240px !important;
    left: 0 !important;
    width: 100% !important;
}

div#photos div#pointer {
    top: 244px !important;
}
	
div#photos img.nav-next,
div#photos img.nav-prev {
    display: none;
}

}

/* / スマホ */
/* *********************************************************** */

